migrate to new git
This commit is contained in:
13
web/ext/editor_templates/a02.edit_t017/config.xml
Normal file
13
web/ext/editor_templates/a02.edit_t017/config.xml
Normal 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>
|
||||
84
web/ext/editor_templates/a02.edit_t017/editor.html
Normal file
84
web/ext/editor_templates/a02.edit_t017/editor.html
Normal 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>
|
||||
1
web/ext/editor_templates/a02.edit_t017/style.css
Normal file
1
web/ext/editor_templates/a02.edit_t017/style.css
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
BIN
web/ext/editor_templates/a02.edit_t017/tp17.gif
Normal file
BIN
web/ext/editor_templates/a02.edit_t017/tp17.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user