diff --git a/public/themes/hc_original/dongya-web/a_article_detail.html b/public/themes/hc_original/dongya-web/a_article_detail.html new file mode 100644 index 0000000..83c77cb --- /dev/null +++ b/public/themes/hc_original/dongya-web/a_article_detail.html @@ -0,0 +1,138 @@ + + + +{php} +$currentCateId = intval($current_cate['id'] ?? ''); +$currentCatePid = intval($current_cate['parent_id'] ?? ''); +if($currentCatePid == 0){ + $currentCatePid = $currentCateId; +} +// var_dump($currentCateId); // 当前的分类 +{/php} + + + + 长城期货股份有限公司|期货学院|3•15 警惕洗钱、保护自身权益 + + + + + + + + + + + + + + + + + + +
+ + {include file="common/nav" /} + + + + + {hcTaglib:category id="$currentCatePid" item="vo" field="*"} +
+ +
+ {/hcTaglib:category} + +
+
+
+
首页:
+ + + {volist name="category_with_order_arr" id="oneCate"} + +
{$oneCate.title}
+
>
+ {/volist} +
{$current_cate.title}
+
+
+
+ + +
+
+
+

{$hc_content.title}

+

发布时间 : {$hc_content.publish_time}浏览量: {$hc_content.hits} 次作者:{$hc_content.author}

+
+ +
+ + {$hc_content.content|raw} + +
+ + +
+
+ + + {include file="common/footer" /} + +
+{include file="common/uitfexi" /} + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/a_article_list.html b/public/themes/hc_original/dongya-web/a_article_list.html new file mode 100644 index 0000000..855fd5a --- /dev/null +++ b/public/themes/hc_original/dongya-web/a_article_list.html @@ -0,0 +1,178 @@ + + + +{php} +// 当前的分类ID: +$currentCateId = intval($current_cate['id'] ?? ''); +$currentCatePid = intval($current_cate['parent_id'] ?? ''); +if($currentCatePid == 0){ +$currentCatePid = $currentCateId; +} +// var_dump($currentCateId); // 当前的分类 +// var_dump($category_with_order_arr); +// var_dump($current_cate); +// var_dump($currentCatePid); // 当前分类的父级分类 +// exit(); + +{/php} + + + + 长城期货股份有限公司|期货研究院| + + + + + + + + + + + + + + + + + + + +
+ + {include file="common/nav" /} + + + + + + {hcTaglib:category id="$currentCatePid" item="vo" field="*"} +
+ +
+ {/hcTaglib:category} + + +
+
+
+
首页:
+ {volist name="category_with_order_arr" id="oneCate"} + +
{$oneCate.title}
+
>
+ {/volist} + +
{$current_cate.title}
+
+
+
+ +
+
+
+
    + + {hcTaglib:subcategory pid="$currentCatePid" item="vo" sort=""} +
  • + {$vo.title} +
  • + {/hcTaglib:subcategory} + + +
+
+
+
+

{$current_cate.title}

+
    + {hcTaglib:contentPage2 cid="$currentCateId" moduleId="1" name="articleList" limit="10" item="vo" field="id,title,thumbnail" sort="publish_time desc"} +
  • + +

    {$vo.title}

    +
    {$vo.publish_time}
    +
    +
  • + {/hcTaglib:contentPage2} +
+
+ +
+ {$articleList|raw} + {php} + $total = 0; + $lastPage = 0; + $currentPage = 0; + if ($articleList) { + $total = $articleList->total(); + $lastPage = $articleList->lastPage(); + $currentPage = $articleList->currentPage(); + } + {/php} +
+ +
+
+
+ + + {include file="common/footer" /} + + +
+{include file="common/uitfexi" /} + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/a_contact_us.html b/public/themes/hc_original/dongya-web/a_contact_us.html new file mode 100644 index 0000000..f1f1a6f --- /dev/null +++ b/public/themes/hc_original/dongya-web/a_contact_us.html @@ -0,0 +1,296 @@ + + + + + + 长城期货股份有限公司|联系我们 + + + + + + + + + + + + + + + + + + +
+ + {include file="common/nav" /} + + + + + + {hcTaglib:category id="156" item="vo" field="*"} +
+ +
+ {/hcTaglib:category} + +
+ +
+ +
+
+
+
+

联系方式

