From 07706f56cd421bf8b101a5c0fe44674d36e161a0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:46 +0200 Subject: tagging ychat-0.5.1 --- html/favicon.ico | Bin html/frameset.html | 12 +++++------- html/index.html | 21 +++++++++++++-------- html/input.html | 52 +++++++++++++--------------------------------------- html/notfound.html | 4 +--- html/online.html | 21 ++++----------------- html/stream.html | 42 +++++++++++++++++------------------------- html/style.css | 0 8 files changed, 53 insertions(+), 99 deletions(-) mode change 100755 => 100644 html/favicon.ico mode change 100755 => 100644 html/style.css (limited to 'html') diff --git a/html/favicon.ico b/html/favicon.ico old mode 100755 new mode 100644 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 b1a1793..7bc01b0 100755 --- a/html/index.html +++ b/html/index.html @@ -1,27 +1,32 @@ - - - %%yhttpd.version%% + %%PGETITLE%% - + + - + -
%%yhttpd.version%%

%%INFO%%
ychat%%PGETITLE%%
%%INFO%%
  
-This is the demo website provided by yhttpd :-) + +Enter your nick: +
+ + + + +


-
yhttpd is OpenSource - get it at http://www.yhttpd.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 4814979..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 -- cgit v1.2.3