removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / opencaps / editor.php
diff --git a/mods/atutor_opencaps/opencaps/editor.php b/mods/atutor_opencaps/opencaps/editor.php
deleted file mode 100755 (executable)
index 0e8a9d9..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-<?php \r
-/*\r
- * OpenCaps\r
- * http://opencaps.atrc.utoronto.ca\r
- * \r
- * Copyright 2009 Heidi Hazelton\r
- * Adaptive Technology Resource Centre, University of Toronto\r
- * \r
- * Licensed under the Educational Community License (ECL), Version 2.0. \r
- * You may not use this file except in compliance with this License.\r
- * http://www.opensource.org/licenses/ecl2.php\r
- * \r
- */\r
-\r
-define('INCLUDE_PATH', 'include/');\r
-require(INCLUDE_PATH.'vitals.inc.php');\r
-\r
-require(INCLUDE_PATH.'header.inc.php'); \r
-?>     \r
-\r
-<script language="javascript" type="text/javascript" src="js/editor.js"></script>                                      \r
-\r
-       <div id="movie_status"></div>                           \r
-       \r
-       <div id="movie-container">              \r
-               <object id="mymovie" width="340" height="<?php echo $this_proj->media_height; ?>" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">\r
-               <param name="src" value="<?php echo $this_proj->media_loc; ?>" />\r
-               <param name="enablejavascript" value="true" />\r
-               <param name="postdomevents" value="true" />\r
-               <param name="controller" value="false" />\r
-               <param name="autoplay" value="false" />\r
-               <param name="scale" value="aspect" />\r
-               <embed src="<?php echo $this_proj->media_loc; ?>" width="340" height="<?php echo $this_proj->media_height; ?>" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" name="mymovie" id="mymovie_embed" postdomevents="true" controller="false" autoplay="false" scale="aspect" />\r
-               </object>               \r
-                               \r
-               <div id="movie-controls">\r
-                       <div style="text-align:center; margin-top:-3px;">\r
-                               <div id="current-time"></div> / <div id="duration"></div>\r
-                       </div>\r
-                       \r
-                       <div id='m_timeline'>\r
-                               <div id="m_handle"></div>       \r
-                       </div>                                  \r
-                               \r
-                       <div style="float:left;"><a href="#" onclick="clip.previous();"><img src="images/clip_prev.png" alt="Previous Clip" title="Previous Clip" /></a></div> \r
-                       <div style="float:right;"><a href="#" onclick="clip.next();"><img src="images/clip_next.png" alt="Next Clip" title="Next Clip" /></a></div>\r
-       \r
-                       <div style="text-align:center;">\r
-                               <!--  a href="#" onmousedown="movie.pressPlay()" onmouseup="movie.pressStop()"><img src="images/pressplay.png" alt="Press Play" title="Press Play" id="pressButton" /></a>&nbsp; --> \r
-                               <a href="#" onmousedown="movie.normPlay()"><img src="images/play.png" alt="Play" title="Play" id="playButton" /></a>\r
-                       </div>\r
-\r
-               </div>\r
-               \r
-               <div id="clip-info">\r
-                       <div style="font-weight:bold;text-decoration:underline; text-align:left;" id="clip-name"></div><br />\r
-                       <!--  div style="text-align:left">Total Clips: <div id="numclips" style="display:inline"></div></div -->\r
-               </div>\r
-\r
-               \r
-               <div id="make-clip">\r
-                       <input type="button" name="Make Clip" value="Make Clip" class="button" style="width:7em" onclick="movie.saveClip()" id="makeclip"  />\r
-               </div>\r
-                                       \r
-               <div id="clip-controls">\r
-                       <!--  div id="clip-time"></div> / <div id="clip-duration"></div -->\r
-\r
-                       <div id="in-info">\r
-                               <div style="float:left" id="in-time"></div><div style="float:right" id="in-undo"></div><br />\r
-                               <a href="#" onclick="clip.addPrevSpace()" id="addprev"><img src="images/clip_leftedge.png" alt="Add previous space to clip" title="Add previous space to clip" style="padding-top:10px; padding-right:5px;" /></a> \r
-                               <input type="button" id="in" name="in" value="In" class="button" onclick="clip.newInTime();" />\r
-                       </div>\r
-\r
-                       <div id="out-info">\r
-                               <div style="float:left" id="out-undo"></div><div style="float:right" id="out-time"></div><br />\r
-                               <input type="button" id="out" name="out" value="Out" class="button" onclick="clip.newOutTime();" /> \r
-                               <a href="#" onclick="clip.addNextSpace()" id="addnext"><img src="images/clip_rightedge.png" alt="Add next space to clip" title="Add next space to clip" style="padding-top:10px; padding-left:5px;" /></a>\r
-                       </div>                          \r
-\r
-                       <div id="clip-timeline">\r
-                               <div id='c_timeline' class='ui-slider-clip' >\r
-                                       <div id="c_handle"></div>       \r
-                               </div>                                  \r
-                       </div>  \r
-                                       \r
-                       <div id="clip-buttons">                 \r
-                       <div style="float:left;margin-top:1.4em;">\r
-                               <a href="#" onclick="clip.goToStart()"><img src="images/start.png" alt="Go to start of clip" title="Go to start of clip" /></a>&nbsp;\r
-                               <a href="#" onclick="clip.stepBack(33)"><img src="images/rewind2.png" alt="Step back .033 second" title="Step back .033 seconds" /></a>&nbsp;\r
-                               <a href="#" onclick="clip.stepBack(100)"><img src="images/rewind.png" alt="Step back .100 second" title="Step back .100 second" /></a>\r
-                       </div>  \r
-\r
-                       <div style="float:right;margin-top:1.4em;">\r
-                               <a href="#" onclick="clip.stepForward(100)"><img src="images/ffwd.png" alt="Step forward .100 second" title="Step forward .100 second" /></a>&nbsp;\r
-                               <a href="#" onclick="clip.stepForward(33)"><img src="images/ffwd2.png" alt="Step forward .033 second" title="Step forward .033 second" /></a>&nbsp; \r
-                               <a href="#" onclick="clip.goToEnd()"><img src="images/end.png" alt="Go to end of clip" title="Go to end of clip" /></a> \r
-                       </div>                                          \r
-                                                                       \r
-                       <div style="text-align:center; margin-top:5px;">                \r
-                               <!--  a href="#" onmousedown="clip.pressPlay()" onmouseup="clip.pressStop()"><img src="images/pressplay.png" alt="Press Play" title="Press Play" id="clip-pressButton" /></a>&nbsp; --> \r
-                               <a href="#" onclick="clip.normPlay()"><img src="images/play.png" alt="Play Clip" title="Play Clip" id="clip-playButton" /></a>&nbsp;\r
-                               <a href="#" onclick="clip.lastPlay();"><img src="images/last_start.png" alt="Last play" title="Last play" /></a>\r
-                       </div>\r
-                       </div>\r
-               </div>          \r
-               <div id="captions">\r
-                       <textarea cols="5" rows="4" style="margin-left:-5px;width:250px; height:75px;font-size:15px;" id="caption-text"></textarea><br />\r
-               </div>\r
-       \r
-       </div>\r
-\r
-       <div id="info-container">\r
-               <!-- div id="submenubar">\r
-                       <ul>\r
-                               <li id="clips-subtab"><a id="clip-tab" href="#" onclick="displayClips();">Clip Timeline</a></li>\r
-                               <li id="detail-subtab"><a id="detail-tab" href="#" onclick="displayDetails()">Details</a></li>\r
-                       </ul>\r
-               </div -->\r
-               <div style="background-color:#b5c3d9; padding:5px;"><div id="show_hide_caps"></div></div>       \r
-               <div id="info-tab"></div>\r
-       </div>\r
-\r
-<?php require('include/footer.inc.php'); ?>
\ No newline at end of file