Happy New Year!
[platal.git] / templates / profile / adresses.address.tpl
CommitLineData
c6a7beb2
FB
1{**************************************************************************}
2{* *}
5e1513f6 3{* Copyright (C) 2003-2011 Polytechnique.org *}
c6a7beb2
FB
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
041a5cec
SJ
23{assign var=prefname value="addresses[$i]"}
24{assign var=prefid value="addresses_$i"}
077c74b0
FB
25{if !hasPerm('directory_private') && ($address.pub eq 'private') && !$new}
26{assign var=hiddenaddr value=true}
27{else}
28{assign var=hiddenaddr value=false}
29{/if}
30
041a5cec 31<table class="bicol" style="display: none; margin-bottom: 1em" id="{$prefid}_grayed">
9a1cb883
FB
32 <tr>
33 <th class="grayed">
34 <div style="float: right">
9fce7016 35 <a href="javascript:toggleAddress('{$i}',0)">{icon name=arrow_refresh title="Restaurer l'adresse"}</a>
9a1cb883
FB
36 </div>
37 Restaurer l'adresse n°{$i+1}
38 </th>
39 </tr>
40</table>
041a5cec 41<table class="bicol" style="margin-bottom: 1em" id="{$prefid}">
c6a7beb2
FB
42 <tr>
43 <th>
44 <div style="float: left">
041a5cec
SJ
45 <label>
46 <input name="{$prefname}[current]" type="radio" {if $address.current}checked="checked"{/if}
47 onchange="checkCurrentAddress({$i})" />
48 <span class="smaller" style="font-weight: normal">actuelle</span>
49 </label>
c6a7beb2
FB
50 </div>
51 <div style="float: right">
9fce7016 52 <a href="javascript:toggleAddress('{$i}',1)">
041a5cec
SJ
53 {icon name=cross title="Supprimer l'adresse"}
54 </a>
c6a7beb2 55 </div>
077c74b0 56 Adresse n°{$i+1}{if $hiddenaddr} (masquée){/if}
c6a7beb2
FB
57 </th>
58 </tr>
077c74b0 59 <tr {if $hiddenaddr}style="display: none"{/if}>
c6a7beb2 60 <td>
2dcac0f5 61 <div style="margin-bottom: 0.2em" class="flags">
6fc390c7 62 {include file="include/flags.radio.tpl" name="`$prefname`[pub]" val=$address.pub mainField='addresses' mainId=$i subField='phones' subId=-1}
92412b28 63 </div>
c6a7beb2 64 <div style="clear: both"></div>
041a5cec
SJ
65 <div style="float: left">
66 {include file="geoloc/form.address.tpl" prefname=$prefname prefid=$prefid address=$address id=$i}
67 </div>
32346370 68 <div style="float: left">
c6a7beb2 69 <div>
041a5cec
SJ
70 <label>
71 <input type="radio" name="{$prefname}[temporary]" value="0"
72 {if !$address.temporary}checked="checked"{/if} />
73 permanente
74 </label>
75 <label>
76 <input type="radio" name="{$prefname}[temporary]" value="1"
77 {if $address.temporary}checked="checked"{/if} />
78 temporaire
79 </label>
c6a7beb2
FB
80 </div>
81 <div>
041a5cec
SJ
82 <label>
83 <input type="radio" name="{$prefname}[secondary]" value="0"
84 {if !$address.secondary}checked="checked"{/if} />
85 ma résidence principale
86 </label>
87 <label>
88 <input type="radio" name="{$prefname}[secondary]" value="1"
89 {if $address.secondary}checked="checked"{/if} />
90 une résidence secondaire
91 </label>
c6a7beb2
FB
92 </div>
93 <div>
041a5cec
SJ
94 <label>
95 <input type="checkbox" name="{$prefname}[mail]" {if $address.mail}checked="checked"{/if} />
2b10c5b5 96 on peut {if $isMe}m'{/if}y envoyer du courrier par la poste
041a5cec 97 </label>
c6a7beb2 98 </div>
baee0f5a
SJ
99 {if !t($isMe)}
100 <div>
101 <label>
102 <input type="checkbox" name="{$prefname}[deliveryIssue]" {if $address.deliveryIssue}checked="checked"{/if} />
103 n'habite pas à l'adresse indiquée
104 </label>
105 </div>
106 {else}
107 <div style="display: none"><input type="hidden" name="deliveryIssue" value="{$address.deliveryIssue}" /></div>
108 {/if}
646a4582 109 <div>
041a5cec
SJ
110 <label>
111 Commentaire&nbsp;:
112 <input type="text" size="35" maxlength="100"
113 name="{$prefname}[comment]" value="{$address.comment}" />
114 </label>
646a4582 115 </div>
c6a7beb2
FB
116 </div>
117 </td>
118 </tr>
077c74b0 119 <tr class="pair" {if $hiddenaddr}style="display: none"{/if}>
c6a7beb2 120 <td>
eb54852e 121 {foreach from=$address.phones key=t item=tel}
6fc390c7
SJ
122 <div id="{"`$prefid`_phones_`$t`"}" style="clear: both">
123 {include file="profile/phone.tpl" prefname="`$prefname`[phones]" prefid="`$prefid`_phones" telid=$t tel=$tel
124 subField='phones' mainField='addresses' mainId=$i}
bde2be3b 125 </div>
c6a7beb2 126 {/foreach}
eb54852e 127 {if $address.phones|@count eq 0}
6fc390c7
SJ
128 <div id="{"`$prefid`_phones_0"}" style="clear: both">
129 {include file="profile/phone.tpl" prefname="`$prefname`[phones]" prefid="`$prefid`_phones" telid=0 tel=0
130 subField='phones' mainField='addresses' mainId=$i}
bde2be3b 131 </div>
c6a7beb2 132 {/if}
6fc390c7
SJ
133 <div id="{$prefid}_phones_add" class="center" style="clear: both; padding-top: 4px">
134 <a href="javascript:addTel('{$prefid}_phones','{$prefname}[phones]','phones','addresses','{$i}')">
c6a7beb2
FB
135 {icon name=add title="Ajouter un numéro de téléphone"} Ajouter un numéro de téléphone
136 </a>
137 </div>
138 </td>
139 </tr>
140</table>
141
142{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}