From c6c4cb49233dadf1a529c08c048f46173afe2d2c Mon Sep 17 00:00:00 2001 From: xushubieli Date: Tue, 26 Apr 2022 22:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96htm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/plus/carbuyaction.htm | 2 +- src/theme/plus/flink-add.htm | 2 +- .../templets/widget_article_feedback.htm | 2 +- src/user/ajax_feedback.php | 2 +- src/user/templets/album_add.htm | 257 +++++---- src/user/templets/album_edit.htm | 337 ++++++----- src/user/templets/archives_add.htm | 249 ++++----- src/user/templets/archives_edit.htm | 245 ++++---- src/user/templets/archives_sg_add.htm | 250 ++++----- src/user/templets/archives_sg_edit.htm | 229 ++++---- src/user/templets/article_add.htm | 254 +++++---- src/user/templets/article_edit.htm | 262 +++++---- src/user/templets/buy.htm | 264 +++++---- src/user/templets/buy_action_payment.htm | 184 +++--- src/user/templets/content_list.htm | 208 +++---- src/user/templets/content_sg_list.htm | 193 +++---- src/user/templets/edit_baseinfo.htm | 380 +++++++------ src/user/templets/edit_email.htm | 117 ++-- src/user/templets/edit_face.htm | 133 +++-- src/user/templets/footer.htm | 2 - src/user/templets/header.htm | 3 +- src/user/templets/index-notlogin.htm | 90 +-- src/user/templets/index.htm | 268 ++++----- src/user/templets/info.htm | 46 +- src/user/templets/login.htm | 90 +-- src/user/templets/menu.htm | 11 +- src/user/templets/mypay.htm | 194 ++++--- src/user/templets/mystow.htm | 118 ++-- src/user/templets/operation.htm | 188 +++---- src/user/templets/pm-main.htm | 289 +++++----- src/user/templets/reg-new.htm | 179 +++--- src/user/templets/resetpassword.htm | 165 +++--- src/user/templets/resetpassword2.htm | 104 ++-- src/user/templets/resetpassword3.htm | 90 +-- src/user/templets/shops_action_payment.htm | 132 ++--- src/user/templets/shops_orders.htm | 222 ++++---- src/user/templets/shops_products.htm | 334 +++++------ src/user/templets/soft_add.htm | 491 ++++++++-------- src/user/templets/soft_edit.htm | 525 +++++++++--------- src/user/templets/top.htm | 16 +- src/user/templets/top_login.htm | 33 +- 41 files changed, 3571 insertions(+), 3589 deletions(-) diff --git a/src/theme/plus/carbuyaction.htm b/src/theme/plus/carbuyaction.htm index 5e76e8eb..3ce84aa0 100644 --- a/src/theme/plus/carbuyaction.htm +++ b/src/theme/plus/carbuyaction.htm @@ -164,7 +164,7 @@ 验证码 - 点击我更换图片 + 验证码 diff --git a/src/theme/plus/flink-add.htm b/src/theme/plus/flink-add.htm index 8e059d16..36767312 100644 --- a/src/theme/plus/flink-add.htm +++ b/src/theme/plus/flink-add.htm @@ -70,7 +70,7 @@ 验证码: - 点击我更换图片 + 验证码 diff --git a/src/theme/templets/widget_article_feedback.htm b/src/theme/templets/widget_article_feedback.htm index 7d6a939b..49b8c322 100644 --- a/src/theme/templets/widget_article_feedback.htm +++ b/src/theme/templets/widget_article_feedback.htm @@ -16,7 +16,7 @@
- 点击我更换图片 + 验证码
diff --git a/src/user/ajax_feedback.php b/src/user/ajax_feedback.php index 12d14506..f52d995b 100755 --- a/src/user/ajax_feedback.php +++ b/src/user/ajax_feedback.php @@ -15,6 +15,6 @@ else { echo "用户名:{$cfg_ml->M_UserName} 匿名评论\r\n"; if ($cfg_feedback_ck == 'Y') { echo "验证码:"; - echo "点击我更换图片\r\n"; + echo "验证码\r\n"; } } \ No newline at end of file diff --git a/src/user/templets/album_add.htm b/src/user/templets/album_add.htm index ece27407..d0a8933a 100755 --- a/src/user/templets/album_add.htm +++ b/src/user/templets/album_add.htm @@ -1,133 +1,130 @@ - - - - - - - - - - 发表<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
- - - -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- "; - echo ""; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
-
-
- -
- (内容的简要说明) -
-
- - - -
- - - - -

- - - - -

-

-

- - 图片数目: - (最大60幅) -

-

-

- -

- -
- -
- - 看不清点击更换 -
-
- -

- - -

-
-
-
-
-
-
-
-
-
- - + + + + 发布<?php echo $cInfos['typename']; ?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + + +
+
+
+
+
+
+ +
+ + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ "; + echo ""; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
+
+
+ +
+ +
+
+ + +
+ + + + +

+ + + + +

+

+

+ + 图片数目: + (最大60幅) +

