witten
/
luminotes
Archived
1
0
Fork 0

Added Noscript section to the main page so people without Javascript enabled

are greeted to slightly more than a blank page.
This commit is contained in:
Dan Helfman 2007-07-20 19:11:22 +00:00
parent 78fef663b2
commit bd8a6894e2
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from Page import Page
from Tags import Input, Div, H2, H4, A
from Tags import Input, Div, Noscript, H2, H4, A
from Search_form import Search_form
from Link_area import Link_area
from Toolbar import Toolbar
@ -44,6 +44,13 @@ class Main_page( Page ):
Div(
id = u"notes",
),
Noscript(
u"""
Luminotes is a personal wiki notebook for organizing your notes and ideas. It also
happens to require Javascript. So if you'd like to check out this site, please enable
Javascript in your web browser. Sorry for the inconvenience.
""",
),
id = u"center_area",
),
id = u"center_and_toolbar_area",