OLD | NEW |
1 <html> | 1 <html> |
2 </html> | 2 </html> |
3 <html id="t"> | 3 <html id="t"> |
4 <head> | 4 <head> |
5 <title>About Sync</title> | 5 <title>About Sync</title> |
6 | 6 |
7 <style type="text/css"> | 7 <style type="text/css"> |
8 body { | 8 body { |
9 font-size: 84%; | 9 font-size: 84%; |
10 font-family: Arial, Helvetica, sans-serif; | 10 font-family: Arial, Helvetica, sans-serif; |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 <strong jscontent="summary"></strong> | 150 <strong jscontent="summary"></strong> |
151 </td> | 151 </td> |
152 <td> | 152 <td> |
153 <div class="desc" jsdisplay="unrecoverable_error_detected"> | 153 <div class="desc" jsdisplay="unrecoverable_error_detected"> |
154 <span class="err">Unrecoverable Error Detected!</span> | 154 <span class="err">Unrecoverable Error Detected!</span> |
155 <div jscontent="unrecoverable_error_message"></div> | 155 <div jscontent="unrecoverable_error_message"></div> |
156 <div jscontent="unrecoverable_error_location"></div> | 156 <div jscontent="unrecoverable_error_location"></div> |
157 </div> | 157 </div> |
158 </td> | 158 </td> |
159 </tr> | 159 </tr> |
| 160 <tr> |
| 161 <td colspan="2"> |
| 162 <span class="desc"><h2> Sync URL </h2></span> |
| 163 <strong jscontent="service_url"></strong> |
| 164 </td> |
| 165 </tr> |
160 </table> | 166 </table> |
161 <br /><br /><br /> | 167 <br /><br /><br /> |
162 <h2> </h2> | 168 <h2> </h2> |
163 <table> | 169 <table> |
164 <tr> | 170 <tr> |
165 <td> | 171 <td> |
166 <div class="desc"><h2> Details </h2></div> | 172 <div class="desc"><h2> Details </h2></div> |
167 <table class='list' id='details'> | 173 <table class='list' id='details'> |
168 <tr> | 174 <tr> |
169 <td class='name'> Authenticated </td> | 175 <td class='name'> Authenticated </td> |
(...skipping 29 matching lines...) Expand all Loading... |
199 <td class='number'> | 205 <td class='number'> |
200 <div jscontent="group"></div> | 206 <div jscontent="group"></div> |
201 </td> | 207 </td> |
202 </tr> | 208 </tr> |
203 </table> | 209 </table> |
204 </td> | 210 </td> |
205 </table> | 211 </table> |
206 </div> | 212 </div> |
207 </body> | 213 </body> |
208 </html> | 214 </html> |
OLD | NEW |