[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <div style="margin-bottom:1cm;font-weight:bold;text-align:center;text-decoration:underline">{commit_manager} </div> 2 <form method="POST" action="{action_url}"> 3 <h2 style="text-align:center">{lang_categories}</h2> 4 <table align="center" width="60%"> 5 <!-- BEGIN Category --> 6 <tr> 7 <td width="10%"><input type="checkbox" name="cat[{catid}]" /></td> 8 <td width="70%"><a href="{edit}" target="editwindow" onclick="if (this != '') { window.open(this,this.target,'width=800,height=600,scrollbars=yes,resizable=yes'); return false; } else { return true; }">{category}</a></td> 9 <td>{addedorremoved}</td> 10 </tr> 11 <!-- END Category --> 12 </table> 13 <h2 style="text-align:center">{lang_pages}</h2> 14 <table align="center" width="60%"> 15 <!-- BEGIN Page --> 16 <tr> 17 <td width="10%"><input type="checkbox" name="page[{pageid}]" /></td> 18 <td width="70%"><a href="{edit}" target="editwindow" onclick="if (this != '') { window.open(this,this.target,'width=800,height=600,scrollbars=yes,resizable=yes'); return false; } else { return true; }">{page}</a></td> 19 <td>{addedorremoved}</td> 20 </tr> 21 <!-- END Page --> 22 </table> 23 <h2 style="text-align:center">{lang_blocks}</h2> 24 <table align="center" width="60%"> 25 <!-- BEGIN Block --> 26 <tr> 27 <td width="10%"><input type="checkbox" name="block[{blockid}]" /></td> 28 <td width="35%"><a href="{edit}" target="editwindow" onclick="if (this != '') { window.open(this,this.target,'width=800,height=600,scrollbars=yes,resizable=yes'); return false; } else { return true; }">{block}</a></td> 29 <td width="35%">{scope}</td> 30 <td>{addedorremovedorreplaced}</td> 31 </tr> 32 <!-- END Block --> 33 </table> 34 <center><input type="submit" name="btnCommit" value="{lang_commit}" /></center> 35 </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 |