-
Notifications
You must be signed in to change notification settings - Fork 3
/
guide.html
108 lines (100 loc) · 4.79 KB
/
guide.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
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<title>Xitrum</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34582032-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="container">
<div class="span-24 last">
<div class="language_choices">
<a href="index.html"><img src="parts/english.png" class="img-circle"></a>
<a href="index_ja.html"><img src="parts/japanese.png" class="img-circle"></a>
<a href="index_ko.html"><img src="parts/korean.png" class="img-circle"></a>
<a href="index_ru.html"><img src="parts/russian.png" class="img-circle"></a>
<a href="index_vi.html"><img src="parts/vietnamese.png" class="img-circle"></a>
</div>
</div>
<div id="top_links" class="span-18 prepend-6 last">
<ul class="menu">
<li class="span-3"><a href="guide.html"> Guide</a></li>
<li class="span-3"><a href="api.html"> Scaladoc</a></li>
<li class="span-3"><a href="https://github.com/xitrum-framework/xitrum-new/archive/master.zip">Download</a></li>
<li class="span-3"><a href="https://groups.google.com/group/xitrum-framework"> Group</a></li>
<li class="span-3 last"><a href="consulting.html">Consulting</a></li>
</ul>
</div>
<div class="clearfix"></div>
<div id="header">
<div class="span-8">
<img src="parts/whale.png" alt="xitrum"/>
</div>
<div id="balloon" class="span-16 last">
<div class="push-4 span-13 last">
<h2 class="title">Guide Book</h2>
<ul>
<li>
3.30:
<ul>
<li>
Multiple page:
<a href="guide/3.30/html/en/">English</a>
<a href="guide/3.30/html/ja/">日本語</a>
<a href="guide/3.30/html/ko/">조선말</a>
<a href="guide/3.30/html/ru/">Русский</a>
<a href="guide/3.30/html/vi/">Tiếng Việt</a>
</li>
<li>
Single page:
<a href="guide/3.30/singlehtml/en/">English</a>
<a href="guide/3.30/singlehtml/ja/">日本語</a>
<a href="guide/3.30/singlehtml/ko/">조선말</a>
<a href="guide/3.30/singlehtml/ru/">Русский</a>
<a href="guide/3.30/singlehtml/vi/">Tiếng Việt</a>
</li>
</ul>
</li>
<li>
3.28:
<ul>
<li>
Multiple page:
<a href="guide/3.28/html/en/">English</a>
<a href="guide/3.28/html/ja/">日本語</a>
<a href="guide/3.28/html/ko/">조선말</a>
<a href="guide/3.28/html/ru/">Русский</a>
<a href="guide/3.28/html/vi/">Tiếng Việt</a>
</li>
<li>
Single page:
<a href="guide/3.28/singlehtml/en/">English</a>
<a href="guide/3.28/singlehtml/ja/">日本語</a>
<a href="guide/3.28/singlehtml/ko/">조선말</a>
<a href="guide/3.28/singlehtml/ru/">Русский</a>
<a href="guide/3.28/singlehtml/vi/">Tiếng Việt</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</body>
</html>