Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
218cca4a
"Overlap/Analysis/plot_traj.py" did not exist on "e1743a2e9c7bc82bd0aed0e85c03583a9674f549"
Commit
218cca4a
authored
14 years ago
by
Sergey Lyubka
Browse files
Options
Downloads
Patches
Plain Diff
added todos into settings pane. changed explanation text a bit.
parent
0f42c5ba
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/html/index.html
+7
-4
7 additions, 4 deletions
examples/html/index.html
examples/html/style.css
+5
-1
5 additions, 1 deletion
examples/html/style.css
with
12 additions
and
5 deletions
examples/html/index.html
+
7
−
4
View file @
218cca4a
...
@@ -21,8 +21,7 @@
...
@@ -21,8 +21,7 @@
This application was written for educational purposes demonstrating
This application was written for educational purposes demonstrating
how web interface could be decoupled from the business logic. Not a
how web interface could be decoupled from the business logic. Not a
single line of HTML is generated by the server, instead, server
single line of HTML is generated by the server, instead, server
communicates data in JSON format using AJAX calls. Such chat server
gives data to the client in JSON format.
could be used in your application as a collaboration tool.
</div>
</div>
</div>
</div>
<div>
<div>
...
@@ -53,8 +52,12 @@
...
@@ -53,8 +52,12 @@
<div
id=
"settings"
class=
"hidden main"
>
<div
id=
"settings"
class=
"hidden main"
>
<div>
<div>
<span
class=
"top-rounded"
>
Settings
</span>
<span
class=
"top-rounded chat-title"
>
Settings
</span>
<div
class=
"bottom-rounded"
>
<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>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
examples/html/style.css
+
5
−
1
View file @
218cca4a
...
@@ -13,6 +13,10 @@ body {
...
@@ -13,6 +13,10 @@ body {
float
:
left
;
float
:
left
;
}
}
td
{
text-align
:
left
;
}
#motd
{
#motd
{
margin-left
:
170px
;
margin-left
:
170px
;
}
}
...
@@ -85,7 +89,7 @@ body {
...
@@ -85,7 +89,7 @@ body {
.main
{
.main
{
padding
:
0.5em
;
padding
:
0.5em
;
background
:
#
e0e
cff
;
background
:
#
f0f
cff
;
}
}
#menu
{
#menu
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment