From 5ecef758a2826bd28dd0676940cd12ef6792126f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:49 +0200 Subject: tagging ychat-0.4 --- html/CVS/Entries | 29 ++++++++++------------------- html/CVS/Root | 2 +- html/frameset.html | 12 +++++------- html/index.html | 46 ++++++++++++---------------------------------- html/input.html | 52 +++++++++++++--------------------------------------- html/notfound.html | 4 +--- html/online.html | 21 ++++----------------- html/stream.html | 42 +++++++++++++++++------------------------- html/style.css | 45 ++++----------------------------------------- 9 files changed, 67 insertions(+), 186 deletions(-) mode change 100755 => 100644 html/style.css (limited to 'html') diff --git a/html/CVS/Entries b/html/CVS/Entries index 19aa725..12eb550 100644 --- a/html/CVS/Entries +++ b/html/CVS/Entries @@ -1,20 +1,11 @@ -/admin.html/1.3/Sun Nov 7 02:24:57 2004// -/blank.html/1.1.1.1/Fri Jan 2 03:15:10 2004// -/colors.html/1.8/Sun Nov 7 02:24:57 2004// -/demo.html/1.4/Sun Nov 7 02:24:57 2004// -/favicon.ico/1.1.1.1/Fri Jan 2 03:15:10 2004// -/frameset.html/1.5/Sun Nov 7 02:24:57 2004// -/help.html/1.8/Mon Feb 14 20:09:50 2005// -/index.html/1.11/Sun Nov 7 02:37:57 2004// -/input.html/1.12/Mon Feb 14 18:01:22 2005// -/loggedin.html/1.1/Mon Feb 14 18:01:22 2005// -/notfound.html/1.2/Sat Mar 20 21:58:14 2004// -/online.html/1.7/Wed Feb 23 05:08:04 2005// -/options.html/1.6/Sun Nov 7 02:24:57 2004// -/register.html/1.10/Sun Nov 7 02:37:57 2004// -/robots.txt/1.1.1.1/Fri Jan 2 03:15:10 2004// -/stream.html/1.6/Sat Feb 19 11:08:50 2005// -/style.css/1.4/Sat Feb 19 11:08:50 2005// -/test.cgi/1.2/Sat Sep 25 04:12:43 2004// -/urlredirect.html/1.1/Sun Nov 7 00:33:14 2004// +/blank.html/1.1.1.1/Fri Mar 21 15:54:56 2003// +/frameset.html/1.1.1.1/Fri Mar 21 15:54:56 2003// +/index.html/1.4/Sun Mar 30 00:34:08 2003// +/input.html/1.2/Sun Mar 30 00:34:08 2003// +/notfound.html/1.1.1.1/Fri Mar 21 15:54:56 2003// +/online.html/1.2/Sun Mar 30 00:34:08 2003// +/stream.html/1.2/Sun Mar 30 00:34:08 2003// +/style.css/1.1/Sun Mar 30 11:12:49 2003// +/y_ani.gif/1.1.1.1/Fri Mar 21 15:54:56 2003// +/y_black.gif/1.1/Sun Mar 30 11:12:49 2003/-kb/ D diff --git a/html/CVS/Root b/html/CVS/Root index 745de68..2818c02 100644 --- a/html/CVS/Root +++ b/html/CVS/Root @@ -1 +1 @@ -:pserver:anonymous@buetow.org:/usr/home/cvs/cvsroot +:pserver:rover@cvs.ychat.berlios.de:/cvsroot/ychat diff --git a/html/frameset.html b/html/frameset.html index 672f8fa..fe6b973 100755 --- a/html/frameset.html +++ b/html/frameset.html @@ -1,21 +1,19 @@ - - - %%ychat.version%% + %%PGETITLE%% - + Your browser does not support frames, - - + + - + diff --git a/html/index.html b/html/index.html index 983e7ef..7bc01b0 100755 --- a/html/index.html +++ b/html/index.html @@ -1,54 +1,32 @@ - - - %%ychat.version%% + %%PGETITLE%% - + - + + - + -
-
-%%ychat.version%%

%%INFO%% -
-
ychat%%PGETITLE%%
%%INFO%%
  
-
+
+Enter your nick: + -Enter your nick:
- -
-
-Enter your password:
- -
-
-Enter your room:
- -
-
- - + + + -
-Register a new nick -
-
-If you don't want to register you may login -
-without a password using an unregistered nick.


-
yChat is OpenSource - get it at http://www.yChat.org
+
yChat is OpenSource - get it at http://www.yChat.org
diff --git a/html/input.html b/html/input.html index 31ed9fe..a403d8e 100755 --- a/html/input.html +++ b/html/input.html @@ -1,60 +1,34 @@ - - - + - %%HTML_TITLE_TAG_CONTENT%% + %%PGETITLE%% - + + - -
-
- - - -
-
- Colors - Options - Help - Users - Admin - Logout - Scrolling: - -
- + + + + + + +
diff --git a/html/notfound.html b/html/notfound.html index a14d44b..574e341 100755 --- a/html/notfound.html +++ b/html/notfound.html @@ -1,9 +1,7 @@ - - - %%HTML_TITLE_TAG_CONTENT%% + %%PGETITLE%% diff --git a/html/online.html b/html/online.html index 3eda553..aa14f8d 100755 --- a/html/online.html +++ b/html/online.html @@ -1,20 +1,7 @@ - - - - - - - %%room%% -
-
- - - - - %%userlist%% -
- %%topic%% -
+ + + + %%MESSAGE%% diff --git a/html/stream.html b/html/stream.html index ed08a23..6678069 100755 --- a/html/stream.html +++ b/html/stream.html @@ -1,38 +1,30 @@ - - - + - %%HTML_TITLE_TAG_CONTENT%% + %%PGETITLE%% - -

Engine: %%ychat.version%%

- - - Welcome to the chat, %%nick%%! + + Welcome to yChat %%nick%%!

- diff --git a/html/style.css b/html/style.css old mode 100755 new mode 100644 index 4b6d9ca..e31bd7e --- a/html/style.css +++ b/html/style.css @@ -1,48 +1,11 @@ -body, div { +BODY, TD { font-family: Verdana, Helvetica, sans-serif; - background-color: #000000; - color: #FFFFEF; font-size: 11pt; } - -input { - color: #000000; - font-family: Verdana, Helvetica, sans-serif; - text-decoration: none; - font-size: 9pt; - padding: 2px; -} - -input.text { - background-color: #FFFFEF; -} - -.fancy { - font-family: Verdana, Helvetica, sans-serif; - font-size: 9pt; - color: #FFFFEF; - padding: 2px; -} - -a:hover.fancy { - text-decoration: none; - color: #FFFFEF; - background-color: #000000; -} - -h1 { - background-color: #ffa500; - border: solid #000000 1px; - font-size: 20pt; - padding: 13px; - font-width: bold; -} - -body.stream { - background-color: #323232; +A { + color: #dddddd; } - .signature { - color: #AAAAAA; + color: #dddddd; font-size: 9pt; } -- cgit v1.2.3