summaryrefslogtreecommitdiff
path: root/share/gcstar/html_models/GCgames/Flat
blob: 85872989e13d3066144cc4081ec28672f15d03fc (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
101
102
103
104
105
106
107
108
109
110
111
[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 Yanbab. Flat and compact list.
  Adapted to video games by Tian.
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>$$PAGETITLE$$</title>
<style type="text/css">

body {
	color:black;
	background-color : white;
	font-family : arial, sans-serif;
	font-size : 12px;
	margin : 10px;
}

td {
	font-family : arial, sans-serif;
	font-size : 12px;
}

h1 {
	font-size:130%;
	font-weight:bold;
	border-bottom : solid black 1px;
	margin:0px;
}

.borrowed1 {
}

#footer {
	border-top : solid black 1px;	
	font-size:small;
	color : #666;
}
a {
	color : #666;
	text-decoration : none;	

}
a:hover {
	text-decoration : underline;
}
#total {
	float: right;
	font-weight: bold;
}
.title {
 	font-size : 110%;
 	font-weight : bold;
}

.synopsis {
	margin-top : .6em;
	text-align : justify;

	margin-bottom : 1.5em;
	color : #333;
}

.image {
	margin-bottom : 1.5em;
}

.detail {
	float : right;
	text-align : right;
	color : #888;
}
</style>
</head>
<body>
<div id="total">$$TOTALNUMBER$$ $$ITEMS$$</div>
<h1>$$PAGETITLE$$</h1>
<table cellpadding="8" cellspacing="0">
[/HEADER]
[ITEM]
<tr class="borrowed$$borrower_FLAG$$">
  <td valign="top" align="center" bgcolor="#ddd" width="80" >
    <a href="$$web$$">
      <img align="top" src="$$boxpic$$" height="$$HEIGHT_PIC$$" border="0" alt="$$name$$" title="$$name$$" class="image">
    </a>
  </td>
  <td valign="top">
  	<div class="detail">$$platform$$ - $$editor$$<br>
    $$genre$$</div>
    
  	<div class="title">$$name$$</div>
    
    <div class="synopsis">
    	$$description$$
    </div>
    
  </td>
</tr>
[/ITEM]
[FOOTER]
</table>
<div id="footer">
	$$GENERATOR_NOTE$$
</div>
</body>
</html>
[/FOOTER]
[POST]
[/POST]