X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fjobs.job.tpl;h=e7c816f901b8efe9f1162a0758a8c3b63006b53c;hb=fb813fb52d5ab65ca9a5b92b5cb9089523380d79;hp=9d5e89036272505731586b3d5d8b6276b02c7336;hpb=2b921a8064ea14cd554f03e5f561eb98e79a9246;p=platal.git diff --git a/templates/profile/jobs.job.tpl b/templates/profile/jobs.job.tpl index 9d5e890..e7c816f 100644 --- a/templates/profile/jobs.job.tpl +++ b/templates/profile/jobs.job.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,11 +20,16 @@ {* *} {**************************************************************************} -{assign var=jobid value="job_`$i`"} +{assign var=jobid value="job_"|cat:$i} {assign var=jobpref value="jobs[`$i`]"} +{assign var=sector_text value="sector_text_"|cat:$i} +{assign var=sector value="sector_"|cat:$i} +{assign var=entreprise value="entreprise_"|cat:$i}
+ + + - - + {if !$job.tmp_name && !$job.name} + + + + {/if} + + - - + + - - - + + + - - + + + + + - - + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + - {include file="include/emails.combobox.tpl" name=$jobpref|cat:'[email]' val=$job.email class="pair" i=$i error=$job.email_error} + {include file="include/emails.combobox.tpl" name=$jobpref|cat:'[w_email]' val=$job.w_email + class="pair" i=$i error=$job.w_email_error prefix="w_" pub=$job.w_email_pub id=$i}
@@ -42,100 +48,152 @@ {include file="include/flags.radio.tpl" name="`$jobpref`[pub]" val=$job.pub} Entreprise n°{$i+1} : - (en cours de validation){else} + + {/if} {icon name=cross title="Supprimer cet emploi"}
Page Web
+ Si ton entreprise ne figure pas dans la liste, + clique ici et complète les informations la concernant. +
Secteur d'activité
Sous-secteur d'activité - -
Poste occupé
Fonction occupée
Ta place dans l'entreprise
Secteur d'activité + + {icon name="table" title="Tous les secteurs"} +
- Si des informations font défaut dans les listes ci-dessus, - contacte-nous. +
Description + +
Page perso +
Adresse
- {include file="include/flags.radio.tpl" name="`$jobpref`[adr][pub]" val=$job.adr.pub} + {include file="include/flags.radio.tpl" name="`$jobpref`[w_address][pub]" val=$job.w_address.pub}
- {include file="geoloc/form.address.tpl" name="`$jobpref`[adr]" id="`$jobid`_adr" adr=$job.adr} + {include file="geoloc/form.address.tpl" prefname="`$jobpref`[w_address]" + prefid=$jobid address=$job.w_address}
- {foreach from=$job.tel key=t item=tel} -
- {include file="profile/phone.tpl" prefname="`$jobpref`[tel]" prefid="`$jobid`_tel" telid=$t tel=$tel} + {foreach from=$job.w_phone key=t item=phone} +
+ {include file="profile/phone.tpl" prefname="`$jobpref`[w_phone]" prefid="`$jobid`_w_phone" telid=$t tel=$phone}
{/foreach} - {if $job.tel|@count eq 0} -
- {include file="profile/phone.tpl" prefname="`$jobpref`[tel]" prefid="`$jobid`_tel" telid=0 tel=0} + {if $job.w_phone|@count eq 0} +
+ {include file="profile/phone.tpl" prefname="`$jobpref`[w_phone]" prefid="`$jobid`_w_phone" telid=0 tel=0}
{/if} -