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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!-- $Id: contents.html 11393 2008-05-11 06:56:12Z topia $ -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><&group-name> 関係のモジュール - Tiarra Documentation</title>
<link rel="stylesheet" type="text/css" href="<&css-path>" />
</head>
<body>
<div class="header">
<h1><&group-name> 関係のモジュール</h1>
</div>
<hr class="sep" />
<div class="pane-main">
<!begin:module>
<div id="module-<&content-name>" class="module">
<div class="module-header"><h2 title="<&description>"><&content-name></h2>
<span class="description"><&description></span></div>
<div class="content">
<&content>
</div>
</div>
<!begin:hr>
<hr class="sep" />
<!end:hr>
<!end:module>
</div>
<div class="pane-sidebar">
<ul class="menu">
<!begin:toc-individual>
<li><a href="#module-<&mod-name>" title="<&description>"><&mod-name></a></li>
<!end:toc-individual>
<li><a href="../module-toc.html">モジュール一覧に戻る</a></li>
</ul>
</div>
</body>
</html>
|