migrate to new git
13
web/ext/editor_templates/a01.edit001/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit001" type="editor">
|
||||
<ccategory>圖框</ccategory>
|
||||
<title>圖片邊框一</title>
|
||||
<description>
|
||||
白色螺絲邊框
|
||||
</description>
|
||||
<img id="thumb" src="thumb.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
13
web/ext/editor_templates/a01.edit001/editor.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="frame-001">
|
||||
<div class="editor-frame frame-LT"></div>
|
||||
<div class="editor-frame frame-CT"></div>
|
||||
<div class="editor-frame frame-RT"></div>
|
||||
<div class="editor-frame frame-LM"></div>
|
||||
<div class="editor-frame frame-RM"></div>
|
||||
<div class="editor-frame frame-LB"></div>
|
||||
<div class="editor-frame frame-CB"></div>
|
||||
<div class="editor-frame frame-RB"></div>
|
||||
<div class="mid">
|
||||
<img src="../../admin/ckeditor/plugins/templates/templates/images/photo.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
BIN
web/ext/editor_templates/a01.edit001/images/2b1.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
web/ext/editor_templates/a01.edit001/images/2b2.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
web/ext/editor_templates/a01.edit001/images/2b3.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
web/ext/editor_templates/a01.edit001/images/2b4.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
web/ext/editor_templates/a01.edit001/images/2b6.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
web/ext/editor_templates/a01.edit001/images/2b7.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
web/ext/editor_templates/a01.edit001/images/2b8.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
web/ext/editor_templates/a01.edit001/images/2b9.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
78
web/ext/editor_templates/a01.edit001/style.css
Normal file
@@ -0,0 +1,78 @@
|
||||
.editor .frame-001 {
|
||||
max-width: 100%;
|
||||
position: relative;
|
||||
padding: 29px;
|
||||
display: inline-block;
|
||||
}
|
||||
.editor .frame-001 .editor-frame {
|
||||
position: absolute;
|
||||
min-width: 29px;
|
||||
min-height: 29px;
|
||||
z-index: 1;
|
||||
}
|
||||
.editor .frame-001 .mid {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.editor .frame-001 .frame-LT,
|
||||
.editor .frame-001 .frame-RT {
|
||||
top: 0;
|
||||
}
|
||||
.editor .frame-001 .frame-LB,
|
||||
.editor .frame-001 .frame-RB {
|
||||
bottom: 0;
|
||||
}
|
||||
.editor .frame-001 .frame-LT,
|
||||
.editor .frame-001 .frame-LB {
|
||||
left: 0;
|
||||
}
|
||||
.editor .frame-001 .frame-RT,
|
||||
.editor .frame-001 .frame-RB {
|
||||
right: 0;
|
||||
}
|
||||
.editor .frame-001 .frame-LM,
|
||||
.editor .frame-001 .frame-RM {
|
||||
top: 29px;
|
||||
bottom: 29px;
|
||||
}
|
||||
.editor .frame-001 .frame-CT,
|
||||
.editor .frame-001 .frame-CB {
|
||||
left: 29px;
|
||||
right: 29px;
|
||||
}
|
||||
.editor .frame-001 .frame-CT {
|
||||
top: 0;
|
||||
}
|
||||
.editor .frame-001 .frame-CB {
|
||||
bottom: 0;
|
||||
}
|
||||
.editor .frame-001 .frame-LM {
|
||||
left: 0;
|
||||
}
|
||||
.editor .frame-001 .frame-RM {
|
||||
right: 0;
|
||||
}
|
||||
.editor .frame-001 .frame-LT {
|
||||
background-image: url(images/2b1.gif);
|
||||
}
|
||||
.editor .frame-001 .frame-CT {
|
||||
background-image: url(images/2b2.gif);
|
||||
}
|
||||
.editor .frame-001 .frame-RT {
|
||||
background-image: url(images/2b3.gif);
|
||||
}
|
||||
.editor .frame-001 .frame-LM {
|
||||
background-image: url(images/2b4.gif);
|
||||
}
|
||||
.editor .frame-001 .frame-RM {
|
||||
background-image: url(images/2b6.gif);
|
||||
}
|
||||
.editor .frame-001 .frame-LB {
|
||||
background-image: url(images/2b7.gif);
|
||||
}
|
||||
.editor .frame-001 .frame-CB {
|
||||
background-image: url(images/2b8.gif);
|
||||
}
|
||||
.editor .frame-001 .frame-RB {
|
||||
background-image: url(images/2b9.gif);
|
||||
}
|
||||
BIN
web/ext/editor_templates/a01.edit001/thumb.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
13
web/ext/editor_templates/a01.edit002/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit002" type="editor">
|
||||
<ccategory>圖框</ccategory>
|
||||
<title>圖片邊框二</title>
|
||||
<description>
|
||||
金色花紋邊框
|
||||
</description>
|
||||
<img id="thumb" src="thumb.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
20
web/ext/editor_templates/a01.edit002/editor.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<div class="frame-002">
|
||||
<div class="editor-frame frame-LT"></div>
|
||||
<div class="editor-frame frame-CT"></div>
|
||||
<div class="editor-frame frame-RT"></div>
|
||||
<div class="editor-frame frame-LM"></div>
|
||||
<div class="editor-frame frame-RM"></div>
|
||||
<div class="editor-frame frame-LB"></div>
|
||||
<div class="editor-frame frame-CB"></div>
|
||||
<div class="editor-frame frame-RB"></div>
|
||||
<div class="mid">
|
||||
<img src="../../admin/ckeditor/plugins/templates/templates/images/photo.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
web/ext/editor_templates/a01.edit002/images/td1.jpg
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
web/ext/editor_templates/a01.edit002/images/td2.jpg
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
web/ext/editor_templates/a01.edit002/images/td3.jpg
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
web/ext/editor_templates/a01.edit002/images/td4.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
web/ext/editor_templates/a01.edit002/images/td6.jpg
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
web/ext/editor_templates/a01.edit002/images/td7.jpg
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
web/ext/editor_templates/a01.edit002/images/td8.jpg
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
web/ext/editor_templates/a01.edit002/images/td9.jpg
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
63
web/ext/editor_templates/a01.edit002/style.css
Normal file
@@ -0,0 +1,63 @@
|
||||
.editor .frame-002 {
|
||||
max-width:100%;
|
||||
position:relative;
|
||||
padding:45px;
|
||||
display:inline-block;
|
||||
}
|
||||
.editor .frame-002 .editor-frame {
|
||||
position:absolute;
|
||||
min-width:75px;
|
||||
min-height:75px;
|
||||
z-index:1;
|
||||
}
|
||||
.editor .frame-002 .mid {
|
||||
position:relative;
|
||||
z-index:2;
|
||||
}
|
||||
.editor .frame-002 .frame-LT,
|
||||
.editor .frame-002 .frame-RT{
|
||||
top:0
|
||||
}
|
||||
.editor .frame-002 .frame-LB,
|
||||
.editor .frame-002 .frame-RB {
|
||||
bottom:0
|
||||
}
|
||||
.editor .frame-002 .frame-LT,
|
||||
.editor .frame-002 .frame-LB {
|
||||
left:0;
|
||||
}
|
||||
.editor .frame-002 .frame-RT,
|
||||
.editor .frame-002 .frame-RB {
|
||||
right:0;
|
||||
}
|
||||
.editor .frame-002 .frame-LM,
|
||||
.editor .frame-002 .frame-RM {
|
||||
top:75px;
|
||||
bottom:75px;
|
||||
}
|
||||
.editor .frame-002 .frame-CT,
|
||||
.editor .frame-002 .frame-CB {
|
||||
left:75px;
|
||||
right:75px;
|
||||
}
|
||||
.editor .frame-002 .frame-CT {
|
||||
top:0;
|
||||
}
|
||||
.editor .frame-002 .frame-CB {
|
||||
bottom:0;
|
||||
}
|
||||
.editor .frame-002 .frame-LM {
|
||||
left:0;
|
||||
}
|
||||
.editor .frame-002 .frame-RM {
|
||||
right:0;
|
||||
}
|
||||
|
||||
.editor .frame-002 .frame-LT {background-image:url(images/td1.jpg);}
|
||||
.editor .frame-002 .frame-CT {background-image:url(images/td2.jpg);}
|
||||
.editor .frame-002 .frame-RT {background-image:url(images/td3.jpg);}
|
||||
.editor .frame-002 .frame-LM {background-image:url(images/td4.jpg);}
|
||||
.editor .frame-002 .frame-RM {background-image:url(images/td6.jpg);}
|
||||
.editor .frame-002 .frame-LB {background-image:url(images/td7.jpg);}
|
||||
.editor .frame-002 .frame-CB {background-image:url(images/td8.jpg);}
|
||||
.editor .frame-002 .frame-RB {background-image:url(images/td9.jpg);}
|
||||
BIN
web/ext/editor_templates/a01.edit002/thumb.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
13
web/ext/editor_templates/a01.edit003/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit003" type="editor">
|
||||
<ccategory>圖框</ccategory>
|
||||
<title>圖片邊框三</title>
|
||||
<description>
|
||||
黑色花紋邊框
|
||||
</description>
|
||||
<img id="thumb" src="thumb.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
13
web/ext/editor_templates/a01.edit003/editor.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="frame-003">
|
||||
<div class="editor-frame frame-LT"></div>
|
||||
<div class="editor-frame frame-CT"></div>
|
||||
<div class="editor-frame frame-RT"></div>
|
||||
<div class="editor-frame frame-LM"></div>
|
||||
<div class="editor-frame frame-RM"></div>
|
||||
<div class="editor-frame frame-LB"></div>
|
||||
<div class="editor-frame frame-CB"></div>
|
||||
<div class="editor-frame frame-RB"></div>
|
||||
<div class="mid">
|
||||
<img src="../../admin/ckeditor/plugins/templates/templates/images/photo.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
BIN
web/ext/editor_templates/a01.edit003/images/td1.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
web/ext/editor_templates/a01.edit003/images/td2.jpg
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
web/ext/editor_templates/a01.edit003/images/td3.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
web/ext/editor_templates/a01.edit003/images/td4.jpg
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
web/ext/editor_templates/a01.edit003/images/td6.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
web/ext/editor_templates/a01.edit003/images/td7.jpg
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
web/ext/editor_templates/a01.edit003/images/td8.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
web/ext/editor_templates/a01.edit003/images/td9.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
62
web/ext/editor_templates/a01.edit003/style.css
Normal file
@@ -0,0 +1,62 @@
|
||||
.editor .frame-003 {
|
||||
max-width:100%;
|
||||
position:relative;
|
||||
padding:50px;
|
||||
display:inline-block;
|
||||
}
|
||||
.editor .frame-003 .editor-frame {
|
||||
position:absolute;
|
||||
min-width:71px;
|
||||
min-height:71px;
|
||||
z-index:1;
|
||||
}
|
||||
.editor .frame-003 .mid {
|
||||
position:relative;
|
||||
z-index:2;
|
||||
}
|
||||
.editor .frame-003 .frame-LT,
|
||||
.editor .frame-003 .frame-RT{
|
||||
top:0
|
||||
}
|
||||
.editor .frame-003 .frame-LB,
|
||||
.editor .frame-003 .frame-RB {
|
||||
bottom:0
|
||||
}
|
||||
.editor .frame-003 .frame-LT,
|
||||
.editor .frame-003 .frame-LB {
|
||||
left:0;
|
||||
}
|
||||
.editor .frame-003 .frame-RT,
|
||||
.editor .frame-003 .frame-RB {
|
||||
right:0;
|
||||
}
|
||||
.editor .frame-003 .frame-LM,
|
||||
.editor .frame-003 .frame-RM {
|
||||
top:71px;
|
||||
bottom:71px;
|
||||
}
|
||||
.editor .frame-003 .frame-CT,
|
||||
.editor .frame-003 .frame-CB {
|
||||
left:71px;
|
||||
right:71px;
|
||||
}
|
||||
.editor .frame-003 .frame-CT {
|
||||
top:0;
|
||||
}
|
||||
.editor .frame-003 .frame-CB {
|
||||
bottom:0;
|
||||
}
|
||||
.editor .frame-003 .frame-LM {
|
||||
left:0;
|
||||
}
|
||||
.editor .frame-003 .frame-RM {
|
||||
right:0;
|
||||
}
|
||||
.editor .frame-003 .frame-LT {background-image:url(images/td1.jpg);}
|
||||
.editor .frame-003 .frame-CT {background-image:url(images/td2.jpg);}
|
||||
.editor .frame-003 .frame-RT {background-image:url(images/td3.jpg);}
|
||||
.editor .frame-003 .frame-LM {background-image:url(images/td4.jpg);}
|
||||
.editor .frame-003 .frame-RM {background-image:url(images/td6.jpg);}
|
||||
.editor .frame-003 .frame-LB {background-image:url(images/td7.jpg);}
|
||||
.editor .frame-003 .frame-CB {background-image:url(images/td8.jpg);}
|
||||
.editor .frame-003 .frame-RB {background-image:url(images/td9.jpg);}
|
||||
BIN
web/ext/editor_templates/a01.edit003/thumb.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
13
web/ext/editor_templates/a01.edit004/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit004" type="editor">
|
||||
<ccategory>圖框</ccategory>
|
||||
<title>圖片邊框四</title>
|
||||
<description>
|
||||
黑色花紋邊框
|
||||
</description>
|
||||
<img id="thumb" src="thumb.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
13
web/ext/editor_templates/a01.edit004/editor.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="frame-004">
|
||||
<div class="editor-frame frame-LT"></div>
|
||||
<div class="editor-frame frame-CT"></div>
|
||||
<div class="editor-frame frame-RT"></div>
|
||||
<div class="editor-frame frame-LM"></div>
|
||||
<div class="editor-frame frame-RM"></div>
|
||||
<div class="editor-frame frame-LB"></div>
|
||||
<div class="editor-frame frame-CB"></div>
|
||||
<div class="editor-frame frame-RB"></div>
|
||||
<div class="mid">
|
||||
<img src="../../admin/ckeditor/plugins/templates/templates/images/photo.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
BIN
web/ext/editor_templates/a01.edit004/images/td1.jpg
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
web/ext/editor_templates/a01.edit004/images/td2.jpg
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
web/ext/editor_templates/a01.edit004/images/td3.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
web/ext/editor_templates/a01.edit004/images/td4.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
web/ext/editor_templates/a01.edit004/images/td6.jpg
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
web/ext/editor_templates/a01.edit004/images/td7.jpg
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
web/ext/editor_templates/a01.edit004/images/td8.jpg
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
web/ext/editor_templates/a01.edit004/images/td9.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
62
web/ext/editor_templates/a01.edit004/style.css
Normal file
@@ -0,0 +1,62 @@
|
||||
.editor .frame-004 {
|
||||
max-width:100%;
|
||||
position:relative;
|
||||
padding:52px;
|
||||
display:inline-block;
|
||||
}
|
||||
.editor .frame-004 .editor-frame {
|
||||
position:absolute;
|
||||
min-width:52px;
|
||||
min-height:52px;
|
||||
z-index:1;
|
||||
}
|
||||
.editor .frame-004 .mid {
|
||||
position:relative;
|
||||
z-index:2;
|
||||
}
|
||||
.editor .frame-004 .frame-LT,
|
||||
.editor .frame-004 .frame-RT{
|
||||
top:0
|
||||
}
|
||||
.editor .frame-004 .frame-LB,
|
||||
.editor .frame-004 .frame-RB {
|
||||
bottom:0
|
||||
}
|
||||
.editor .frame-004 .frame-LT,
|
||||
.editor .frame-004 .frame-LB {
|
||||
left:0;
|
||||
}
|
||||
.editor .frame-004 .frame-RT,
|
||||
.editor .frame-004 .frame-RB {
|
||||
right:0;
|
||||
}
|
||||
.editor .frame-004 .frame-LM,
|
||||
.editor .frame-004 .frame-RM {
|
||||
top:52px;
|
||||
bottom:52px;
|
||||
}
|
||||
.editor .frame-004 .frame-CT,
|
||||
.editor .frame-004 .frame-CB {
|
||||
left:52px;
|
||||
right:52px;
|
||||
}
|
||||
.editor .frame-004 .frame-CT {
|
||||
top:0;
|
||||
}
|
||||
.editor .frame-004 .frame-CB {
|
||||
bottom:0;
|
||||
}
|
||||
.editor .frame-004 .frame-LM {
|
||||
left:0;
|
||||
}
|
||||
.editor .frame-004 .frame-RM {
|
||||
right:0;
|
||||
}
|
||||
.editor .frame-004 .frame-LT {background-image:url(images/td1.jpg);}
|
||||
.editor .frame-004 .frame-CT {background-image:url(images/td2.jpg);}
|
||||
.editor .frame-004 .frame-RT {background-image:url(images/td3.jpg);}
|
||||
.editor .frame-004 .frame-LM {background-image:url(images/td4.jpg);}
|
||||
.editor .frame-004 .frame-RM {background-image:url(images/td6.jpg);}
|
||||
.editor .frame-004 .frame-LB {background-image:url(images/td7.jpg);}
|
||||
.editor .frame-004 .frame-CB {background-image:url(images/td8.jpg);}
|
||||
.editor .frame-004 .frame-RB {background-image:url(images/td9.jpg);}
|
||||
BIN
web/ext/editor_templates/a01.edit004/thumb.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
13
web/ext/editor_templates/a01.edit005/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit005" type="editor">
|
||||
<ccategory>圖框</ccategory>
|
||||
<title>圖片邊框五</title>
|
||||
<description>
|
||||
相片夾子邊框
|
||||
</description>
|
||||
<img id="thumb" src="thumb.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
13
web/ext/editor_templates/a01.edit005/editor.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="frame-005">
|
||||
<div class="editor-frame frame-LT"></div>
|
||||
<div class="editor-frame frame-CT"><div class="conter-icon"></div></div>
|
||||
<div class="editor-frame frame-RT"></div>
|
||||
<div class="editor-frame frame-LM"></div>
|
||||
<div class="editor-frame frame-RM"></div>
|
||||
<div class="editor-frame frame-LB"></div>
|
||||
<div class="editor-frame frame-CB"></div>
|
||||
<div class="editor-frame frame-RB"></div>
|
||||
<div class="mid">
|
||||
<img src="../../admin/ckeditor/plugins/templates/templates/images/photo.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
BIN
web/ext/editor_templates/a01.edit005/images/td1.png
Normal file
|
After Width: | Height: | Size: 1009 B |
BIN
web/ext/editor_templates/a01.edit005/images/td2.png
Normal file
|
After Width: | Height: | Size: 1020 B |
BIN
web/ext/editor_templates/a01.edit005/images/td2b.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
web/ext/editor_templates/a01.edit005/images/td3.png
Normal file
|
After Width: | Height: | Size: 1021 B |
BIN
web/ext/editor_templates/a01.edit005/images/td4.png
Normal file
|
After Width: | Height: | Size: 1001 B |
BIN
web/ext/editor_templates/a01.edit005/images/td6.png
Normal file
|
After Width: | Height: | Size: 1007 B |
BIN
web/ext/editor_templates/a01.edit005/images/td7.png
Normal file
|
After Width: | Height: | Size: 1006 B |
BIN
web/ext/editor_templates/a01.edit005/images/td8.png
Normal file
|
After Width: | Height: | Size: 1013 B |
BIN
web/ext/editor_templates/a01.edit005/images/td9.png
Normal file
|
After Width: | Height: | Size: 1016 B |
73
web/ext/editor_templates/a01.edit005/style.css
Normal file
@@ -0,0 +1,73 @@
|
||||
.editor .frame-005 {
|
||||
max-width:100%;
|
||||
position:relative;
|
||||
padding: 35px 8px 49px;
|
||||
display:inline-block;
|
||||
}
|
||||
.editor .frame-005 .editor-frame {
|
||||
position:absolute;
|
||||
min-width:8px;
|
||||
min-height:8px;
|
||||
z-index:1;
|
||||
}
|
||||
.editor .frame-005 .mid {
|
||||
position:relative;
|
||||
z-index:2;
|
||||
}
|
||||
.editor .frame-005 .frame-LT,
|
||||
.editor .frame-005 .frame-RT{
|
||||
width:8px;
|
||||
height:35px;
|
||||
top:0
|
||||
}
|
||||
.editor .frame-005 .frame-LB,
|
||||
.editor .frame-005 .frame-RB {
|
||||
width:9px;
|
||||
height: 49px;
|
||||
bottom:0
|
||||
}
|
||||
.editor .frame-005 .frame-LT,
|
||||
.editor .frame-005 .frame-LB {
|
||||
left:0;
|
||||
}
|
||||
.editor .frame-005 .frame-RT,
|
||||
.editor .frame-005 .frame-RB {
|
||||
right:0;
|
||||
}
|
||||
.editor .frame-005 .frame-LM,
|
||||
.editor .frame-005 .frame-RM {
|
||||
top: 35px;
|
||||
bottom: 49px;
|
||||
}
|
||||
.editor .frame-005 .frame-CT,
|
||||
.editor .frame-005 .frame-CB {
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
}
|
||||
.editor .frame-005 .frame-CT {
|
||||
top:0;
|
||||
}
|
||||
.editor .frame-005 .frame-CB {
|
||||
height: 49px;
|
||||
bottom:0;
|
||||
}
|
||||
.editor .frame-005 .frame-LM {
|
||||
left:0;
|
||||
}
|
||||
.editor .frame-005 .frame-RM {
|
||||
right:0;
|
||||
}
|
||||
|
||||
.editor .frame-005 .frame-LT {background-image:url(images/td1.png);}
|
||||
.editor .frame-005 .frame-CT {background-image:url(images/td2.png);}
|
||||
.editor .frame-005 .frame-RT {background-image:url(images/td3.png);}
|
||||
.editor .frame-005 .frame-LM {background-image:url(images/td4.png);}
|
||||
.editor .frame-005 .frame-RM {background-image:url(images/td6.png);}
|
||||
.editor .frame-005 .frame-LB {background-image:url(images/td7.png);}
|
||||
.editor .frame-005 .frame-CB {background-image:url(images/td8.png);}
|
||||
.editor .frame-005 .frame-RB {background-image:url(images/td9.png);}
|
||||
|
||||
.editor .frame-005 .frame-CT .conter-icon {
|
||||
height:35px;
|
||||
background:url(images/td2b.png) no-repeat center;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a01.edit005/thumb.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
13
web/ext/editor_templates/a01.edit006/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit006" type="editor">
|
||||
<ccategory>圖框</ccategory>
|
||||
<title>圖片邊框六</title>
|
||||
<description>
|
||||
照片邊框
|
||||
</description>
|
||||
<img id="thumb" src="thumb.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
4
web/ext/editor_templates/a01.edit006/editor.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="frame-006">
|
||||
<img src="../../admin/ckeditor/plugins/templates/templates/images/photo.jpg" />
|
||||
<h4>圖片標題</h4>
|
||||
</div>
|
||||
16
web/ext/editor_templates/a01.edit006/style.css
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
.editor .frame-006 {
|
||||
max-width:100%;
|
||||
background-color: #fff;
|
||||
border: solid 1px #D2D2D2;
|
||||
display: inline-block;
|
||||
padding: 15px;
|
||||
-webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.editor .frame-006 h4 {
|
||||
font-size:15px;
|
||||
color:#666;
|
||||
text-align:center;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a01.edit006/thumb.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
13
web/ext/editor_templates/a01.edit007/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit007" type="editor">
|
||||
<ccategory>圖框</ccategory>
|
||||
<title>圖片邊框七</title>
|
||||
<description>
|
||||
褐色邊框
|
||||
</description>
|
||||
<img id="thumb" src="thumb.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
3
web/ext/editor_templates/a01.edit007/editor.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="frame-007">
|
||||
<img src="../../admin/ckeditor/plugins/templates/templates/images/photo.jpg" />
|
||||
</div>
|
||||
14
web/ext/editor_templates/a01.edit007/style.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.editor .frame-007 {
|
||||
max-width:100%;
|
||||
background-color: #A57529;
|
||||
border: solid 2px #6F4B16;
|
||||
border-top: solid 2px #BE904D;
|
||||
border-left: solid 2px #BE904D;
|
||||
display: inline-block;
|
||||
padding: 15px;
|
||||
}
|
||||
.editor .frame-007 img {
|
||||
border: solid 2px #BE904D;
|
||||
border-top: solid 2px #6F4B16;
|
||||
border-left: solid 2px #6F4B16;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a01.edit007/thumb.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
13
web/ext/editor_templates/a01.edit008/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit008" type="editor">
|
||||
<ccategory>圖框</ccategory>
|
||||
<title>圖片邊框八</title>
|
||||
<description>
|
||||
圓角陰影邊框
|
||||
</description>
|
||||
<img id="thumb" src="thumb.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
3
web/ext/editor_templates/a01.edit008/editor.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="frame-008">
|
||||
<img src="../../admin/ckeditor/plugins/templates/templates/images/photo.jpg" />
|
||||
</div>
|
||||
11
web/ext/editor_templates/a01.edit008/style.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.editor .frame-008 {
|
||||
max-width:100%;
|
||||
-webkit-border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
-webkit-box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a01.edit008/thumb.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
13
web/ext/editor_templates/a02.edit_t001/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit001" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版1</title>
|
||||
<description>
|
||||
條列式表格,黑色與銀色漸層色系
|
||||
</description>
|
||||
<img id="thumb" src="tp1.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t001/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-001 scroll">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="t1">標題</th>
|
||||
<th class="t1">年份</th>
|
||||
<th class="t1">作者</th>
|
||||
<th class="t1">位置</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>文件處理</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>Jon.K</td>
|
||||
<td>B棟10樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>電腦更新</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>吐司人</td>
|
||||
<td>A棟2樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>元素製作</td>
|
||||
<td>2014-11-30</td>
|
||||
<td>小烏龜</td>
|
||||
<td>C棟20樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>行銷規劃</td>
|
||||
<td>2014-12-14</td>
|
||||
<td>發發發</td>
|
||||
<td>C棟1樓</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
36
web/ext/editor_templates/a02.edit_t001/style.css
Normal file
@@ -0,0 +1,36 @@
|
||||
.table-001{
|
||||
font-family:"微軟正黑體";
|
||||
border-top:1px solid #cfcfcf;
|
||||
border-left:1px solid #cfcfcf;
|
||||
letter-spacing:1px;
|
||||
}
|
||||
.table-001 td,
|
||||
.table-001 th{
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #cfcfcf;
|
||||
border-right:1px solid #cfcfcf;
|
||||
}
|
||||
.table-001 .t1{
|
||||
background:#aebcbf;
|
||||
background:-moz-linear-gradient(top,#aebcbf 0,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#aebcbf),color-stop(50%,#6e7774),color-stop(51%,#0a0e0a),color-stop(100%,#0a0809));
|
||||
background:-webkit-linear-gradient(top,#aebcbf 0,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
|
||||
background:-o-linear-gradient(top,#aebcbf 0,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
|
||||
background:-ms-linear-gradient(top,#aebcbf 0,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
|
||||
background:linear-gradient(to bottom,#aebcbf 0,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
font-size:15px;font-weight:700;
|
||||
}
|
||||
.table-001 tr{
|
||||
background:#fff;background:-moz-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
|
||||
background:-webkit-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-o-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-ms-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
|
||||
color:#666;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
padding:10px 0;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a02.edit_t001/tp1.gif
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
13
web/ext/editor_templates/a02.edit_t002/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit002" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版2</title>
|
||||
<description>
|
||||
條列式表格,紅色與銀色漸層色系
|
||||
</description>
|
||||
<img id="thumb" src="tp2.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t002/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-002 scroll">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="t1">標題</th>
|
||||
<th class="t1">年份</th>
|
||||
<th class="t1">作者</th>
|
||||
<th class="t1">位置</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>文件處理</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>Jon.K</td>
|
||||
<td>B棟10樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>電腦更新</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>吐司人</td>
|
||||
<td>A棟2樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>元素製作</td>
|
||||
<td>2014-11-30</td>
|
||||
<td>小烏龜</td>
|
||||
<td>C棟20樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>行銷規劃</td>
|
||||
<td>2014-12-14</td>
|
||||
<td>發發發</td>
|
||||
<td>C棟1樓</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
38
web/ext/editor_templates/a02.edit_t002/style.css
Normal file
@@ -0,0 +1,38 @@
|
||||
.table-002{
|
||||
font-family:"微軟正黑體";
|
||||
border-top:1px solid #cfcfcf;
|
||||
border-left:1px solid #cfcfcf;
|
||||
letter-spacing:1px;
|
||||
}
|
||||
.table-002 td,
|
||||
.table-002 th{
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #cfcfcf;
|
||||
border-right:1px solid #cfcfcf;
|
||||
}
|
||||
.table-002 .t1{
|
||||
background:#ff3019;
|
||||
background:-moz-linear-gradient(top,#ff3019 0,#cf0404 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff3019),color-stop(100%,#cf0404));
|
||||
background:-webkit-linear-gradient(top,#ff3019 0,#cf0404 100%);
|
||||
background:-o-linear-gradient(top,#ff3019 0,#cf0404 100%);
|
||||
background:-ms-linear-gradient(top,#ff3019 0,#cf0404 100%);
|
||||
background:linear-gradient(to bottom,#ff3019 0,#cf0404 100%);
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
font-weight:700;
|
||||
}
|
||||
.table-002 tr{
|
||||
background:#fff;
|
||||
background:-moz-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
|
||||
background:-webkit-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-o-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-ms-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
|
||||
color:#666;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
padding:10px 0;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a02.edit_t002/tp2.gif
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
13
web/ext/editor_templates/a02.edit_t003/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit003" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版3</title>
|
||||
<description>
|
||||
條列式表格,藍綠色與銀色漸層色系
|
||||
</description>
|
||||
<img id="thumb" src="tp3.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t003/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-003 scroll">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="t1">標題</th>
|
||||
<th class="t1">年份</th>
|
||||
<th class="t1">作者</th>
|
||||
<th class="t1">位置</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>文件處理</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>Jon.K</td>
|
||||
<td>B棟10樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>電腦更新</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>吐司人</td>
|
||||
<td>A棟2樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>元素製作</td>
|
||||
<td>2014-11-30</td>
|
||||
<td>小烏龜</td>
|
||||
<td>C棟20樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>行銷規劃</td>
|
||||
<td>2014-12-14</td>
|
||||
<td>發發發</td>
|
||||
<td>C棟1樓</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
39
web/ext/editor_templates/a02.edit_t003/style.css
Normal file
@@ -0,0 +1,39 @@
|
||||
.table-003{
|
||||
font-family:"微軟正黑體";
|
||||
border-top:1px solid #e6e3e5;
|
||||
border-left:1px solid #e6e3e5;
|
||||
letter-spacing:1px;
|
||||
box-shadow:0 5px 3px #e9e5e5;
|
||||
-webkit-box-shadow:0 1px 3px #e9e5e5;
|
||||
-moz-box-shadow:0 1px 3px #e9e5e5;
|
||||
}
|
||||
.table-003 td,
|
||||
.table-003 th{
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #e6e3e5;
|
||||
border-right:1px solid #e6e3e5;
|
||||
}
|
||||
.table-003 .t1{
|
||||
background:#93cede;
|
||||
background:-moz-linear-gradient(top,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(147,206,222,1)),color-stop(41%,rgba(117,189,209,1)),color-stop(100%,rgba(73,165,191,1)));
|
||||
background:-webkit-linear-gradient(top,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
background:-o-linear-gradient(top,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
background:-ms-linear-gradient(top,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
background:linear-gradient(to bottom,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
color:#fff;
|
||||
text-align:center;font-size:15px;
|
||||
font-weight:700;
|
||||
}
|
||||
.table-003 tr{
|
||||
background:#fff;
|
||||
background:-moz-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
|
||||
background:-webkit-linear-gradient(top,#fff 0,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-ms-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
|
||||
color:#666;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
padding:10px 0;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a02.edit_t003/tp3.gif
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
13
web/ext/editor_templates/a02.edit_t004/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit004" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版4</title>
|
||||
<description>
|
||||
條列式表格,欄位間隔以不同色系區格,藍色漸層色系
|
||||
</description>
|
||||
<img id="thumb" src="tp4.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t004/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-004 scroll">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="t1">標題</th>
|
||||
<th class="t1">年份</th>
|
||||
<th class="t1">作者</th>
|
||||
<th class="t1">位置</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>文件處理</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>Jon.K</td>
|
||||
<td>B棟10樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>電腦更新</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>吐司人</td>
|
||||
<td>A棟2樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>元素製作</td>
|
||||
<td>2014-11-30</td>
|
||||
<td>小烏龜</td>
|
||||
<td>C棟20樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>行銷規劃</td>
|
||||
<td>2014-12-14</td>
|
||||
<td>發發發</td>
|
||||
<td>C棟1樓</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
40
web/ext/editor_templates/a02.edit_t004/style.css
Normal file
@@ -0,0 +1,40 @@
|
||||
.table-004{
|
||||
font-family:"微軟正黑體";
|
||||
border-top:1px solid #e8e8e8;
|
||||
border-left:1px solid #e8e8e8;
|
||||
letter-spacing:1px;
|
||||
box-shadow:0 5px 3px #e9e5e5;
|
||||
-webkit-box-shadow:0 1px 3px #e9e5e5;
|
||||
-moz-box-shadow:0 1px 3px #e9e5e5;
|
||||
}
|
||||
.table-004 td,.table-004 th{
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #e8e8e8;
|
||||
border-right:1px solid #e8e8e8;
|
||||
}
|
||||
.table-004 .t1{
|
||||
background:#1e5799;
|
||||
background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));
|
||||
background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
||||
background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
||||
background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
||||
background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
font-weight:700;
|
||||
}
|
||||
.table-004 tr:nth-child(even){
|
||||
color:#666;
|
||||
background-color:#fff;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
padding:10px 0;
|
||||
}
|
||||
.table-004 tr:nth-child(odd){
|
||||
color:#666;
|
||||
background-color:#eeecec;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a02.edit_t004/tp4.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
13
web/ext/editor_templates/a02.edit_t005/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit005" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版5</title>
|
||||
<description>
|
||||
條列式表格,欄位間隔以不同色系區格,橘黃色漸層色系
|
||||
</description>
|
||||
<img id="thumb" src="tp5.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t005/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-005 scroll">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="t1">標題</th>
|
||||
<th class="t1">年份</th>
|
||||
<th class="t1">作者</th>
|
||||
<th class="t1">位置</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>文件處理</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>Jon.K</td>
|
||||
<td>B棟10樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>電腦更新</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>吐司人</td>
|
||||
<td>A棟2樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>元素製作</td>
|
||||
<td>2014-11-30</td>
|
||||
<td>小烏龜</td>
|
||||
<td>C棟20樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>行銷規劃</td>
|
||||
<td>2014-12-14</td>
|
||||
<td>發發發</td>
|
||||
<td>C棟1樓</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
41
web/ext/editor_templates/a02.edit_t005/style.css
Normal file
@@ -0,0 +1,41 @@
|
||||
.table-005{
|
||||
font-family:"微軟正黑體";
|
||||
border-top:1px solid #e8e8e8;
|
||||
border-left:1px solid #e8e8e8;
|
||||
letter-spacing:1px;
|
||||
box-shadow:0 5px 3px #e9e5e5;
|
||||
-webkit-box-shadow:0 1px 3px #e9e5e5;
|
||||
-moz-box-shadow:0 1px 3px #e9e5e5;
|
||||
}
|
||||
.table-005 td,
|
||||
.table-005 th{
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #e8e8e8;
|
||||
border-right:1px solid #e8e8e8;
|
||||
}
|
||||
.table-005 .t1{
|
||||
background:#ffdb0f;
|
||||
background:-moz-linear-gradient(top,rgba(255,219,15,1) 0,rgba(237,171,7,1) 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,219,15,1)),color-stop(100%,rgba(237,171,7,1)));
|
||||
background:-webkit-linear-gradient(top,rgba(255,219,15,1) 0,rgba(237,171,7,1) 100%);
|
||||
background:-o-linear-gradient(top,rgba(255,219,15,1) 0,rgba(237,171,7,1) 100%);
|
||||
background:-ms-linear-gradient(top,rgba(255,219,15,1) 0,rgba(237,171,7,1) 100%);
|
||||
background:linear-gradient(to bottom,rgba(255,219,15,1) 0,rgba(237,171,7,1) 100%);
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
font-weight:700;
|
||||
}
|
||||
.table-005 tr:nth-child(even){
|
||||
color:#666;
|
||||
background-color:#fff;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
padding:10px 0;
|
||||
}
|
||||
.table-005 tr:nth-child(odd){
|
||||
color:#666;
|
||||
background-color:#eeecec;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a02.edit_t005/tp5.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
13
web/ext/editor_templates/a02.edit_t006/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit006" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版6</title>
|
||||
<description>
|
||||
條列式表格,欄位間隔以不同色系區格,金色與棕色漸層色系
|
||||
</description>
|
||||
<img id="thumb" src="tp6.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t006/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-006 scroll">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="t1">標題</th>
|
||||
<th class="t1">年份</th>
|
||||
<th class="t1">作者</th>
|
||||
<th class="t1">位置</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>文件處理</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>Jon.K</td>
|
||||
<td>B棟10樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>電腦更新</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>吐司人</td>
|
||||
<td>A棟2樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>元素製作</td>
|
||||
<td>2014-11-30</td>
|
||||
<td>小烏龜</td>
|
||||
<td>C棟20樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>行銷規劃</td>
|
||||
<td>2014-12-14</td>
|
||||
<td>發發發</td>
|
||||
<td>C棟1樓</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
38
web/ext/editor_templates/a02.edit_t006/style.css
Normal file
@@ -0,0 +1,38 @@
|
||||
.table-006{
|
||||
font-family:"微軟正黑體";
|
||||
border-top:1px solid #e8e8e8;
|
||||
border-left:1px solid #e8e8e8;
|
||||
letter-spacing:1px;
|
||||
}
|
||||
.table-006 td,
|
||||
.table-006 th{
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #e8e8e8;
|
||||
border-right:1px solid #e8e8e8;
|
||||
}
|
||||
.table-006 .t1{
|
||||
background:#f3e2c7;
|
||||
background:-moz-linear-gradient(top,rgba(243,226,199,1) 0,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(243,226,199,1)),color-stop(50%,rgba(193,158,103,1)),color-stop(51%,rgba(182,141,76,1)),color-stop(100%,rgba(233,212,179,1)));
|
||||
background:-webkit-linear-gradient(top,rgba(243,226,199,1) 0,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
|
||||
background:-o-linear-gradient(top,rgba(243,226,199,1) 0,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
|
||||
background:-ms-linear-gradient(top,rgba(243,226,199,1) 0,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
|
||||
background:linear-gradient(to bottom,rgba(243,226,199,1) 0,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
font-weight:700;
|
||||
}
|
||||
.table-006 tr:nth-child(even){
|
||||
color:#666;
|
||||
background-color:#eeecec;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
padding:10px 0;
|
||||
}
|
||||
.table-006 tr:nth-child(odd){
|
||||
color:#666;
|
||||
background-color:#dcd6cf;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a02.edit_t006/tp6.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
13
web/ext/editor_templates/a02.edit_t007/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit007" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版7</title>
|
||||
<description>
|
||||
條列式表格,欄位間隔以不同色系區格,天空與海洋藍色漸層系列
|
||||
</description>
|
||||
<img id="thumb" src="tp7.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t007/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-007 scroll">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="t1">標題</th>
|
||||
<th class="t1">年份</th>
|
||||
<th class="t1">作者</th>
|
||||
<th class="t1">位置</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>文件處理</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>Jon.K</td>
|
||||
<td>B棟10樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>電腦更新</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>吐司人</td>
|
||||
<td>A棟2樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>元素製作</td>
|
||||
<td>2014-11-30</td>
|
||||
<td>小烏龜</td>
|
||||
<td>C棟20樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>行銷規劃</td>
|
||||
<td>2014-12-14</td>
|
||||
<td>發發發</td>
|
||||
<td>C棟1樓</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
44
web/ext/editor_templates/a02.edit_t007/style.css
Normal file
@@ -0,0 +1,44 @@
|
||||
.table-007{
|
||||
font-family:"微軟正黑體";
|
||||
border-top:1px solid #e8e8e8;
|
||||
border-left:1px solid #e8e8e8;
|
||||
letter-spacing:1px;
|
||||
}
|
||||
.table-007 td,
|
||||
.table-007 th{
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #e8e8e8;
|
||||
border-right:1px solid #e8e8e8;
|
||||
}
|
||||
.table-007 .t1{
|
||||
background:#b7deed;
|
||||
background:-moz-linear-gradient(top,rgba(183,222,237,1) 0,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(183,222,237,1)),color-stop(50%,rgba(113,206,239,1)),color-stop(51%,rgba(33,180,226,1)),color-stop(100%,rgba(183,222,237,1)));
|
||||
background:-webkit-linear-gradient(top,rgba(183,222,237,1) 0,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%);
|
||||
background:-o-linear-gradient(top,rgba(183,222,237,1) 0,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%);
|
||||
background:-ms-linear-gradient(top,rgba(183,222,237,1) 0,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%);
|
||||
background:linear-gradient(to bottom,rgba(183,222,237,1) 0,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%);
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
font-weight:700;
|
||||
}
|
||||
.table-007 tr:nth-child(even){
|
||||
background-color:#FFF;
|
||||
color:#666;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
padding:10px 0;
|
||||
}
|
||||
.table-007 tr:nth-child(odd){
|
||||
color:#666;
|
||||
background:#f7fbfc;
|
||||
background:-moz-linear-gradient(top,rgba(247,251,252,1) 0,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(247,251,252,1)),color-stop(40%,rgba(217,237,242,1)),color-stop(100%,rgba(173,217,228,1)));
|
||||
background:-webkit-linear-gradient(top,rgba(247,251,252,1) 0,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
|
||||
background:-o-linear-gradient(top,rgba(247,251,252,1) 0,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
|
||||
background:-ms-linear-gradient(top,rgba(247,251,252,1) 0,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
|
||||
background:linear-gradient(to bottom,rgba(247,251,252,1) 0,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
}
|
||||