OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> |
4 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
5 <style type="text/css"> | 6 <style type="text/css"> |
6 body { | 7 body { |
7 background-color:#500; | 8 background-color:#500; |
8 font-family:Helvetica,Arial,sans-serif; | 9 font-family:Helvetica,Arial,sans-serif; |
9 margin:0px; | 10 margin:0px; |
10 } | 11 } |
11 .background { | 12 .background { |
12 position:absolute; | 13 position:absolute; |
13 width:100%; | 14 width:100%; |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 <input type="radio" name="group" value="2"> <span i18n-content="open_w
ith_reader"></span><br> | 91 <input type="radio" name="group" value="2"> <span i18n-content="open_w
ith_reader"></span><br> |
91 <br> | 92 <br> |
92 <input type="button" i18n-values="value:ok" name="ok" class="proceedbu
tton" onClick="sendCommand(getChecked());"> | 93 <input type="button" i18n-values="value:ok" name="ok" class="proceedbu
tton" onClick="sendCommand(getChecked());"> |
93 <input type="button" i18n-values="value:cancel" name="cancel" onClick=
"sendCommand(0);"> | 94 <input type="button" i18n-values="value:cancel" name="cancel" onClick=
"sendCommand(0);"> |
94 </form> | 95 </form> |
95 </div> | 96 </div> |
96 </td> | 97 </td> |
97 </table> | 98 </table> |
98 </body> | 99 </body> |
99 </html> | 100 </html> |
OLD | NEW |