Jacou's comments
[platal.git] / templates / profile / jobs.job.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2007 Polytechnique.org                             *}
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
23 <table class="bicol" cellspacing="0" cellpadding="0" summary="Entreprise n°{$eid+1}">
24   <tr>
25     <th colspan="2">
26       Entreprise n°{$eid+1}
27     </th>
28   </tr>
29   {include file=include/flags.radio.tpl name="pubpro[$i]" val=$pubpro.$i}
30   <tr>
31     <td class="titre">Entreprise ou organisme</td>
32     <td>
33       <input type="text" size="35" maxlength="100" name="entreprise[{$i}]" value="{$entreprise.$i}" />
34     </td>
35   </tr>
36   <tr>
37     <td class="titre">Secteur d'activité</td>
38     <td>
39       <select name="secteur[{$i}]" onchange="this.form.submit();">
40         {select_secteur secteur=$secteur.$i}
41       </select>
42     </td>
43   </tr>
44   <tr>
45     <td class="titre">Sous-Secteur d'activité</td>
46     <td>
47       <select name="ss_secteur[{$i}]">
48         {select_ss_secteur secteur=$secteur.$i ss_secteur=$ss_secteur.$i}
49       </select>
50     </td> 
51   </tr>
52   <tr>
53     <td class="titre">Poste occupé</td>
54     <td>
55       <input type="text" size="35" maxlength="120" name="poste[{$i}]"
56       value="{$poste.$i}" />
57     </td>
58   </tr>
59   <tr>
60     <td class="titre">Fonction occupée</td>
61     <td>
62       <select name="fonction[{$i}]">
63         {select_fonction fonction=$fonction.$i}
64       </select>
65     </td>
66   </tr>
67   {include file=include/flags.radio.tpl name="adr_pubpro[$i]" val=$adr_pubpro.$i}
68   <tr>
69     <td class="titre">Adresse professionnelle</td>
70     <td>
71       <input type="text" name="adrpro1[{$i}]" size="40" maxlength="88" value="{$adrpro1.$i}" />
72     </td>
73   </tr>
74   <tr>
75     <td>&nbsp;</td>
76     <td>
77       <input type="text" name="adrpro2[{$i}]" size="40" maxlength="88" value="{$adrpro2.$i}" />
78     </td>
79   </tr>
80   <tr>
81     <td>&nbsp;</td>
82     <td>
83       <input type="text" name="adrpro3[{$i}]" size="40" maxlength="88" value="{$adrpro3.$i}" />
84     </td>
85   </tr>
86   <tr>
87     <td class="titre">Code postal</td>
88     <td>
89       <input type="text" name="postcodepro[{$i}]" value="{$postcodepro.$i}" size="8" maxlength="8" />
90     </td>
91   </tr>
92   <tr>
93     <td class="titre">Ville</td>
94     <td>
95       <input type="text" name="citypro[{$i}]" value="{$citypro.$i}" size="40" maxlength="50" />
96     </td>
97   </tr>
98   <tr>
99     <td class="titre">Pays</td>
100     <td>
101       <select name="countrypro[{$i}]" onchange="this.form.submit();">
102         {geoloc_country country=$countrypro.$i}
103       </select>
104     </td>
105   </tr>
106   <tr>
107     <td>
108       <spanv class="titre">Région ou département</span><br />
109       <span class="comm">(selon pays)</span>
110     </td>
111     <td>
112       <select name="regionpro[{$i}]">
113         {geoloc_region country=$countrypro.$i region=$regionpro.$i}
114       </select>
115     </td>
116   </tr>
117   {include file=include/flags.radio.tpl name="tel_pubpro[$i]" val=$tel_pubpro.$i}
118   <tr>
119     <td class="titre">Téléphone professionnel</td>
120     <td>
121       <input type="text" size="18" maxlength="18" name="telpro[{$i}]" value="{$telpro.$i}" />
122       &nbsp;
123     </td>
124   </tr>
125   <tr>
126     <td class="titre">Fax</td>
127     <td>
128       <input type="text" size="18" maxlength="18" name="faxpro[{$i}]" value="{$faxpro.$i}" />
129     </td>
130   </tr>
131   <tr>
132     <td class="titre">Mobile</td>
133     <td>
134       <input type="text" size="18" maxlength="18" name="mobilepro[{$i}]" value="{$mobilepro.$i}" />
135     </td>
136   </tr>
137   {include file=include/flags.radio.tpl name="email_pubpro[$i]" val=$email_pubpro.$i}
138   <tr>
139     <td class="titre">E-mail</td>
140     <td>
141       <input type="text" size="30" maxlength="60" name="emailpro[{$i}]" value="{$emailpro.$i}" />
142     </td>
143   </tr>
144   <tr>
145     <td class="titre">Page web</td>
146     <td>
147       <input type="text" size="30" maxlength="255" name="webpro[{$i}]" value="{$webpro.$i}" />
148     </td>
149   </tr>
150 </table>
151
152 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}