File: template.html

package info (click to toggle)
xhtml2pdf 0.2.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,412 kB
  • sloc: python: 12,740; makefile: 247; xml: 24
file content (39 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
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>