[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <!-- $Id: nntp.tpl 11429 2003-08-28 14:16:30Z ralfbecker $ --> 2 <!-- BEGIN nntp_header --> 3 <script> 4 function check_all() 5 { 6 for (i=0; i<document.allow.elements.length; i++) { 7 if (document.allow.elements[i].type == "checkbox") { 8 if (document.allow.elements[i].checked) { 9 document.allow.elements[i].checked = false; 10 } else { 11 document.allow.elements[i].checked = true; 12 } 13 } 14 } 15 } 16 </script> 17 <p><center>{title}<br> 18 <table border="0" width="70%"> 19 <tr> 20 <td width="40%"> 21 <div align="center"> 22 <form method="POST" action="{action_url}"> 23 {common_hidden_vars} 24 <input type="text" name="query" value="{search_value}"> 25 <input type="submit" name="search" value="{search}"> 26 <input type="submit" name="next" value="{next}"> 27 </form> 28 </div> 29 </td> 30 </tr> 31 <tr>{nml}</tr> 32 <tr>{nmr}</tr> 33 </table> 34 <form name="allow" action="{action_url}" method="POST"> 35 {common_hidden_vars} 36 <table border="0" width="70%"> 37 <tr bgcolor="{th_bg}"> 38 <td align="center"><font size="2" face="{th_font}">{sort_con}</font></td> 39 <td><font size="2" face="{th_font}">{sort_group}</font></td> 40 <td align="center"><font size="2" face="{th_font}">{sort_active}</font></td> 41 </tr> 42 <!-- END nntp_header --> 43 44 {output} 45 46 <!-- BEGIN nntp_list --> 47 48 <tr bgcolor="{tr_color}"> 49 <td align="center"><font face="{th_font}">{con}</font></td> 50 <td><font face="{th_font}">{group}</font></td> 51 <td align="center"><font face="{th_font}">{active}</font></td> 52 </tr> 53 54 <!-- END nntp_list --> 55 56 <!-- BEGIN nntp_footer --> 57 58 <tr bgcolor="{th_bg}"> 59 <td> </td> 60 <td align="center"><input type="submit" name="submit" value="{lang_update}"></td> 61 <td align=center> 62 <a href="javascript:check_all()"><img src="{checkmark}" border="0" height="16" width="21"></a> 63 </td> 64 </tr> 65 </table> 66 </form> 67 </center> 68 <!-- END nntp_footer -->
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 |