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 |