migrate to new git
This commit is contained in:
13
web/ext/editor_templates/a05.edit_t002/config.xml
Normal file
13
web/ext/editor_templates/a05.edit_t002/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit008" type="editor">
|
||||
<ccategory>內文樣板</ccategory>
|
||||
<title>內文+圖片樣版2</title>
|
||||
<description>
|
||||
產品圖片3欄排列
|
||||
</description>
|
||||
<img id="thumb" src="thumb02.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
95
web/ext/editor_templates/a05.edit_t002/editor.html
Normal file
95
web/ext/editor_templates/a05.edit_t002/editor.html
Normal file
@@ -0,0 +1,95 @@
|
||||
<div class="editor">
|
||||
<header class="margin-bottom-60 text-center">
|
||||
<h2>產品資訊</h2>
|
||||
<p class="lead">Product Information</p>
|
||||
<hr />
|
||||
</header>
|
||||
|
||||
<div class="row mix-grid margin-top-80">
|
||||
<!-- item -->
|
||||
<div class="col-md-4 col-sm-4 ">
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t002/images/600_400.jpg" width="600" height="399" alt="">
|
||||
<div class="item-box-desc">
|
||||
<h3>品項1</h3>
|
||||
<ul class="list-inline categories nomargin">
|
||||
<li><a href="#">類別</a></li>
|
||||
<li><a href="#">說明</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /item -->
|
||||
<!-- item -->
|
||||
<div class="col-md-4 col-sm-4 ">
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t002/images/600_400.jpg" width="600" height="399" alt="">
|
||||
<div class="item-box-desc">
|
||||
<h3>品項2</h3>
|
||||
<ul class="list-inline categories nomargin">
|
||||
<li><a href="#">類別</a></li>
|
||||
<li><a href="#">說明</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /item -->
|
||||
<!-- item -->
|
||||
<div class="col-md-4 col-sm-4 ">
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t002/images/600_400.jpg" width="600" height="399" alt="">
|
||||
<div class="item-box-desc">
|
||||
<h3>品項3</h3>
|
||||
<ul class="list-inline categories nomargin">
|
||||
<li><a href="#">類別</a></li>
|
||||
<li><a href="#">說明</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /item -->
|
||||
<!-- item -->
|
||||
<div class="col-md-4 col-sm-4 ">
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t002/images/600_400.jpg" width="600" height="399" alt="">
|
||||
<div class="item-box-desc">
|
||||
<h3>品項4</h3>
|
||||
<ul class="list-inline categories nomargin">
|
||||
<li><a href="#">類別</a></li>
|
||||
<li><a href="#">說明</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /item -->
|
||||
<!-- item -->
|
||||
<div class="col-md-4 col-sm-4 ">
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t002/images/600_400.jpg" width="600" height="399" alt="">
|
||||
<div class="item-box-desc">
|
||||
<h3>品項5</h3>
|
||||
<ul class="list-inline categories nomargin">
|
||||
<li><a href="#">類別</a></li>
|
||||
<li><a href="#">說明</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /item -->
|
||||
<!-- item -->
|
||||
<div class="col-md-4 col-sm-4 ">
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src=".../../ext/editor_templates/a05.edit_t002/images/600_400.jpg" width="600" height="399" alt="">
|
||||
<div class="item-box-desc">
|
||||
<h3>品項6</h3>
|
||||
<ul class="list-inline categories nomargin">
|
||||
<li><a href="#">類別</a></li>
|
||||
<li><a href="#">說明</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /item -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
BIN
web/ext/editor_templates/a05.edit_t002/images/600_400.jpg
Normal file
BIN
web/ext/editor_templates/a05.edit_t002/images/600_400.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
5
web/ext/editor_templates/a05.edit_t002/style.css
Normal file
5
web/ext/editor_templates/a05.edit_t002/style.css
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
web/ext/editor_templates/a05.edit_t002/thumb02.jpg
Normal file
BIN
web/ext/editor_templates/a05.edit_t002/thumb02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user