source: branches/2.3/expressoMail1_2/js/filters.js @ 4851

Revision 4851, 10.9 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #2117 - Filtro fora do escritório não preserva formatação

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1var rules_limit = 20000;
2
3        function cfilterSh(){
4                this.filter_Sh   = new Array;
5                this.qvfaf               = "";
6               
7                // Images
8                this.grp_open_img = new Image();
9                this.grp_open_img.src = 'templates/'+template+'/images/filtro/group_open.gif';
10                this.grp_close_img = new Image();
11                this.grp_close_img.src = 'templates/'+template+'/images/filtro/group_close.gif';
12                this.filter_img = new Image();
13                this.filter_img.src = 'templates/'+template+'/images/filtro/filters.gif';
14                this.for_email_img = new Image();
15                this.for_email_img.src = 'templates/'+template+'/images/filtro/answered.gif';
16                this.telephone_voip = new Image();
17                this.telephone_voip.src = 'templates/'+template+'/images/filtro/telephone_voip.jpg';
18        }               
19
20        cfilterSh.prototype.Forms = function(){
21       
22                var form = document.createElement("DIV");
23                form.id  = "window_ffilter_ccform";
24                form.style.visibility = "hidden";
25                form.style.position = "absolute";
26                form.style.left = "0px";
27                form.style.top  = "0px";
28                form.style.width = "0px";
29                form.style.height = "0px";
30                document.body.appendChild(form);
31
32                var form_cont = document.createElement("SPAN");
33                form_cont.id = "form_status";
34                form_cont.style.display = "block";                     
35                form_cont.style.position = "absolute";
36                form_cont.style.top = "10px";
37                form_cont.style.left = "600px";
38                form_cont.innerHTML = "";
39                form.appendChild(form_cont);
40               
41                var form_buttons = document.createElement("DIV");
42                form_buttons.id = "form_buttons";
43                form_buttons.style.position = "absolute";
44                form_buttons.style.display = "";
45                form_buttons.style.top = "347px";
46                form_buttons.style.left = "5px";
47                form_buttons.style.width = "655px";
48                form_buttons.innerHTML = "<input type='button' value="+get_lang("Enable")+" onclick='filter.enabled_disabled(\"ENABLED\");'>"+
49                                                                 "&nbsp;<input type='button' value="+get_lang("Disable")+" onclick='filter.enabled_disabled(\"DISABLED\");'>"+ 
50                                                                 "&nbsp;<input type='button' value="+get_lang("Remove")+" onclick='filter.delete_r();'>"+
51                                                                 "&nbsp;<input type='button' value="+get_lang("Close")+" onclick='filter.close_frm();'>";
52
53                form.appendChild(form_buttons);
54               
55                var form_body = document.createElement("DIV");
56                form_body.id = "form_body";
57                form_body.style.position = "absolute";
58                form_body.style.left = "5px";
59                form_body.style.top = "5px";
60                form_body.style.width = "668px";
61                form_body.style.height = "337px";
62                form_body.style.borderStyle = "outset";
63                form_body.style.borderColor = "black";
64                form_body.style.borderWidth = "1px";
65                form_body.style.overflow = "auto";
66                form.appendChild(form_body);   
67
68                this.showWindow(form);
69                if ( filter.rulest.length > 0 )
70                        this.list_rules();
71                else
72                        filter.load_rules(this.list_rules);
73        }
74
75        cfilterSh.prototype.list_rules = function(){
76                        if(filter.criticalError)
77                                return false;
78                        else
79                                filters.mount_list();
80        }
81
82        cfilterSh.prototype.mount_list = function(){
83
84                Element('form_status').innerHTML = "";
85                var list = "";
86       
87                // rules
88                if(filter.rulest.length == 0){
89                        list = "<img id='set_rules_img' src='" + this.grp_close_img.src + "' border='0' />&nbsp;<span><b>"+get_lang('list of the filters') + " - ( " + filter.rulest.length + " ) </b></span> - " + "<a href='javascript:filters.n_rule()'>" + get_lang("new rule") + "</a>";           
90                }else{
91                        if ( filter.rulest.length < rules_limit ) //Limit of rules
92                                list = "<img id='set_rules_img' src='" + this.grp_open_img.src + "' onclick='visibleRulesFalse(\"set_rules\");' border='0' />&nbsp;<span><b>"+get_lang('list of the filters') + " - ( " + filter.rulest.length + " ) </b></span> - " + "<a href='javascript:filters.n_rule();'>" + get_lang("new rule") + "</a>";
93                        else
94                                list = "<img id='set_rules_img' src='" + this.grp_open_img.src + "' onclick='visibleRulesFalse(\"set_rules\");' border='0' />&nbsp;<span><b>"+get_lang('list of the filters') + " - ( " + filter.rulest.length + " ) </b></span> - " + get_lang("You have reached the maximum number of rules");
95                       
96                        list += "<div id='set_rules'>";
97                       
98                        for(var i= 0; i < filter.rulest.length; i++)
99                        {
100                                list += "<input id=rule_"+i+" type='checkBox'>&nbsp;<img src='"+this.filter_img.src+"' width='16' height='16' border='0' />&nbsp;" + get_lang("Rule")+" : " + parseInt(i+1) + " -- " + this.vl_rule(filter.rulest[i],i,'') + "<br>";
101                        }
102                        list += "</div>";                       
103                }
104               
105                list += "<br/>";
106               
107                // out office
108                if(!filter.out_officeR){
109                        list += "<img id='set_out_img' src='"+this.grp_close_img.src+"' border='0' />&nbsp;";
110                        list += "<span><b>"+get_lang('out office') + " - ( 0 ) </b></span> " + "<a href='javascript:filters.n_out_office()'>" + get_lang("new rule") + "</a>";                 
111                }else{
112                        list += "<img id='set_out_img' src='"+this.grp_open_img.src+"' onclick='visibleRulesFalse(\"set_out\");' border='0' />&nbsp;";
113                        list += "<span><b>"+get_lang('out office') + " - ( 1 )</b></span>";
114                        list += "<div id='set_out'>";
115                        list += "<input id='out_0' type='checkBox'><img id='set_out_form_email_img' src='"+this.for_email_img.src+"' border='0'>";
116                        list += " " + this.vl_outOffice(filter.out_officeR) + " " ;
117                        list += "</div>";
118                }
119                list += "<br/>";
120       
121                // Voip
122                if(preferences.voip_email_redirect)
123                {
124                        if( filter.rulesVoip.length == 0)
125                        {
126                                list += "<img id='voip_rule_img' src='"+this.grp_close_img.src+"' border='0' />&nbsp;<span><b>" + get_lang('Phone Warnings List') + " - ( " + filter.rulesVoip.length + " ) </b></span> - " + "<a href='javascript:filters.n_voipFilter();'>" + get_lang("new rule") + "</a>";         
127                        }
128                        else
129                        {
130                                if ( filter.rulest.length < rules_limit ) //Limit of rules
131                                        list += "<img id='voip_rule_img' src='"+this.grp_open_img.src+"' onclick='visibleRulesFalse(\"voip_rule\");' border='0'/>&nbsp;<span><b>" + get_lang('Phone Warnings List') + " - ( " + filter.rulesVoip.length + " ) </b></span> - " + "<a href='javascript:filters.n_voipFilter()'>" + get_lang("new rule") + "</a>";
132                                else
133                                        list += "<img id='voip_rule_img' src='"+this.grp_open_img.src+"' onclick='visibleRulesFalse(\"voip_rule\");' border='0'/>&nbsp;<span><b>" + get_lang('Phone Warnings List') + " - ( " + filter.rulesVoip.length + " ) </b></span> - " + get_lang("You have reached the maximum number of rules");
134                                       
135                                list += "<div id='voip_rule'>";
136                                for(var i= 0; i < filter.rulesVoip.length; i++)
137                                {
138                                        list += "<input id='voip_rule_"+i+"' type='checkBox'>&nbsp;<img src='"+this.telephone_voip.src+"' width='16' height='16' border='0'/>&nbsp;" + get_lang("Rule")+" : " + parseInt(i+1) + " -- " + this.vl_rule(filter.rulesVoip[i],i,'voip') + "<br>";
139                                }
140                                list += "</div>";
141                        }
142                }
143
144                Element("form_body").innerHTML = list;
145        }
146       
147        cfilterSh.prototype.vl_rule = function(rule,pos,type)
148{
149        var fields = rule.split("&&");
150        if(type == 'voip')
151        {
152                return " <a href='javascript:void(0)' onclick=filter.form_r('"+pos+"','voip')><b>" + get_lang("Status") + " : </b>" + "<font color='red'>" + get_lang(fields[2]) + "</font>" + " - " + fields[3] + " <b>" + get_lang("Subject") + ":</b> " + fields[5] + "</a>";
153        }
154        else
155        {
156                var _criteria = " ";
157                if (fields[3].length > 0)
158                        _criteria = "<b>"+get_lang("is from")+"</b>:"+fields[3];
159                if (fields[4].length > 0)
160                        _criteria += "<b>&nbsp;"+get_lang("is to")+"</b>:"+fields[4];
161                if (fields[5].length > 0)
162                        _criteria += "<b>&nbsp;"+get_lang("subject is")+"</b>:"+fields[5];
163                if ( parseInt( fields[11] ) > 0 )
164                {
165                    if( fields[8] == "2" || fields[8] == "10" )
166                        _criteria += "<b>&nbsp;"+get_lang("size is over than")+"</b>:"+fields[11];
167
168                    if( fields[8] == "0" || fields[8] == "8" )
169                        _criteria += "<b>&nbsp;"+get_lang("size is under than")+"</b>:"+fields[11];
170                }
171
172                var _action = " ";
173                if (fields[6] == 'folder')
174                {
175                    var _folderName = ( (fields[7].split(cyrus_delimiter))[1] != undefined ) ? (fields[7].split(cyrus_delimiter))[2] != undefined ? (fields[7].split(cyrus_delimiter))[2] : (fields[7].split(cyrus_delimiter))[1] : fields[7];
176                    _action = get_lang("Store at")+" "+ lang_folder( _folderName );
177                }
178                else if (fields[6] == 'address')
179                        _action = get_lang("Forward to")+ " "+(fields[7]);
180                else
181                        _action = get_lang(fields[6]);
182                return " <a href='javascript:void(0)' onclick=filter.form_r('"+pos+"','')><b>" + get_lang("Status") + " : </b>" + "<font color='red'>" + get_lang(fields[2]) + "</font>" + " - <b>" + get_lang("if email") + " </b>" + _criteria + " - <b>" + get_lang("Action") + ":</b> " + _action + "</a>";
183        }
184}
185       
186        cfilterSh.prototype.vl_outOffice = function(outOffice)
187        {
188                var aux = outOffice.split("&&");
189                return get_lang("Rule") + " - <a href='javascript:void(0)' onclick=filter.form_out()> " + "<b>" + get_lang("Status") + " : </b><font color='red'>" + (aux[4].replace("\n","") === "off" ? get_lang("Disabled") : get_lang("Enabled")) + "</font></a>";
190        }
191       
192        cfilterSh.prototype.n_rule = function()
193        {
194                Element('form_body').innerHTML = "";
195                Element('form_body').innerHTML = filter.forms_();       
196                Element('div_rule').style.display = "block";
197                filter.ac_form = "new_rule";
198                Element('form_buttons').style.display = 'none';
199                filter.sel_boxes();
200
201        }
202
203        cfilterSh.prototype.n_out_office = function()
204        {
205                Element('form_body').innerHTML = "";
206                Element('form_body').innerHTML = filter.forms_();       
207                Element('div_vacation').style.display = "block";                       
208                Element('form_buttons').style.display = 'none';
209                filter.ac_form = "new_out";     
210        }
211
212        cfilterSh.prototype.n_voipFilter = function()
213        {
214                Element('form_body').innerHTML = "";
215                Element('form_body').innerHTML = filter.forms_();
216                Element('div_voipFilter').style.display = "block";     
217                Element('form_buttons').style.display = 'none';
218                filter.ac_form = "new_voip";
219        }
220
221        function visibleRulesFalse(el)
222        {
223                Element(el).style.display = "none";
224                Element(el+"_img").src = filters.grp_close_img.src;
225                Element(el+"_img").onclick = function(){visibleRulesTrue(el);};
226        }
227
228        function visibleRulesTrue(el)
229        {
230                Element(el).style.display = "";
231                Element(el+"_img").src = filters.grp_open_img.src;
232                Element(el+"_img").onclick = function(){visibleRulesFalse(el);};
233        }
234
235        cfilterSh.prototype.showWindow = function (div)
236        {
237                if(! this.filter_Sh[div.id]) {
238                        div.style.width = "680px";
239                        div.style.height = "372px";
240                        div.style.visibility = "hidden";
241                        div.style.position = "absolute";
242                        div.style.zIndex = "10000";                     
243                        var title = ':: ' + get_lang('Filters management') + ' - ' + get_lang('Filters maintenance') + ':: ';
244                        var wHeight = div.offsetHeight + "px";
245                        var wWidth =  div.offsetWidth   + "px";
246
247                        win = new dJSWin({                     
248                                id: 'filter'+div.id,
249                                content_id: div.id,
250                                width: wWidth,
251                                height: wHeight,
252                                title_color: '#3978d6',
253                                bg_color: '#eee',
254                                title: title,                                           
255                                title_text_color: 'white',
256                                button_x_img: '../phpgwapi/images/winclose.gif',
257                                border: true });
258                       
259                        this.filter_Sh[div.id] = win;
260                        win.draw();
261                }else{
262                        div.innerHTML = '';
263                        win = this.filter_Sh[div.id];
264                        filter.form_m();                       
265                }
266                win.open();
267        }
268
269///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
270// build object
271        var filters;
272        filters = new cfilterSh();
Note: See TracBrowser for help on using the repository browser.