-
Notifications
You must be signed in to change notification settings - Fork 14
/
debug.html
218 lines (193 loc) · 10.3 KB
/
debug.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
BBBBBBBBBBBBBBBBB tttt tttt
B::::::::::::::::B ttt:::t ttt:::t
B::::::BBBBBB:::::B t:::::t t:::::t
BB:::::B B:::::B t:::::t t:::::t
B::::B B:::::Buuuuuu uuuuuuttttttt:::::tttttttttttttt:::::ttttttt eeeeeeeeeeee rrrrr rrrrrrrrr
B::::B B:::::Bu::::u u::::ut:::::::::::::::::tt:::::::::::::::::t ee::::::::::::ee r::::rrr:::::::::r
B::::BBBBBB:::::B u::::u u::::ut:::::::::::::::::tt:::::::::::::::::t e::::::eeeee:::::eer:::::::::::::::::r
B:::::::::::::BB u::::u u::::utttttt:::::::tttttttttttt:::::::tttttt e::::::e e:::::err::::::rrrrr::::::r
B::::BBBBBB:::::B u::::u u::::u t:::::t t:::::t e:::::::eeeee::::::e r:::::r r:::::r
B::::B B:::::Bu::::u u::::u t:::::t t:::::t e:::::::::::::::::e r:::::r rrrrrrr
B::::B B:::::Bu::::u u::::u t:::::t t:::::t e::::::eeeeeeeeeee r:::::r
B::::B B:::::Bu:::::uuuu:::::u t:::::t tttttt t:::::t tttttte:::::::e r:::::r
BB:::::BBBBBB::::::Bu:::::::::::::::uu t::::::tttt:::::t t::::::tttt:::::te::::::::e r:::::r
B:::::::::::::::::B u:::::::::::::::u tt::::::::::::::t tt::::::::::::::t e::::::::eeeeeeee r:::::r
B::::::::::::::::B uu::::::::uu:::u tt:::::::::::tt tt:::::::::::tt ee:::::::::::::e r:::::r
BBBBBBBBBBBBBBBBB uuuuuuuu uuuu ttttttttttt ttttttttttt eeeeeeeeeeeeee rrrrrrr
An authoring tool for Popcorn.js
Version 0.1.0
Developed by Bocoup on behalf of the Mozilla Foundation
Copyright (c) 2011 Bocoup, LLC
Authors: Rick Waldron, Alistair McDonald, Boaz Sender
Dual licensed under the MIT and GPL licenses.
http://code.bocoup.com/license/
-->
<title>Butter</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<!-- Styles -->
<link href="css/screen.css" rel="stylesheet" type="text/css" media="screen, projection">
<link href="css/print.css" rel="stylesheet" type="text/css" media="print">
<link href="css/Aristo/jquery-ui-1.8.5.custom.css" rel="stylesheet" type="text/css">
<link href="css/butter.application.css" rel="stylesheet" type="text/css" media="screen, projection">
<!-- Fave Libs and extensions-->
<script src="js/underscore.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jquery.ui.butter.min.js"></script>
<!-- Popcorn plugins -->
<script src="popcorn-js/popcorn.js"></script>
<script src="popcorn-js/plugins/googleMap/popcorn.googleMap.js"></script>
<script src="popcorn-js/plugins/footnote/popcorn.footnote.js"></script>
<script src="popcorn-js/plugins/webpage/popcorn.webpage.js"></script>
<script src="popcorn-js/plugins/flickr/popcorn.flickr.js"></script>
<script src="popcorn-js/plugins/image/popcorn.image.js"></script>
<script src="popcorn-js/plugins/wikipedia/popcorn.wikipedia.js"></script>
<!-- The juice-->
<script src="js/butter.application.js"></script>
</head>
<body>
<!-- Overlay Scenes -->
<div id="ui-loading-html" class="ui-load-ready">
<img src="img/loading.gif">
<p>This may take a moment if your video is loading over the internet</p>
</div>
<div id="ui-loading-over" class="ui-widget-overlay ui-load-ready"></div>
<!-- Main Scene -->
<div class="container">
<div id="head">
<div class="span-26 last">
<img class="logo" src="img/video.png" title="Butter" alt="Butter Logo">
<input placeholder="Video Url" type="text" id="io-video-url" name="io-video-url" class="text ui-menu-entity" value="">
<button class="ui-menu-controls marginleft" data-control="load" >Create New Movie</button>
<button class="ui-menuset" data-control="">My Movies</button>
<ul id="ui-user-videos" class="select-ul is-menu">
</ul>
<button class="ui-menuset">Layout</button>
<!-- start out with a default layout in data-layout -->
<ul id="ui-layout" class="select-ul is-menu" data-layout="wide">
</ul>
<button class="ui-menuset">Theme</button>
<!-- start out with a default theme in data-theme -->
<ul id="ui-theme" class="select-ul is-menu" data-theme="clean">
</ul>
<button class="ui-menuset">Export Movie</button>
<ul id="ui-export-to" class="select-ul is-menu">
</ul>
</div>
</div>
<hr class="space" >
<div id="ui-video-editor" class="span-26">
<!-- left pane -->
<div id="ui-panel-video" class="span-9" data-export="true">
<video id="video">
<p>Your user agent does not support the HTML5 Video element.</p>
</video>
<div id="ui-video-controls" class="span-10 last">
<button>
<span data-control="play" class="ui-icon ui-icon-play"></span>
</button>
<button>
<span data-control="pause" class="ui-icon ui-icon-pause"></span>
</button>
<button>
<span data-control="seek" data-opt="first" class="ui-icon ui-icon-seek-first"></span>
</button>
<button>
<span data-control="seek" data-opt="prev" class="ui-icon ui-icon-seek-prev"></span>
</button>
<button>
<span data-control="seek" data-opt="next" class="ui-icon ui-icon-seek-next"></span>
</button>
<button>
<span data-control="seek" data-opt="last" class="ui-icon ui-icon-seek-end"></span>
</button>
<input type="text" id="io-current-time" name="io-current-time" class="ui-video-property small-input text-center" value="" />
<button>
<span data-control="volume" data-opt="down" class="ui-icon ui-icon-volume-off"></span>
</button>
<button>
<span data-control="volume" data-opt="up" class="ui-icon ui-icon-volume-on"></span>
</button>
</div>
</div>
<!-- center pane -->
<!-- do not remove the inline styles, these must stay intact for export cloning -->
<div id="ui-panel-preview" class="span-17 last" data-export="true">
<div id="flickr-container" data-plugin="flickr" class="ui-plugin-pane span-6" style="height:120px;width:220px"></div>
<div id="iframe-container" data-plugin="webpage" class="ui-plugin-pane span-6" style="height:120px;width:220px"></div>
<div id="map-container" data-plugin="googleMap" class="ui-plugin-pane span-5 last" style="height:120px;width:210px"></div>
<hr class="space">
<div id="image-container" data-plugin="image" class="ui-plugin-pane span-6" style="height:120px;width:220px"></div>
<div id="twitter-container" data-plugin="twitter" class="ui-plugin-pane span-6" style="height:120px;width:220px"></div>
<div id="wiki-container" data-plugin="wikipedia" class="ui-plugin-pane span-5 last" style="height:120px;width:210px"></div>
<hr class="space">
<div id="footnote-container" data-plugin="footnote" class="ui-plugin-pane span-17 last" style="height:52px;width:670px;"></div>
</div>
</div>
<!-- ui-video-editor -->
<hr class="space">
<div id="ui-track-editting" class="span-21">
<div id="ui-tracks">
<div id="ui-scrubber-handle">
<div id="ui-scrubber"></div>
</div>
<div id="ui-tracks-time">
<canvas id="ui-tracks-time-canvas" width="800" height="25"></canvas>
</div>
</div>
</div>
<!-- plugins panel -->
<div id="ui-panel-plugins" class="span-5 last">
<div id="ui-accordion-tools" class="ui-accordion-panel">
<h3><a href="#">Save As</a></h3>
<div>
<input placeholder="Title" type="text" id="io-video-title" name="io-video-title" class="text" style="width:150px;" value="" />
<textarea placeholder="Description" id="io-video-description" style="width:150px;height:85px" class="text"></textarea>
<button class="ui-menu-controls" data-control="save" >Save</button>
<button class="ui-menu-controls" data-control="delete" >Delete</button>
</div>
<h3><a href="#">Add Popcorn Data</a></h3>
<div>
<ul id="ui-plugin-select-list" class="select-ul">
</ul>
</div>
<h3><a href="#">Help</a></h3>
<div>
<ul>
<li>[ Shift + Click ] on a track event to Delete it.</li>
</ul>
</div>
<!--
comingsoon ;)
<h3><a href="#">Data View</a></h3>
<div>
<textarea id="io-video-data" name="io-video-data" style="width:150px;height:150px"></textarea>
</div>
-->
</div>
</div>
</div>
<!-- Dialogs -->
<div id="ui-track-event-editor" title="Edit Track Event">
<!-- reusable -->
</div>
<div id="ui-preview-viewer" title="">
<!-- reusable -->
</div>
<div id="ui-application-error" title="">
<!-- reusable -->
</div>
<div id="ui-start-screen" title="Your Movies:">
<h2>Your Movies</h2>
<ul id="ui-start-screen-list"></ul>
<hr class="space"/>
<h2>Create a New Movie</h2>
<input placeholder="Video Url" type="text" class="text ui-menu-entity" value="">
</div>
</body>
</html>