OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
6 <style type="text/css"> | 6 <style type="text/css"> |
7 div.header { | 7 div.header { |
8 border-bottom: 1px solid #7289E2; | 8 border-bottom: 1px solid #7289E2; |
9 padding: 8px; | 9 padding: 8px; |
10 margin: 0; | 10 margin: 0; |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 background: black; | 142 background: black; |
143 } | 143 } |
144 | 144 |
145 .fullscreentoggle { | 145 .fullscreentoggle { |
146 top: 0; | 146 top: 0; |
147 right: 0; | 147 right: 0; |
148 width: 50px; | 148 width: 50px; |
149 height: 50px; | 149 height: 50px; |
150 z-index: 999999; | 150 z-index: 999999; |
151 cursor: pointer; | 151 cursor: pointer; |
152 background: url('../../app/theme/filebrowse_fullscreen.png'); | 152 background: url('shared/images/filebrowse_fullscreen.png'); |
153 position: absolute; | 153 position: absolute; |
154 background-repeat: no-repeat; | 154 background-repeat: no-repeat; |
155 } | 155 } |
156 | 156 |
157 li.filebrowserow div.icon { | 157 li.filebrowserow div.icon { |
158 float: left; | 158 float: left; |
159 margin-left: -44px; | 159 margin-left: -44px; |
160 margin-top: -3px; | 160 margin-top: -3px; |
161 display: inline | 161 display: inline |
162 position: relative; | 162 position: relative; |
163 width: 17px; | 163 width: 17px; |
164 height: 17px; | 164 height: 17px; |
165 background-repeat: no-repeat; | 165 background-repeat: no-repeat; |
166 } | 166 } |
167 | 167 |
168 .rightarrow { | 168 .rightarrow { |
169 opacity: 0.5; | 169 opacity: 0.5; |
170 } | 170 } |
171 | 171 |
172 .menuicon { | 172 .menuicon { |
173 background: url('../../app/theme/filebrowse_menu.png'); | 173 background: url('shared/images/filebrowse_menu.png'); |
174 position: absolute; | 174 position: absolute; |
175 right: 4px; | 175 right: 4px; |
176 top: 5px; | 176 top: 5px; |
177 height: 100%; | 177 height: 100%; |
178 width: 15px; | 178 width: 15px; |
179 margin-left: 0; | 179 margin-left: 0; |
180 margin-top: 5px; | 180 margin-top: 5px; |
181 background-repeat: no-repeat; | 181 background-repeat: no-repeat; |
182 cursor: pointer; | 182 cursor: pointer; |
183 opacity: 0.3; | 183 opacity: 0.3; |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 div.columnlist { | 321 div.columnlist { |
322 width: 100%; | 322 width: 100%; |
323 bottom: 0; | 323 bottom: 0; |
324 top: 32px; | 324 top: 32px; |
325 position: absolute; | 325 position: absolute; |
326 overflow-y: scroll; | 326 overflow-y: scroll; |
327 overflow-x: hidden; | 327 overflow-x: hidden; |
328 } | 328 } |
329 | 329 |
330 div.iconmedia { | 330 div.iconmedia { |
331 background: url('../../app/theme/icon_media.png'); | 331 background: url('shared/images/icon_media.png'); |
332 } | 332 } |
333 | 333 |
334 div.iconfolder { | 334 div.iconfolder { |
335 background: url('../../app/theme/icon_folder.png'); | 335 background: url('shared/images/icon_folder.png'); |
336 } | 336 } |
337 | 337 |
338 div.iconfile { | 338 div.iconfile { |
339 background: url('../../app/theme/icon_file.png'); | 339 background: url('shared/images/icon_file.png'); |
340 } | 340 } |
341 | 341 |
342 div.iconphoto { | 342 div.iconphoto { |
343 background: url('../../app/theme/icon_photo.png'); | 343 background: url('shared/images/icon_photo.png'); |
344 } | 344 } |
345 | 345 |
346 div.iconmusic { | 346 div.iconmusic { |
347 background: url('../../app/theme/icon_media.png'); | 347 background: url('shared/images/icon_media.png'); |
348 } | 348 } |
349 | 349 |
350 div.backbutton { | 350 div.backbutton { |
351 border-radius: 4px; | 351 border-radius: 4px; |
352 left: 6px; | 352 left: 6px; |
353 top: 3px | 353 top: 3px |
354 } | 354 } |
355 | 355 |
356 div.playbackcontainer { | 356 div.playbackcontainer { |
357 top: 0; | 357 top: 0; |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 .menuitemdisabled { | 545 .menuitemdisabled { |
546 width: 100%; | 546 width: 100%; |
547 height: 20px; | 547 height: 20px; |
548 text-align: left; | 548 text-align: left; |
549 color: gray; | 549 color: gray; |
550 left: 0; | 550 left: 0; |
551 } | 551 } |
552 | 552 |
553 </style> | 553 </style> |
554 <script src="shared/js/local_strings.js"></script> | 554 <script src="shared/js/local_strings.js"></script> |
555 <script src="media_common.js"></script> | 555 <script src="shared/js/media_common.js"></script> |
556 <script> | 556 <script> |
557 | 557 |
558 | 558 |
559 | 559 |
560 function $(o) { | 560 function $(o) { |
561 return document.getElementById(o); | 561 return document.getElementById(o); |
562 } | 562 } |
563 | 563 |
564 /** | 564 /** |
565 * Partial funciton application. | 565 * Partial funciton application. |
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1543 results[x].isDirectory); | 1543 results[x].isDirectory); |
1544 list.appendChild(element); | 1544 list.appendChild(element); |
1545 } | 1545 } |
1546 mainList.appendChild(list); | 1546 mainList.appendChild(list); |
1547 } | 1547 } |
1548 | 1548 |
1549 </script> | 1549 </script> |
1550 <body onload='load();' onclick='clearMenus()' onselectstart='return false'> | 1550 <body onload='load();' onclick='clearMenus()' onselectstart='return false'> |
1551 <div id='header' class=''> | 1551 <div id='header' class=''> |
1552 <div id='back' class='backbutton controlbutton' onclick='goBackInList();return
false;'> | 1552 <div id='back' class='backbutton controlbutton' onclick='goBackInList();return
false;'> |
1553 <img src="../../app/theme/filebrowse_back.png" width='100%' height='100%'> | 1553 <img src="shared/images/filebrowse_back.png" width='100%' height='100%'> |
1554 </div> | 1554 </div> |
1555 <div id='currenttitle' class=''></div> | 1555 <div id='currenttitle' class=''></div> |
1556 </div><br> | 1556 </div><br> |
1557 <div id='main' class='container'></div> | 1557 <div id='main' class='container'></div> |
1558 <div id='status' class='status'></div> | 1558 <div id='status' class='status'></div> |
1559 </body> | 1559 </body> |
1560 </html> | 1560 </html> |
OLD | NEW |