-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_template.html
executable file
·104 lines (101 loc) · 4.82 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
blue1.0 by Eddie Subratha
http://senayan.diknas.go.id
Do not remove this comment for appreciation reason.
If you modify this template for your own need, just add
"This template has been modified by your_name_here"
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="senayan : an open source for library automation" />
<meta name="keywords" content="senayan, library, automation, open source, book, collection" />
<meta name="author" content="eddy subratha" />
<meta name="copyright" content="senayan" />
<link rel="icon" href="webicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="webicon.ico" type="image/x-icon" />
<title><!--PAGE_TITLE--></title>
<link href="template/core.style.css" rel="stylesheet" type="text/css" />
<link href="<!--CSS-->" rel="stylesheet" type="text/css" />
<!--[if gte IE 7]>
<link rel="stylesheet" media="screen" type="text/css" href="ie7.css" />
<![endif]-->
<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="wrappper">
<div id="container">
<div id="header">
<img src="template/blue/images/logo.png" border="0" alt="" />
<div class="title green"><!--LIBRARY_NAME--><div class="title2"><!--LIBRARY_SUBNAME--></div></div>
<ul id="nav">
<li><a class="menu" href="index.php"><!--__('Home')--></a></li>
<li><a class="menu" href="index.php?p=libinfo"><!--__('Library Information')--></a></li>
<li><a class="menu" href="index.php?p=help"><!--__('Help on Search')--></a></li>
<li><a class="menu" href="index.php?p=member"><!--__('Member Area')--></a></li>
<li><a class="menu" href="index.php?p=login"><!--__('Librarian LOGIN')--></a></li>
</ul>
</div>
<div id="picture"><span>Library Picture</span></div>
<div id="left">
<!--HEADER_INFO-->
<h1 class="title_bar"><!--INFO--></h1>
<!--MAIN_CONTENT-->
</div>
<div id="right">
<!-- language selection -->
<h1 class="title_bar"><!--__('Select Language')--></h1>
<form name="langSelect" action="index.php" method="get">
<select name="select_lang" style="width: 99%;" onchange="document.langSelect.submit();">
<!--LANGUAGE_SELECT-->
</select>
</form>
<br />
<br />
<!-- language selection end -->
<h1 class="title_bar"><!--__('Simple Search')--></h1>
<form name="simpleSearch" action="index.php" method="get">
<input type="text" name="keywords" class="search" /><br /><br />
<input type="submit" name="search" value="<!--__('Search')-->" class="submit" />
</form>
<br />
<br />
<h1 class="title_bar"><!--__('Advanced Search')--></h1>
<form name="advSearch" action="index.php" method="get">
<!--__('Title')--> :<br />
<input type="text" name="title" class="search" /><br /><br />
<!--__('Author(s)')--> :<br />
<!--ADVSEARCH_AUTHOR--><br /><br />
<!--__('Subject(s)')--> :<br />
<!--ADVSEARCH_TOPIC--><br /><br />
<!--__('Location')--> :<br /><br />
<select name="location" style="width: 99%;" class="marginTop">
<!--LOCATION_LIST-->
</select><br />
<br />
<input type="submit" name="search" value="<!--__('Search')-->" class="submit" />
<!-- <input type="button" value="More Options" onclick="" class="button marginTop" /> -->
</form>
<br />
<h1 class="title_bar">Award</h1>
<p align="center">
The Winner in the Category of OSS
<img src="template/blue/images/logo-inaicta.png"
alt="Indonesia ICT Award 2009" border="0" />
<br />
</p>
</div>
<div class="fixedclear"></div>
<div id="footer">
<p>
This Software is Released Under <a href="http://www.gnu.org/copyleft/gpl.html" title="GNU GPL License" target="_blank" class="link">GNU GPL License</a> Version 3<br />Valid <a href="http://validator.w3.org/check?uri=referer" class="link" target="_blank">XHTML</a> | <a href="#" class="link">CSS</a> | Design By <a href="http://eddy.ptpci.co.id" target="_blank" class="link">Eddy Subratha</a>, Ported By <a href="http://dicarve.blogspot.com" target="_blank" class="link">Arie Nugraha</a>
</p>
</div>
</div>
</div>
</body>
</html>