From: Joe Z. <jz...@us...> - 2004-06-01 06:18:46
|
Update of /cvsroot/bobs/bobs/inc/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2771/inc/templates Added Files: excludes.thtml Log Message: New interface for editing list of files to exclude from backups. --- NEW FILE: excludes.thtml --- <!-- rfasttemplate: Server Selection --> {HEADER} <center><h2>Edit Exclude List</h2></center> <center><h3>{LISTNAME}</h3></center> <div class="errmsg">{ERRMSG}</div> <p><div class="instruction"> This is a list of files and directories to exclude from backups. See the rsync man page for details on syntax. </div></p> <center> <form name="exclude_form" action="{PHPSELF}" method="post"> <textarea name="exlist" rows="20" cols="80">{EXCLUDELIST}</textarea> <p> <input type="submit" name="exbutton" value="Confirm"> <input type="submit" name="exbutton" value="Cancel"> </p> </form> </center> </body></html> |