Merge remote branch 'origin/platal-1.0.0'
[platal.git] / templates / profile / jobs.job.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2010 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 <script type="text/javascript" src="javascript/jquery.jstree.js"></script>
24 {assign var=jobid value="job_"|cat:$i}
25 {assign var=jobpref value="jobs[`$i`]"}
26 {assign var=sector_text value="sector_text_"|cat:$i}
27 {assign var=sector value="sector_"|cat:$i}
28 {assign var=entreprise value="entreprise_"|cat:$i}
29 <div id="{$jobid}">
30   <input type="hidden" name="{$jobpref}[removed]" value="0" />
31   <input type="hidden" name="{$jobpref}[new]" value="{if $new}1{else}0{/if}" />
32   <input type="hidden" name="{$jobpref}[id]" value="{$i}" />
33   <input type="hidden" name="{$jobpref}[jobid]" value="{$job.jobid}" />
34   <table id="{$jobid}_grayed" class="bicol" style="display: none; margin-bottom: 1em">
35     <tr>
36       <th class="grayed">
37         <div style="float: right">
38           <a href="javascript:restoreJob('{$jobid}','{$jobpref}')">{icon name=arrow_refresh title="Restaure l'emploi"}</a>
39         </div>
40         Restaurer l'entreprise n°{$i+1}&nbsp;:&nbsp;<span id="{$jobid}_grayed_name"></span>
41       </th>
42     </tr>
43   </table>
44
45   <table id="{$jobid}_cont" class="bicol" summary="Entreprise n°{$i+1}" style="margin-bottom: 1em">
46     <tr>
47       <th colspan="2" style="text-align: right">
48         <div class="flags" style="float: left; text-align: left">
49           {include file="include/flags.radio.tpl" name="`$jobpref`[pub]" val=$job.pub}
50         </div>
51         Entreprise n°{$i+1}&nbsp;:
52         {if $job.tmp_name}{$job.tmp_name} <small>(en cours de validation)</small>{else}
53         <input type="text" class="enterpriseName{if $job.name_error} error{/if}" size="35" maxlength="100"
54                name="{$jobpref}[name]" value="{$job.name}" />
55         {/if}
56         <a href="javascript:removeJob('{$jobid}','{$jobpref}')">
57           {icon name=cross title="Supprimer cet emploi"}
58         </a>
59       </th>
60     </tr>
61     {if !$job.tmp_name && !$job.name}
62     <tr class="{$entreprise}">
63       <td class="center" colspan="2">
64         <small>Si ton entreprise ne figure pas dans la liste,
65         <a href="javascript:addEntreprise({$i})">clique ici</a> et complète les informations la concernant.</small>
66       </td>
67     </tr>
68     <tr class="{$entreprise}" style="display: none">
69       <td class="titre">Acronyme</td>
70       <td>
71         <input type="text" size="35" maxlength="255" name="{$jobpref}[hq_acronym]" />
72       </td>
73     </tr>
74     <tr class="{$entreprise}" style="display: none">
75       <td class="titre">Page web</td>
76       <td>
77         <input type="text" size="35" maxlength="255" name="{$jobpref}[hq_url]" />
78       </td>
79     </tr>
80     <tr class="{$entreprise}" style="display: none">
81       <td class="titre">Email de contact</td>
82       <td>
83         <input type="text" maxlength="60" name="{$jobpref}[hq_email]" />
84       </td>
85     </tr>
86     <tr class="{$entreprise}" style="display: none">
87       <td class="titre">Adresse du siège</td>
88       <td>
89         <textarea name="{$jobpref}[hq_address]" cols="30" rows="4"></textarea>
90       </td>
91     </tr>
92     <tr class="{$entreprise}" style="display: none">
93       <td class="titre">Téléphone</td>
94       <td>
95         <input type="text" maxlength="28" name="{$jobpref}[hq_fixed]" />
96       </td>
97     </tr>
98     <tr class="{$entreprise}" style="display: none">
99       <td class="titre">Fax</td>
100       <td>
101         <input type="text" maxlength="28" name="{$jobpref}[hq_fax]" />
102       </td>
103     </tr>
104     {/if}
105
106     <tr class="pair">
107       <td colspan="2" class="center" style="font-style: italic">Ta place dans l'entreprise</td>
108     </tr>
109     <tr class="pair {$sector_text}">
110       <td class="titre">Mots-clefs</td>
111       <td class="job_terms">
112         <input type="text" class="term_search" size="35"/>
113         <a href="javascript:toggleJobTermsTree({$i})">{icon name="table" title="Tous les mots-clefs"}</a>
114         <script type="text/javascript">
115         /* <![CDATA[ */
116         $(function() {ldelim}
117           {foreach from=$job.terms item=term}
118           addJobTerm("{$i}", "{$term.jtid}", "{$term.full_name|replace:'"':'\\"'}");
119           {/foreach}
120           $('#job_{$i} .term_search').autocomplete(platal_baseurl + 'profile/jobterms',
121             {ldelim}
122               "formatItem" : displayJobTerm,
123               "extraParams" : {ldelim} "jobid" : "{$i}" {rdelim},
124               "width" : $('#job_{$i} .term_search').width()*2,
125               "onItemSelect" : selectJobTerm,
126               "matchSubset" : false
127             {rdelim});
128         {rdelim});
129         /* ]]> */
130         </script>
131       </td>
132     </tr>
133     <tr class="pair">
134       <td colspan="2" class="term_tree">
135       </td>
136     </tr>
137     <tr class="pair">
138       <td class="titre">Description</td>
139       <td>
140         <input type="text" size="35" maxlength="120" {if $job.description_error}class="error"{/if}
141            name="{$jobpref}[description]" value="{$job.description}" />
142       </td>
143     </tr>
144     <tr class="pair">
145       <td class="titre">Page&nbsp;perso</td>
146       <td>
147           <input type="text" size="35" maxlength="255" {if $job.w_rul}class="error"{/if}
148                  name="{$jobpref}[w_url]" value="{$job.w_url}" />
149       </td>
150     </tr>
151     <tr class="pair">
152       <td colspan="2">
153         <div style="float: left">
154           <div class="titre">Adresse</div>
155           <div class="flags">
156             {include file="include/flags.radio.tpl" name="`$jobpref`[w_address][pub]" val=$job.w_address.pub}
157           </div>
158           <div style="margin-top: 20px; clear: both">
159             {include file="geoloc/form.address.tpl" prefname="`$jobpref`[w_address]"
160                      prefid=$jobid address=$job.w_address}
161           </div>
162         </div>
163       </td>
164     </tr>
165     {include file="include/emails.combobox.tpl" name=$jobpref|cat:'[w_email]' val=$job.w_email
166              class="pair" i=$i error=$job.w_email_error prefix="w_" pub=$job.w_email_pub id=$i}
167     <tr class="pair">
168       <td colspan="2">
169         {foreach from=$job.w_phone key=t item=phone}
170           <div id="{"`$jobid`_w_phone_`$t`"}" style="clear: both">
171             {include file="profile/phone.tpl" prefname="`$jobpref`[w_phone]" prefid="`$jobid`_w_phone" telid=$t tel=$phone}
172           </div>
173         {/foreach}
174         {if $job.w_phone|@count eq 0}
175           <div id="{"`$jobid`_w_phone_0"}" style="clear: both">
176             {include file="profile/phone.tpl" prefname="`$jobpref`[w_phone]" prefid="`$jobid`_w_phone" telid=0 tel=0}
177           </div>
178         {/if}
179         <div id="{$jobid}_w_phone_add" class="center" style="clear: both; padding-top: 4px;">
180           <a href="javascript:addTel('{$jobid}_w_phone','{$jobpref}[w_phone]')">
181             {icon name=add title="Ajouter un numéro de téléphone"} Ajouter un numéro de téléphone
182           </a>
183         </div>
184       </td>
185     </tr>
186   </table>
187 </div>
188
189 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}