forked from DND5eChm/5echm_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webhelptoolbar.htm
54 lines (51 loc) · 2.3 KB
/
webhelptoolbar.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- saved from url=(0014)about:internet -->
<html>
<head>
<title>五版不全书 v20241226</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script language="JavaScript" src="languages.js"></script>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#DCDBD6" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" class="label">
<table width="270" border="0" cellspacing="2" cellpadding="2">
<tr align="center">
<td>
<div class="border2" onmouseover="this.className='border1';" onmouseout="this.className='border2';"
onmousedown="this.className='border3'" onmouseup="this.className='border1';" onclick="parent.tree.showAll();">
<nobr><img src="images/showall.gif" align="absmiddle">
<script>document.write(strings['Show all']);</script>
</nobr>
</div>
</td>
<td>
<div class="border2" onmouseover="this.className='border1';" onmouseout="this.className='border2';"
onmousedown="this.className='border3'" onmouseup="this.className='border1';"
onclick="parent.tree.collapseAll();">
<nobr><img src="images/hideall.gif" align="absmiddle">
<script>document.write(strings['Hide all']);</script>
</nobr>
</div>
</td>
<td>
<div class="border2" onmouseover="this.className='border1';" onmouseout="this.className='border2';"
onmousedown="this.className='border3'" onmouseup="this.className='border1';"
onclick="parent.tree.clickNode(parent.tree.LastSelected-1);">
<nobr><img src="images/previous.gif" align="absmiddle">
<script>document.write(strings['Previous']);</script>
</nobr>
</div>
</td>
<td>
<div class="border2" onmouseover="this.className='border1';" onmouseout="this.className='border2';"
onmousedown="this.className='border3'" onmouseup="this.className='border1';"
onclick="parent.tree.clickNode(parseInt(parent.tree.LastSelected) + 1);">
<nobr><img src="images/next.gif" align="absmiddle">
<script>document.write(strings['Next']);</script>
</nobr>
</div>
</td>
</tr>
</table>
</body>
</html>