diff --git a/src/admin/templets/catalog_add.htm b/src/admin/templets/catalog_add.htm index 1ba2d1c8..a874c901 100644 --- a/src/admin/templets/catalog_add.htm +++ b/src/admin/templets/catalog_add.htm @@ -344,11 +344,6 @@ - - -
栏目文案,应用企业简介之类,标签“{dede:field.content/}”调用
- - diff --git a/src/admin/templets/catalog_edit.htm b/src/admin/templets/catalog_edit.htm index 05107e87..cf4536ec 100644 --- a/src/admin/templets/catalog_edit.htm +++ b/src/admin/templets/catalog_edit.htm @@ -313,11 +313,6 @@ - - -
栏目文案,应用企业简介之类,标签“{dede:field.content/}”调用
- - diff --git a/src/admin/templets/spec_add.htm b/src/admin/templets/spec_add.htm index 66cd4607..ab90c8b1 100644 --- a/src/admin/templets/spec_add.htm +++ b/src/admin/templets/spec_add.htm @@ -173,6 +173,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
节点名称: + + +
文档列表: + + +
文档来源: + + + + +
节点布局: + + + + + + +
应用样式:
应用模板: + + +
+ + @@ -247,77 +314,6 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
节点名称: - - - - - - -
节点标识:
-
节点文档列表:
文档来源: - - - - 栏目id: -
节点布局: - 列数: - 图片宽: - 图片高: - 标题长: - 简介长: - 文档数: -
单条记录的模板:
- -
节点容器模板: - - -
- - diff --git a/src/admin/templets/spec_edit.htm b/src/admin/templets/spec_edit.htm index 9f07dc40..9218931c 100644 --- a/src/admin/templets/spec_edit.htm +++ b/src/admin/templets/spec_edit.htm @@ -175,6 +175,125 @@ + + + + + + + LoadSource($addRow["note"]); + if (is_array($dtp->CTags)) { + foreach($dtp->CTags as $tagid=>$ctag) { + if ($ctag->GetName()!="specnote") continue; + $notename = $ctag->GetAtt('name'); + $col = $ctag->GetAtt('col'); + $idlist = $ctag->GetAtt('idlist'); + $imgwidth = $ctag->GetAtt('imgwidth'); + $imgheight = $ctag->GetAtt('imgheight'); + $titlelen = $ctag->GetAtt('titlelen'); + $infolen = $ctag->GetAtt('infolen'); + $temp = trim($ctag->GetInnerText()); + $noteid = $ctag->GetAtt('noteid'); + if (empty($noteid)) $noteid = $i; + $isauto = $ctag->GetAtt('isauto'); + if (empty($isauto)) $isauto = 0; + $keywords = $ctag->GetAtt('keywords'); + $typeid = $ctag->GetAtt('typeid'); + if (empty($typeid)) $typeid = 0; + $rownum = $ctag->GetAtt('rownum'); + if (empty($rownum)) $rownum = 40; + ?> + + + + + + + + + + + + + + + + + + + + + Clear(); + for ($i;$i<=$cfg_specnote;$i++) + { + ?> + + + + + + + + + + + + + + + + + + + + + +
节点名称: + + +
文档列表: + + +
文档来源: + + + + +
节点布局: + + + + + + +
应用样式:
节点名称: + + +
文档列表: + + +
文档来源: + + + + +
节点布局: + + + + + + +
应用样式:
+ + @@ -268,129 +387,6 @@
- - - - - - - LoadSource($addRow["note"]); - if (is_array($dtp->CTags)) { - foreach($dtp->CTags as $tagid=>$ctag) { - if ($ctag->GetName()!="specnote") continue; - $notename = $ctag->GetAtt('name'); - $col = $ctag->GetAtt('col'); - $idlist = $ctag->GetAtt('idlist'); - $imgwidth = $ctag->GetAtt('imgwidth'); - $imgheight = $ctag->GetAtt('imgheight'); - $titlelen = $ctag->GetAtt('titlelen'); - $infolen = $ctag->GetAtt('infolen'); - $temp = trim($ctag->GetInnerText()); - $noteid = $ctag->GetAtt('noteid'); - if (empty($noteid)) $noteid = $i; - $isauto = $ctag->GetAtt('isauto'); - if (empty($isauto)) $isauto = 0; - $keywords = $ctag->GetAtt('keywords'); - $typeid = $ctag->GetAtt('typeid'); - if (empty($typeid)) $typeid = 0; - $rownum = $ctag->GetAtt('rownum'); - if (empty($rownum)) $rownum = 40; - ?> - - - - - - - - - - - - - - - - - - - - - Clear(); - for ($i;$i<=$cfg_specnote;$i++) - { - ?> - - - - - - - - - - - - - - - - - - - - - -
节点名称: - - - - - - -
节点标识:
-
节点文档列表:
文档来源: - - - - -
节点布局: - 列数: - 图片宽: - 图片高: - 标题长: - 简介长: - 文档数: -
单条记录的模板:
节点名称: - - - - - - -
节点标识:
-
节点文档列表:
文档来源: - - - - -
节点布局:
- 列数: - 图片高: - 图片宽: - 标题长: - 简介长: - 文档数: -
单条记录的模板:
- - diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 7caadfec..bed759e6 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -80,7 +80,8 @@ input { input[type=file] { padding:0; height:auto; - border:0 + border:0; + vertical-align:middle } input[type=button],input[type=submit],input[type=reset] { padding:.25rem .65rem; @@ -110,6 +111,7 @@ textarea { color:#545b62; background:#fff; border:1px solid #dee2e6; + vertical-align:middle; transition:all .5s } input:focus,select:focus,textarea:focus {