|
From: | Michael Totschnig <address@hidden> |
Subject: | [Phpgroupware-cvs] CVS: sitemgr/templates/default archive.tpl,NONE,1.1 edit_block.tpl,NONE,1.1translate_block.tpl,NONE,1.1 |
Date: | Fri, 30 May 2003 00:13:49 -0400 |
Update of /cvsroot/phpgroupware/sitemgr/templates/default In directory subversions:/tmp/cvs-serv6181/templates/default Added Files: archive.tpl commit.tpl edit_block.tpl translate_block.tpl Log Message: new files --- NEW FILE --- <div style="margin-bottom:1cm;font-weight:bold;text-align:center;text-decoration:underline">{archive_manager} </div> <form method="POST"> <h2 style="text-align:center">{lang_categories}</h2> <table align="center" width="60%"> <!-- BEGIN Category --> <tr> <td width="10%"><input type="checkbox" name="cat[{catid}]" /></td> <td width="70%"><a href="{edit}">{category}</a></td> </tr> <!-- END Category --> </table> <h2 style="text-align:center">{lang_pages}</h2> <table align="center" width="60%"> <!-- BEGIN Page --> <tr> <td width="10%"><input type="checkbox" name="page[{pageid}]" /></td> <td width="70%"><a href="{edit}">{page}</a></td> </tr> <!-- END Page --> </table> <h2 style="text-align:center">{lang_blocks}</h2> <table align="center" width="60%"> <!-- BEGIN Block --> <tr> <td width="10%"><input type="checkbox" name="block[{blockid}]" /></td> <td width="35%"><a target="editwindow" href="{edit}">{block}</a></td> <td width="35%">{scope}</td> </tr> <!-- END Block --> </table> <center><input type="submit" name="btnReactivate" value="{lang_reactivate}" /></center> </form> --- NEW FILE --- <div style="margin-bottom:1cm;font-weight:bold;text-align:center;text-decoration:underline">{commit_manager} </div> <form method="POST"> <h2 style="text-align:center">{lang_categories}</h2> <table align="center" width="60%"> <!-- BEGIN Category --> <tr> <td width="10%"><input type="checkbox" name="cat[{catid}]" /></td> <td width="70%"><a href="{edit}">{category}</a></td> <td>{addedorremoved}</td> </tr> <!-- END Category --> </table> <h2 style="text-align:center">{lang_pages}</h2> <table align="center" width="60%"> <!-- BEGIN Page --> <tr> <td width="10%"><input type="checkbox" name="page[{pageid}]" /></td> <td width="70%"><a href="{edit}">{page}</a></td> <td>{addedorremoved}</td> </tr> <!-- END Page --> </table> <h2 style="text-align:center">{lang_blocks}</h2> <table align="center" width="60%"> <!-- BEGIN Block --> <tr> <td width="10%"><input type="checkbox" name="block[{blockid}]" /></td> <td width="35%"><a target="editwindow" href="{edit}">{block}</a></td> <td width="35%">{scope}</td> <td>{addedorremovedorreplaced}</td> </tr> <!-- END Block --> </table> <center><input type="submit" name="btnCommit" value="{lang_commit}" /></center> </form> --- NEW FILE --- <!-- BEGIN Block --> <!-- BEGIN Moduleeditor --> {standalone} <div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm"> <h4>{moduleinfo}: {description}</h4> <span style="color:red">{validationerror}</span> <form method="POST"> <table> {standardelements} </table> <!-- BEGIN Version --> <div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm"> <b>Version {version_id}</b><select name="inputstate[{version_id}]">{state}</select><input type="submit" value="{deleteversion}" name="btnDeleteVersion[{version_id}]" /> <table> {versionelements} </table> </div> <!-- END Version --> <input type="hidden" value="{blockid}" name="inputblockid" /> <input type="submit" value="{savebutton}" name="btnSaveBlock" /> {savelang} <input type="submit" value="{deletebutton}" name="btnDeleteBlock" /> <input type="submit" value="{createbutton}" name="btnCreateVersion" /> {donebutton} </form> </div> <!-- END Moduleeditor --> <!-- BEGIN Moduleview --> <div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm"> <h4>{moduleinfo}: {description}</h4> <table> <!-- BEGIN ViewElement --> <tr> <td>{label}</td> <td>{value}</td> </tr> <!-- END ViewElement --> </table> </div> <!-- END Moduleview --> <!-- END Block --> <!-- BEGIN EditorElement --> <tr> <td>{label}</td> <td>{form}</td> </tr> <!-- END EditorElement --> --- NEW FILE --- <!-- BEGIN Blocktranslator --> <div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm"> <h5>{moduleinfo}</h5> <div align="center" style="color:red">{validationerror}</div> <form method="POST"> <table style="border-width:2px;border-style:solid;" align="center" border ="1" rules="all" width="80%" cellpadding="5"> <tr> <td width="20%">{lang_refresh}</td><td width="40%">{showlang}</td><td width="40%">{savelang}</td> </tr> {standardelements} <!-- BEGIN Version --> <!-- <div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm"> --> <tr><td colspan="3" align="center"><b>Version {version_id} {version_state}</b></td></tr> {versionelements} <!-- </div> --> <!-- END Version --> </table> <input type="reset" name="reset" value="{lang_reset}">{savebutton} <input type="hidden" name="page_id" value="{pageid}"> <input type="hidden" value="{blockid}" name="blockid" /> </form> </div> <!-- END Blocktranslator --> <!-- BEGIN EditorElement --> <tr> <td>{label}</td> <td>{value}</td> <td>{form}</td> </tr> <!-- END EditorElement -->
[Prev in Thread] | Current Thread | [Next in Thread] |