Prevents profile's subitems to be more public than the item they belong to (client...
[platal.git] / templates / include / emails.combobox.tpl
CommitLineData
b715c1e1
SJ
1{**************************************************************************}
2{* *}
d4c08d89 3{* Copyright (C) 2003-2010 Polytechnique.org *}
b715c1e1
SJ
4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
4f06d57b
SJ
23{assign var=new value="new"|cat:$i}
24{assign var=combobox value="combobox"|cat:$i}
6fc390c7 25<tr{if $class} class="{$class}"{/if}{if t($divId)} id="{$divId}"{/if}>
541e8d03
SJ
26 <td class="titre">
27 {if $name eq "email_directory"}
0fbd1f3f 28 Email&nbsp;annuaire&nbsp;AX
541e8d03
SJ
29 {elseif $name eq "email"}
30 Ajouter&nbsp;une&nbsp;adresse&nbsp;email
31 {else}
32 Email&nbsp;professionnel
33 {/if}
b715c1e1
SJ
34 </td>
35 {if $name eq "email"}<td></td>{/if}
36 <td>
541e8d03 37 {if $name neq "email"}<div style="float: left">{/if}
4f06d57b 38 <select name="{$name}" id="{$combobox}">
b715c1e1 39 {if $email_type eq "directory"}
541e8d03
SJ
40 <optgroup label="Email annuaire AX">
41 <option value="{$email_directory}" {if
42 $val eq $email_directory}selected="selected"{/if}>{$email_directory}</option>
43 </optgroup>
b715c1e1
SJ
44 {/if}
45 {if $name eq "email_directory"}
541e8d03
SJ
46 <optgroup label="Emails polytechniciens">
47 {if $melix}
48 <option value="{$melix}@{#globals.mail.alias_dom#}" {if
49 $val eq $melix|cat:'@'|cat:#globals.mail.alias_dom#}selected="selected"{/if}>
50 {$melix}@{#globals.mail.alias_dom#}</option>
51 <option value="{$melix}@{#globals.mail.alias_dom2#}" {if
52 $val eq $melix|cat:'@'|cat:#globals.mail.alias_dom2#}selected="selected"{/if}>
53 {$melix}@{#globals.mail.alias_dom2#}</option>
54 {/if}
55 {foreach from=$list_email_X item=email}
56 <option value="{$email.alias}@{#globals.mail.domain#}" {if
57 $val eq $email.alias|cat:'@'|cat:#globals.mail.domain#}selected="selected"{/if}>
58 {$email.alias}@{#globals.mail.domain#}</option>
59 <option value="{$email.alias}@{#globals.mail.domain2#}" {if
60 $val eq $email.alias|cat:'@'|cat:#globals.mail.domain2#}selected="selected"{/if}>
61 {$email.alias}@{#globals.mail.domain2#}</option>
62 {/foreach}
63 </optgroup>
b715c1e1
SJ
64 {/if}
65 {if (($name neq "email") && ($list_email_redir|@count neq 0))}
541e8d03
SJ
66 <optgroup label="Redirections">
67 {foreach from=$list_email_redir item=email}
68 <option value="{$email}" {if $val eq $email}selected="selected"{/if}>{$email}</option>
69 {/foreach}
70 </optgroup>
b715c1e1
SJ
71 {/if}
72 {if $list_email_pro|@count neq 0}
541e8d03
SJ
73 <optgroup label="Emails professionels">
74 {foreach from=$list_email_pro item=email}
75 <option value="{$email}" {if
76 $val eq $email}selected="selected"{/if}>{$email}</option>
77 {/foreach}
78 </optgroup>
b715c1e1
SJ
79 {/if}
80 <optgroup label="Autres choix">
cbbf5ac9
SJ
81 <option value="new@example.org" {if ($val eq '' && !$error && $name eq 'email') || $error}selected="selected"{/if}>Nouvelle adresse email</option>
82 <option value="" {if $val eq '' && !$error && $name neq 'email'}selected="selected"{/if}>{if $name neq "email"}Ne pas mettre d'adresse email{else}&nbsp;{/if}</option>
b715c1e1
SJ
83 </optgroup>
84 </select>
541e8d03
SJ
85 {if $name neq "email"}
86 </div>
87 <div style="float: right" class="flags">
b715c1e1
SJ
88 {if $name eq "email_directory"}
89 <input type="checkbox" disabled="disabled" checked="checked"/>
90 {icon name="flag_orange" title="Visible sur l'annuaire"}
541e8d03 91 {elseif $name neq "email"}
6fc390c7
SJ
92 {if t($mainField)}
93 {include file="include/flags.radio.tpl" name="`$jobpref`[`$prefix`email_pub]" val=$pub
94 mainField=$mainField mainId=$mainId subField=$subField subId=$subId}
95 {else}
541e8d03
SJ
96 {include file="include/flags.radio.tpl" name="`$jobpref`[`$prefix`email_pub]" val=$pub}
97 {/if}
6fc390c7 98 {/if}
541e8d03 99 </div>
b715c1e1 100 {/if}
541e8d03
SJ
101 </td>
102 {if $name eq "email"}<td></td>{/if}
103</tr>
104<tr {if $class}class="{$class} {$new}"{else}class="{$new}"{/if} style="display: none">
105 <td></td>
106 {if $name eq "email"}<td></td>{/if}
107 <td>
4f06d57b 108 <span class="{$new}" style="display: none">
b715c1e1 109 <input type="text" maxlength="60" {if $error}class="error" value="{$val}"{/if} name="{if (($name neq "email_directory")
c7139c07 110 && ($name neq "email"))}jobs[{$i}][{$prefix}email_new]{else}{$name}_new{/if}"/>
b715c1e1
SJ
111 </span>
112 <script type="text/javascript">//<![CDATA[
113 {literal}
114 $(function() {
4f06d57b
SJ
115 var i = {/literal}{$i}{literal};
116 $('select#combobox' + i).change(function() {
117 $('.new' + i).hide();
118 if ($('select#combobox' + i).val() == "new@example.org") {
119 $('.new' + i).show();
b715c1e1
SJ
120 }
121 }).change();
122 });
123 {/literal}
124 // ]]></script>
125 </td>
126 {if $name eq "email"}<td></td>{/if}
127</tr>
128{if $name neq "email"}
541e8d03
SJ
129<tr {if $class}class="{$class} {$new}"{else}class="{$new}"{/if} style="display: none">
130 <td colspan="2">
131 <small><strong><em>Attention :</em></strong> cette adresse email figurera dans
132 {if $name eq "email_directory"}l'annuaire papier{else}tes informations professionnelles
133 {/if} mais n'est pas ajoutée à la liste de tes redirections. Nous te conseillons fortement de
134 <strong><a href="emails/redirect">l'ajouter là</a></strong>, surtout
135 si tu n'en as plus de valide.</small>
136 </td>
137</tr>
b715c1e1
SJ
138{/if}
139
140{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}