Add a SIREN field to profile_jobs_enum.
[platal.git] / templates / include / form.valid.edit-entreprises.tpl
CommitLineData
b814a8b8
SJ
1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 Polytechnique.org *}
b814a8b8
SJ
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<strong>Nom&nbsp;:</strong>
24<input type="text" name="name" size="25" maxlength="200" value="{$valid->name}" /><br />
25<strong>Acronyme&nbsp;:</strong>
26<input type="text" name="acronym" size="25" maxlength="200" value="{$valid->acronym}" /><br />
27<strong>Site web&nbsp;:</strong>
28<input type="text" name="url" size="25" maxlength="200" value="{$valid->url}" /><br />
29<strong>Email&nbsp;:</strong>
3232ad9b 30<input type="text" name="email" size="25" maxlength="255" value="{$valid->email}" /><br />
b814a8b8
SJ
31<strong>Holding&nbsp;:</strong>
32<input type="text" name="holdingid" size="25" maxlength="200" value="{$valid->holdingid}" /><br />
a6dcf7ed
TM
33<strong>Code SIREN&nbsp;:</strong>
34<input type="text" name="SIREN" size="25" maxlength="200" value="{$valid->SIREN}" /><br />
b814a8b8
SJ
35<strong>Code NAF&nbsp;:</strong>
36<input type="text" name="NAF_code" size="25" maxlength="200" value="{$valid->NAF_code}" /><br />
37<strong>Code AX&nbsp;:</strong>
38<input type="text" name="AX_code" size="25" maxlength="200" value="{$valid->AX_code}" /><br />
e0ee3120 39<strong>Adresse&nbsp;:</strong>
ea9cfc3e 40<textarea cols="30" rows="4" name="address">{$valid->address}</textarea><br />
b814a8b8
SJ
41<strong>Téléphone&nbsp;:</strong>
42<input type="text" name="tel" size="25" maxlength="200" value="{$valid->tel}" /><br />
43<strong>Fax&nbsp;:</strong>
44<input type="text" name="fax" size="25" maxlength="200" value="{$valid->fax}" /><br />
45
448c8cdc 46{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}