From: Rob H. <for...@us...> - 2001-12-04 00:44:06
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv29326/templates Modified Files: template.html Log Message: UI.pm was getting to be a pain in the ass, so I fixed it. now there are ( only only ever should be, with the way we currently use UI.pm ) only 3 subroutines - print_screen, menu_bar and get_menu. Index: template.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/template.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -U2 -r1.1.1.1 -r1.2 --- template.html 2001/05/02 22:05:04 1.1.1.1 +++ template.html 2001/12/04 00:43:57 1.2 @@ -11,3 +11,2 @@ </body> </html> - |