[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 {error} 2 <table border="0" width="50%" align="center"> 3 <tr> 4 <td valign="top"> 5 {rows} 6 </td> 7 <td valign="top"> 8 <table border=0 width=100%> 9 <form action="{form_action}" method="POST" name="app_form"> 10 {hidden_vars} 11 <tr> 12 <td>{lang_group_name}</td> 13 <td><input name="account_name" value="{group_name_value}" style="width: 300px;"></td> 14 </tr> 15 16 <tr> 17 <td>{lang_include_user}</td> 18 19 <td> 20 {accounts} 21 </td> 22 </tr> 23 24 <tr> 25 <td>{lang_file_space}</td> 26 <td> 27 {account_file_space}{account_file_space_select} 28 </td> 29 </tr> 30 31 <tr> 32 <td>{lang_permissions}</td> 33 <td><table width="100%" border="0" cols="6"> 34 {permissions_list} 35 </table></td> 36 </tr> 37 38 <tr> 39 <td colspan="2" align="center"> 40 <input type="submit" name="edit" value="{lang_submit_button}"> 41 </td> 42 </tr> 43 </form> 44 </table> 45 </td> 46 </tr> 47 </table> 48 49 <!-- BEGIN select --> 50 51 <select name="account_user[]" multiple size="{select_size}"> 52 {user_list} 53 </select> 54 55 <!-- END select --> 56 57 <!-- BEGIN popwin --> 58 59 <table> 60 <tr> 61 <td> 62 <select name="account_user[]" multiple size="{select_size}">{user_list}</select> 63 </td> 64 <td valign="top"> 65 <input type="button" value="{lang_open_popup}" onClick="accounts_popup()"> 66 <input type="hidden" name="accountid" value="{accountid}"> 67 </td> 68 </tr> 69 </table> 70 71 <!-- END popwin -->
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 |