This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·209 lines (209 loc) · 10.5 KB
/
index.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="ja">
<head>
<title>simple OPAC</title>
<meta charset="utf-8">
<meta name="description" content="シンプルなOPAC検索システム.">
<meta name="keywords" content="OPAC,シンプル,使いやすい,簡単,筑波大学">
<meta name="author" content="春名航亨">
<meta name="generator" content="atom">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@egpl0" />
<meta property="og:url" content="https://cgi.u.tsukuba.ac.jp/~s1811528/opac/index.html" />
<meta property="og:title" content="simple OPAC" />
<meta property="og:description" content="シンプルなOPAC検索システム." />
<meta property="og:image" content="https://cgi.u.tsukuba.ac.jp/~s1811528/opac/img/icon.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@egpl0" />
<link rel="shortcut icon" href="img/icon.png" >
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<h1>Simple OPAC</h1>
<form action="cgi/search.cgi" method="GET">
<div class="center"><input class="search" type="text" value="" name="search" placeholder="Please enter any keyword(s)"></div>
<br><br>
<div class="center"><input type="text" name="ps" list="case-numbers1" placeholder="1ページの表示件数:" style="font-size:25px;"></div>
<datalist id="case-numbers1">
<option value="20">けっこう少ない</option>
<option value="50">少ない</option>
<option value="100">ちょっと少ない</option>
<option value="200">ちょうどいい</option>
<option value="500">ちょっと多い</option>
<option value="1000">多い</option>
<option value="5000">多い</option>
</datalist>
<br><br>
<input type="hidden" name="p" value="0">
<div class="center"><input class="btn-square" type="submit" value="検索する"></div>
</form>
<br><br>
<div class="left">
<hr>
<details>
<summary>詳細検索</summary>
<form action="cgi/search.cgi" method="GET">
<ul class="columns1">
<li>
<input type="radio" name="andor" value="and" checked>AND検索
<input type="radio" name="andor" value="or" >OR検索
<table>
<tbody>
<tr>
<td>NBC:</td>
<td><input type="text" name="nbc" value="" placeholder="全国書誌番号"></td>
</tr>
<tr>
<td>TITLE:</td>
<td><input type="text" name="title" value="" placeholder="タイトル"></td>
</tr>
<tr>
<td>AUTH:</td>
<td><input type="text" name="auth" value="" placeholder="著者"></td>
</tr>
<tr>
<td>ED:</td>
<td><input type="text" name="ed" value="" placeholder="版"></td>
</tr>
<tr>
<td>PUB:</td>
<td><input type="text" name="pub" value="" placeholder="出版者"></td>
</tr>
<tr>
<td>PUBDATE:</td>
<td><input type="text" name="pubdate" value="" placeholder="出版年"></td>
</tr>
<tr>
<td>PHYS:</td>
<td><input type="text" name="phys" value="" placeholder="形態"></td>
</tr>
<tr>
<td>NOTE:</td>
<td><input type="text" name="note" value="" placeholder="注記"></td>
</tr>
<tr>
<td>SERIES:</td>
<td><input type="text" name="series" value="" placeholder="シリーズ"></td>
</tr>
<tr>
<td>ISBN:</td>
<td><input type="text" name="isbn" value="" placeholder="ISBN番号"></td>
</tr>
<tr>
<td>TITLEHEADING:</td>
<td><input type="text" name="titleheading" value="" placeholder="タイトルの読み"></td>
</tr>
<tr>
<td>AUTHORHEADING:</td>
<td><input type="text" name="authorheading" value="" placeholder="著者の読み"></td>
</tr>
<tr>
<td>HOLDINGSRECORD:</td>
<td><input type="text" name="holdingsrecord" value="" placeholder="個別資料の識別番号"></td>
</tr>
<tr>
<td>HOLDINGPHYS:</td>
<td><input type="text" name="holdingphys" value="" placeholder="所在棚名"></td>
</tr>
<tr>
<td>HOLDINGLOC:</td>
<td><input type="text" name="holdingloc" value="" placeholder="分類番号"></td>
</tr>
</tbody>
</table>
<br><input type="hidden" name="p" value="0">
<div class="center">
<input type="text" name="ps" value="" list="case-numbers2" placeholder="1ページの表示件数:" style="font-size:25px;">
<datalist id="case-numbers2">
<option value="20">けっこう少ない</option>
<option value="50">少ない</option>
<option value="100">ちょっと少ない</option>
<option value="200">ちょうどいい</option>
<option value="500">ちょっと多い</option>
<option value="1000">多い</option>
<option value="5000">多い</option>
</datalist>
</div>
<div class="center"><br>
<input class="btn-square" type="submit" value="検索する">
</div>
</ul>
</form>
</details>
<hr>
<details>
<summary>各レコードの説明</summary>
<ul class="columns2">
<li>NBC:全国書誌番号ㅤTITLE:題名
AUTH:著者ㅤED:版<br>
PUB:出版者 PUBDATE:出版年 PHYS:形態<br>
NOTE:注記 SERIES:シリーズㅤISBN:ISBN番号<br>
TITLEHEADING:題名の読み<br>
AUTHORHEADING:著者の読み<br>
HOLDINGSRECORD:資料番号<br>
HOLDINGPHYS:所在棚名<br>
HOLDINGLOC:分類番号<br>
</li>
</ul>
</details>
<hr>
<details>
<summary>使用例</summary>
<ul class="columns2">
<li><label>①AND検索するとき </label></li>
<li><label>ㅤ- 花子さん だいすき[スペース全/半可]か、<br>ㅤ- 花子さん and[AND可] だいすき<br></label></li>
<li><label>ㅤ⇒全フィールドAND検索<br></label></li>
<li><label>②OR検索するとき </label></li>
<li><label>ㅤ- 花子さん or[OR可] 愛してる </label></li>
<li><label>ㅤ⇒全フィールドOR検索 </label></li>
<li><label>③フィールド指定検索するとき </label></li>
<li><label>ㅤ- ED:第4版 PUB:大阪 </label></li>
<li><label>ㅤ⇒ED[第4版],
PUB[大阪]をAND検索 <br>
* キーワードは部分文字列にマッチ <br>
* [あ and い or う] に対応<br>
* 解釈は[((あ and い) or う)] <br>
* ["],[']は検索出来ない(エスケープ) </label>
</li>
</ul>
</details>
<hr>
<details>
<summary>作者</summary>
<br><br>
<div class="center"><a href="/img/selfiebrink.gif"><img src="img/selfiebrink.gif" alt="sei"></a><br>▲自画像です.<br></div>
<ul class="columns2">
<li>
作者情報
<ul>
<li>春名(haruna)</li>
<li>筑波大学情報学群 2年次(2019年現在)</li>
<li>ハゲです. (ハゲなので)</li>
<li>Ruby/Python/AWK/Vala/PHP(今回はじめてつかった)</li>
<li>
ゴミです. (ゴミなので)
<ul>
<li><a href="https://github.com/eggplants">GitHub/eggplants</a></li>
<li><a href="https://qiita.com/eggplants">Qiita/eggplants</a></li>
<li><a href="https://twitter.com/egpl0">Twitter/egpl0</a></li>
<li><a href="https://atcoder.jp/users/eggplants">AtCoder/eggplants</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</details>
</div>
<hr>
<br>
<div class="center">
<ul class="column1">
このページは,春AB必修科目「<a href="http://klis.tsukuba.ac.jp/klib/index.php?KIRL-I">知識情報演習I</a>」の演習課題です.(Chrome/Firefox対応.)<br>
Copyright © 2019 春名航亨(<a href="https://www.u.tsukuba.ac.jp/~s1811528/">201811528</a>) All Rights Reserved. Here is:
<a href="report.html">Report</a>
and
<a href="https://github.com/eggplants/opac">Repository</a><a href="yet_list.html" style="text-align:left;">.</a>
</ul>
</div>
</body>
</html>