+

+

+ +

+ +
+ +
+ + 验证码 +
+
+ +

+ + +

+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/user/templets/album_edit.htm b/src/user/templets/album_edit.htm index 616f303d..5bc668e2 100755 --- a/src/user/templets/album_edit.htm +++ b/src/user/templets/album_edit.htm @@ -1,177 +1,166 @@ - - - - - - - - - - 修改<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
- - - - - - - -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- "; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
-
-
- -
- (内容的简要说明) -
-
- - - -
- - - - -

- - - - -

" class="mTB10"> 每页图片数: - -
-

-

- - 图片数目: - (最大60幅) -

-

-

- CTags)) - { - foreach($dtp->CTags as $ctag){ - if($ctag->GetName()=="img"){ - ?> - - - - -
- 显示/隐藏图片[]的选框
- - - - - - - - - - - - -
图片
本地上传: - - -
- -
图片简介: -
- Clear(); - ?> -

- - -
- -
- - 看不清点击更换 -
-
- -

- - -

-
-
-
-
-
-
-
-
-
- - + + + + 修改<?php echo $row['title']?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + + +
+
+
+
+
+
+ +
+ + + + + + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ "; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
+
+
+ +
+ +
+
+ + +
+ + + + +

+ + + + +

每页图片数:
+

+

+ + 图片数目: + (最大60幅) +

+

+

+ CTags)) + { + foreach($dtp->CTags as $ctag){ + if($ctag->GetName()=="img"){ + ?> + + + + +
显示隐藏图片[]的选框
+ + + + + + + + + + + + +
图片
本地上传: +
+ +
简介:
+ Clear(); + ?> +

+ + +
+ +
+ + 验证码 +
+
+ +

+ + +

+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/user/templets/archives_add.htm b/src/user/templets/archives_add.htm index f5e5f633..d421f1c8 100755 --- a/src/user/templets/archives_add.htm +++ b/src/user/templets/archives_add.htm @@ -1,127 +1,128 @@ - - - - - - - - - 发表<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
- - -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- "; - echo ""; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
-
-
- -
- (内容的简要说明) -
-
- - -
- -
- -
- - 看不清点击更换 -
-
- -

- - -

-
-
-
-
-
-
-
-
-
- - - + + + + 发布<?php echo $cInfos['typename']; ?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+
+
+ +
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ "; + echo ""; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
+
+
+ +
+ +
+
+ +
+ +
+ +
+ + 验证码 +
+
+ +

+ + +

+
+
+
+ +
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/user/templets/archives_edit.htm b/src/user/templets/archives_edit.htm index 09c29286..2d02192d 100755 --- a/src/user/templets/archives_edit.htm +++ b/src/user/templets/archives_edit.htm @@ -1,126 +1,125 @@ - - - - - - - - - 修改<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
- - -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- "; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
-
-
- -
- (内容的简要说明) -
-
- - -
- -
- -
- - 看不清点击更换 -
-
- -

- - -

-
-
-
-
-
-
-
-
-
- - - + + + + 修改<?php echo $cInfos['typename']; ?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+
+
+ +
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ "; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
+
+
+ +
+ +
+
+ +
+ +
+ +
+ + 验证码 +
+
+ +

+ + +

+
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/user/templets/archives_sg_add.htm b/src/user/templets/archives_sg_add.htm index f51a2c5d..0076b0ee 100755 --- a/src/user/templets/archives_sg_add.htm +++ b/src/user/templets/archives_sg_add.htm @@ -1,128 +1,128 @@ - - - - - - - - - 发表<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
- - -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- "; - echo ""; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
-
-
- -
- (内容的简要说明) -
-
- - -
- -
- -
- - 看不清点击更换 -
-
- -

- - -

-
-
-
-
-
-
-
-
-
- - - + + + + 发布<?php echo $cInfos['typename']; ?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+
+
+ +
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ "; + echo ""; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
+
+
+ +
+ +
+
+ +
+ +
+ +
+ + 验证码 +
+
+ +

+ + +

+
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/user/templets/archives_sg_edit.htm b/src/user/templets/archives_sg_edit.htm index 17b25eba..1b8d34f7 100755 --- a/src/user/templets/archives_sg_edit.htm +++ b/src/user/templets/archives_sg_edit.htm @@ -1,114 +1,121 @@ - - - - - - - - - 修改<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
- - -
-
- -
- -
-
-
- -
- -
-
-
- -
- "; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
-
- - -
- -
- -
- - 看不清点击更换 -
-
- -

- - -

-
-
-
-
-
-
-
-
-
- - - + + + + 修改<?php echo $cInfos['typename']; ?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+
+
+ +
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ "; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
+
+
+ +
+ (内容的简要说明) +
+
+ +
+ +
+ +
+ + 验证码 +
+
+ +

+ + +

+
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/user/templets/article_add.htm b/src/user/templets/article_add.htm index 53a799c1..3711e039 100755 --- a/src/user/templets/article_add.htm +++ b/src/user/templets/article_add.htm @@ -1,131 +1,129 @@ - - - - - - - - - 发表<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
- - -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- "; - echo ""; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
-
-
- -
- (内容的简要说明) -
-
- - - -
-

- -

- -
- -
- - 看不清点击更换 -
-
- -

- - -

-
-
-
-
-
-
-
-
-
- - - + + + + 发布<?php echo $cInfos['typename']; ?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+
+
+ +
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ "; + echo ""; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
+
+
+ +
+ +
+
+ + +
+
+ +
+ +
+ + 验证码 +
+
+ +

+ + +

+
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/user/templets/article_edit.htm b/src/user/templets/article_edit.htm index e81ebf32..5bd53f3e 100755 --- a/src/user/templets/article_edit.htm +++ b/src/user/templets/article_edit.htm @@ -1,137 +1,131 @@ - - - - - - - - - 修改<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
- - - - - - -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- "; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
-
-
- -
- (内容的简要说明) -
-
- - - -
-

- -

- -
- -
- - 看不清点击更换 -
-
- -

- - -

-
-
-
-
-
-
-
-
-
- - - + + + + 修改<?php echo $row['title']?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+
+
+ +
+ + + + + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ "; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
+
+
+ +
+ +
+
+ + +
+
+ +
+ +
+ + 验证码 +
+
+ +

+ + +

+
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/user/templets/buy.htm b/src/user/templets/buy.htm index 8e2861c8..3d814e00 100755 --- a/src/user/templets/buy.htm +++ b/src/user/templets/buy.htm @@ -1,136 +1,134 @@ - - - - - - - - - 钱包积分 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
-
- GetSta($dsql); ?> -
- - 0) { - ?> -
- fields['scores'] / $cfg_money_scores); - ?> - 用积分兑换金币  () -
- - - - - - - - -
兑换数量: -
-
-
- -
- 用点卡充值 -
- - - - - - - - - - - - - - - - - -
点卡密码:
验证码 - 看不清点击更换 -
-
-
-
- 购买新点卡: -
- - - - - - - - - - - -
选择点卡类型金币数量购买价格
- -
-
-
- 会员升级 -
- - - - - - - - - - - - - - - - - -
会员升级: -
选择产品名称会员类型时限(天)价格
- -
-
-
- -
-
-
-
-
-
- - + + + + 钱包积分-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+
+
+ +
+
+ GetSta($dsql); ?> +
+ 0) { + ?> +
+ fields['scores'] / $cfg_money_scores); + ?> + 用积分兑换金币( +
+ + + + + + + + +
兑换数量:
+
+
+ +
+ 用点卡充值 +
+ + + + + + + + + + + + + + + + + +
点卡密码:
验证码 + + 验证码 +
+
+
+
+ 购买新点卡 +
+ + + + + + + + + + + +
选择点卡类型金币数量购买价格
+ +
+
+
+ 会员升级 +
+ + + + + + + + + + + + + + + + + +
会员升级
选择产品名称会员类型时限(天)价格
+ +
+
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/user/templets/buy_action_payment.htm b/src/user/templets/buy_action_payment.htm index 09bc95b5..f1068013 100755 --- a/src/user/templets/buy_action_payment.htm +++ b/src/user/templets/buy_action_payment.htm @@ -1,93 +1,97 @@ - - - - - - - - - 订单确认 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
-
-
- -
-
订单确认
-
- 您申请购买的产品如下,确认无误后请点击“购买并支付”按钮,进行网上支付,如果支付失败,请与管理员联系其它支付方式: -
-
-
购买点卡/会员服务
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
订单编号:
产品类型:
产品名称:
产品价格:
支付方式: - {dede:array.payment_list} - - - - - - - {/dede:array} -
{dede:if value.code=="cod" || value.code=="bank"} {else}{/dede:if} {dede:value.name/} {dede:value.description/} {dede:value.fee/}元
-
-
-
-
- -
-
-
-
-
-
- - + + + + 订单确认-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+
+
+ +
+
订单确认
+
您申请购买的产品如下,确认无误后请点击“购买并支付”按钮,进行网上支付,如果支付失败,请与管理员联系其它支付方式
+
+
购买点卡与会员服务
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
订单编号:
产品类型:
产品名称:
产品价格:
支付方式: + + {dede:array.payment_list} + + + + + + + {/dede:array} +
+ {dede:if value.code=="cod" || value.code=="bank"} + + {else} + {/dede:if} + {dede:value.name/}{dede:value.description/}{dede:value.fee/}元
+
+ + +
+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/user/templets/content_list.htm b/src/user/templets/content_list.htm index 6a16edbb..c1c15192 100755 --- a/src/user/templets/content_list.htm +++ b/src/user/templets/content_list.htm @@ -1,105 +1,109 @@ - - - - - - - - - 文档管理 - 会员中心 - <?php echo $cfg_webname; ?> - - - - -
-
-
-
- - -
-
- -
- - - - - - - - - - - - - {dede:datalist} - - - - - - - - - {/dede:datalist} - -
文章标题类目状态点击发布时间操作
' target='_blank'> - =0) echo "已审核"; - else if($fields['arcrank']==-2) echo "被退回"; - else echo "未审核"; - ?> - 修改 - | 删除 | - 改 | 删 | "; - } - ?> 预览
-
- -
-
-
-
-
-
- - + + + + 文档管理-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + + +
+
+
+
+ + +
+
+ +
+ + + + + + + + + + + + + {dede:datalist} + + + + + + + + + {/dede:datalist} + +
文章标题类目状态点击发布时间操作
+ =0) echo "已审核"; + else if($fields['arcrank']==-2) echo "审核失败"; + else echo "未审核"; + ?> + + + 修改 + 删除 + 无操作"; + } + ?> + 预览 +
+
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/user/templets/content_sg_list.htm b/src/user/templets/content_sg_list.htm index 43fac4b9..1a55d239 100755 --- a/src/user/templets/content_sg_list.htm +++ b/src/user/templets/content_sg_list.htm @@ -1,99 +1,100 @@ - - - - - - - - - 文档管理 - 会员中心 - <?php echo $cfg_webname; ?> - - - - -
-
-
-
- - -
-
- -
- - - - - - - - - - - - - {dede:datalist} - - - - - - - - - {/dede:datalist} - -
文章标题类目状态点击发布时间操作
- =0) echo "已审核"; - else if($fields['arcrank']==-2) echo "被退回"; - else echo "未审核"; - ?> - - 修改 - | 删除 | 预览 -
-
- -
-
-
-
-
-
- - + + + + 文档管理-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + + +
+
+
+
+ + +
+
+ +
+ + + + + + + + + + + + + {dede:datalist} + + + + + + + + + {/dede:datalist} + +
文章标题类目状态点击发布时间操作
+ =0) echo "已审核"; + else if($fields['arcrank']==-2) echo "审核失败"; + else echo "未审核"; + ?> + + 修改 + 删除 + 预览 +
+
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/user/templets/edit_baseinfo.htm b/src/user/templets/edit_baseinfo.htm index 2da8339b..8e235eca 100755 --- a/src/user/templets/edit_baseinfo.htm +++ b/src/user/templets/edit_baseinfo.htm @@ -1,197 +1,189 @@ - - - - - - - - - 修改帐号基本资料 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
- - -
-
- -
- - -
- -
- -
-
-
- -
- M_LoginID; ?> -
-
-
- -
- -
- - 个人会员该项为昵称,企业会员填写公司名称 - -
-
- -
- -
-
-
- -
- -
- - 不修改密码请保留此项为空 - -
-
- -
- -
- - 不修改密码请保留此项为空 - -
-
- -
- -
- - 忘记密码时重设密码用 - -
-
- -
- -
-
-
- -
- -
- - 不修改不用填写 - -
-
- -
- -
-
-
- -
- -
- - 每个电子邮邮箱只能注册一个帐号,要修改电子邮箱必须填写正确安全问题的答案 - -
-
- -
-   -   - -
-
-
- -
-
- - 点击我更换图片 -
-
-
-
-
- -
-
-
-
-
-
-
-
-
- - - - + + + + 修改帐号基本资料-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+ + +
+
+ +
+ + +
+ +
+ +
+
+
+ +
+ M_LoginID; ?> +
+
+
+ +
+ +
+ + 个人会员该项为昵称,企业会员填写公司名称 + +
+
+ +
+ +
+
+
+ +
+ +
+ + 不修改密码请保留此项为空 + +
+
+ +
+ +
+ + 不修改密码请保留此项为空 + +
+
+ +
+ +
+ + 忘记密码时重设密码用 + +
+
+ +
+ +
+
+
+ +
+ +
+ + 不修改不用填写 + +
+
+ +
+ +
+
+
+ +
+ +
+ + 每个电子邮邮箱只能注册一个帐号,要修改电子邮箱必须填写正确安全问题的答案 + +
+
+ +
+ + + +
+
+
+ +
+
+ + 验证码 +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/user/templets/edit_email.htm b/src/user/templets/edit_email.htm index 27d361a1..3d113258 100644 --- a/src/user/templets/edit_email.htm +++ b/src/user/templets/edit_email.htm @@ -1,61 +1,60 @@ - - - - - - - - - 验证邮箱 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
- - -
-
- -
- - -
- -
- -
-
-
-
- -
-
-
-
-
-
-
-
-
- - - - + + + + 验证邮箱-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+ + +
+
+ +
+ + +
+ +
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/user/templets/edit_face.htm b/src/user/templets/edit_face.htm index 02197cba..dd03cda2 100755 --- a/src/user/templets/edit_face.htm +++ b/src/user/templets/edit_face.htm @@ -1,69 +1,68 @@ - - - - - - - - - 头像设置 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
-
-
-
- - -
-
- -
- - -
- -
- -
-
-
- -
- "; - ?> -
-
-
-
- -
-
-
-
-
-
-
-
-
- - - - + + + + 头像设置-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
+
+
+
+ + +
+
+ +
+ + +
+ +
+ +
+
+
+ +
+ "; + ?> +
+
+
+
+ +
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/user/templets/footer.htm b/src/user/templets/footer.htm index c5a45cb4..43a21a80 100644 --- a/src/user/templets/footer.htm +++ b/src/user/templets/footer.htm @@ -5,13 +5,11 @@

