-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterm.html
More file actions
160 lines (140 loc) · 5.2 KB
/
Copy pathterm.html
File metadata and controls
160 lines (140 loc) · 5.2 KB
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
<!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"><!-- InstanceBegin template="/Templates/template2.dwt.html" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>東方考古日誌</title>
<!-- InstanceEndEditable -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!-- InstanceBeginEditable name="head" -->
<link rel="stylesheet" href="./css/table.css" type="text/css"/>
<script type="text/javascript" src="./highslide/highslide-full.js"></script>
<link rel="stylesheet" type="text/css" href="./highslide/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = './highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.headingEval = 'this.a.title';
hs.wrapperClassName = 'draggable-header';
hs.showCredits = false;
hs.allowMultipleInstances = false;
hs.targetX = 'term_target 80px';
hs.targetY = 'term_target 10px';
hs.useBox = true;
hs.width = 250;
hs.height = 250;
hs.transitions = ['expand', 'crossfade'];
//hs.dimmingOpacity = 0.75;
</script>
<!-- InstanceEndEditable -->
</head>
<body>
<div id="container">
<div id="header2">
</div>
<ul id="menu">
<li id="me-ind"><a href="index.html"></a></li>
<li id="me-abo"><a href="about.html"></a></li>
<li id="me-cha"><a href="character.html"></a></li>
<li id="me-ter"><a href="term.html"></a></li>
<li id="me-gen"><a href="gensoukyou.html"></a></li>
<li id="me-lin"><a href="link.html"></a></li>
</ul>
<div id="content2">
<!-- InstanceBeginEditable name="EditRegion3" -->
<div id="content_term">
<div class="CSSTableGenerator" >
<table >
<tr>
<td >
<a href="./term_detail.html#term01" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
彈幕射擊
</a>
</td>
<td >
<a href="./term_detail.html#term02" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
Extra
</a>
</td>
<td>
<a href="./term_detail.html#term03" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
東方二次同人
</a>
</td>
</tr>
<tr>
<td >
<a href="./term_detail.html#term04" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
自機狙
</a>
</td>
<td>
<a href="./term_detail.html#term05" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
固定彈
</a>
</td>
<td>
<a href="./term_detail.html#term06" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
觸手
</a>
</td>
</tr>
<tr>
<td >
<a href="./term_detail.html#term07" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
符卡系統
</a>
</td>
<td>
<a href="./term_detail.html#term08" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
判定點
</a>
</td>
<td>
<a href="./term_detail.html#term00" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
</a>
</td>
</tr>
<tr>
<td >
<a href="./term_detail.html#term00" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
</a>
</td>
<td>
<a href="./term_detail.html#term00" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
</a>
</td>
<td>
<a href="./term_detail.html#term00" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
</a>
</td>
</tr>
<tr>
<td >
<a href="./term_detail.html#term00" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
</a>
</td>
<td>
<a href="./term_detail.html#term00" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
</a>
</td>
<td>
<a href="./term_detail.html#term00" class="termbox" onclick="return hs.htmlExpand(this, {objectType: 'ajax'})">
</a>
</td>
</tr>
</table>
</div>
</div>
<div id ="term_target">
</div>
<!-- InstanceEndEditable -->
</div><!-- content-->
<div id="footer">
建議最佳瀏覽 IE6.0 以上版本瀏覽器 1024x768像素以上的解析度<br />
101網頁設計與管理|Design By moerstw|E-mail: moerstw@gmail.com<br />
CopyRight©2013 moerstw All rights Reserved.
</div>
</div><!-- container-->
</body>
<!-- InstanceEnd --></html>