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