migrate to new git

This commit is contained in:
2025-08-29 01:27:25 +08:00
parent 946eb9961e
commit af2c152ef6
8623 changed files with 1000453 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<xml id="edit001" type="editor">
<ccategory>表格</ccategory>
<title>表格樣版17</title>
<description>
條列式表格樣式,欄位間隔以不同色系區格,灰色系列
</description>
<img id="thumb" src="tp17.gif"/>
<assets>
<file id="control" href="editor.html"/>
<file id="css" href="style.css"/>
</assets>
</xml>

View File

@@ -0,0 +1,84 @@
<table class="table scroll">
<tbody>
<tr bgcolor="#eeeeee">
<td valign="top" width="4%">
<div align="center">
<font class="b">1</font>
</div>
</td>
<td width="96%" bgcolor="#eeeeee">
<font class="b">第一行文字</font>
</td>
</tr>
<tr bgcolor="#dddddd">
<td valign="top" width="4%">
<div align="center">
<font class="b">2</font>
</div>
</td>
<td width="96%" bgcolor="#dddddd">
<font class="b">第二行文字</font>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td valign="top" width="4%">
<div align="center">
<font class="b">3</font>
</div>
</td>
<td width="96%" bgcolor="#eeeeee">
<font class="b">第三行文字</font>
</td>
</tr>
<tr bgcolor="#dddddd">
<td valign="top" width="4%">
<div align="center">
<font class="b">4</font>
</div>
</td>
<td width="96%" bgcolor="#dddddd">
<font class="b">第四行文字</font>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td valign="top" width="4%">
<div align="center">
<font class="b">5</font>
</div>
</td>
<td width="96%" bgcolor="#eeeeee">
<font class="b">第五行文字</font>
</td>
</tr>
<tr bgcolor="#dddddd">
<td valign="top" width="4%">
<div align="center">
<font class="b">6</font>
</div>
</td>
<td width="96%" bgcolor="#dddddd">
<font class="b">第六行文字</font>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td valign="top" width="4%">
<div align="center">
<font class="b">7</font>
</div>
</td>
<td width="96%" bgcolor="#eeeeee">
<font class="b">第七行文字</font>
</td>
</tr>
<tr bgcolor="#dddddd">
<td valign="top" width="4%">
<div align="center">
<font class="b">8</font>
</div>
</td>
<td width="96%" bgcolor="#dddddd">
<font class="b">第八行文字</font>
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1 @@


Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB