| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <style type="text/css"><!-- | 2 <style type="text/css"><!-- |
| 3 body,td,div,p,a,font,span {font-family: arial,sans-serif;} | 3 body,td,div,p,a,font,span {font-family: arial,sans-serif;} |
| 4 body { bgcolor:"#ffffff" } | 4 body { bgcolor:"#ffffff" } |
| 5 A:link {color:#0000cc; } | 5 A:link {color:#0000cc; } |
| 6 A:visited { color:#551a8b; } | 6 A:visited { color:#551a8b; } |
| 7 A:active { color:#ff0000; } | 7 A:active { color:#ff0000; } |
| 8 .form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid} | 8 .form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid} |
| 9 --></style> | 9 --></style> |
| 10 <head> | 10 <head> |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 </form> | 322 </form> |
| 323 </td> | 323 </td> |
| 324 </tr> | 324 </tr> |
| 325 </table> | 325 </table> |
| 326 <div align="right"> | 326 <div align="right"> |
| 327 <input type="button" name="cancel" value="Cancel" onclick="CloseDialog();"/
> | 327 <input type="button" name="cancel" value="Cancel" onclick="CloseDialog();"/
> |
| 328 </div> | 328 </div> |
| 329 </table> | 329 </table> |
| 330 </body> | 330 </body> |
| 331 </html> | 331 </html> |
| OLD | NEW |