1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
<head>
<title>dwb - %s</title>
<link rel='icon' type='image/x-icon'
href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeEAQAAADBqbpqAAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAEgAAABIAEbJaz4AAANUSURBVEjH7ZR7TFN3FMc/9wEFQkWpIEwWplUS39EuMINbAdHEZSmawNSQ+WiixOka3dw/Gtkjezi3ZWEmCzhRo5tETSU+olMCUZnLNGi1Yz7Gio+owyIK0sBa2/72RxmPpXcZY2HJxje5yb3nfM/3e3/nnHthCP91SFqJx2UAEXG8GGH2p/JrqyeQG3zWu186Qp3RqMVnJURtwyrndCSheO77TNIt/+ZwfDmc6QcNsHatXrl8+8Pnr3fUum9drd0UbP/sNWWKWq/1ovqVYHdMGn31kj3xuv10dUtL7Svy1wWx/WqD/n2ItloXjC0K/DD+OSHyrglRb6pxPnBGJLlcWlXK+vhme1raeSHGGYR4Ty/E3e3r0rT4arhg+0aAuB8bkScDxGZDUAZ1FuDQMpa/epgw4uTDrqcH20E+CGRrsPvVin8Q/z9jtb8F+qPQ9qViAPVNsmjyPENM8M6T5KfHiGXAjb9s3Dp75HHfuqwc9umaUSkHGFYZODT/skn5JvUPpm3i46y6yJ83n3vdHWPPKxXzAnujL0iSbuo7G6DqGPBRdyt3gpppitP7F81wL1fyABgO4gZ0lINaZNrmmPhT3mppsezCTTGAcpNilHBz8VvOJb/kWHr27YVRr+qaAsNhtRvyjQmTQBzvzXVcg7LdheeDZwvB3BX8FKJmQe4vADohkIUA7Wt6shDO0TVOITBC4ZreuXd3CeEuLVwDGKHG+Wc6IET8IyFOWIRQ8Q7uUnXPuPvODCnNxLY9cb3Q3vDYAKOa4Kmqvyuc8DKguzenec/9JBjWAsYzgKdnbF2QgPX1/tRjh20HID0AW00DOVHBF3Di1FZTSMt2APx9VrXnO46HaKuonjiuc6Z1g78CvJUDMY70QfJ33sqNHf4K6JwJojq8MaBMkSulKrOhbK/FNid7WkZPAiItiVt8n+eXLNyRvqJPjQ2UCekrXKX5JaNciVu6hReBenFaxqYUi+0Nu9kglch9DiKFtg34FpakweR2kBbAaQ8cbQyRUt6Cok8gKgfqlsC+gh6B+TGQOR18xVCuQuPsUDw3A+Z+D+yEhoRQLjgP4h9BxdLexoOE343/zX/1lVWDaSiPlUyde65MUCEzcjCNpVwiWg96pYErDWEIGvgNdLVGBQKQtg8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTEtMDItMDhUMjA6NDU6MjMrMDE6MDAWGaRfAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDExLTAyLTA4VDIwOjQ1OjIzKzAxOjAwZ0Qc4wAAAABJRU5ErkJggg==' >
<style type="text/css">
body {
background : #ddd;
font: normal 14px helvetica;
}
#dwb_main_container {
top: 20px;
bottom: 20px;
margin-top: 30px;
background: #fff;
margin-left: auto;
margin-right: auto;
min-width: 600px;
max-width : 90%;
border: 1px solid #999;
-webkit-border-radius: 10px;
padding: 30px;
}
#dwb_info_table {
position: relative;
display: table;
margin-left: auto;
margin-right: auto;
width: 95%;
color: #505050;
border-collapse: collapse;
}
textarea {
display:block;
width:100%;
margin-top: 10px;
}
tr > td {
margin-bottom: 3px;
}
.dwb_table_row, .table_row_odd {
padding-top: 5px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}
.dwb_table_row_even {
padding-top: 5px;
margin-left: auto;
margin-right: auto;
background-color: #f8f8f8;
}
.dwb_ellipsize {
position: absolute;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
color: inherit;
font: inherit;
top:2px;
width: 100%;
}
.dwb_table_cell_left {
position: relative;
display: block;
margin-right: auto;
font: normal 12px helvetica;
text-align: left;
padding-left: 5px;
border-bottom: 1px solid #ddd;
width: 50%;
}
.dwb_table_cell_middle {
position: relative;
padding-left: 10px;
padding-right: 10px;
font: italic 10px helvetica;
border-bottom: 1px solid #ddd;
width: 45%;
}
.dwb_table_cell_right {
position: relative;
padding-left: 10px;
padding-right: 10px;
text-align:right;
border-bottom: 1px solid #ddd;
width: 5%;
}
.dwb_table_headline {
font: bold 12px helvetica;
border-bottom: 2px solid #fff;
border-top: 1px solid #b3c7dd;
text-align: left;
background-color: #ebeffa;
margin: 4px;
color: #000;
}
#dwb_headline {
width: 98%;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border-bottom: 1px solid #ccc;
}
#dwb_headline > a {
margin-left: 10px;
margin-right: 10px;
font: bold 14px helvetica;
}
.desc {
font: normal 12px helvetica;
}
.commandLine {
border: 1px dashed #ccc;
font: normal 12px monospace;
padding: 5px 15px;
margin: 10px 5px;
display: inline-block;
}
.commandLineContainer {
display: block;
}
a {
color: #505050;
text-decoration: none;
font: bold 12px helvetica;
}
a:hover {
text-decoration: underline;
}
td {
font: bold 12px helvetica;
}
tr {
min-height: 50px;
}
.dwb_qm {
font-weight:normal;
color: #505050;
padding-right: 8px;
text-align: center;
display: inline-block;
}
</style>
</head>
|