diff options
author | cvs2git <cvs2git> | 2002-08-12 06:17:10 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2002-08-12 06:17:10 +0000 |
commit | 160be29a0dc62e79a4fb95d2ab8c0c7e5996760e (patch) | |
tree | 94ebadb17321b138fd7bfd9a5c379eec97c5d328 /rt/webrt/index.html | |
parent | 3ef62a0570055da710328937e7f65dbb2c027c62 (diff) |
This commit was manufactured by cvs2svn to create branch 'BESTPRACTICAL'.
Diffstat (limited to 'rt/webrt/index.html')
-rw-r--r-- | rt/webrt/index.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/rt/webrt/index.html b/rt/webrt/index.html deleted file mode 100644 index 0c1091abb..000000000 --- a/rt/webrt/index.html +++ /dev/null @@ -1,25 +0,0 @@ -<& /Elements/Header, Title=>"Start page", Refresh => $session{'home_refresh_interval'} &> -<& /Elements/Tabs, current_toptab => '' &> -<TABLE BORDER=0 WIDTH=100%> -<TR VALIGN=TOP> -<TD WIDTH=70%> -<& /Elements/CustomHomepageHeader, %ARGS &> -<& /Elements/MyTickets &> -<BR> -<& /Elements/MyRequests &> -</TD> -<TD> -<& /Elements/Quicksearch &> -<BR> -<form method=get action="index.html"> -<& /Elements/Refresh, Name => 'HomeRefreshInterval', Default => $session {'home_refresh_interval'} &> -<div align=right><input type=submit value="Go!"></div> -</form> -</TD> -</TR> -</TABLE> -<%init> -if ($ARGS{'HomeRefreshInterval'}) { - $session{'home_refresh_interval'} = $ARGS{'HomeRefreshInterval'}; -} -</%init> |