[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 {message} 2 <div style='width:95%; text-align:center'>{num_regs}</div> 3 <table width=95% bgcolor="#D3DCE3"> 4 <tr> 5 {left} 6 <td> 7 <form method="POST" action="{form_filters_action}"> 8 <table> 9 <tr> 10 <td> 11 Category 12 <select name="cat" onchange="this.form.submit();"> 13 <option value="0">All</option> 14 {select_categories} 15 </select> 16 </td> 17 <td> 18 <select name="publish_filter" onchange="this.form.submit();">{select_publish}</select> 19 </td> 20 <td> 21 <input type=text name="query" value="{value_query}"> <input type=submit name="search" value="{lang_search}"> 22 </td> 23 </tr> 24 </table> 25 </form> 26 </td> 27 {right} 28 </tr> 29 </table> 30 <table width=95%> 31 <form name="maintain_articles" method="POST" action="{form_maintain_articles_action}"> 32 <tr bgcolor="#D3DCE3"> 33 <th>{head_title}</th><th>{head_topic}</th><th>{head_author}</th><th>{head_date}</th><th width=80>{lang_actions} <a href="javascript:check_all('select')"><img src="{img_src_checkall}"></a></th> 34 </tr> 35 <!-- BEGIN table_row_block --> 36 <tr bgcolor="{tr_color}"><td>{title}</td><td>{topic}</td><td>{author}</td><td>{date}</td><td align=right>{actions}<input type="checkbox" name="{name_checkbox}" value="True"></td></tr> 37 <!-- END table_row_block --> 38 <tr> 39 <td colspan=5 align=right><input type=submit name="publish_selected" value="{lang_publish_selected}"> <input type=submit name="delete_selected" value="{lang_delete_selected}"></td> 40 </tr> 41 </form> 42 </table>
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 |