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
|
<!DOCTYPE html>
<html>
<head>
<title>%%TITLE%%</title>
<style type="text/css">
a {
text-decoration: none;
}
img {
border: 1px solid #ddd;
}
.result {
margin: 1em 0em;
}
.result-page-diff, .result-page {
margin: 0.5em;
padding: 0.5em;
}
.result-img {
margin: 1em;
display: inline-block;
}
.result-type {
font-weight: bold;
}
h2 {
border-bottom: 1px solid #ddd;
}
.error {
border: 5px solid #ff0000;
}
</style>
</head>
<body>
<h1>%%TITLE%%</h1>
%%RESULTS%%
</body>
</html>
|