From 8dc08cf3c4d005341936a4eff43032a6131fe2d1 Mon Sep 17 00:00:00 2001 From: Almad Date: Sat, 9 Oct 2010 16:06:05 +0200 Subject: [PATCH] Empty RVSP form (refs #44) --- rpgscheduler/static/css/basic.css | 1 + rpgscheduler/static/css/calendar.css | 9 ++++++ rpgscheduler/templates/con/event.html | 46 +++++++++++++++++++++++++++ rpgscheduler/templates/main.html | 3 +- 4 files changed, 58 insertions(+), 1 deletion(-) diff --git a/rpgscheduler/static/css/basic.css b/rpgscheduler/static/css/basic.css index bdba4e4..e79923a 100644 --- a/rpgscheduler/static/css/basic.css +++ b/rpgscheduler/static/css/basic.css @@ -301,3 +301,4 @@ hr.cleaner { a img { border: 0; } +} \ No newline at end of file diff --git a/rpgscheduler/static/css/calendar.css b/rpgscheduler/static/css/calendar.css index ffa9185..d32f151 100644 --- a/rpgscheduler/static/css/calendar.css +++ b/rpgscheduler/static/css/calendar.css @@ -141,3 +141,12 @@ div.calendar { color: #FFF; font-size: 11px; } + + + +/* calendarpicker unrelated classes, that are, however, relevant to the calendar as a whole */ + + +#rvsp { + float: right; +} \ No newline at end of file diff --git a/rpgscheduler/templates/con/event.html b/rpgscheduler/templates/con/event.html index c80f1f2..31f6c4d 100644 --- a/rpgscheduler/templates/con/event.html +++ b/rpgscheduler/templates/con/event.html @@ -1,8 +1,35 @@ {% extends "main.html" %} +{% block og %} + + + + + + +{% endblock %} + {% block content %}

{{ event.title }}

+ + +{% if user.is_authenticated %} +
+
+
+ +
    +
  • +
  • +
  • +
+ +
+
+
+{% endif %} {% autoescape off %} @@ -10,5 +37,24 @@

{{ event.title }}

{% endautoescape %} +
+ {% endblock %} diff --git a/rpgscheduler/templates/main.html b/rpgscheduler/templates/main.html index 3dedd61..38e4c0d 100644 --- a/rpgscheduler/templates/main.html +++ b/rpgscheduler/templates/main.html @@ -1,5 +1,5 @@ - + @@ -11,6 +11,7 @@ + {% block og %}{% endblock %}