summaryrefslogtreecommitdiff
path: root/share/gcstar/html_models/GCfilms/rootII_design
blob: 74873aaf840c72babb0727f02d12a0c1fd5b28f4 (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
112
113
114
115
116
117
118
[HEADER]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<!-- ------------------------------------------------------------------------------------------------
	rootII 2005
	Template for HTML export of a GCfilms collection
	------------------------------------------------------------------------------------------------ -->
<head>
	<meta content="text/html; charset=UTF-8"  http-equiv="content-type">
	<title>$$PAGETITLE$$</title>
[JAVASCRIPT]
	<script type="text/javascript" language="javascript1.2"><!--
		var	alreadyOpennedLayer="";
		function hidelayer(id){
			if  (document.getElementById(id).style.visibility=="visible") 
				document.getElementById(id).style.visibility='hidden';
		}
		function showlayer(id){
			if  (document.getElementById(id) && document.getElementById(id).style.visibility!='visible') 
			{
				if (alreadyOpennedLayer!="") hidelayer(alreadyOpennedLayer);
				alreadyOpennedLayer=id;				
				document.getElementById(id).style.visibility='visible';
			}
		}
//--></script>
[/JAVASCRIPT]
<style type="text/css" media="screen">
	body {
		font-family:helvetica, verdana, arial;
		color:rgb(253, 253, 253); 
		background-color:rgb(204, 204, 204); 
		font-family:helvetica, verdana, arial; 
		font-size:100%;
	}
	.synopsis { 
		background-color:rgb(174,174,174 ); 
		border:1px none #000000;
		text-align:justify;
		font-family:helvetica, verdana, arial; 
		font-size:90%;
		visibility:hidden; 
		position:absolute;
		width:80%; 
	}
	strong {
		color:#FFFFFF;  
		font-size:120%;
	}
	td {
		color : #666666;
	}
	a {
		text-decoration : none;
	}
	#design {
		text-align:right;
		color:rgb(174, 174, 174);	
	}
	#gcstar {
		text-align:right;
		color:rgb(174, 174, 174);
	}
</style>
<style type="text/css"  media="print" >	
	body {
		font-family:helvetica, verdana, arial;
		font-size:100%;
	}
	.synopsis {
		display: none;
	}
	#design {
		display: none;
	}
	#gcstar {
		text-align:right;
		color:rgb(174, 174,174);
	}
</style>
</head>
<body link="#666666" alink="#666666" vlink="#999999">
	<div id="header-title">
		<h1>$$PAGETITLE$$</h1>
	</div>
	<table border="0" align="center" cellspacing="0" cellpadding="0"  width="80%">
	<tr>
		<td>
[/HEADER]
[ITEM]
			<table border="0" align="center" cellspacing="0" cellpadding="0"  width="100%">
				<tr><td colspan=3><strong>$$title$$</strong></td></tr>
				<tr><td width="80" rowspan=7><img align="top" src="$$image$$" height="$$HEIGHT_PIC$$" border="0"
												name="image$$IDX$$" alt="$$title$$" title="$$title$$"
												[JAVASCRIPT]onMouseOver='showlayer("synop$$IDX$$")'[/JAVASCRIPT]></td>
						<td width="100"><small>$$original_LABEL$$$$SEPARATOR$$</small></td><td><small>$$original$$</small></td></tr>
				<tr><td><small>$$director_LABEL$$$$SEPARATOR$$</small></td><td><small>$$director$$</small></td></tr>
				<tr><td><small>$$date_LABEL$$$$SEPARATOR$$</small></td><td><small>$$date$$</small></td></tr>
				<tr><td><small>$$time_LABEL$$$$SEPARATOR$$</small></td><td><small>$$time$$</small></td></tr>
				<tr><td><small>$$country_LABEL$$$$SEPARATOR$$</small></td><td><small>$$country$$</small></td></tr>
				<tr><td><small>$$genre_LABEL$$$$SEPARATOR$$</small></td><td><small>$$genre$$</small></td></tr>
				<tr><td><small>$$actors_LABEL$$$$SEPARATOR$$</small></td><td><small>$$actors$$</small></td></tr>
				<tr><td colspan=3><div class="synopsis" id="synop$$IDX$$" [JAVASCRIPT]onMouseOut='hidelayer("synop$$IDX$$")'[/JAVASCRIPT]>$$synopsis$$</div></td></tr>
				<tr><td colspan=3><hr></td></tr>
			</table>
[/ITEM]
[FOOTER]
</td></tr>
<tr><td>$$TOTALNUMBER$$ films</td></tr>
	</table>
	<div id="design"><br><br><br><br><small>design by 
		<em>rootII design department</em></small></div>
	<div id="export">$$GENERATOR_NOTE$$</div>	
</body>
</html>
[/FOOTER]
[POST]
[/POST]