presenting perl skin
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / video.html
1         <div id="main-content">
2
3           <div id="left-column">
4            <div id="mvcontainer"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
5             <script type="text/javascript" src="https://media.dreamhost.com/mp4/swfobject.js"></script>
6
7             <script type="text/javascript">
8               var s1 = new SWFObject("https://media.dreamhost.com/mp4/player.swf","mp1","640","480","9","#FFFFFF");
9               s1.addParam("allowfullscreen","true");
10               s1.addParam("allowscriptaccess","always");
11               s1.addParam("flashvars","&file=[% video_url %]");
12               s1.write("mvcontainer");
13             </script>
14
15           </div>
16     
17           <div id="right-column">
18             <h1 class="video-name">
19               Title: <span class="video-name"></span>
20             </h1>        
21             <h2 class="author-name">
22               Author: <span class="author-name"></span>
23             </h2>
24             <h3 class="bucket-name">
25               Event: <a href="../" class="bucket-name"></a>
26             </h3>
27               <br /><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
28               <img alt="Creative Commons License" 
29                    style="border-width:0; float: right; padding: 10px 10px 0 0px;" 
30                    src="http://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" /></a>
31             <p style="font-size: 80%">
32               This work is licensed under a 
33               <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
34               Creative Commons Attribution - Noncommercial - No Derivative Works 3.0 
35               Unported License</a>.<br />
36             </p>
37
38           </div>
39
40           <div id="custom-html">
41 <!-- INSERT CUSTOM HTML HERE -->
42            <div class="video-details">
43 <!--
44               The presenter might have provided a link to their slides here. Or they might not. 
45               If their name's Matt then they probably didn't remember to upload them yet. Oh well ...
46 -->              
47             </div>    
48             <h1>Upload Custom HTML</h1>
49             <p>
50               There will soon be a form to help automate the process of uploading custom
51               html on this page. Until that is incorporated please send the html you wish
52               to appear to 
53               <a href="mailto:m.keating@shadowcat.co.uk">m.keating(at)shadowcat.co.uk</a>
54               for inclusion.
55             </p>
56 <!--
57               BUILD FORM HERE!
58 -->
59            
60 <!-- END CUSTOM HTML HERE -->    
61           </div>
62
63 <!-- END MAIN CONTENT -->        
64         </div>