presenting perl skin
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / video.html
diff --git a/share/skin/presentingperl/html/video.html b/share/skin/presentingperl/html/video.html
new file mode 100644 (file)
index 0000000..5ff75c5
--- /dev/null
@@ -0,0 +1,64 @@
+        <div id="main-content">
+
+          <div id="left-column">
+           <div id="mvcontainer"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
+            <script type="text/javascript" src="https://media.dreamhost.com/mp4/swfobject.js"></script>
+
+            <script type="text/javascript">
+              var s1 = new SWFObject("https://media.dreamhost.com/mp4/player.swf","mp1","640","480","9","#FFFFFF");
+              s1.addParam("allowfullscreen","true");
+              s1.addParam("allowscriptaccess","always");
+              s1.addParam("flashvars","&file=[% video_url %]");
+              s1.write("mvcontainer");
+            </script>
+
+          </div>
+    
+          <div id="right-column">
+            <h1 class="video-name">
+              Title: <span class="video-name"></span>
+            </h1>        
+            <h2 class="author-name">
+              Author: <span class="author-name"></span>
+            </h2>
+            <h3 class="bucket-name">
+              Event: <a href="../" class="bucket-name"></a>
+            </h3>
+              <br /><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
+              <img alt="Creative Commons License" 
+                   style="border-width:0; float: right; padding: 10px 10px 0 0px;" 
+                   src="http://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" /></a>
+            <p style="font-size: 80%">
+              This work is licensed under a 
+              <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
+              Creative Commons Attribution - Noncommercial - No Derivative Works 3.0 
+              Unported License</a>.<br />
+            </p>
+
+          </div>
+
+          <div id="custom-html">
+<!-- INSERT CUSTOM HTML HERE -->
+           <div class="video-details">
+<!--
+              The presenter might have provided a link to their slides here. Or they might not. 
+              If their name's Matt then they probably didn't remember to upload them yet. Oh well ...
+-->              
+            </div>    
+            <h1>Upload Custom HTML</h1>
+            <p>
+              There will soon be a form to help automate the process of uploading custom
+              html on this page. Until that is incorporated please send the html you wish
+              to appear to 
+              <a href="mailto:m.keating@shadowcat.co.uk">m.keating(at)shadowcat.co.uk</a>
+              for inclusion.
+            </p>
+<!--
+              BUILD FORM HERE!
+-->
+           
+<!-- END CUSTOM HTML HERE -->    
+          </div>
+
+<!-- END MAIN CONTENT -->        
+        </div>