diff options
author | Florian <florianraemisch@web.de> | 2011-04-03 14:54:32 +0200 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2011-04-03 14:54:32 +0200 |
commit | 9b03f990dbdc5aab7d8228e7a7832d778613ff17 (patch) | |
tree | 183a556fe15c9193861782cafcb838460127daf3 | |
parent | 819944c060f77aa187f6203abe7c8eb399aeb72e (diff) |
added medien subpage
-rw-r--r-- | public/css/sublab.css | 7 | ||||
-rwxr-xr-x | scripts/template.py | 2 | ||||
-rw-r--r-- | template/template.html | 3 |
3 files changed, 11 insertions, 1 deletions
diff --git a/public/css/sublab.css b/public/css/sublab.css index acc3810..52f25b8 100644 --- a/public/css/sublab.css +++ b/public/css/sublab.css @@ -6,6 +6,13 @@ color: #ddd; } +iframe.youtube { + margin: 5px 15px 0px 15px; + width: 300px; + height: 235px; + border: 1px solid #444; + } + iframe.osm { margin: 5px 15px 0px 15px; width: 500px; diff --git a/scripts/template.py b/scripts/template.py index 63cc3b7..4da5fc2 100755 --- a/scripts/template.py +++ b/scripts/template.py @@ -63,7 +63,7 @@ print ("chattopic read") datenow = time.strftime("%Y-%m-%dT%H:%M:%S +0100") print ("Set date: " + datenow) -prefixes = ['index', 'neues', 'termine', 'raeume', 'lage', 'kontakt', 'verein', 'impressum', 'webcam', 'zensusinfo', '404', 'subforum', 'kaffeeklatsch', 'sublounge'] +prefixes = ['index', 'neues', 'termine', 'raeume', 'lage', 'kontakt', 'verein', 'impressum', 'webcam', 'zensusinfo', '404', 'subforum', 'kaffeeklatsch', 'sublounge', 'medien'] for prefix in prefixes: readfiles(contentpath + prefix) diff --git a/template/template.html b/template/template.html index 55eba03..2a0270c 100644 --- a/template/template.html +++ b/template/template.html @@ -61,6 +61,9 @@ <a href="/lage">Lage</a> </li> <li> + <a href="/medien">Medien</a> + </li> + <li> <a href="http://wiki.sublab.org">Wiki</a> </li> <li> |