1 {**************************************************************************}
3 {* Copyright (C) 2003-2010 Polytechnique.org *}
4 {* http://opensource.polytechnique.org/ *}
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. *}
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. *}
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 *}
21 {**************************************************************************}
23 <strong>Nom :</strong>
24 <input type="text" name="name" size="25" maxlength="200" value="{$valid->name}" /><br />
25 <strong>Acronyme :</strong>
26 <input type="text" name="acronym" size="25" maxlength="200" value="{$valid->acronym}" /><br />
27 <strong>Site web :</strong>
28 <input type="text" name="url" size="25" maxlength="200" value="{$valid->url}" /><br />
29 <strong>Email :</strong>
30 <input type="text" name="url" size="25" maxlength="200" value="{$valid->email}" /><br />
31 <strong>Holding :</strong>
32 <input type="text" name="holdingid" size="25" maxlength="200" value="{$valid->holdingid}" /><br />
33 <strong>Code NAF :</strong>
34 <input type="text" name="NAF_code" size="25" maxlength="200" value="{$valid->NAF_code}" /><br />
35 <strong>Code AX :</strong>
36 <input type="text" name="AX_code" size="25" maxlength="200" value="{$valid->AX_code}" /><br />
37 <strong>Adresse :</strong>
38 <textarea cols="30" rows="4" name="address">{$valid->address}</textarea><br />
39 <strong>Téléphone :</strong>
40 <input type="text" name="tel" size="25" maxlength="200" value="{$valid->tel}" /><br />
41 <strong>Fax :</strong>
42 <input type="text" name="fax" size="25" maxlength="200" value="{$valid->fax}" /><br />
44 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}