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 <style> | 5 <style> |
6 body { | 6 body { |
7 margin: 10px; | 7 margin: 10px; |
8 min-width: 47em; | 8 min-width: 47em; |
9 } | 9 } |
10 | 10 |
(...skipping 11 matching lines...) Expand all Loading... |
22 } | 22 } |
23 </style> | 23 </style> |
24 </head> | 24 </head> |
25 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 25 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
26 <div id="owner-only-warning"> | 26 <div id="owner-only-warning"> |
27 <span i18n-content="ownerOnly"></span> | 27 <span i18n-content="ownerOnly"></span> |
28 <span i18n-content="ownerUserId"></span> | 28 <span i18n-content="ownerUserId"></span> |
29 </div> | 29 </div> |
30 </body> | 30 </body> |
31 </html> | 31 </html> |
OLD | NEW |