summaryrefslogtreecommitdiff
path: root/rt/webrt/NoAuth
diff options
context:
space:
mode:
authorivan <ivan>2003-07-15 13:30:43 +0000
committerivan <ivan>2003-07-15 13:30:43 +0000
commitded0451e9582df33cae6099a2fb72b4ea25076cf (patch)
tree62f9855aace4bdb30674156fc0e5d8b758cde0aa /rt/webrt/NoAuth
parent0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d (diff)
reverting to vendor branch rt 3.0.4, hopefully
Diffstat (limited to 'rt/webrt/NoAuth')
-rwxr-xr-xrt/webrt/NoAuth/Logout.html22
-rwxr-xr-xrt/webrt/NoAuth/Reminder.html3
-rw-r--r--rt/webrt/NoAuth/images/rt.jpgbin917 -> 0 bytes
-rw-r--r--rt/webrt/NoAuth/images/spacer.gifbin43 -> 0 bytes
-rwxr-xr-xrt/webrt/NoAuth/webrt.css102
5 files changed, 0 insertions, 127 deletions
diff --git a/rt/webrt/NoAuth/Logout.html b/rt/webrt/NoAuth/Logout.html
deleted file mode 100755
index a00ae9675..000000000
--- a/rt/webrt/NoAuth/Logout.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>RT: Logout</TITLE>
- <META HTTP-EQUIV="Refresh" CONTENT="0;URL=<%$RT::WebPath%>/">
-</HEAD>
-<BODY>
-<p>You have been logged out of RT.
-
-
-<br>
-<br>
-<A HREF="<%$RT::WebPath%>/">You're welcome to login again</a>
-
-
-<%PERL>
-if (defined %session) {
- %session = undef;
-}
-$m->abort();
-</%PERL>
-
-
diff --git a/rt/webrt/NoAuth/Reminder.html b/rt/webrt/NoAuth/Reminder.html
deleted file mode 100755
index a814a912f..000000000
--- a/rt/webrt/NoAuth/Reminder.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<& /Elements/Header, title => 'Password Reminder' &>
-
-Not yet implemented.
diff --git a/rt/webrt/NoAuth/images/rt.jpg b/rt/webrt/NoAuth/images/rt.jpg
deleted file mode 100644
index a137a932b..000000000
--- a/rt/webrt/NoAuth/images/rt.jpg
+++ /dev/null
Binary files differ
diff --git a/rt/webrt/NoAuth/images/spacer.gif b/rt/webrt/NoAuth/images/spacer.gif
deleted file mode 100644
index 5bfd67a2d..000000000
--- a/rt/webrt/NoAuth/images/spacer.gif
+++ /dev/null
Binary files differ
diff --git a/rt/webrt/NoAuth/webrt.css b/rt/webrt/NoAuth/webrt.css
deleted file mode 100755
index a71d05720..000000000
--- a/rt/webrt/NoAuth/webrt.css
+++ /dev/null
@@ -1,102 +0,0 @@
-BODY, TD {font-family: Helvetica, Arial, sans-serif}
-TD {border-color: #cccccc }
-
-BLOCKQUOTE.message {
- font-size: 80%;
- font-family: "Helvetica", sans-serif;
-}
-
-
-BODY {
- color: #000;
- background: #FFFFFF;
- font-family: "Helvetica", sans-serif;
-
-
-}
-
-TD, TH { /* ns workaround */
- font-family: "Helvetica", sans-serif;
-}
-
-TR.oddline {
- background-color : #eeeeee;
-}
-
-H1, H2, H3 {
- margin-top: 0.2em;
- color: #336699;
- font-family: "Helvetica", sans-serif;
-
- clear: both;
-}
-
-
-DIV.endmatter { margin-left: -7% }
-
-
-
-A { font-weight: bold;
- color: #000000;
- /* border: none -- breaks NS 4.x */ }
-
-.currenttab { background-color: #cccccc; }
-
-.inverse { color: #ffffff; }
-
-
-
-A:link IMG, A:visited IMG { border-style: none }
-
-A IMG { color: white } /* The only way to hide the border in NS 4.x */
-
-.hide {
- display: none;
- color: white;
-}
-
-SPAN.date { font-size: 0.8em }
-
-SPAN.attribution {
- font-weight: bold
-}
-
-SPAN.label { font-size: 0.8em;
-}
-
-BLOCKQUOTE {
- font-style: italic;
- /* color: #990; */
-}
-
-ADDRESS {
- text-align: right;
- font-weight: bold;
- font-style: italic
-}
-
-BLOCKQUOTE P { /* Try to avoid space above the attribution */
- margin-bottom: 0;
-}
-BLOCKQUOTE ADDRESS {
- margin: 0;
-}
-
-.motto, .motto A {font: italic 120%/1.3 Georgia, serif; color: #990}
-
-.emphasized {
- font-weight: bold
-}
-
-/* Why o why does this break Netscape 4.x?
-IMG {
- border: none
-}
-*/
-
-P.map-also { font-style: italic; margin-left: 15%; text-align: right }
-
-.oddline {
-background-color : #eeeeee;
-
-}