|
reSIProcate/repro
9694
|
00001 "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" 00002 "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n" 00003 "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n" 00004 " <head>\n" 00005 " <meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\" />\n" 00006 " <title>Repro Proxy</title>\n" 00007 " </head>\n" 00008 " <style>\n" 00009 "body { bgcolor: white; font-size: 90%; font-family: Arial, Helvetica, sans-serif }\n" 00010 "h1 { font-size: 200%; font-weight: bold }\n" 00011 "h2 { font-size: 100%; font-weight: bold; text-transform: uppercase }\n" 00012 "h3 { font-size: 100%; font-weight: normal }\n" 00013 "h4 { font-size: 100%; font-style: oblique; font-weight: normal } \n" 00014 "hr { line-height: 2px; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; height: 10px }\n" 00015 "div.title { color: white; background-color: #395af6; padding-top: 10px; padding-bottom: 10px; padding-left: 10px }\n" 00016 "div.title h1 { text-transform: uppercase; margin-top: 0; margin-bottom: 0 } \n" 00017 "div.menu { color: black; background-color: #ff8d09; padding: 0 10px 10px; \n" 00018 " width: 9em; float: left; clear: none; overflow: hidden }\n" 00019 "div.menu p { font-weight: bold; text-transform: uppercase; list-style-type: none; \n" 00020 " margin-top: 0; margin-bottom: 0; margin-left: 10px }\n" 00021 "div.menu h2 { margin-top: 10px; margin-bottom: 0 ; text-transform: uppercase; }\n" 00022 "div.main { color: black; background-color: #dae1ed; margin-left: 11em; padding-top: 10px; padding-bottom: 10px; padding-left: 10px }\n" 00023 "div.space { font-size: 5px; height: 10px }\n" 00024 " </style>\n" 00025 " <body>\n" 00026 "\n" 00027 " <div class=\"title\" >\n" 00028 " <table width=\"100%\"><tr><td><h1>Repro</h1></td><td align=\"right\"><small><i>vVERSION</i></small></td></tr></table>\n" 00029 " </div>\n" 00030 " <div class=\"space\">\n" 00031 " <br />\n" 00032 " </div>\n" 00033 " <div class=\"menu\" >\n" 00034 " <h2>Configure</h2>\n" 00035 " <p><a href=\"domains.html\">Domains</a></p>\n" 00036 " <p><a href=\"acls.html\">ACLs</a></p>\n" 00037 " <h2>Users</h2>\n" 00038 " <p><a href=\"addUser.html\">Add User</a></p>\n" 00039 " <p><a href=\"showUsers.html\">Show Users</a></p>\n" 00040 " <h2>Request Filters</h2>\n" 00041 " <p><a href=\"addFilter.html\">Add Filter</a></p>\n" 00042 " <p><a href=\"showFilters.html\">Show Filters</a></p>\n" 00043 " <h2>Routes</h2>\n" 00044 " <p><a href=\"addRoute.html\">Add Route</a></p>\n" 00045 " <p><a href=\"showRoutes.html\">Show Routes</a></p>\n" 00046 " <h2>Statistics</h2>\n" 00047 " <p><a href=\"settings.html\">Settings</a></p>\n" 00048 " <p><a href=\"registrations.html\">Registrations</a></p>\n" 00049 " </div>\n" 00050 " <div class=\"main\">\n"
1.7.5.1