summaryrefslogtreecommitdiff
path: root/share/gcstar/html_models/GCfilms/Simple
blob: ee5a5f8253e44518773d52bbeebc4b7d5caddcce (plain)
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
[HEADER]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!--
  Template made by Tian. A really simple list that could be printed
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>$$PAGETITLE$$</title>
<style type="text/css">
body
{
 color:black;
}
h1
{
 text-align:center;
 font-size:200%;
 font-weight:bold;
}
table
{
 border-collapse:collapse;
 margin:1em 5%;
 margin-bottom:3em;
 width:90%;
}
tr+tr
{
 border-top:1px solid black;
}
.borrowed1
{
 color:#777777;
 font-style:italic;
}
th
{
 border-bottom:2px solid black;
 margin:0;
 padding:1em;
 font-weight:bold;
}
td
{
 padding:0.2em 1em;
}
#legend
{
 margin:1em;
 border:1px solid black;
 display:inline;
 padding:0.5em;
}
#note
{
 border-top:1px solid black;
 margin:3em 8%;
 margin-bottom:2em;
 padding-top:0.5em;
 text-align:center;
 font-size:90%;
}
#note a
{
 color:black ! important;
 text-decoration:underline;
 font-weight:bold;
}
</style>
</head>
<body>
<h1>$$PAGETITLE$$</h1>
<table>
<tr>
 <th>$$title_LABEL$$</th>
 <th>$$director_LABEL$$</th>
 <th>$$genre_LABEL$$</th>
 <th>$$date_LABEL$$</th>
 <th>$$time_LABEL$$</th>
</tr>
[/HEADER]
[ITEM]
<tr class="borrowed$$borrower_FLAG$$">
  <td>$$title$$</td>
  <td>$$director$$</td>
  <td>$$genre$$</td>
  <td>$$date$$</td>
  <td>$$time$$</td>
</tr>
[/ITEM]
[FOOTER]
</table>
<p id="legend" class="borrowed1">$$BORROWED_ITEMS$$</p>
<p id="note">$$GENERATOR_NOTE$$</p>
</body>
</html>
[/FOOTER]
[POST]
[/POST]