migrate to new git
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 |