clear up wording on custom HTML
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / video.html
CommitLineData
139641f3 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">
7a752fd6 19 Title here
139641f3 20 </h1>
21 <h2 class="author-name">
7a752fd6 22 Author here
139641f3 23 </h2>
7a752fd6 24 <a href="../">
25 <h3 class="bucket-name">
26 Event name here
27 </h3>
28 </a>
139641f3 29 <br /><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
30 <img alt="Creative Commons License"
31 style="border-width:0; float: right; padding: 10px 10px 0 0px;"
32 src="http://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" /></a>
33 <p style="font-size: 80%">
34 This work is licensed under a
35 <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
36 Creative Commons Attribution - Noncommercial - No Derivative Works 3.0
37 Unported License</a>.<br />
38 </p>
39
40 </div>
41
42 <div id="custom-html">
43<!-- INSERT CUSTOM HTML HERE -->
44 <div class="video-details">
45<!--
46 The presenter might have provided a link to their slides here. Or they might not.
47 If their name's Matt then they probably didn't remember to upload them yet. Oh well ...
48-->
49 </div>
50 <h1>Upload Custom HTML</h1>
51 <p>
6bc8ce3c 52 presentingperl intends to allow authors to provide additional HTML containing a description of their talk or links to slides.
139641f3 53 There will soon be a form to help automate the process of uploading custom
6bc8ce3c 54 html on this page. Until we get that live, if you're the author of this talk (or just happen to have collected links to slides and similar for us) please send the html you wish
139641f3 55 to appear to
56 <a href="mailto:m.keating@shadowcat.co.uk">m.keating(at)shadowcat.co.uk</a>
57 for inclusion.
58 </p>
59<!--
60 BUILD FORM HERE!
61-->
62
63<!-- END CUSTOM HTML HERE -->
64 </div>
65
66<!-- END MAIN CONTENT -->
67 </div>