From 86a6d6cdbb46faae969dff1e27b6b52c23012174 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 4 Aug 2013 17:56:45 -0700 Subject: Adding VideosResource to return JSON blobs of video data for the training page. --- src/templates/templates/training.ftl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/templates') diff --git a/src/templates/templates/training.ftl b/src/templates/templates/training.ftl index 3207c33..0490a9a 100644 --- a/src/templates/templates/training.ftl +++ b/src/templates/templates/training.ftl @@ -36,7 +36,7 @@
<#list videos as video>
-
${video.title}
+
${video.title}

${video.title}

${video.length}
@@ -66,6 +66,17 @@
+ +
+
Close Video
+
+ +
+
+ -- cgit v1.2.3