This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 2.86 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
---
layout: packery_index
title: Home
---
<div class="page">
<div class="columnwrapper">
<div class="news">
<div class="masthead">
<img src="{{ site.objects }}/argonaut_header.jpg" alt="The Argonaut">
<div class="banner">
<nav>
<div id="i-refresh" class="i-button">Refresh</div>
<div id="navopen" class="i-button i-menu">Menu</div>
</nav>
<h3>Digital Collection</h3>
</div>
</div>
<div class="smallnav i-nav" id="navdropdown">
<div class="search-sm">
<form method="get" action="{{ site.repourl }}/cdm4/results.php">
<input type="hidden" name="CISOOP1" value="all"></input>
<input type="text" name="CISOBOX1" size="23" placeholder=" Search All" class="search"></input>
<input type="hidden" name="CISOFIELD1" value="CISOSEARCHALL"></input>
<input type="hidden" name="CISOOP2" value="exact"></input>
<input type="hidden" name="CISOBOX2" value=""></input>
<input type="hidden" name="CISOFIELD2" value="CISOSEARCHALL"></input>
<input type="hidden" name="CISOOP3" value="any"></input>
<input type="hidden" name="CISOBOX3" value=""></input>
<input type="hidden" name="CISOFIELD3" value="CISOSEARCHALL"></input>
<input type="hidden" name="CISOOP4" value="none"></input>
<input type="hidden" name="CISOBOX4" value=""></input>
<input type="hidden" name="CISOFIELD4" value="CISOSEARCHALL"></input>
<input type="hidden" name="CISOROOT" value="/argonaut"></input>
<input type="submit" value="»" class="searchbutton"></input>
</form>
</div>
<ul>
<li><a class="navbutton" href="{{site.baseurl}}/about.html">About</a></li>
<li><a class="navbutton" href="{{site.baseurl}}/years.html">Browse Years</a></li>
<li><a class="navbutton" href="{{ site.repourl }}/cdm/search/collection/argonaut">Database</a></li>
<li id="i-jumpyear">{% include jumpyear.html %}</li>
</ul>
</div>
<div class="headline">
<h4>Breaking: University of Idaho Library provides access to over 6,500 issues of the Argonaut, 1898 - 2019!</h4>
<p>Click a highlight to visit the original issue or the Menu button for more options to browse and discover the Argonaut.</p>
</div>
<div class="grid" id="grid">
</div>
</div>
</div>
</div>