| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html id="template_root"> | 2 <html id="template_root"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> |
| 4 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
| 5 <style> | 6 <style> |
| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 onclick="proceed();"></button><br> | 158 onclick="proceed();"></button><br> |
| 158 <button name="back_button" i18n-content="back_button" | 159 <button name="back_button" i18n-content="back_button" |
| 159 onclick="takeMeBack()"></button> | 160 onclick="takeMeBack()"></button> |
| 160 </form> | 161 </form> |
| 161 </div> | 162 </div> |
| 162 </div> | 163 </div> |
| 163 </td> | 164 </td> |
| 164 </table> | 165 </table> |
| 165 </body> | 166 </body> |
| 166 </html> | 167 </html> |
| OLD | NEW |