OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title i18n-content="title"> | 5 <title i18n-content="title"> |
6 </title> | 6 </title> |
7 <style> | 7 <style> |
8 html { | 8 html { |
9 height: 100%; | 9 height: 100%; |
10 } | 10 } |
11 body { | 11 body { |
12 color: #000; | 12 color: #000; |
(...skipping 30 matching lines...) Expand all Loading... |
43 <div id="name" jsvalues=".innerText:name"></div> | 43 <div id="name" jsvalues=".innerText:name"></div> |
44 <div id="msg" jsvalues=".innerText:msg"></div> | 44 <div id="msg" jsvalues=".innerText:msg"></div> |
45 <div id="suggestions" jsselect="suggestionsLearnMore"> | 45 <div id="suggestions" jsselect="suggestionsLearnMore"> |
46 <span jsvalues=".innerHTML:msg"></span> | 46 <span jsvalues=".innerHTML:msg"></span> |
47 </div> | 47 </div> |
48 </div> | 48 </div> |
49 </div> | 49 </div> |
50 | 50 |
51 </body> | 51 </body> |
52 </html> | 52 </html> |
OLD | NEW |