[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/admin/templates/default/ -> application_form.tpl (source)

   1  <!-- BEGIN form -->
   2  {error}
   3  <br>
   4  <form action="{form_action}" method="POST">
   5   {hidden_vars}
   6   <div align="center">
   7   <table border="0" width="55%">
   8    <tr bgcolor="{th_bg}">
   9     <td colspan="2">&nbsp;</td>
  10    </tr>
  11  
  12    {rows}
  13  
  14    <tr>
  15     <td nowrap>
  16      <input type="submit" name="save" value="{lang_save_button}"> &nbsp;
  17      <input type="submit" name="cancel" value="{lang_cancel_button}">
  18     </td>
  19     <td align="right">&nbsp;
  20  <!-- BEGIN delete_button -->
  21      <input type="submit" name="delete" value="{lang_delete_button}">
  22  <!-- END delete_button -->
  23     </td>
  24    </tr>
  25  
  26   </table>
  27   </div>
  28  </form>
  29  <!-- END form -->
  30  
  31  <!-- BEGIN row -->
  32    <tr bgcolor="{tr_color}">
  33     <td>{label}</td>
  34     <td>{value}</td>
  35    </tr>
  36  <!-- END row -->


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7