-
- diff --git a/src/user/templets/header.htm b/src/user/templets/header.htm index 2cbbe199..6d5832ea 100644 --- a/src/user/templets/header.htm +++ b/src/user/templets/header.htm @@ -17,5 +17,4 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/src/user/templets/index-notlogin.htm b/src/user/templets/index-notlogin.htm index 7155f495..c14b9d63 100755 --- a/src/user/templets/index-notlogin.htm +++ b/src/user/templets/index-notlogin.htm @@ -1,48 +1,48 @@ - - - - - - - - - <?php echo $cfg_webname; ?> - 会员登录 - - - - -
-
- -
-
- - + + + + <?php echo $cfg_webname; ?>-会员登录 + + + + + + + + + +
+
+ +
+
+ + \ No newline at end of file diff --git a/src/user/templets/index.htm b/src/user/templets/index.htm index ba1e8c5e..fbf13850 100755 --- a/src/user/templets/index.htm +++ b/src/user/templets/index.htm @@ -1,136 +1,138 @@ - - - - - - - - - 会员中心 - <?php echo $cfg_webname; ?> - - - - -
-
-
-
- - -
-
- -
-
- -
M_MbType; ?>用户 -
-
-
-

M_LoginID; ?>

-

积分:M_Scores;?> 金币:M_Money;?> 充值

