From 8590b73b3fecfabca581ec1e5cd3c8d1a1dc0204 Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Thu, 24 Feb 2005 09:02:06 +0000 Subject: [PATCH] forgot the file git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-499 --- templates/include/emploi.tpl | 57 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 templates/include/emploi.tpl diff --git a/templates/include/emploi.tpl b/templates/include/emploi.tpl new file mode 100644 index 0000000..d2b293f --- /dev/null +++ b/templates/include/emploi.tpl @@ -0,0 +1,57 @@ +{*************************************************************************** + * 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 * + ***************************************************************************} + +
+ + {if $address.entreprise} + + + + + {/if} + {if $address.secteur} + + + + + {/if} + + {if $address.fonction} + + + + + {/if} + {if $address.poste} + + + + + {/if} + {if $address.email} + + + + + {/if} +
Ent/Org: {$address.entreprise}
Secteur: {$address.secteur}{if $address.ss_secteur} ({$address.ss_secteur}){/if}
Fonction: {$address.fonction}
Poste: {$address.poste}
E-mail : {$address.email}
+
+ +{* vim:set et sws=2 sts=2 sw=2: *} -- 2.1.4