-
Notifications
You must be signed in to change notification settings - Fork 3
/
media.html
197 lines (181 loc) · 8.21 KB
/
media.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
<!doctype html>
<html lang="en" class="custom-scroll">
<head>
<meta charset="UTF-8">
<title>Booktype Media Screen</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<link href='css/bootstrap.css' rel='stylesheet' type='text/css' />
<link href="css/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<link href="css/jquery.fileupload-ui.css" rel="stylesheet" type="text/css">
<link href='css/booki-new.css' rel='stylesheet' type='text/css' />
</head>
<body>
<!-- Navbar -->
<div class="user">
<div class="btn-group float-right">
<button class="btn btn-inverse dropdown-toggle" data-toggle="dropdown">Vladimir Stefanovic<span class="caret"></span></button>
<ul class="dropdown-menu pull-right">
<li><a href="/accounts/Fritz/" target="_blank"><i class="icon-user"></i>Profile</a></li>
<li><a href="/_control/" target="_blank"><i class="icon-gears"></i>Control Center</a></li>
<li class="divider"></li>
<li><a href="/accounts/signout/"><i class="icon-signout"></i>Logout</a></li>
</ul>
</div>
</div>
<div class="navigation-bar">
<div class="logo"><a href="#"></a></div>
</div>
<!-- end Navbar -->
<!-- Bookbar -->
<div class="bookbar">
<h1>Book title here</h1>
<div class="btn-toolbar float-right">
<div class="btn-group" data-toggle="buttons-radio">
<button type="button" data-toggle="button" class="btn btn-default" title="" id="button-toc">Table of Contents</button>
<button type="button" data-toggle="button" class="btn btn-default active" title="" id="button-media">Media</button>
<button type="button" data-toggle="button" class="btn btn-default" title="" id="button-cover" data-original-title="Cover Manager">Cover Manager</button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary disabled" id="button-publish" title="">Publish</button>
</div>
</div>
</div>
<!-- end Bookbar -->
<!-- ToC / Chapter header -->
<div class="contentHeader">
<h2>Media - Images and Files</h2>
<div class="btn-toolbar float-right">
<div class="btn-group">
<span class="btn btn-success fileinput-button">
<i class="icon-plus icon-white"></i>
<span>Upload</span>
<input id="fileupload" type="file" name="files[]" data-url="../_upload_cover/">
</span>
</div>
</div>
</div>
<!-- end ToC/Chapter header -->
<div class="contentContainer">
<div class="content">
<p>All images added to your book are listed here as well as any additional files you have uploaded.</p>
<table border="0" cellspacing="0" cellpadding="0" class="mediaTable">
<thead>
<tr>
<th></th>
<th>preview</th>
<th>name</th>
<th>dimension</th>
<th>size</th>
<th>created</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<input type="checkbox" name="8551" value="06032013107.jpg">
</td>
<td>
<a href="pictures/bubica.jpg" target="_new"><img src="pictures/bubica.jpg"></a></td>
</td>
<td>
<a href="pictures/bubica.jpg" target="_new">06032013107.jpg</a></td>
<td>2592x1944</td>
<td>928 Kb</td>
<td>20.07.2013 16:30:40</td>
</tr>
<tr>
<td>
<input type="checkbox" name="8532" value="13032013110.jpg">
</td>
<td>
<a href="pictures/cover2.jpg" target="_new"><img src="pictures/cover2.jpg"></a></td>
</td>
<td>
<a href="pictures/cover2.jpg" target="_new">13032013110.jpg</a>
</td>
<td>2592x1944</td>
<td>703 Kb</td>
<td>20.07.2013 16:19:48</td>
</tr>
</tbody>
</table>
<button type="button" class="btn btn-default" id="delete-selected-items">Delete selected items</button>
</div>
</div>
<!-- Tabs content -->
<div class="tablist left-tablist">
<ul class="navigation-tabs">
<li><a href="#" id="online-users-tab"><i class="big-icon-online-users"></i></a></li>
<li><a href="#" id="chat-tab"><i class="big-icon-chat"></i></a></li>
</ul>
</div>
<div class="tablist right-tablist"></div>
<div id="left-tabpane" class="tabpane left-tabpane">
<section class="tab-content hold" source_id="online-users-tab">
<h3>Online Users</h3>
<p>Online users content here</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</p>
</section>
<section class="tab-content" source_id="chat-tab">
<h3>Chat</h3>
<p>some chat here</p>
</section>
</div>
<div id="right-tabpane" class="tabpane right-tabpane">
</div>
<!-- Modal windows -->
<div id="newChapter" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">Create New Chapter</h3>
</div>
<div class="modal-body">
<input type="text" placeholder="Enter new Chapter title">
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
<button class="btn btn-primary">Create Chapter</button>
</div>
</div>
<div id="newSection" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">Create New Section</h3>
</div>
<div class="modal-body">
<input type="text" placeholder="Enter new Section title">
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
<button class="btn btn-primary">Create Section</button>
</div>
</div>
<div id="importChapter" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">Clone Chapter</h3>
</div>
<div class="modal-body">
<fieldset>
<input type="text" placeholder="Enter Book ID">
<input type="text" placeholder="Enter Chapter ID">
<input type="text" placeholder="New title (optional)">
</fieldset>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
<button class="btn btn-primary">Clone Chapter</button>
</div>
</div>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script type="text/javascript" src="js/button.js"></script>
<script type="text/javascript" src="js/dropdown.js"></script>
<script type="text/javascript" src="js/tooltip.js"></script>
<script type="text/javascript" src="js/modal.js"></script>
<script type="text/javascript" src="js/transition.js"></script>
<script type="text/javascript" src="js/jquery.ui.touch-punch.js"></script>
<script type="text/javascript" src="js/jquery.mjs.nestedSortable.js"></script>
<script type="text/javascript" src="js/booki-init.js"></script>
</body>
</html>