1 |
wakaba |
1.1 |
<html xmlns="http://www.w3.org/1999/xhtml" |
2 |
|
|
lang="ja" xml:lang="ja"> |
3 |
|
|
<head> |
4 |
|
|
<title>HTML $BJ8=q$N?w7A(B ($B0lHL(B)</title> |
5 |
|
|
<link rel="stylesheet" href="/www/style/html/xhtml" media="all" /> |
6 |
|
|
<style type="text/css" media="all"> |
7 |
|
|
pre { |
8 |
|
|
max-height: 25em; |
9 |
|
|
} |
10 |
|
|
|
11 |
|
|
#EDIT { |
12 |
|
|
position: fixed; |
13 |
|
|
right: 3em; |
14 |
|
|
top: 1em; |
15 |
|
|
bottom: 1em; |
16 |
|
|
overflow: auto; |
17 |
|
|
border: gray outset 1px; |
18 |
|
|
-moz-border-radius: 1em; |
19 |
|
|
color: InfoText; |
20 |
|
|
background-color: InfoBackground; |
21 |
|
|
-moz-binding: url(http://suika.fam.cx/www/style/ui/drag.xbl#simple-drag); |
22 |
|
|
} |
23 |
|
|
#EDIT.DRAGABLE { |
24 |
|
|
cursor: move; |
25 |
|
|
} |
26 |
|
|
|
27 |
|
|
#EDIT h2 { |
28 |
|
|
text-align: center; |
29 |
|
|
} |
30 |
|
|
|
31 |
|
|
input, select { |
32 |
|
|
width: 95%; |
33 |
|
|
} |
34 |
|
|
</style> |
35 |
|
|
</head> |
36 |
|
|
<body> |
37 |
|
|
<h1><abbr lang="en" xml:lang="en" |
38 |
|
|
title="Hypertext Markup Language">HTML</abbr> $BJ8=q$N?w7A(B</h1> |
39 |
|
|
|
40 |
|
|
<pre id="TEMPLATE"><html xmlns="http://www.w3.org/1999/xhtml" |
41 |
|
|
lang="ja" xml:lang="ja"> |
42 |
|
|
<head profile="http://suika.fam.cx/~wakaba/-temp/wiki/wiki?WikiHTMLMetaProfile"> |
43 |
|
|
<title><var id="TEMPLATE-TITLE">($BBjL>(B)</var></title> |
44 |
|
|
<link rev="made" href="<var id="TEMPLATE-AUTHOR-URI"><samp>mailto:webmaster@suika.fam.cx</samp></var>" /> |
45 |
|
|
<meta name="author" content="<var id="TEMPLATE-AUTHOR-NAME">($BCx<TL>(B)</var>" /> |
46 |
|
|
<link rel="copyright" href="<var id="TEMPLATE-LICENSE">/c/pd</var>" /> |
47 |
|
|
<link rel="stylesheet" href="<var id="TEMPLATE-STYLE-1">/www/style/html/xhtml</var>" media="all" /> |
48 |
|
|
<link rel="stylesheet" href="<var id="TEMPLATE-STYLE-2">/www/style/ui/toc-after-abstract</var>" media="all" /> |
49 |
|
|
</head> |
50 |
|
|
<body> |
51 |
|
|
<h1><var id="TEMPLATE-H1">($BBjL>(B)</var></h1> |
52 |
|
|
|
53 |
|
|
<div class="section" id="ABSTRACT"> |
54 |
|
|
<h2>$B35MW(B</h2> |
55 |
|
|
|
56 |
|
|
<p>$B$3$NJ8=q$O!"!&!&!&!#(B</p> |
57 |
|
|
</div><!-- ABSTRACT --> |
58 |
|
|
|
59 |
|
|
<h1><var id="TEMPLATE-H1">($BBjL>(B)</var></h1> |
60 |
|
|
|
61 |
|
|
<div class="section" id="INTRO"> |
62 |
|
|
<h2>$B$O$8$a$K(B</h2> |
63 |
|
|
|
64 |
|
|
<p>$B$3$NJ8=q$O!"!&!&!&!#(B</p> |
65 |
|
|
</div><!-- INTRO --> |
66 |
|
|
|
67 |
|
|
<div class="footer"> |
68 |
|
|
<div class="navigation"> |
69 |
|
|
[<a href="/">/</a> <a href="/search/" rel="search">$B8!:w(B</a>] |
70 |
|
|
</div> |
71 |
|
|
<div class="update" lang="en" xml:lang="en">$Date:$</div> |
72 |
|
|
</div> |
73 |
|
|
</body> |
74 |
|
|
</html></pre> |
75 |
|
|
|
76 |
|
|
<div class="section" id="EDIT"> |
77 |
|
|
<h2>$BJT=8(B</h2> |
78 |
|
|
|
79 |
|
|
<div class="note memo"> |
80 |
|
|
<p>JavaScript $B$,;H$($kI,MW$,$"$j$^$9!#(B</p> |
81 |
|
|
</div> |
82 |
|
|
|
83 |
|
|
<dl> |
84 |
|
|
<dt>$BJ8=q$NBjL>(B</dt> |
85 |
|
|
<dd><input type="text" size="60" onchange=" |
86 |
|
|
var el = [document.getElementById ('TEMPLATE-TITLE'), |
87 |
|
|
document.getElementById ('TEMPLATE-H1')]; |
88 |
|
|
for (var i = 0; i < el.length; i++) { |
89 |
|
|
el[i].innerText = value; |
90 |
|
|
el[i].textContent = value; |
91 |
|
|
} |
92 |
|
|
" /></dd> |
93 |
|
|
<dt>$BJ8=q$NCx<T(B</dt> |
94 |
|
|
<dd><label>$BL>A0(B: <input type="text" size="60" onchange=" |
95 |
|
|
var el = document.getElementById ('TEMPLATE-AUTHOR-NAME'); |
96 |
|
|
el.innerText = value; |
97 |
|
|
el.textContent = value; |
98 |
|
|
" /></label></dd> |
99 |
|
|
<dd><label>$BO"Mm@h(B: <input type="url" size="60" onchange=" |
100 |
|
|
var el = document.getElementById ('TEMPLATE-AUTHOR-URI'); |
101 |
|
|
el.innerText = value; |
102 |
|
|
el.textContent = value; |
103 |
|
|
" value="mailto:webmaster@suika.fam.cx" /></label></dd> |
104 |
|
|
<dt>$BJ8=q$N%i%$%;%s%9(B ($BCx:n8"Ey(B)</dt> |
105 |
|
|
<dd> |
106 |
|
|
<select onchange=" |
107 |
|
|
var el = document.getElementById ('TEMPLATE-LICENSE'); |
108 |
|
|
el.innerText = value; |
109 |
|
|
el.textContent = value; |
110 |
|
|
"> |
111 |
|
|
<option selected="selected" |
112 |
|
|
value="http://suika.fam.cx/c/pd">Public Domain ($B8"MxJ|4~(B)</option> |
113 |
|
|
<option value="http://suika.fam.cx/c/gnu/fdl">GNU FDL |
114 |
|
|
(GNU Free Documentation License) [$B:G?7HG(B]</option> |
115 |
|
|
<option value="http://suika.fam.cx/c/gnu/gpl">GNU GPL |
116 |
|
|
(GNU General Public License) [$B:G?7HG(B]</option> |
117 |
|
|
<option |
118 |
|
|
value="http://suika.fam.cx/~wakaba/archive/2004/8/18/license#Perl+MPL" |
119 |
|
|
>Perl / MPL / GPL / LGPL</option> |
120 |
|
|
<option value="http://suika.fam.cx/gate/2005/sw/Wiki/Page/License" |
121 |
|
|
>SuikaWiki WikiPage License [$B:G?7HG(B]</option> |
122 |
|
|
<option value="http://suika.fam.cx/okuchuu/c">$B!XEA@b$N$*$/$A$e!#!Y(B |
123 |
|
|
$B$K$"$kJ8=q$N8"MxEy$K$D$$$F(B [$B:G?7HG(B]</option> |
124 |
|
|
<option value="http://suika.fam.cx/~hero/about/contents" |
125 |
|
|
lang="en" xml:lang="en">Helo world</option> |
126 |
|
|
<option |
127 |
|
|
value="http://suika.fam.cx/~hero/wiki/wiki?Wiki%2F%2FPage%2F%2FLicense" |
128 |
|
|
lang="en" xml:lang="en">Helo wiki</option> |
129 |
|
|
</select> |
130 |
|
|
</dd> |
131 |
|
|
<dt>$B%9%?%$%k!&%7!<%H(B</dt> |
132 |
|
|
<dd> |
133 |
|
|
<select onchange=" |
134 |
|
|
var el = document.getElementById ('TEMPLATE-STYLE-1'); |
135 |
|
|
el.innerText = value; |
136 |
|
|
el.textContent = value; |
137 |
|
|
"> |
138 |
|
|
<option selected="selected" |
139 |
|
|
value="/www/style/html/xhtml">$B0lHL(B</option> |
140 |
|
|
<option value="/admin/style/common">$B@>1;7W2h4IM}It(B</option> |
141 |
|
|
<option value="/okuchuu/style/simpledoc">$BEA@b$N$*$/$A$e!#(B</option> |
142 |
|
|
</select></dd> |
143 |
|
|
</dl> |
144 |
|
|
|
145 |
|
|
</div> |
146 |
|
|
|
147 |
|
|
|
148 |
|
|
<div class="footer"> |
149 |
|
|
<div class="navigation"> |
150 |
|
|
[<a href="/">/</a> <a href="/search/" rel="search">$B8!:w(B</a>] |
151 |
|
|
[<a href="/admin/">$B4IM}It(B</a> <a href="/admin/web/" lang="en" |
152 |
|
|
xml:lang="en">Web</a> <a href="/admin/web/markup/">$B%^!<%/IU$1(B</a> |
153 |
|
|
<a><abbr title="Hypertext Markup Language" |
154 |
|
|
lang="en" xml:lang="en">HTML</abbr> $BJ8=q$N?w7A(B</a>] |
155 |
|
|
</div> |
156 |
|
|
|
157 |
|
|
<div class="update" lang="en" xml:lang="en">$Date:$</div> |
158 |
|
|
</div> |
159 |
|
|
|
160 |
|
|
</body> |
161 |
|
|
</html> |