summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-20 20:33:28 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-20 20:33:28 +0200
commit2839156d9508750c7562dc9b570df5269e286131 (patch)
tree6bbb055de6fd9c947e5168fe25ec698daa4c3bea
parentc0886f300c0c9d5183031e46a5015d14357d2561 (diff)
Move schedlue to sidebar (to be outside main container), and wrap in well.
-rw-r--r--live.mdwn24
-rw-r--r--live/sidebar.mdwn27
-rw-r--r--templates/well.mdwn3
3 files changed, 30 insertions, 24 deletions
diff --git a/live.mdwn b/live.mdwn
index 015d278..6c27b2f 100644
--- a/live.mdwn
+++ b/live.mdwn
@@ -9,27 +9,3 @@
width=640
height=360
]]
-
-[[!template id=column size=8 content=<<COLUMN
-## Scheduled webinars
-[[!table data="""
-Dates and time| |
-May 16 |5:00 pm |7:00 pm
-May 17 |5:00 pm |7:00 pm
-May 18 |5:00 pm |7:00 pm
-May 19 |5:00 pm |7:00 pm
-May 20 |1:00 pm |3:00 pm
-May 22 |7:00 pm |
-May 23 |5:00 pm |7:00 pm
-May 24 |5:00 pm |7:00 pm
-May 31 |4:00 pm |6:00 pm
-June 01 |2:30 pm |5:00 pm
-June 02 |4:00 pm |6:00 pm
-June 03 |1:00 pm |3:00 pm
-June 04 |1:00 pm |3:00 pm
-June 05 |1:00 pm |3:00 pm
-June 06 |4:00 pm |6:00 pm
-June 07 |4:00 pm |6:00 pm
-June 08 |4:00 pm |6:00 pm
-"""]]
-COLUMN]]
diff --git a/live/sidebar.mdwn b/live/sidebar.mdwn
new file mode 100644
index 0000000..005fe14
--- /dev/null
+++ b/live/sidebar.mdwn
@@ -0,0 +1,27 @@
+[[!template id=container content=<<CONTAINER
+[[!template id=column size=8 content=<<COLUMN
+[[!template id=well content=<<WELL
+## Scheduled webinars
+[[!table data="""
+Dates and time| |
+May 16 |5:00 pm |7:00 pm
+May 17 |5:00 pm |7:00 pm
+May 18 |5:00 pm |7:00 pm
+May 19 |5:00 pm |7:00 pm
+May 20 |1:00 pm |3:00 pm
+May 22 |7:00 pm |
+May 23 |5:00 pm |7:00 pm
+May 24 |5:00 pm |7:00 pm
+May 31 |4:00 pm |6:00 pm
+June 01 |2:30 pm |5:00 pm
+June 02 |4:00 pm |6:00 pm
+June 03 |1:00 pm |3:00 pm
+June 04 |1:00 pm |3:00 pm
+June 05 |1:00 pm |3:00 pm
+June 06 |4:00 pm |6:00 pm
+June 07 |4:00 pm |6:00 pm
+June 08 |4:00 pm |6:00 pm
+"""]]
+WELL]]
+COLUMN]]
+CONTAINER]]
diff --git a/templates/well.mdwn b/templates/well.mdwn
new file mode 100644
index 0000000..eb14bf6
--- /dev/null
+++ b/templates/well.mdwn
@@ -0,0 +1,3 @@
+<div class="well">
+<TMPL_VAR content>
+</div>