From f038883a6e004eb4312ba1e761da06b596e14d3f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:43 +0200 Subject: tagging ychat-0.7.7.0 --- html/CVS/Entries | 2 +- html/favicon.ico | Bin html/frameset.html | 6 ++++-- html/help.html | 17 +++++++++++------ html/index.html | 44 +++++++++++++++++++++++++++++++++----------- html/input.html | 51 +++++++++++++++++++++++++++++++++------------------ html/notfound.html | 4 +++- html/online.html | 22 +++++++++++++++++++--- html/stream.html | 42 +++++++++++++++++++++++++----------------- html/style.css | 45 +++++++++++++++++++++++++++++++++++++++++---- 10 files changed, 170 insertions(+), 63 deletions(-) mode change 100644 => 100755 html/favicon.ico mode change 100644 => 100755 html/style.css (limited to 'html') diff --git a/html/CVS/Entries b/html/CVS/Entries index 19aa725..b212293 100644 --- a/html/CVS/Entries +++ b/html/CVS/Entries @@ -9,7 +9,7 @@ /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// +/online.html/1.6/Mon Feb 14 18:01:22 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// diff --git a/html/favicon.ico b/html/favicon.ico old mode 100644 new mode 100755 diff --git a/html/frameset.html b/html/frameset.html index 84a95ef..672f8fa 100755 --- a/html/frameset.html +++ b/html/frameset.html @@ -1,10 +1,12 @@ + + - %%PGETITLE%% + %%ychat.version%% - + Your browser does not support frames, diff --git a/html/help.html b/html/help.html index 0a3b418..ad9a25f 100755 --- a/html/help.html +++ b/html/help.html @@ -1,23 +1,28 @@ + + - Chat-help - %%PGETITLE%% + Chat-help - %%ychat.version%% - +
- Hello %%nick%%, all chat commands available are summarized below: + Hello %%nick%%, all chat commands available are summarized below (Please notice that only currently + in memory loaded command modules are listed here which should be the case by yChat default configuration). You can also access help for a specific command with the /help command. Example: /help commandname:

- %%content%% -


-
yChat is OpenSource - get it at http://www.yChat.org
+
+ + yChat is OpenSource - get it at http://www.yChat.org + +
diff --git a/html/index.html b/html/index.html index 0549ac5..983e7ef 100755 --- a/html/index.html +++ b/html/index.html @@ -1,32 +1,54 @@ + + - %%PGETITLE%% + %%ychat.version%% - + - - + - + -
ychat%%PGETITLE%%
%%INFO%%
+
+%%ychat.version%%

%%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 a49cb13..31ed9fe 100755 --- a/html/input.html +++ b/html/input.html @@ -1,16 +1,19 @@ + - + + - %%PGETITLE%% + %%HTML_TITLE_TAG_CONTENT%% - + - - - - -
-
- + + +
+ + + +
+
+ Colors + Options + Help + Users + Admin + Logout + Scrolling: + +
+ - - -
-
- Help -
diff --git a/html/notfound.html b/html/notfound.html index 574e341..a14d44b 100755 --- a/html/notfound.html +++ b/html/notfound.html @@ -1,7 +1,9 @@ + + - %%PGETITLE%% + %%HTML_TITLE_TAG_CONTENT%% diff --git a/html/online.html b/html/online.html index aa14f8d..6a10fd9 100755 --- a/html/online.html +++ b/html/online.html @@ -1,7 +1,23 @@ + - + + - - %%MESSAGE%% + + %%ROOMNAME%% +
+
+ + + + + %%USERLIST%% +
+ %%ROOMTOPIC%% +
+ + + + diff --git a/html/stream.html b/html/stream.html index 6678069..ed08a23 100755 --- a/html/stream.html +++ b/html/stream.html @@ -1,30 +1,38 @@ + - + + - %%PGETITLE%% + %%HTML_TITLE_TAG_CONTENT%% - - Welcome to yChat %%nick%%! + +

Engine: %%ychat.version%%

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

+ diff --git a/html/style.css b/html/style.css old mode 100644 new mode 100755 index e31bd7e..4b6d9ca --- a/html/style.css +++ b/html/style.css @@ -1,11 +1,48 @@ -BODY, TD { +body, div { font-family: Verdana, Helvetica, sans-serif; + background-color: #000000; + color: #FFFFEF; font-size: 11pt; } -A { - color: #dddddd; + +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; } + .signature { - color: #dddddd; + color: #AAAAAA; font-size: 9pt; } -- cgit v1.2.3