blob: 79b983dd1b636959355480d90df83495bb90e670 (
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
|
[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 mady by Nellistos.
nellistos@hotmail.com
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>$$PAGETITLE$$</title>
<style type="text/css">
body{font-family:sans;font-size:0.7em; background-color: #151515; color: #fff;}
h1{text-align:center;}
label{font-weight:bold;}
a {color:#36A0A6;font-weight:bold;}
.books{margin:50px;}
ul.bookslist{list-style:none;margin:0px;padding:0;}
ul.bookslist li {margin:35px 0px 0px 0px;padding:5px 5px 5px 5px;border-top:1px solid #555;border-bottom:1px solid #555; background-color: #333;}
ul.fieldslist{margin:0;padding:0;}
ul.fieldslist li {margin:0;padding:0;border:none;}
.details{margin-top:5px;padding: 5px 5px 5px 5px;}
.image{float:left;padding:0; margin:0px 25px 0px 0px;}
.clear{clear:both;}
</style>
</head>
<body>
<h1>$$PAGETITLE$$</h1>
<div class="books">
<ul class="bookslist">
[/HEADER]
[ITEM]
<li>
<div class="item">
<div class="caption"><a href="$$gcsfield1$$">$$title$$</a></div>
<div class="details">
<div class="image"><img src="$$cover$$" height="$$HEIGHT_PIC$$" alt="Book cover" title="$$title$$"/></div>
<div class="fields">
<ul class="fieldslist">
<li><label>$$authors_LABEL$$$$SEPARATOR$$</label>$$authors$$</li>
<li><label>$$publisher_LABEL$$$$SEPARATOR$$</label>$$publisher$$</li>
<li><label>$$publication_LABEL$$$$SEPARATOR$$</label>$$publication$$</li>
<li><label>$$format_LABEL$$$$SEPARATOR$$</label>$$format$$</li>
<li><label>$$tag_LABEL$$$$SEPARATOR$$</label>$$tags$$</li>
</ul>
</div>
</div>
<div class="description"><small>$$description$$</small> </div>
</div>
<div class="clear"/>
</li>
[/ITEM]
[FOOTER]
</ul>
</div>
<div align="center">Design <a href="mailto:nellistos@hotmail.com">Nellistos</a>
<br/>
<small><i>based on microFormats Spec</i></small></div>
</body>
</html>
[/FOOTER]
[POST]
[/POST]
|