Cosminexus V9 ナビゲーション プラットフォーム コンテンツ作成ガイド
HTMLパーツの記述例を次に示します。
<table class="sample">
<caption class="sample">注文管理表</caption>
<thead>
<tr>
<th class="sample">注文番号</th>
<th class="sample">注文日</th>
</tr>
</thead>
<tbody>
<tr>
<td class="sample">00001-20101010-00001</td>
<td class="sample">2010/10/10</td>
</tr>
<tr>
<td class="sample">00001-20101010-00002</td>
<td class="sample">2010/10/10</td>
</tr>
</tbody>
<tfoot />
</table>
|
table.sample {
border:1px solid #777777;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
}
caption.sample {
font-size:14px; font-weight:bold;
}
th.sample {
border-right:1px solid #777777;
border-bottom:1px solid #777777;
background-color:#e3e5e7;
padding:0.3em 1em;
text-align:center;
}
td.sample {
border-right:1px solid #777777;
border-bottom:1px solid #777777;
padding:0.3em 1em;
}
|
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.