From c507ce3198ea4d822832cc8740f0128df8873c02 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:44 +0200 Subject: tagging ychat-0.3 --- html/CVS/Entries | 1 - 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, 57 insertions(+), 168 deletions(-) mode change 100755 => 100644 html/style.css (limited to 'html') diff --git a/html/CVS/Entries b/html/CVS/Entries index e14ddfa..12eb550 100644 --- a/html/CVS/Entries +++ b/html/CVS/Entries @@ -1,5 +1,4 @@ /blank.html/1.1.1.1/Fri Mar 21 15:54:56 2003// -/favicon.ico/1.1/Sat Sep 13 18:52:49 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// diff --git a/html/CVS/Root b/html/CVS/Root index a82e29e..4ab853d 100644 --- a/html/CVS/Root +++ b/html/CVS/Root @@ -1 +1 @@ -:pserver:anonymous@cvs.ychat.berlios.de:/cvsroot/ychat +:pserver:volker@cvs.exa-ds.com:/home/cvsroot 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