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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 | 552 |
553 .menuitemdisabled { | 553 .menuitemdisabled { |
554 width: 100%; | 554 width: 100%; |
555 height: 20px; | 555 height: 20px; |
556 text-align: left; | 556 text-align: left; |
557 color: gray; | 557 color: gray; |
558 left: 0; | 558 left: 0; |
559 } | 559 } |
560 | 560 |
561 </style> | 561 </style> |
562 <script src="local_strings.js"></script> | 562 <script src="shared/js/local_strings.js"></script> |
563 <script> | 563 <script> |
564 | 564 |
565 | 565 |
566 | 566 |
567 function $(o) { | 567 function $(o) { |
568 return document.getElementById(o); | 568 return document.getElementById(o); |
569 } | 569 } |
570 | 570 |
571 /** | 571 /** |
572 * Partial funciton application. | 572 * Partial funciton application. |
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1517 </div> | 1517 </div> |
1518 <div id='fwd' class='fwdbutton controlbutton' onclick='goForwardInList();retur
n false;'> | 1518 <div id='fwd' class='fwdbutton controlbutton' onclick='goForwardInList();retur
n false;'> |
1519 <img src="../../app/theme/filebrowse_forward.png" width='100%' height='100%'
> | 1519 <img src="../../app/theme/filebrowse_forward.png" width='100%' height='100%'
> |
1520 </div> | 1520 </div> |
1521 <div id='currenttitle' class=''></div> | 1521 <div id='currenttitle' class=''></div> |
1522 </div><br> | 1522 </div><br> |
1523 <div id='main' class='container'></div> | 1523 <div id='main' class='container'></div> |
1524 <div id='status' class='status'></div> | 1524 <div id='status' class='status'></div> |
1525 </body> | 1525 </body> |
1526 </html> | 1526 </html> |
OLD | NEW |