-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (78 loc) · 4 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
---
---
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<!-- Main style sheet for Japanese Woodblock -->
<link rel="stylesheet" href="styles/ucsf_woodblock.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="styles/slideshow.css" type="text/css" media="screen" charset="utf-8">
<!-- Style sheet drop down menus -->
<link rel="stylesheet" href="styles/navigation_woodblock.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="styles/more_styles.css" type="text/css">
<script src="styles/sfhover.js" type="text/javascript"></script>
<title>UCSF Japanese Woodblock Print Collection</title>
</head>
<body>
{% include header_nosearch.html %}
<div class="clear"></div>
<div id="indexcontent">
<table width="797" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="83" rowspan="3" align="right" valign="top"> </td>
<td height="29" colspan="3"> </td>
</tr>
<tr>
<td width="474" valign="top">
<div class="phome">The UCSF Library’s collection of Japanese woodblock prints illustrates a wide variety of health-related topics. The prints provide a window into traditional Japanese attitudes toward illness, the human body, women, religion, and the West.
<br />
<br />
<form method="get" action="http://content.cdlib.org/search?">
<input type="hidden" name="relation" value="ark:/13030/kt3t1nc589"/>
<input type="hidden" name="style" value="cui"/>
<input type="hidden" name="brand" value="woodblock"/>
<input type="hidden" name="facet" value="type-tab"/>
Search the collection
<input name="keyword" type="text" size="10"/>
<input value="Search" type="submit"/>
<select name="keyword-join"><option value="and">All terms</option><option value="or">Any terms</option></select>
<a href="about.html#help">?</a>
</form>
</div>
<br>
<div class="slideshow-wrapper">
<div class="slideshow">
<div>
<a href="http://content.cdlib.org/ark:/13030/hb0w100519/?brand=woodblock"><img src="images/p044.png" alt="Dutch ship"></a>
<a href="http://content.cdlib.org/ark:/13030/hb9d5nb8g9/?brand=woodblock"><img src="images/p066.png" alt="Diet advice for a healthy sex life"></a>
<a href="http://content.cdlib.org/ark:/13030/hb6v19p343/?brand=woodblock"><img src="images/p041.png" alt="Hollander"></a>
</div>
<div>
<a href="http://content.cdlib.org/ark:/13030/hb958011gr/?brand=woodblock"><img src="images/p282.png" alt="Three drugs from Rakuzendō for heart-burn, constipation, and low energy"></a>
<a href="http://content.cdlib.org/ark:/13030/hb600009bd/?brand=woodblock"><img src="images/p277.png" alt="Easy to use teeth-blackening oxide"></a>
<a href="http://content.cdlib.org/ark:/13030/hb5q2nb5tr/?brand=woodblock"><img src="images/p017.png" alt="Defeating measles (personified as a child)"></a>
</div>
<div>
<a href="http://content.cdlib.org/ark:/13030/hb4r29p1fh/?brand=woodblock"><img src="images/p390.png" alt="Internal bodily functions dramatized by popular kabuki actors"></a>
<a href="http://content.cdlib.org/ark:/13030/hb3z09p1bz/?brand=woodblock"><img src="images/p295.png" alt="Base liquid for teeth blackening"></a>
<a href="http://content.cdlib.org/ark:/13030/hb6h4nb6vr/?brand=woodblock"><img src="images/p116.png" alt="Hollanders"></a>
</div>
</div>
</div>
</td>
<td width="50" valign="top"> </td>
<td width="190" valign="top">
{% include sidenav.html %}
</td>
</tr>
<tr>
<td valign="top"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div>
{% include footer.html %}
</div>
</body>
</html>