| 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 <title i18n-content="title"></title> | 4 <title i18n-content="title"></title> |
| 5 <style type="text/css"> | 5 <style type="text/css"> |
| 6 body { | 6 body { |
| 7 background-color:#500; | 7 background-color:#500; |
| 8 font-family:arial; | 8 font-family:Helvetica,Arial,sans-serif; |
| 9 margin:0px; | 9 margin:0px; |
| 10 } | 10 } |
| 11 .background { | 11 .background { |
| 12 position:absolute; | 12 position:absolute; |
| 13 width:100%; | 13 width:100%; |
| 14 height:100%; | 14 height:100%; |
| 15 } | 15 } |
| 16 .cell { | 16 .cell { |
| 17 padding:40px; | 17 padding:40px; |
| 18 } | 18 } |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 <p i18n-values=".innerHTML:moreInfo1"></p> | 120 <p i18n-values=".innerHTML:moreInfo1"></p> |
| 121 <p i18n-values=".innerHTML:moreInfo2"></p> | 121 <p i18n-values=".innerHTML:moreInfo2"></p> |
| 122 <p i18n-values=".innerHTML:moreInfo3"></p> | 122 <p i18n-values=".innerHTML:moreInfo3"></p> |
| 123 <p i18n-values=".innerHTML:moreInfo4"></p> | 123 <p i18n-values=".innerHTML:moreInfo4"></p> |
| 124 <p i18n-values=".innerHTML:moreInfo5"></p> | 124 <p i18n-values=".innerHTML:moreInfo5"></p> |
| 125 </div> | 125 </div> |
| 126 </td> | 126 </td> |
| 127 </table> | 127 </table> |
| 128 </body> | 128 </body> |
| 129 </html> | 129 </html> |
| OLD | NEW |