git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-498
<td>
<h2>Informations professionnelles :</h2>
{foreach from=$x.adr_pro item="address" key="i"}
- <div class="adresse">
- {if $address.entreprise}
- <div>
- <em>Entreprise/Organisme : </em> <strong>{$address.entreprise}</strong>
- </div>
- {/if}
- {if $address.secteur}
- <div>
- <em>Secteur : </em>
- <strong>{$address.secteur}{if $address.ss_secteur} ({$address.ss_secteur}){/if}</strong>
- </div>
- {/if}
-
- {if $address.fonction}
- <div>
- <em>Fonction : </em> <strong>{$address.fonction}</strong>
- </div>
- {/if}
- {if $address.poste}
- <div>
- <em>Poste : </em> <strong>{$address.poste}</strong>
- </div>
- {/if}
- {if $address.email}
- <div>
- <em>E-mail : </em> <strong>{$address.email}</strong>
- </div>
- {/if}
- </div>
-
+ {include file="include/emploi.tpl" address=$address}
{include file="geoloc/address.tpl" address=$address titre="Adresse : "}
<div class="spacer"> </div>
{/foreach}
{foreach from=$adr_pro item="address" key="i"}
<h2>{$address.entreprise}</h2>
- <div class="adresse">
- {if $address.entreprise}
- <div>
- <em>Entreprise/Organisme : </em>
- <strong>{$address.entreprise}</strong>
- </div>
- {/if}
- {if $address.secteur}
- <div>
- <em>Secteur : </em>
- <strong>{$address.secteur}{if $address.ss_secteur} ({$address.ss_secteur}){/if}</strong>
- </div>
- {/if}
-
- {if $address.fonction}
- <div>
- <em>Fonction : </em>
- <strong>{$address.fonction}</strong>
- </div>
- {/if}
- {if $address.poste}
- <div>
- <em>Poste : </em>
- <strong>{$address.poste}</strong>
- </div>
- {/if}
- </div>
-
+ {include file="include/emploi.tpl" address=$address}
{include file="geoloc/address.tpl" address=$address titre="Adresse : "}
<div class="spacer"> </div>
+{***************************************************************************
+ * Copyright (C) 2003-2004 Polytechnique.org *
+ * http://opensource.polytechnique.org/ *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., *
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
+ ***************************************************************************}
+
<tr>
<td colspan="5" class="pflags">
<table class="flags" summary="Flags" cellpadding="0" cellspacing="0">