-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_template.html
executable file
·131 lines (117 loc) · 5.04 KB
/
index_template.html
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
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
Taken from http://www.oswd.org/design/preview/id/3293
by http://www.sdworkz.com/
Ported to Senayan by Hendro Wicaksono ([email protected])
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title><!--PAGE_TITLE--></title>
<!--<link href="css/style.css" rel="stylesheet" type="text/css" /> -->
<link href="template/core.style.css" rel="stylesheet" type="text/css" />
<link href="<!--CSS-->" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/form.js"></script>
<script type="text/javascript" src="js/gui.js"></script>
<!--METADATA-->
</head>
<body>
<div id="wrapper">
<div id="content">
<div id="header">
<div id="logo"> </div>
<div id="links">
<ul>
<li><a href="index.php"><!--__('Home')--></a></li>
<li><a href="index.php?p=libinfo"><!--__('Library Information')--></a></li>
<li><a href="index.php?p=help"><!--__('Help on Search')--></a></li>
<li><a href="index.php?p=member"><!--__('Member Area')--></a></li>
<li><a href="index.php?p=login"><!--__('Librarian LOGIN')--></a></li>
</ul>
</div>
</div>
<div id="mainimg">
<h3><!--LIBRARY_NAME--></h3>
<h4><!--LIBRARY_SUBNAME--></h4>
</div>
<div id="contentarea">
<div id="leftbar">
<p><!--HEADER_INFO--></p>
<br />
<!-- simple search -->
<form name="simpleSearch" id="simpleSearch" action="index.php" method="get">
<strong>Quick Search :</strong> <input type="text" name="keywords" id="simpleKeywords" style="width: 65%;" />
<input type="submit" name="search" value="<!--__('Search')-->" class="button marginTop" />
<script type="text/javascript">$('simpleKeywords').focus();</script>
</form><br />
<!-- simple search end -->
<div id="infoBox"><!--INFO--></div>
<!--MAIN_CONTENT-->
<br /><br /><br />
</div>
<div id="rightbar">
<h2><!--__('Select Language')--></h2>
<p><form name="langSelect" action="index.php" method="get">
<select name="select_lang" style="width: 90%;" onchange="document.langSelect.submit();">
<!--LANGUAGE_SELECT-->
</select>
</form></p>
<h2><!--__('Advanced Search')--></h2>
<form name="advSearchForm" id="advSearchForm" action="index.php" method="get">
<span class="orangetext"><!--__('Title')--></span> :
<input type="text" name="title" class="ajaxInputField" /><br />
<span class="orangetext"><!--__('Author(s)')--></span> :
<!--ADVSEARCH_AUTHOR--><br />
<span class="orangetext"><!--__('Subject(s)')--></span> :
<!--ADVSEARCH_TOPIC--><br />
<span class="orangetext"><!--__('Location')--></span> :
<select name="location" class="ajaxInputField">
<!--LOCATION_LIST-->
</select>
<br />
<input type="submit" name="search" value="<!--__('Search')-->" class="button marginTop" />
<!-- <input type="button" value="More Options" onclick="" class="button marginTop" /> -->
</form>
<h2>License</h2>
<p>This Software is Released Under <a href="http://www.gnu.org/copyleft/gpl.html" title="GNU GPL License" target="_blank">GNU GPL License</a>
Version 3.</p>
<br />
<h2>Award</h2>
<p align="center">
The Winner in the Category of OSS
<img src="template/invention/images/logo-inaicta.png"
alt="Indonesia ICT Award 2009" border="0" />
</p>
<br />
<h2>Validated</h2>
<p align="center">
<a href="http://validator.w3.org/check?uri=referer"><img
src="template/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" /></a>
<br />
<img src="template/valid-css.png" alt="Valid CSS" />
</p>
<!--
<p><span class="orangetext">12/08/2006</span><br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Utid anisl nec leo congue fringilla. <br />
<br />
<span class="orangetext">10/08/2006</span><br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Utid anisl nec leo congue fringilla. <br />
<br />
<span class="orangetext">28/07/2006</span><br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Utid anisl nec leo congue fringilla. </p>
-->
</div>
</div>
<div id="bottom">
<div id="email"><a href="http://www.oswd.org/design/preview/id/3293">OSWD Template</a></div>
<div id="validtext">
<p>
Ported to <a href="http://senayan.diknas.go.id">Senayan</a> by <a href="http://hendrowicaksono.net">Hendro Wicaksono</a></p>
</div>
</div>
</div>
</div>
</body>
</html>