+ +
+ {hcTaglib:category id="196" item="vo" field="*"} + {php} + $contact_map_pic = $vo['banner']['url'] ?? ''; + $contact_str = $vo['description'] ?? ''; + $contact_phone = ''; + $contact_fax = ''; + $contact_email = ''; + if(!empty($contact_str)){ + $contact_arr = explode('##', $contact_str); + $contact_phone = $contact_arr[0] ?? ''; + $contact_fax = $contact_arr[1] ?? ''; + $contact_email = $contact_arr[2] ?? ''; + } + {/php} + {/hcTaglib:category} +
    +
  • +
    + +
    +
    服务电话
    +

    {$contact_phone}

    +
  • +
  • +
    + +
    +
    传真
    +

    {$contact_fax}

    +
  • +
  • +
    + +
    +
    公司邮箱
    +

    {$contact_email}

    +
  • +
+
+
+
+

+
+
+
+
+

公司各部门联系电话

+ +
+ {hcTaglib:category id="197" item="vo" field="*"} + {php} + $contact_str = $vo['description'] ?? ''; + $contact_phone = ''; + $contact_fax = ''; + $contact_email = ''; + if(!empty($contact_str)){ + $contact_arr = explode('##', $contact_str); + $contactList = []; + foreach ($contact_arr as $item) { + // 按 ':' 拆分成name和tel,限制为2部分,防止tel中有多余冒号 + $parts = explode(':', $item, 2); + if (count($parts) == 2) { + $contactList[] = [ + 'name' => trim($parts[0]), + 'tel' => trim($parts[1]) + ]; + } + } + // 每2个一组分块 + $chunkedList = array_chunk($contactList, 2); + } + {/php} + {/hcTaglib:category} + + + + {foreach $chunkedList as $row} + + + + + {if isset($row[1])} + + {else} + + {/if} + + {/foreach} + + +
+

{$row[0]['name']}

+
{$row[0]['tel']}
+
+

{$row[1]['name']}

+
{$row[1]['tel']}
+
+ +

 

+ +
+
+
+ + +
+
+
+

投诉建议

+ +
+ +
+
    +
  • +

    *主题:

    + +
  • +
  • +

    *姓名:

    + +
  • +
  • +

    邮箱:

    + +
  • +
  • +

    *电话:

    + +
  • +
  • +

    *地址:

    + +
  • +
  • +

    *投诉内容:

    + +
  • +
  • + + +
  • +
+ +
+ +
+
+ + {include file="common/footer" /} + +
+{include file="common/uitfexi" /} + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/a_dang_zhuan_lan.html b/public/themes/hc_original/dongya-web/a_dang_zhuan_lan.html new file mode 100644 index 0000000..29415cc --- /dev/null +++ b/public/themes/hc_original/dongya-web/a_dang_zhuan_lan.html @@ -0,0 +1 @@ +党建专栏-の子页面 \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/a_data_center.html b/public/themes/hc_original/dongya-web/a_data_center.html new file mode 100644 index 0000000..6a05d14 --- /dev/null +++ b/public/themes/hc_original/dongya-web/a_data_center.html @@ -0,0 +1,156 @@ +数据中心-の子页面(/data_center) + +
+
+ +当前的分类ID: +{php} +$currentCateId = intval($current_cate['id'] ?? ''); +$currentCatePid = intval($current_cate['parent_id'] ?? ''); +if($currentCatePid == 0){ +$currentCatePid = $currentCateId; +} +var_dump($currentCateId); // 当前的分类 +// var_dump($category_with_order_arr); +// var_dump($current_cate); +// var_dump($currentCatePid); +// exit(); + +{/php} + +
+
+
+ + +左侧分类: ====================== START
+ + + + + + + + + +左侧分类: ====================== END +
+
+
+
+
+ + +
列表上方位置导航 ========== START
+首页 + +{volist name="category_with_order_arr" id="oneCate"} + +{$oneCate.title} +{/volist} + + +{$current_cate.title} +
列表上方位置导航 ========== END



+ + +{hcTaglib:contentPage2 cid="$currentCateId" moduleId="1" name="articleList" limit="3" item="vo" field="id,title,thumbnail" sort="publish_time desc"} + + {$vo.title} + + +{$vo.sub_title} +
+ +{/hcTaglib:contentPage2} + + +
+
+{php} +$total = 0; +$lastPage = 0; +$currentPage = 0; +if ($articleList) { +$total = $articleList->total(); +$lastPage = $articleList->lastPage(); +$currentPage = $articleList->currentPage(); +echo "总条数: " . $articleList->total() . "
"; +echo "总页数: " . $articleList->lastPage() . "
"; +echo "当前页: " . $articleList->currentPage() . "
"; +echo "每页数量: " . $articleList->listRows() . "
"; +} +{/php} +
+ + +
+ {$articleList|raw} +
+ +
+
+
+
+ + + + + + + + diff --git a/public/themes/hc_original/dongya-web/a_gotogw.html b/public/themes/hc_original/dongya-web/a_gotogw.html new file mode 100644 index 0000000..3a9ce61 --- /dev/null +++ b/public/themes/hc_original/dongya-web/a_gotogw.html @@ -0,0 +1,454 @@ + + + + + + 长城期货股份有限公司|走进长城 + + + + + + + + + + + + + + + + + + +
+ + {include file="common/nav" /} + + + + + + {hcTaglib:category id="150" item="vo" field="*"} +
+ +
+ {/hcTaglib:category} + +
+
+
+
    + {hcTaglib:subcategory pid="150" name="hc_content" item="vo" sort="sort asc"} + +
  • + {$vo.title} +
  • + {/hcTaglib:subcategory} + +
+
+
+
+ +
+
+ {hcTaglib:category id="179" item="vo" field="*"} + {php} + // var_dump($vo);exit; + $desc = $vo['desc'] ?? ''; + $descArr = explode('#',$desc); + $descOne = $descArr[0] ?? ''; + $descTwo = $descArr[1] ?? ''; + $descThree = $descArr[2] ?? ''; + $descFour = $descArr[3] ?? ''; + $descFive = $descArr[4] ?? ''; + $descSix = $descArr[5] ?? ''; + {/php} +
+

{$vo.sub_title}

+
+ + {$vo.description|nl2br|raw} +
+ +
    +
  • +

    {$descOne}

    +
    {$descTwo}
    +
  • +
  • +

    {$descThree}+

    +
    {$descFour}
    +
  • +
  • +

    {$descFive}

    +
    {$descSix}
    +
  • +
+
+
+ +
+ {/hcTaglib:category} + +
+
+ + +
+ {hcTaglib:category id="180" item="vo" field="*"} +
+
+

{$vo.title}

+ +
+
+ {hcTaglib:contentPage2 cid="180" mainField="*" subField="*" name="hc_content" limit="1" item="vo" sort="sort asc"} + {php} + $video_url = $vo['main_content']['more_file'][0]['url'] ?? ''; // 视频地址 + {/php} + + {/hcTaglib:contentPage2} +
+
+ {/hcTaglib:category} +
+ + +
+
+ + {hcTaglib:category id="181" item="vo" field="*"} +
+

{$vo.title}

+ +
+ {/hcTaglib:category} + +
+
+
+ {hcTaglib:contentPage2 cid="181" mainField="*" subField="*" name="hc_content" limit="30" item="vo" sort="sort asc"} +
+

{$vo.title}

+ +

{$vo.description|nl2br|raw}

+
+ {/hcTaglib:contentPage2} +
+
+ + +
+
+
+
+
+ {hcTaglib:category id="182" item="vo" field="*"} +
+

{$vo.title}

+ +
+
+ +

+

+
+ {/hcTaglib:category} +
+
+ + {hcTaglib:category id="193" item="vo" field="*"} +
+
+
+

{$vo.title}

+ +
+
+
+
+ + {hcTaglib:contentPage2 cid="193" mainField="*" subField="*" name="hc_content" limit="30" item="vo" sort="id asc"} + + {/hcTaglib:contentPage2} + +
+
+
+
+
+
+ {/hcTaglib:category} + + +
+
+ {hcTaglib:category id="194" item="vo" field="*"} +
+

{$vo.title}

+ +
+ {/hcTaglib:category} + +
    + {hcTaglib:contentPage2 cid="194" mainField="*" subField="*" name="hc_content" limit="30" item="vo" sort="id asc"} + {php} + // var_dump($vo->toArray());exit; + {/php} +
  • + +

    {$vo.title}

    +
    查看详情
    +
    +
  • + {/hcTaglib:contentPage2} +
+
+
+ + +
+
+ {hcTaglib:category id="195" item="oneCategory" field="*"} +
+

{$oneCategory.title}

+ +
+ +
+
+
+ {hcTaglib:contentPage2 cid="195" mainField="*" subField="*" name="hc_content" limit="30" item="vo" sort="id asc"} + {php} + $detailUrl = hcUrl('detail/index',['id'=>$vo['id'],'cid'=>$vo['category_id']]); + // var_dump($vo->toArray());exit; + {/php} +
+ +

{$vo.title}

+
查看详情
+
+
+ {/hcTaglib:contentPage2} +
+
+ {php} + // var_dump($oneCategory);exit; + {/php} +
+

+

+
+
+ {/hcTaglib:category} + +
+
+
+
+ + {include file="common/footer" /} + +
+{include file="common/uitfexi" /} + + + + + + + + + + + + + +
+
+
+
+

+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/a_pre_open_account.html b/public/themes/hc_original/dongya-web/a_pre_open_account.html new file mode 100644 index 0000000..6160ad6 --- /dev/null +++ b/public/themes/hc_original/dongya-web/a_pre_open_account.html @@ -0,0 +1,97 @@ + + + + + + 长城期货股份有限公司 + + + + + + + + + + + + + + + + + + + + + +
+
交易日8:45-17:00可在线开户
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/a_qihuo.html b/public/themes/hc_original/dongya-web/a_qihuo.html new file mode 100644 index 0000000..c701304 --- /dev/null +++ b/public/themes/hc_original/dongya-web/a_qihuo.html @@ -0,0 +1,396 @@ + + + + + + 长城期货股份有限公司|期货研究院| + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+
+ +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+ + + +
+
+ +
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/a_qihuo_learn.html b/public/themes/hc_original/dongya-web/a_qihuo_learn.html new file mode 100644 index 0000000..b8441b6 --- /dev/null +++ b/public/themes/hc_original/dongya-web/a_qihuo_learn.html @@ -0,0 +1 @@ +期货学院-の子页面 \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/common/footer-副本.html b/public/themes/hc_original/dongya-web/common/footer-副本.html new file mode 100644 index 0000000..a687261 --- /dev/null +++ b/public/themes/hc_original/dongya-web/common/footer-副本.html @@ -0,0 +1,50 @@ +底部导航栏:
+{hcTaglib:nav cid="6" max-level="3" item="vo" sort="sort asc"} + + + + + {$vo.title} | + + + +{if !empty($vo['children'])} +{if $key == 2} +{/if} +{volist name="$vo.children" id="vv" } + + + +{/volist} +{else /} + +{/if} + +{/hcTaglib:nav} + +
+
+
+ + +{hcTaglib:category id="178" item="vo" field="*"} +{$vo.title}
+{$vo.description|nl2br|raw}

+ +{$vo.sub_title}
+{$vo.desc} +

+ +{$vo.title} + +
+{/hcTaglib:category} + + +{php} +// exit; +{/php} + + + + diff --git a/public/themes/hc_original/dongya-web/common/footer.html b/public/themes/hc_original/dongya-web/common/footer.html index cdc7f60..9c4a351 100644 --- a/public/themes/hc_original/dongya-web/common/footer.html +++ b/public/themes/hc_original/dongya-web/common/footer.html @@ -1,27 +1,98 @@ -底部导航栏:
-{hcTaglib:nav cid="6" max-level="3" item="vo" sort="sort asc"} + \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/common/nav.html b/public/themes/hc_original/dongya-web/common/nav.html new file mode 100644 index 0000000..3832193 --- /dev/null +++ b/public/themes/hc_original/dongya-web/common/nav.html @@ -0,0 +1,60 @@ +
+
+
+ +
+
+
+
+
+ +
+ + + + +
+
+
\ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/common/uitfexi.html b/public/themes/hc_original/dongya-web/common/uitfexi.html new file mode 100644 index 0000000..a2d9844 --- /dev/null +++ b/public/themes/hc_original/dongya-web/common/uitfexi.html @@ -0,0 +1,31 @@ +
+ +
\ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/detail_article.html b/public/themes/hc_original/dongya-web/detail_article.html new file mode 100644 index 0000000..8d5cd7b --- /dev/null +++ b/public/themes/hc_original/dongya-web/detail_article.html @@ -0,0 +1,111 @@ + + + + + + + + {include file="common/head" /} + + + + + + + + {include file="common/header" /} + +
+
+ +
+
+
{$current_cate['title']}
+
+
+
+ +
+
+
+
+ {$hc_content['title']} +
+
+
发布时间:{$hc_content['publish_time']|date='Y.m.d'}
+
来源:{$hc_content['author']}
+
浏览:{$hc_content['hits']}
+ +
+
+   {$hc_content['content']|raw} +
+
+ {volist name="$hc_content['main_content']['more_file']" id="vo"} + {$vo['name']|default=''} + {/volist} + +
+
+
+ {hcTaglib:preContent /} +
+ + +

返回列表

+
+
+ {hcTaglib:nextContent /} +
+
+
+
+ + {include file="common/footer" /} + + + {include file="common/foot" /} + + + + + + diff --git a/public/themes/hc_original/dongya-web/detail_culture.html b/public/themes/hc_original/dongya-web/detail_culture.html new file mode 100644 index 0000000..fb1afc9 --- /dev/null +++ b/public/themes/hc_original/dongya-web/detail_culture.html @@ -0,0 +1,108 @@ + + + + + + + + + {include file="common/head" /} + + + + + + + + {include file="common/header" /} + +
+
+ +
+
+
党建文化
+
+
+
+ +
+
+
+
+ {$hc_content['title']} +
+
+
发布时间:{$hc_content['publish_time']|date='Y.m.d'}
+
来源:{$hc_content['author']}
+
浏览:{$hc_content['hits']}
+ +
+
+ {$hc_content['content']|raw} +
+
+
+

下一篇:

+ {hcTaglib:preContent preName='' /} +
+ + +

返回列表

+
+
+

下一篇:

+ {hcTaglib:nextContent nextName='' /} +
+
+
+
+ + {include file="common/footer" /} + + + {include file="common/foot" /} + + + + + + diff --git a/public/themes/hc_original/dongya-web/detail_zuzhi.html b/public/themes/hc_original/dongya-web/detail_zuzhi.html new file mode 100644 index 0000000..472163e --- /dev/null +++ b/public/themes/hc_original/dongya-web/detail_zuzhi.html @@ -0,0 +1,97 @@ + + + + + + + + + {include file="common/head" /} + + + + + + + + {include file="common/header" /} + +
+
+ +
+
+
{$current_cate['title']}
+
+
+
+ +
+
+ {$hc_content['content']|raw} +
+ + {include file="common/footer" /} + + + {include file="common/foot" /} + + + + + diff --git a/public/themes/hc_original/dongya-web/index.html b/public/themes/hc_original/dongya-web/index.html new file mode 100644 index 0000000..39c2933 --- /dev/null +++ b/public/themes/hc_original/dongya-web/index.html @@ -0,0 +1,657 @@ + + + + + + 长城期货股份有限公司 + + + + + + + + + + + + + + + + + +
+ + {include file="common/nav" /} + + + + + + + + +
+
+ +
+
+
+ + {hcTaglib:contentListByTagName tagStr="首页显示" moduleId="1" limit="5" mainField="id,title,sub_title,category_id,thumbnail,cover" sort="sort asc,id asc" item="vo"} + + + + + {php} + $detailUrl = hcUrl('detail/index',['id'=>$vo['id'],'cid'=>$vo['category_id']]); + {/php} + + + + {/hcTaglib:contentListByTagName} + + + {hcTaglib:nav cid="7" max-level="3" item="vo" sort="sort asc" withFlag='0'} + + + + {/hcTaglib:nav} + +
+
+
+ +
+
+ + +
+
+
+
+ {hcTaglib:nav cid="9" max-level="3" item="vo" sort="sort asc" withFlag='0'} + + + {/hcTaglib:nav} + +
+
+
+
+
+ + + +
+
+
+

交易及市场日历

+
+ +
+
+
+ +

2023-08-03 事件

+
+
    +
  • 期权新上市合约
  • +
+
+
+
+
+ + + + +
+ {php} + $category_href_187 = ''; + {/php} +
+
+
    + + {hcTaglib:category id="187" item="vo" field="*"} +
  • {$vo.title}
  • + {php} + $category_href_187 = $vo['alias']; + {/php} + {/hcTaglib:category} + + {hcTaglib:category id="188" item="vo" field="*"} +
  • {$vo.title}
  • + {/hcTaglib:category} + + {hcTaglib:category id="189" item="vo" field="*"} +
  • {$vo.title}
  • + {/hcTaglib:category} + + {hcTaglib:category id="190" item="vo" field="*"} +
  • {$vo.title}
  • + {/hcTaglib:category} + + {hcTaglib:category id="191" item="vo" field="*"} +
  • {$vo.title}
  • + {/hcTaglib:category} + +
+
+
+ +
+
+
+ + {hcTaglib:contentPage2 cid="187" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} + {php} + $detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); + $thumbnailUrl = $vo['thumbnail']['url'] ?? ''; + $createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); + {/php} + + {/hcTaglib:contentPage2} + +
+
+ + +
+ +
+
+
+ + {hcTaglib:contentPage2 cid="188" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} + {php} + $detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); + $thumbnailUrl = $vo['thumbnail']['url'] ?? ''; + $createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); + {/php} + + {/hcTaglib:contentPage2} + +
+
+ + +
+ +
+
+
+ {hcTaglib:contentPage2 cid="189" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} + {php} + $detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); + $thumbnailUrl = $vo['thumbnail']['url'] ?? ''; + $createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); + {/php} + + {/hcTaglib:contentPage2} + +
+
+ + +
+ +
+
+
+ {hcTaglib:contentPage2 cid="190" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} + {php} + $detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); + $thumbnailUrl = $vo['thumbnail']['url'] ?? ''; + $createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); + {/php} + + {/hcTaglib:contentPage2} +
+
+ + +
+ +
+
+
+ {hcTaglib:contentPage2 cid="191" mainField="*" subField="*" name="hc_content" limit="10" item="vo" sort="sort asc"} + {php} + $detailUrl = hcUrl('detail/index',['id'=>$vo['id'] ?? 0,'cid'=>$vo['category_id'] ?? 0]); + $thumbnailUrl = $vo['thumbnail']['url'] ?? ''; + $createTimrStr = date('Y-m-d',strtotime($vo['create_time'])); + {/php} + + {/hcTaglib:contentPage2} + +
+
+ + +
+ +
+ +
+ 查看更多 +
+
+
+ + + + + {include file="common/footer" /} + +
+{include file="common/uitfexi" /} + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/manifest.json b/public/themes/hc_original/dongya-web/manifest.json new file mode 100644 index 0000000..39be48d --- /dev/null +++ b/public/themes/hc_original/dongya-web/manifest.json @@ -0,0 +1,7 @@ +{ + "name": "dongya-web", + "author": "Zhco", + "version": "1.0.0", + "lang": "zh-cn", + "description": "期货网站" +} diff --git a/public/themes/hc_original/dongya-web/single_search.html b/public/themes/hc_original/dongya-web/single_search.html new file mode 100644 index 0000000..6ca219d --- /dev/null +++ b/public/themes/hc_original/dongya-web/single_search.html @@ -0,0 +1,244 @@ + + + +{php} +// $currentCateId = intval($current_cate['id'] ?? ''); +// $currentCatePid = intval($current_cate['parent_id'] ?? ''); +// if($currentCatePid == 0){ +// $currentCatePid = $currentCateId; +// } +// var_dump($currentCateId); // 当前的分类 +{/php} + + + 长城期货股份有限公司 + + + + + + + + + + + + + + + + + + + +
+ + {include file="common/nav" /} + + + + {php} + $search_input_show = 'display:block'; + if(!empty($list) && !empty($keywords)){ + $search_input_show = 'display:none'; + } + {/php} +
+
+
+
+ + +
+
+
+
+ +
+
+
    + {volist name="list" id="oneData"} + {php} + $detailUrl = hcUrl('detail/index',['id'=>$oneData['id'],'cid'=>$oneData['category_id']]); + {/php} + + {php} + // var_dump($oneData->toArray());exit; + {/php} +
  • {$oneData.title}
  • + {/volist} + +
+ +
+ {$list_page|raw} + +
+ + + + + + + + + + + + +
+
+ + + + + +
+
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/hc_original/dongya-web/single_zuzhi.html b/public/themes/hc_original/dongya-web/single_zuzhi.html new file mode 100644 index 0000000..472163e --- /dev/null +++ b/public/themes/hc_original/dongya-web/single_zuzhi.html @@ -0,0 +1,97 @@ + + + + + + + + + {include file="common/head" /} + + + + + + + + {include file="common/header" /} + +
+
+ +
+
+
{$current_cate['title']}
+
+
+
+ +
+
+ {$hc_content['content']|raw} +
+ + {include file="common/footer" /} + + + {include file="common/foot" /} + + + + +