-
-
-
- -
-
-
-
最新内容
-
-
    - -
  • - -
-
-
-
-
-
-
-
-
-
- - + + + + 会员中心-<?php echo $cfg_webname; ?> + + + + + + + + + +
+
+
+
+ + +
+
+
+
+ +
M_MbType; ?>
+
+
+

M_LoginID; ?>

+

积分:M_Scores;?> 金币:M_Money;?> 充值

+
+
+
+ +
+
+
+
最新内容
+
+
    + +
  • + +
+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/user/templets/info.htm b/src/user/templets/info.htm index dfc4fd3b..7af278bb 100644 --- a/src/user/templets/info.htm +++ b/src/user/templets/info.htm @@ -1,25 +1,25 @@
-
- - - -
M_MbType; ?>用户
-
-

M_LoginID; ?>

-
-
积分:M_Scores;?> - 金币:M_Money;?> 充值 -
- -
+
+ + + +
M_MbType; ?>用户
+
+

M_LoginID; ?>

+
+
积分:M_Scores;?> + 金币:M_Money;?> 充值 +
+ +
\ No newline at end of file diff --git a/src/user/templets/login.htm b/src/user/templets/login.htm index 3e307e3e..c14b9d63 100755 --- a/src/user/templets/login.htm +++ b/src/user/templets/login.htm @@ -1,48 +1,48 @@ - - - - - - - - - <?php echo $cfg_webname; ?> - 会员登录 - - - - -
-
- -
-
- - + + + + <?php echo $cfg_webname; ?>-会员登录 + + + + + + + + + +
+
+ +
+
+ + \ No newline at end of file diff --git a/src/user/templets/menu.htm b/src/user/templets/menu.htm index c182031d..2401086f 100644 --- a/src/user/templets/menu.htm +++ b/src/user/templets/menu.htm @@ -1,5 +1,4 @@ Execute('addmod', "SELECT id,nid,typename,useraddcon,usermancon,issend,issystem,usertype,isshow FROM `#@__channeltype` "); $channels = array(); while ($channel = $dsql->GetArray('addmod')) { @@ -22,8 +21,12 @@ while ($channel = $dsql->GetArray('addmod')) {
  • - - + + @@ -84,4 +87,4 @@ while ($channel = $dsql->GetArray('addmod')) { - \ No newline at end of file + \ No newline at end of file diff --git a/src/user/templets/mypay.htm b/src/user/templets/mypay.htm index e809fcda..4224d4b2 100755 --- a/src/user/templets/mypay.htm +++ b/src/user/templets/mypay.htm @@ -1,104 +1,98 @@ - - - - - - - - - 我购买的文章 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
    -
    -
    -
    - - -
    -
    -
    - - - - - - - - - - - - - - {dede:datalist} - - - - - - - - {/dede:datalist} - - - - - -
    ID标题消费金币消费时间
    - '.$fields['oldinfo'].''; - ?> -
    - - -
    -
    - -
    -
    -
    -
    -
    -
    - - + + + + + + + +
    +
    +
    +
    + + +
    +
    +
    + + + + + + + + + + + + + + {dede:datalist} + + + + + + + + {/dede:datalist} + + + + + +
    ID标题消费金币消费时间
    + '.$fields['oldinfo'].''; + ?> +
    + + +
    +
    + +
    +
    +
    +
    +
    +
    + + - + function DoSubmit() { + var selid = GetCheckfolderItem(); + if (selid == '') { + alert("您没选中任何信息"); + return false; + } + if (window.confirm("您确定要删除这些消息吗")) { + location = "mypay.php?dopost=del&ids=" + selid; + } + } + + \ No newline at end of file diff --git a/src/user/templets/mystow.htm b/src/user/templets/mystow.htm index 491c5cec..4c0692d3 100755 --- a/src/user/templets/mystow.htm +++ b/src/user/templets/mystow.htm @@ -1,60 +1,64 @@ - - - - - - - - - 收藏夹 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
    -
    -
    -
    - - -
    -
    - -
    - - - {dede:datalist} - - - - - - - - {/dede:datalist} - -
    {dede:field.title/} - [推荐] - [删除] -
    收藏时间:
    -
    - -
    -
    -
    -
    -
    -
    - - + + + + 收藏夹-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
    +
    +
    +
    + + +
    +
    + +
    + + + {dede:datalist} + + + + + + + + {/dede:datalist} + +
    {dede:field.title/} + + [推荐] + + + [删除] + +
    收藏时间:
    +
    + +
    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/src/user/templets/operation.htm b/src/user/templets/operation.htm index fcec5c01..243ae546 100755 --- a/src/user/templets/operation.htm +++ b/src/user/templets/operation.htm @@ -1,99 +1,95 @@ - - - - - - - - - 金币订单 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
    -
    -
    -
    - - -
    -
    -
    - - - - - - - - - - - - - - {dede:datalist} - - - - - - - - - {/dede:datalist} - - - - -
    订单号产品详细状态信息状态时间
    {dede:field.buyid/}{dede:field.sta function="GetSta(@me)" /}{dede:field.mtime function="GetDateMk(@me)" /}
    - -
    -
    - -
    -
    -
    -
    -
    -
    - - - + + + + 订单列表-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
    +
    +
    +
    + + +
    +
    +
    + + + + + + + + + + + + + + {dede:datalist} + + + + + + + + + {/dede:datalist} + + + + + +
    订单号产品详细状态信息状态时间
    {dede:field.buyid/}{dede:field.sta function="GetSta(@me)" /}{dede:field.mtime function="GetDateMk(@me)" /}
    + + +
    +
    + +
    +
    +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/src/user/templets/pm-main.htm b/src/user/templets/pm-main.htm index b24bccf2..d85d340d 100755 --- a/src/user/templets/pm-main.htm +++ b/src/user/templets/pm-main.htm @@ -1,143 +1,152 @@ - - - - - - - - - - - 消息管理 - 会员中心 - <?php echo $cfg_webname; ?> - - - - -
    -
    -
    -
    - - -
    -
    - -
    -
    - -
    -
    - - - - - - - - - - - - {dede:datalist} - - - - - - - - {/dede:datalist} - -
     标题状态发布时间
    {$fields['subject']}"; - else echo "{$fields['subject']}"; - ?> - -
    - 未阅读" : '已阅读'); - echo $readmsg; - ?> -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    - - - + + + + 消息管理-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + + + + +
    +
    +
    +
    + + +
    +
    + +
    +
    + +
    +
    + + + + + + + + + + + + {dede:datalist} + + + + + + + + {/dede:datalist} + +
     标题 + + 状态发布时间
    + {$fields['subject']}"; + else echo "{$fields['subject']}"; + ?> + + + +
    + 未阅读" : '已阅读'); + echo $readmsg; + ?> +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/src/user/templets/reg-new.htm b/src/user/templets/reg-new.htm index 22d37b62..6dd9b600 100755 --- a/src/user/templets/reg-new.htm +++ b/src/user/templets/reg-new.htm @@ -1,94 +1,91 @@ - - - - - - - - - <?php echo $cfg_webname; ?> - 会员注册 - - - - -
    -
    - -
    -
    - - - + + + + <?php echo $cfg_webname; ?>-会员注册 + + + + + + + + + +
    +
    + +
    +
    + + + \ No newline at end of file diff --git a/src/user/templets/resetpassword.htm b/src/user/templets/resetpassword.htm index 41a939d9..c60f6f90 100755 --- a/src/user/templets/resetpassword.htm +++ b/src/user/templets/resetpassword.htm @@ -1,86 +1,85 @@ - - - - - - - - - 密码帮手 - 找回密码第一步 - - - - - -
    -
    -
    -

    找回密码第一步还没注册 点击这里

    -
    - - -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - - 点击我更换图片 -
    -
    -
    -
    - -
    -
    - -
    -
    -
    -
    - - + + + + 密码帮手-找回密码第一步 + + + + + + + + + + +
    +
    +
    +

    找回密码第一步还没注册

    +
    + + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + + 验证码 +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + \ No newline at end of file diff --git a/src/user/templets/resetpassword2.htm b/src/user/templets/resetpassword2.htm index d9414130..005f942d 100755 --- a/src/user/templets/resetpassword2.htm +++ b/src/user/templets/resetpassword2.htm @@ -1,56 +1,56 @@ - - - - - - - - - 密码帮手 - 找回密码第二步 - - - - -
    -
    -
    -

    找回密码第二步还没注册 点击这里

    -
    - - - -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - -
    -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    -
    -
    - - + + + + 密码帮手-找回密码第二步 + + + + + + + + + +
    +
    +
    +

    找回密码第二步还没注册

    +
    + + + +
    +
    + +
    +
    + +
    +
    + +
    +
    + + + +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + \ No newline at end of file diff --git a/src/user/templets/resetpassword3.htm b/src/user/templets/resetpassword3.htm index 22dc086a..2566152b 100755 --- a/src/user/templets/resetpassword3.htm +++ b/src/user/templets/resetpassword3.htm @@ -1,48 +1,48 @@ - - - - - - - - - 密码帮手 - 找回密码第三步 - - - - -
    -
    -
    -

    找回密码第三步还没注册 点击这里

    -
    - - - -
    - -
    -
    -
    - -
    -
    -
    -
    - - 点击我更换图片 -
    -
    - -
    -
    -
    -
    - - + + + + 密码帮手-找回密码第三步 + + + + + + + + + +
    +
    +
    +

    找回密码第三步还没注册

    +
    + + + +
    + +
    +
    +
    + +
    +
    +
    +
    + + 验证码 +
    +
    + +
    +
    +
    +
    + + \ No newline at end of file diff --git a/src/user/templets/shops_action_payment.htm b/src/user/templets/shops_action_payment.htm index 7bfc9fc9..a9d7fbde 100755 --- a/src/user/templets/shops_action_payment.htm +++ b/src/user/templets/shops_action_payment.htm @@ -1,69 +1,69 @@ - - - - - - - - - 密码帮手 - 找回密码第三步 - - - -
    -
    商品购买
    -
    - - - - - - - -
    下单购买买家付款确认收货交易结束
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    确认订单并付款
    订单编号:{dede:var.carts.orders_id/}
    商品总数:{dede:var.carts.cart_count/}件
    商品名称:{dede:var.pay_name/}
    订单价格:{dede:var.carts.price_count/} 元
    支付方式:{dede:var.pay_way/}
    支付信息:{dede:var.description/}
    - {dede:var.button/} -
    -
    -
    - + + + + 商品购买-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + +
    +
    商品购买
    +
    + + + + + + + +
    下单购买买家付款确认收货交易结束
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    确认订单并付款
    订单编号:{dede:var.carts.orders_id/}
    商品总数:{dede:var.carts.cart_count/}件
    商品名称:{dede:var.pay_name/}
    订单价格:{dede:var.carts.price_count/} 元
    支付方式:{dede:var.pay_way/}
    支付信息:{dede:var.description/}
    + {dede:var.button/} +
    +
    +
    + \ No newline at end of file diff --git a/src/user/templets/shops_orders.htm b/src/user/templets/shops_orders.htm index a3c6adaa..653de563 100755 --- a/src/user/templets/shops_orders.htm +++ b/src/user/templets/shops_orders.htm @@ -1,117 +1,113 @@ - - - - - - - - - 商城订单 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
    -
    -
    -
    - - -
    -
    -
    - - -
    -
    -
    订单号: - -
    - -
    -
    -
    -
    - - - - - - - - - - - - - - {dede:datalist} - - - - - - - - - {/dede:datalist} - - - -
    订单号状态数量总计(元)时间
    {dede:field.oid/}{dede:field.cartcount/}{dede:field.priceCount/}{dede:field.stime function="Mydate('Y-m-d h:i:s',@me)"/}
    -
    - -
    - -
    -
    -
    -
    -
    -
    - - + + + + + + + +
    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    + 订单号: +
    + +
    +
    +
    +
    + + + + + + + + + + + + + + {dede:datalist} + + + + + + + + + {/dede:datalist} + + + + + +
    订单号状态数量总计(元)时间
    {dede:field.oid/}{dede:field.cartcount/}{dede:field.priceCount/}{dede:field.stime function="Mydate('Y-m-d h:i:s',@me)"/}
    + + +
    + +
    +
    +
    +
    +
    +
    +
    + + - + function DoSubmit() { + var selid = GetCheckfolderItem(); + if (selid == '') { + alert("您没选中任何信息"); + return false; + } + if (window.confirm("您确定要删除这些消息吗")) { + location = "shops_orders.php?dopost=del&ids=" + selid; + } + } + + \ No newline at end of file diff --git a/src/user/templets/shops_products.htm b/src/user/templets/shops_products.htm index 822c5f4b..e7a2c37f 100755 --- a/src/user/templets/shops_products.htm +++ b/src/user/templets/shops_products.htm @@ -1,170 +1,172 @@ - - - - - - - - - 我购买的商品 - 会员中心 - <?php echo $cfg_webname; ?> - - - -
    -
    -
    -
    - - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    订单信息
    订单号:
    支付方式:
    单价(元/单位):
    数量:
    配送: 费用:
    总计:
    发生时间:
    收货人:
    地址:
    邮编:
    联系电话:
    邮箱:
    留言:
    - - - - - - - - - - - - - - - {dede:datalist} - - - - - - - - - {/dede:datalist} - - - -
    订单号名称单价(元/单位)数量购买时间
    {dede:field.oid/}{dede:field.title/}{dede:field.price/}{dede:field.buynum/}{dede:field.oid function="carTime(@me)"/}
    - -
    - -
    - -
    -
    -
    -
    -
    -
    - - + + + + + + + +
    +
    +
    +
    + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    订单信息
    订单号:
    支付方式:
    单价(元/单位):
    数量:
    配送: + 费用:元 +
    总计:
    发生时间:
    收货人:
    地址:
    邮编:
    联系电话:
    邮箱:
    留言:
    + + + + + + + + + + + + + + + {dede:datalist} + + + + + + + + + {/dede:datalist} + + + + + +
    订单号名称单价(元/单位) + 数量购买时间
    {dede:field.oid/} + {dede:field.title/}{dede:field.price/}{dede:field.buynum/}{dede:field.oid function="carTime(@me)"/}
    + + +
    + +
    +
    +
    +
    +
    +
    +
    + + - + function DoSubmit() { + var selid = GetCheckfolderItem(); + if (selid == '') { + alert("您没选中任何信息"); + return false; + } + if (window.confirm("您确定要删除这些消息吗")) { + location = "shops_products.php?dopost=del&ids=" + selid; + } + } + + \ No newline at end of file diff --git a/src/user/templets/soft_add.htm b/src/user/templets/soft_add.htm index bcafa466..2c8b3583 100755 --- a/src/user/templets/soft_add.htm +++ b/src/user/templets/soft_add.htm @@ -1,248 +1,249 @@ - - - - - - - - - 上传<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?> - - - - -
    -
    -
    -
    -
    -
    - -
    - - -
    -
    - -
    - -
    -
    -
    - -
    - -
    -
    -
    - -
    - -
    -
    -
    - -
    - "; - echo ""; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - -
    - -
    - -
    -
    -
    -
    - - -
    -
    - - -
    -

    - -

    -

    - - - 服务器名称: - -

    -

    - - - - - (最多为12个链接)

    - - -
    - -
    - - 看不清点击更换 -
    -
    - -

    - - -

    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - - + + + + 发布<?php echo $cInfos['typename']; ?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + + +
    +
    +
    +
    +
    +
    + +
    + + +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + "; + echo ""; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    + +
    + +
    + +
    +
    +
    +
    + + +
    +
    + +
    +
    + +
    +
    +

    + + + 服务器名称: +

    +

    + + + + (最多为12个链接) +

    + + +
    + +
    + + 验证码 +
    +
    + +

    + + +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/src/user/templets/soft_edit.htm b/src/user/templets/soft_edit.htm index 22006b0c..68255042 100755 --- a/src/user/templets/soft_edit.htm +++ b/src/user/templets/soft_edit.htm @@ -1,265 +1,266 @@ - - - - - - - - - 编辑软件<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?> - - - - -
    -
    -
    -
    -
    -
    - -
    - - - - - -
    -
    - -
    - -
    -
    -
    - -
    - -
    -
    -
    - -
    - -
    -
    -
    - -
    - "; - echo $typeOptions; - echo ""; - ?> - *(不能选择带颜色的分类) -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - -
    - -
    -
    -
    - - -
    -
    - - -
    -

    - - -

    -

    - - - 服务器名称: - -

    -

    - - - - - (最多为12个链接)

    - - -
    - -
    - - 看不清点击更换 -
    -
    - -

    - - -

    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - - + + + + 修改<?php echo $row['title']?>-会员中心-<?php echo $cfg_webname; ?> + + + + + + + + + +
    +
    +
    +
    +
    +
    + +
    + + + + + +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + "; + echo $typeOptions; + echo ""; + ?> + *(不能选择带颜色的分类) +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + + +
    +
    + +
    +
    + +
    + +
    +
    +

    + + + 服务器名称: +

    +

    + + + + (最多为12个链接) +

    + + +
    + +
    + + 验证码 +
    +
    + +

    + + +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/src/user/templets/top.htm b/src/user/templets/top.htm index 25bf8588..386968d3 100644 --- a/src/user/templets/top.htm +++ b/src/user/templets/top.htm @@ -1,10 +1,10 @@ \ No newline at end of file diff --git a/src/user/templets/top_login.htm b/src/user/templets/top_login.htm index 840ab686..509af603 100644 --- a/src/user/templets/top_login.htm +++ b/src/user/templets/top_login.htm @@ -1,18 +1,17 @@
    -
    - -
    -
    - \ No newline at end of file +
    +
    + + +
    +
    + \ No newline at end of file