[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <!-- $Id: field_form.tpl 3328 2001-04-21 14:53:43Z milosch $ --> 2 <!-- BEGIN form --> 3 <center> 4 <table border="0" width="80%" cellspacing="2" cellpadding="2"> 5 <tr> 6 <td colspan="1" align="center" bgcolor="#c9c9c9"><b>{title_fields}<b/></td> 7 </tr> 8 </table> 9 {message} 10 <table border="0" width="80%" cellspacing="2" cellpadding="2"> 11 <form name="form" action="{actionurl}" method="POST"> 12 <tr> 13 <td>{lang_name}:</td> 14 <td><input name="field_name" size="50" value="{field_name}"></td> 15 </tr> 16 </table> 17 18 <!-- BEGIN add --> 19 <table width="50%" border="0" cellspacing="2" cellpadding="2"> 20 <tr valign="bottom"> 21 <td height="50" align="center"> 22 {hidden_vars} 23 <input type="submit" name="submit" value="{lang_add}"></td> 24 <td height="50" align="center"> 25 <input type="reset" name="reset" value="{lang_reset}"></form></td> 26 <td height="50" align="center"> 27 <form method="POST" action="{doneurl}"> 28 {hidden_vars} 29 <input type="submit" name="done" value="{lang_done}"></form></td> 30 </tr> 31 </table> 32 </form> 33 </center> 34 <!-- END add --> 35 36 <!-- BEGIN edit --> 37 <table width="50%" border="0" cellspacing="2" cellpadding="2"> 38 <tr valign="bottom"> 39 <td height="50" align="center"> 40 {hidden_vars} 41 <input type="submit" name="submit" value="{lang_edit}"></form></td> 42 <td height="50" align="center"> 43 <form method="POST" action="{deleteurl}"> 44 {hidden_vars} 45 <input type="submit" name="delete" value="{lang_delete}"></form></td> 46 <td height="50" align="center"> 47 <form method="POST" action="{doneurl}"> 48 {hidden_vars} 49 <input type="submit" name="done" value="{lang_done}"></form></td> 50 </tr> 51 </table> 52 </center> 53 <!-- END edit --> 54 <!-- END form -->
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |