af700b7e648e993d192229b1a77255a4115d89ac
[platal.git] / templates / include / form.valid.edit-entreprises.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2014 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 <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>
30 <input type="text" name="email" size="25" maxlength="255" value="{$valid->email}" /><br />
31 <strong>Holding&nbsp;:</strong>
32 <input type="text" name="holdingid" size="25" maxlength="200" value="{$valid->holdingid}" /><br />
33 <strong>Code NAF&nbsp;:</strong>
34 <input type="text" name="NAF_code" size="25" maxlength="200" value="{$valid->NAF_code}" /><br />
35 <strong>Code AX&nbsp;:</strong>
36 <input type="text" name="AX_code" size="25" maxlength="200" value="{$valid->AX_code}" /><br />
37 <strong>Adresse&nbsp;:</strong>
38 <textarea cols="30" rows="4" name="address">{$valid->address}</textarea><br />
39 <strong>Téléphone&nbsp;:</strong>
40 <input type="text" name="tel" size="25" maxlength="200" value="{$valid->tel}" /><br />
41 <strong>Fax&nbsp;:</strong>
42 <input type="text" name="fax" size="25" maxlength="200" value="{$valid->fax}" /><br />
43
44 {* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}