migrate to new git
This commit is contained in:
13
web/ext/editor_templates/a02.edit_t011/config.xml
Normal file
13
web/ext/editor_templates/a02.edit_t011/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit011" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版11</title>
|
||||
<description>
|
||||
雙標題條列式表格,欄位間隔以不同色系區格,黑色漸層色系
|
||||
</description>
|
||||
<img id="thumb" src="tp11.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t011/editor.html
Normal file
36
web/ext/editor_templates/a02.edit_t011/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-011 scroll">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="t1">標題</th>
|
||||
<th class="t1">年份</th>
|
||||
<th class="t1">作者</th>
|
||||
<th class="t1">位置</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="t2">FSK 350SB、FSK 150SB、FSK750SB</td>
|
||||
<td class="t3">2014-11-10</td>
|
||||
<td class="t3">Jon.K</td>
|
||||
<td class="t3">B棟10樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="t2">FSK 350SB、FSK 150SB、FSK750SB</td>
|
||||
<td class="t3">2014-11-10</td>
|
||||
<td class="t3">吐司人</td>
|
||||
<td class="t3">A棟2樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="t2">FSK 350SB、FSK 150SB、FSK750SB</td>
|
||||
<td class="t3">2014-11-30</td>
|
||||
<td class="t3">小烏龜</td>
|
||||
<td class="t3">C棟20樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="t2">FSK 350SB、FSK 150SB、FSK750SB</td>
|
||||
<td class="t3">2014-12-14</td>
|
||||
<td class="t3">發發發</td>
|
||||
<td class="t3">C棟1樓</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
44
web/ext/editor_templates/a02.edit_t011/style.css
Normal file
44
web/ext/editor_templates/a02.edit_t011/style.css
Normal file
@@ -0,0 +1,44 @@
|
||||
.table-011{
|
||||
font-family:"微軟正黑體";
|
||||
border-top:1px solid #dbdcdc;
|
||||
border-left:1px solid #dbdcdc;
|
||||
letter-spacing:1px;
|
||||
margin-top:5px;
|
||||
}
|
||||
.table-011 td,
|
||||
.table-011 th{
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #dbdcdc;
|
||||
border-right:1px solid #dbdcdc;
|
||||
}
|
||||
.table-011 .t1{
|
||||
background:#959595;
|
||||
background:-moz-linear-gradient(top,rgba(149,149,149,1) 0,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(149,149,149,1)),color-stop(46%,rgba(13,13,13,1)),color-stop(50%,rgba(1,1,1,1)),color-stop(53%,rgba(10,10,10,1)),color-stop(76%,rgba(78,78,78,1)),color-stop(87%,rgba(56,56,56,1)),color-stop(100%,rgba(27,27,27,1)));
|
||||
background:-webkit-linear-gradient(top,rgba(149,149,149,1) 0,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
|
||||
background:-o-linear-gradient(top,rgba(149,149,149,1) 0,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
|
||||
background:-ms-linear-gradient(top,rgba(149,149,149,1) 0,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
|
||||
background:linear-gradient(to bottom,rgba(149,149,149,1) 0,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
font-weight:700;
|
||||
}
|
||||
.table-011 .t2{
|
||||
background:#e3e3e3;
|
||||
background:-moz-linear-gradient(top,#e3e3e3 0,#fcfcfc 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e3e3e3),color-stop(100%,#fcfcfc));
|
||||
background:-webkit-linear-gradient(top,#e3e3e3 0,#fcfcfc 100%);background:-o-linear-gradient(top,#e3e3e3 0,#fcfcfc 100%);
|
||||
background:-ms-linear-gradient(top,#e3e3e3 0,#fcfcfc 100%);
|
||||
background:linear-gradient(to bottom,#e3e3e3 0,#fcfcfc 100%);
|
||||
color:#242424;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
padding:10px 0;
|
||||
}
|
||||
.table-011 .t3{
|
||||
background-color:#FFF;
|
||||
color:#7d7d7d;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a02.edit_t011/tp11.gif
Normal file
BIN
web/ext/editor_templates/a02.edit_t011/tp11.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user