Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
963afa38
Commit
963afa38
authored
Sep 11, 2009
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
layout and login bar
parent
81dcc732
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
auth
+1
-1
1 addition, 1 deletion
auth
helios
+1
-1
1 addition, 1 deletion
helios
single-election/media/main.css
+24
-5
24 additions, 5 deletions
single-election/media/main.css
single-election/templates/base.html
+12
-2
12 additions, 2 deletions
single-election/templates/base.html
with
38 additions
and
9 deletions
auth
@
d0cda7cc
Compare
59396dfc
...
d0cda7cc
Subproject commit
59396dfc62952f4995981c06143a7c727b0626e4
Subproject commit
d0cda7ccd20551d134b7e1cdec657f5de0d417b5
This diff is collapsed.
Click to expand it.
helios
@
d7e20746
Compare
825cbb91
...
d7e20746
Subproject commit
825cbb9198a787f7d432365467c9d4e3f753a04a
Subproject commit
d7e20746a289a57def46920c108931ecba7bae0b
This diff is collapsed.
Click to expand it.
single-election/media/main.css
+
24
−
5
View file @
963afa38
...
@@ -8,15 +8,19 @@ body {
...
@@ -8,15 +8,19 @@ body {
#content
{
#content
{
position
:
absolute
;
position
:
absolute
;
padding
:
20px
30px
20px
30px
;
top
:
0px
;
top
:
0px
;
margin-left
:
100px
;
margin-left
:
100px
;
margin-top
:
20px
;
margin-top
:
20px
;
width
:
86
0px
;
width
:
110
0px
;
background
:
white
;
background
:
white
;
padding
:
0px
;
border
:
1px
solid
#666
;
border
:
1px
solid
#666
;
}
}
#contentbody
{
padding
:
20px
30px
20px
30px
;
}
#header
{
#header
{
padding-top
:
0px
;
padding-top
:
0px
;
text-align
:
center
;
text-align
:
center
;
...
@@ -25,9 +29,11 @@ body {
...
@@ -25,9 +29,11 @@ body {
#footer
{
#footer
{
bottom
:
0px
;
bottom
:
0px
;
margin
:
auto
;
background
:
#ddd
;
width
:
860px
;
width
:
1060px
;
text-align
:
center
;
padding
:
8px
20px
8px
20px
;
border-top
:
1px
solid
#bbb
;
text-align
:
left
;
color
:
#666
;
color
:
#666
;
clear
:
both
;
clear
:
both
;
}
}
...
@@ -64,3 +70,16 @@ table.pretty th, td {
...
@@ -64,3 +70,16 @@ table.pretty th, td {
vertical-align
:
top
;
vertical-align
:
top
;
}
}
.highlight-box
{
background
:
#ccc
;
padding
:
10px
;
color
:
#eee
;
border
:
1px
solid
#888
;
}
.round
{
-moz-border-radius-bottomleft
:
5px
;
-moz-border-radius-bottomright
:
5px
;
-moz-border-radius-topleft
:
5px
;
-moz-border-radius-topright
:
5px
;
}
This diff is collapsed.
Click to expand it.
single-election/templates/base.html
+
12
−
2
View file @
963afa38
...
@@ -30,10 +30,11 @@
...
@@ -30,10 +30,11 @@
<body>
<body>
<div
id=
"content"
>
<div
id=
"content"
>
<div
id=
"header"
>
<div
id=
"header"
>
<
img
src=
"/static/logo.gif"
/><br
/>
<
a
href=
"/"
><img
border=
"0"
src=
"/static/logo.gif"
/><
/a><
br
/>
{% block header %}
{% block header %}
{% endblock %}
{% endblock %}
</div>
</div>
<div
id=
"contentbody"
>
{% if admin_p %}
{% if admin_p %}
<div
style=
"float:right; border-left: 1px dashed black; padding: 0px 20px 5px 20px;"
>
<div
style=
"float:right; border-left: 1px dashed black; padding: 0px 20px 5px 20px;"
>
<h3>
Administration
</h3>
<h3>
Administration
</h3>
...
@@ -41,8 +42,17 @@
...
@@ -41,8 +42,17 @@
</div>
</div>
{% endif %}
{% endif %}
{% block content %}{% endblock %}
{% block content %}{% endblock %}
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<br
/><br
/>
<span
style=
"float:right;"
>
{% if user %}
logged in as {{user.user_id}}@{{user.user_type}} [
<a
href=
"{% url auth.views.logout %}"
>
logout
</a>
]
{% else %}
{% endif %}
</span>
<a
href=
"http://heliosvoting.org"
>
About Helios
</a>
|
<br
clear=
"right"
/>
</div>
</div>
</div>
</div>
...
...
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
sign in
to comment