From: Nick J. <nje...@us...> - 2002-01-31 04:32:05
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv31576 Modified Files: framework.html menu_bar.html Added Files: sandbox.html Removed Files: browse.html Log Message: * heavily modified the UI, took out the left menu and replaced it with small little control menu. * renamed browse menu to sandbox menu, and made applicable changes --- NEW FILE --- <form submit="<TMPL_VAR NAME=PROGNAME>"> <input type="hidden" name="action" value="browse_menu" /> <table width="100%" align="left" border="0"> <tr> <td width="100%" align="center"> <table width="100%" align="left" border="0"> <tr> <td width="90%" align="center"> <b>Please select a module to browse.</b><br> </td> <td width="10%" align="center">   </td> </tr> <tr> <td width="80%" align="center" bgcolor="#CCCCCC"> <a href="<TMPL_VAR NAME=PROGNAME>?action=module_checkout_menu">checkout a module</a>   |   <a href="<TMPL_VAR NAME=PROGNAME>?action=repository_settings_menu&repository_name=new">add a new repository</a> </td> <td width="20%" align="center">   </td> </tr> </td> </table> </tr> <tr> <td width="100%" align="left"> <TMPL_VAR NAME="NO_MODULES"><br> </td> </tr> <tr> <td width="100%" align="left"> <table width="100%" align="left" border="1"> <tr> <td width="20%" align="center" bgcolor="#CCCCCC"> Module Name </td> <td width="40%" align="center" bgcolor="#CCCCCC"> Description </td> <td width="25%" align="center" bgcolor="#CCCCCC"> Repository </td> <td width="15%" align="center" bgcolor="#CCCCCC"> Function </td> </tr> <TMPL_LOOP NAME="MODULE_LOOP"> <tr> <td width="20%" align="left">   <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module_menu&module_name=<TMPL_VAR NAME="MODULE_NAME">"><TMPL_VAR NAME="MODULE_NAME"></a> </td> <td width="40%" align="left">   <TMPL_VAR NAME="MODULE_DESC"> </td> <td width="25%" align="center"> <TMPL_VAR NAME="REPOSITORY"> </td> <td width="15%" align="center">   <font size="2">[<a href="<TMPL_VAR NAME=PROGNAME>?action=module_delete_menu&module_name=<TMPL_VAR NAME="MODULE_NAME">">delete</a>]</font> </td> </tr> </TMPL_LOOP> </table> </td> </tr> </table> </form> Index: framework.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- framework.html 2002/01/27 01:26:40 1.8 +++ framework.html 2002/01/31 04:32:02 1.9 @@ -7,37 +7,60 @@ <title><TMPL_VAR NAME=TITLE></title> </head> - <body bgcolor="#EEEEEE" link="#5566CC" vlink="#5566CC"> - <table border="0" align="center" width="100%" cellpadding="0" cellspacing="0"> + <style> + <!-- + A:hover{color:#DD6644;} + A:link{text-decoration: none} + A:visited{text-decoration:none} + --> + </style> + <body bgcolor="#EEEEEE" link="#3344AA" vlink="#3344AA"> + <table border="0" align="center" width="100%" cellpadding="4" cellspacing="0"> <tr> - <td width="100%" align="center" colspan="2"> - <font size="4"> - <b><TMPL_VAR NAME=MENU_TITLE></b> - </font> - <br /> - <TMPL_VAR NAME=SUBMENU_TITLE><br /> - </td> - </tr> - <tr> - <td width="12%" valign="top" align="center" bgcolor="#CCCCCC"> - <table width="100%" align="center" cellspacing="4"> - <TMPL_VAR NAME=MENU_BAR><br /> + <td width="100%" align="center"> + <table width="100%" border="0"> + <tr> + <td width="30%"> +   <br /> + </td> + <td width="40%" align="center"> + <font size="4"> + <b><TMPL_VAR NAME=MENU_TITLE></b> + </font> + </td> + <td width="30%"> +   <br /> + </td> + </tr> + <tr> + <td width="30%" valign="center" align="center" bgcolor="#000000"> + <table border="0" width="100%" align="center"> + <tr> + <td width="100%" align="center" bgcolor="#CCDDCC"> + <TMPL_VAR NAME=MENU_BAR> + </td> + </tr> + </table> + </td> + <td width="40%" align="center"> + <TMPL_VAR NAME=SUBMENU_TITLE><br /> + </td> + <td width="30%"> +   <br/> + </td> + </tr> </table> </td> - <td width="88%" align="left" valign="top"> - <table width="100%" border="0" align="center"> + </tr> + <tr> + <td width="100%" align="center"> + <table width="100%" border="0" align="center" valign="top"> <tr> - <td width="5%" align="center"> -   <br /> - </td> - <td width="95%" align="left" valign="center"> + <td width="100%" align="left" valign="center"> <font color="#EE6666"><TMPL_VAR NAME=ERROR></font><br /> </td> </tr> <tr> - <td width="5%" align="center"> -   <br /> - </td> - <td width="95%" align="left" valign="top"> - <table width="100%" align="center" v> + <td width="100%" align="left" valign="top"> + <table width="100%" align="left" valign="top"> <TMPL_VAR NAME=CONTENT><br /> </table> @@ -48,5 +71,5 @@ </tr> <tr> - <td width="100%" align="left" colspan="2"> + <td width="100%" align="left"> <font color="#336633"> <TMPL_LOOP NAME="DEBUG"> @@ -57,5 +80,5 @@ </tr> <tr> - <td width="100%" align="center" colspan="2"> + <td width="100%" align="left"> <TMPL_VAR NAME=FOOTER><br /> </td> Index: menu_bar.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/menu_bar.html,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- menu_bar.html 2001/09/28 19:03:59 1.9 +++ menu_bar.html 2002/01/31 04:32:02 1.10 @@ -1,8 +1,7 @@ -  <br /> -<a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=main_menu">main</a><br /> -<a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=debug_menu">debug</a><br /> -<a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=browse_menu">browse</a><br /> -<a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=preferences_menu">preferences</a><br /> - <br /> - <br /> -<a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=logout">logout</a><br /> +<!--   <br /> <a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=main_menu">main</a><br /> --> +<!-- <b><a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=debug_menu">debug</a></b>   |   --> + +<a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=sandbox_menu">sandbox</a> +  |   <a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=preferences_menu">prefs</a> + +  |   <a href="<TMPL_VAR NAME=CGI_PATH>/<TMPL_VAR NAME=CGI_EXEC>?action=logout">logout</a><br /> --- browse.html DELETED --- |