79700d8b0007991ce0a68a64934be11156d418d8
[atutor.git] / mods / atutor_opencaps / opencaps / preview.php
1 <?php \r
2 /*\r
3  * OpenCaps\r
4  * http://opencaps.atrc.utoronto.ca\r
5  * \r
6  * Copyright 2009 Heidi Hazelton\r
7  * Adaptive Technology Resource Centre, University of Toronto\r
8  * \r
9  * Licensed under the Educational Community License (ECL), Version 2.0. \r
10  * You may not use this file except in compliance with this License.\r
11  * http://www.opensource.org/licenses/ecl2.php\r
12  * \r
13  */\r
14 \r
15 define('INCLUDE_PATH', 'include/');\r
16 require(INCLUDE_PATH.'vitals.inc.php');\r
17 require(INCLUDE_PATH.'header.inc.php'); ?>\r
18 \r
19 <script language="javascript" type="text/javascript" src="js/preview.js"></script>\r
20         \r
21 <div id="content">\r
22         <div id="movie-container" style="margin-top:10px;padding-bottom:5em;"> \r
23         </div>\r
24         \r
25         <div id="info-container">\r
26                 <!-- div id="submenubar">\r
27                         <ul>\r
28                                 <li><a id="preset-tab" href="#" onClick="displayPreset();">Preset</a></li>\r
29                                 <li><a id="custom-tab" href="#" onClick="displayCustom()">Custom</a></li>\r
30                         </ul>\r
31                 </div -->\r
32                 \r
33                 <div id="layout" style="padding:5px; border-top:2px solid #ccc;">       \r
34                         <h3 style="font-size:small; margin:0px;margin-bottom:5px;">Layout Presets</h3>\r
35                         <form method="post" id="form" action="javascript:saveLayout();">\r
36                                 <label><input type="radio" name="layout" value="0" /> Caption below</label><br />\r
37                                 <label><input type="radio" name="layout" value="1" /> Caption on bottom</label><br />\r
38                                 <label><input type="radio" name="layout" value="2" /> Caption only (audio podcast)</label><br /><br />                  \r
39                                 <div style="text-align:right"><input type="submit" name="submit" value="Apply" /></div>\r
40                         </form>\r
41                 </div>\r
42         </div>\r
43 \r
44         </div>\r
45 <?php require(INCLUDE_PATH.'footer.inc.php'); ?>\r