OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html id="template_root" i18n-values="dir:textdirection"> | 2 <html id="template_root" i18n-values="dir:textdirection"> |
3 <head> | 3 <head> |
4 <title i18n-content="title"></title> | 4 <title i18n-content="title"></title> |
5 <style> | 5 <style> |
6 body { | 6 body { |
7 background-color:#500; | 7 background-color:#500; |
8 font-family:Helvetica,Arial,sans-serif; | 8 font-family:Helvetica,Arial,sans-serif; |
9 margin:0px; | 9 margin:0px; |
10 } | 10 } |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 <br> | 159 <br> |
160 </form> | 160 </form> |
161 </div> | 161 </div> |
162 | 162 |
163 <div class="main" i18n-values=".innerHTML:description3"></div> | 163 <div class="main" i18n-values=".innerHTML:description3"></div> |
164 | 164 |
165 <div class="main footer" jsdisplay="displaycheckbox"> | 165 <div class="main footer" jsdisplay="displaycheckbox"> |
166 <label class="checkbox" for="checkreport"> | 166 <label class="checkbox" for="checkreport"> |
167 <input name="checked" id="checkreport" type="checkbox" | 167 <input name="checked" id="checkreport" type="checkbox" |
168 jsvalues=".checked:boxchecked" onclick="savePreference()"> | 168 jsvalues=".checked:boxchecked" onclick="savePreference()"> |
169 <span i18n-content="confirm_text"></span> | 169 <span i18n-values=".innerHTML:confirm_text"></span> |
170 </label> | 170 </label> |
171 </div> | 171 </div> |
172 | 172 |
173 </div> | 173 </div> |
174 </td> | 174 </td> |
175 </table> | 175 </table> |
176 </body> | 176 </body> |
177 </html> | 177 </html> |
OLD | NEW |