Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
Commits
218cca4a
Commit
218cca4a
authored
May 05, 2010
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added todos into settings pane. changed explanation text a bit.
parent
0f42c5ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
index.html
examples/html/index.html
+7
-4
style.css
examples/html/style.css
+5
-1
No files found.
examples/html/index.html
View file @
218cca4a
...
...
@@ -21,8 +21,7 @@
This application was written for educational purposes demonstrating
how web interface could be decoupled from the business logic. Not a
single line of HTML is generated by the server, instead, server
communicates data in JSON format using AJAX calls. Such chat server
could be used in your application as a collaboration tool.
gives data to the client in JSON format.
</div>
</div>
<div>
...
...
@@ -53,8 +52,12 @@
<div
id=
"settings"
class=
"hidden main"
>
<div>
<span
class=
"top-rounded"
>
Settings
</span>
<div
class=
"bottom-rounded"
>
<span
class=
"top-rounded chat-title"
>
Settings
</span>
<div
class=
"bottom-rounded chat-content"
>
<table>
<tr><td>
Max messages to display:
</td><td>
blah blah
</td></tr>
<tr><td>
Text color:
</td><td>
blah blah
</td></tr>
</table>
</div>
</div>
</div>
...
...
examples/html/style.css
View file @
218cca4a
...
...
@@ -13,6 +13,10 @@ body {
float
:
left
;
}
td
{
text-align
:
left
;
}
#motd
{
margin-left
:
170px
;
}
...
...
@@ -85,7 +89,7 @@ body {
.main
{
padding
:
0.5em
;
background
:
#
e0e
cff
;
background
:
#
f0f
cff
;
}
#menu
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment