Browse Source

Merge branch 'develop' of zhengxifeng/tyqngp into master

zhengxifeng 2 months ago
parent
commit
f1d0f4086f

+ 5
- 22
apps/admin/controller/system/CityController.php View File

351
         //$res = $pinyin->convert('带着希望去旅行,比到达终点更美好');
351
         //$res = $pinyin->convert('带着希望去旅行,比到达终点更美好');
352
         //var_dump($res);die;
352
         //var_dump($res);die;
353
 
353
 
354
-        $pid = 386;
355
-        $filename = './static/backup/data/类型.txt';
354
+        $pid = 3497;
355
+        $filename = './static/backup/data/镇级.txt';
356
 
356
 
357
         $lines = file($filename);
357
         $lines = file($filename);
358
         $sort = $this->model->getSortLast();
358
         $sort = $this->model->getSortLast();
397
                         $etitle = $this->model->etitleIsCf($etitle,$sort);
397
                         $etitle = $this->model->etitleIsCf($etitle,$sort);
398
                         $title = $this->model->titleIsCf($v,$sort);
398
                         $title = $this->model->titleIsCf($v,$sort);
399
 
399
 
400
+                        $title = str_replace('镇','',$title);
401
+
400
                         //构建数据插入
402
                         //构建数据插入
401
                         $insert_data = [
403
                         $insert_data = [
402
                                 'title' => $title,
404
                                 'title' => $title,
437
         //$this->model->getList($pid);
439
         //$this->model->getList($pid);
438
         //$this->model->editRow($insert_data);
440
         //$this->model->editRow($insert_data);
439
 
441
 
440
-        /*
441
-         * 替换字符串
442
-         * UPDATE ay_city SET title = REPLACE(BINARY title, '区', '') where pid=383;
443
-         * UPDATE ay_city SET stitle = REPLACE(BINARY stitle, '区', '') where pid=383;
444
-         * UPDATE ay_city SET title = REPLACE(BINARY title, '市', '') where pid=384;
445
-         * UPDATE ay_city SET stitle = REPLACE(BINARY stitle, '市', '') where pid=384;
446
-         */
447
-
448
-        /*
449
-         * 判断数据库字段是否含有重复数据
450
-         * select etitle from ay_city group by etitle having count(*)>1
451
-         * select title from ay_city where pid=386 group by title having count(*)>1
452
-         *
453
-         * SELECT etitle, COUNT(*) as count FROM ay_city GROUP BY etitle HAVING COUNT(*) > 1;
454
-         * SELECT title, COUNT(*) as count FROM ay_city GROUP BY title HAVING COUNT(*) > 1;
455
-         * SELECT stitle, COUNT(*) as count FROM ay_city GROUP BY stitle HAVING COUNT(*) > 1;
456
-         *
457
-         *
458
-
459
-         */
442
+
460
 
443
 
461
     }
444
     }
462
 
445
 

+ 5
- 5
template/dafeult/case.html View File

34
       </div>
34
       </div>
35
       <div class="tuandui-lingyu">
35
       <div class="tuandui-lingyu">
36
         <ul>
36
         <ul>
37
-          <li> <span class="cs">咨询方式:</span>
37
+          <li> <span class="cs">{label:m_case_1}:</span>
38
             <div class="tuandui-body">
38
             <div class="tuandui-body">
39
               <p>{content:ext_fangshi}</p>
39
               <p>{content:ext_fangshi}</p>
40
             </div>
40
             </div>
41
           </li>
41
           </li>
42
-          <li> <span class="cs">解决方案:</span>
42
+          <li> <span class="cs">{label:m_case_2}:</span>
43
             <div class="tuandui-body">
43
             <div class="tuandui-body">
44
               {content:ext_fangan}
44
               {content:ext_fangan}
45
             </div>
45
             </div>
46
           </li>
46
           </li>
47
-          <li> <span class="cs">治疗效果:</span>
47
+          <li> <span class="cs">{label:m_case_3}:</span>
48
             <div class="tuandui-body">
48
             <div class="tuandui-body">
49
               {content:ext_xiaoguo}
49
               {content:ext_xiaoguo}
50
             </div>
50
             </div>
51
           </li>
51
           </li>
52
-          <li> <span class="cs">客户评价:</span>
52
+          <li> <span class="cs">{label:m_case_4}:</span>
53
             <div class="tuandui-body">
53
             <div class="tuandui-body">
54
               <p>{content:ext_pingjia}</p>
54
               <p>{content:ext_pingjia}</p>
55
             </div>
55
             </div>
58
       </div>
58
       </div>
59
       <div class="tuandui-zixun">
59
       <div class="tuandui-zixun">
60
 
60
 
61
-        <a href="/yuyue"  target="_black">向TA咨询(免费评估)</a>
61
+        <a href="/yuyue"  target="_black">{label:detail_btn_str}</a>
62
 
62
 
63
       </div>
63
       </div>
64
       <div class="sxp">
64
       <div class="sxp">

+ 1
- 1
template/dafeult/city.html View File

41
      </style>
41
      </style>
42
 		
42
 		
43
 	            <div class="citylist">
43
 	            <div class="citylist">
44
-				<div class="tips">城市分站页面仅代表本公司的业务覆盖范围,不代表国家行政区划。</div>
44
+				<div class="tips">{label:city_str}</div>
45
 				<dl>
45
 				<dl>
46
 					<dt><a href="{pboot:sitedomain}">返回主站</a></dt>
46
 					<dt><a href="{pboot:sitedomain}">返回主站</a></dt>
47
 				</dl>
47
 				</dl>

+ 4
- 4
template/dafeult/foot.html View File

61
     {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
61
     {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
62
     {pboot:if('{$temp_cityId}'==381)}
62
     {pboot:if('{$temp_cityId}'==381)}
63
 
63
 
64
-    <a href="{pboot:sitedomain}">心理咨询</a>  Copyright  ©  2019-2024
65
-    <a href="{pboot:sitedomain}">心理医生</a>,<a href="{pboot:sitedomain}">心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】全国高端连锁"<a href="{pboot:sitedomain}">心理咨询机构</a>"
64
+    <a href="{pboot:sitedomain}">{label:footer_key_1}</a>  {label:footer_key_7}
65
+    <a href="{pboot:sitedomain}">{label:footer_key_2}</a>,<a href="{pboot:sitedomain}">{label:footer_key_3}</a>【<a href="{pboot:sitedomain}">{label:footer_key_4}</a>】{label:footer_key_5}"<a href="{pboot:sitedomain}">{label:footer_key_6}</a>"
66
 
66
 
67
     {else}
67
     {else}
68
 
68
 
69
-    <a href="{pboot:httpurl}">[sql:title]心理咨询</a>  Copyright  ©  2019-2024
70
-    <a href="{pboot:httpurl}">[sql:title]心理医生</a>,<a href="{pboot:httpurl}">[sql:title]心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】全国高端连锁"<a href="{pboot:sitedomain}">心理咨询机构</a>"
69
+    <a href="{pboot:httpurl}">[sql:title]{label:footer_key_1}</a>  {label:footer_key_7}
70
+    <a href="{pboot:httpurl}">[sql:title]{label:footer_key_2}</a>,<a href="{pboot:httpurl}">[sql:title]{label:footer_key_3}</a>【<a href="{pboot:sitedomain}">{label:footer_key_4}</a>】{label:footer_key_5}"<a href="{pboot:sitedomain}">{label:footer_key_6}</a>"
71
 
71
 
72
 
72
 
73
     {/pboot:if}
73
     {/pboot:if}

+ 1
- 1
template/dafeult/foot_city.html View File

29
 <div class="footer-copy">
29
 <div class="footer-copy">
30
   <p>
30
   <p>
31
 
31
 
32
-    <a href="{label:city_url}">心理咨询预约</a> Copyright © 2019-2024 “<a href="{label:city_url}">心理咨询预约</a> ”就上“<a href="{pboot:sitedomain}">乐达心理</a>”全国高端连锁
32
+    <a href="{label:city_url}">{label:footer_city_1}</a> {label:footer_key_7} “<a href="{label:city_url}">{label:footer_city_2}</a> ”{label:footer_city_3}“<a href="{pboot:sitedomain}">{label:footer_city_4}</a>”{label:footer_city_5}
33
 
33
 
34
     {pboot:sitecopyright} <a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{pboot:siteicp}</a>
34
     {pboot:sitecopyright} <a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{pboot:siteicp}</a>
35
     <!--<a href="{pboot:sitedomain}/index.php/sitemap.xml" target="_blank">网站地图</a>--> {pboot:sitestatistical}</p>
35
     <!--<a href="{pboot:sitedomain}/index.php/sitemap.xml" target="_blank">网站地图</a>--> {pboot:sitestatistical}</p>

+ 1
- 1
template/dafeult/head.html View File

34
 
34
 
35
 	
35
 	
36
     <div class="call">
36
     <div class="call">
37
-      <p class="small">心理咨询电话:</p>
37
+      <p class="small">{label:header_str_1}:</p>
38
 
38
 
39
       {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
39
       {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
40
       {pboot:if('[sql:phone]'=='')}
40
       {pboot:if('[sql:phone]'=='')}

+ 1
- 1
template/dafeult/head_city.html View File

33
 
33
 
34
 	
34
 	
35
     <div class="call">
35
     <div class="call">
36
-      <p class="small">心理咨询电话:</p>
36
+      <p class="small">{label:header_str_1}:</p>
37
       <p class="big">{pboot:companyphone}</p>
37
       <p class="big">{pboot:companyphone}</p>
38
     </div>
38
     </div>
39
   </div>
39
   </div>

+ 27
- 50
template/dafeult/index.html View File

50
 <div class="page-bg">
50
 <div class="page-bg">
51
   <div class="page-box">
51
   <div class="page-box">
52
     <div class="page-title">
52
     <div class="page-title">
53
-      <h2>您想要咨询哪种问题 ?</h2>
54
-      <p>直击内心困惑,解决心理烦恼</p>
53
+      <h2>{label:index_str_1}</h2>
54
+      <p>{label:index_str_2}</p>
55
     </div>
55
     </div>
56
     <div class="fw-fanwei">
56
     <div class="fw-fanwei">
57
       <ul>
57
       <ul>
113
             <div class="img"> <img src="[list:ico]"> </div>
113
             <div class="img"> <img src="[list:ico]"> </div>
114
             <div class="desc">
114
             <div class="desc">
115
             <h2>[list:title]<i>丨</i><span>[list:ext_zhiwei]</span></h2>
115
             <h2>[list:title]<i>丨</i><span>[list:ext_zhiwei]</span></h2>
116
-            <p class="jianjie"><b>头衔:</b>
116
+            <p class="jianjie"><b>{label:index_str_3}:</b>
117
               <text style="white-space: pre-wrap;">[list:ext_jianjie]</text>
117
               <text style="white-space: pre-wrap;">[list:ext_jianjie]</text>
118
             </p>
118
             </p>
119
           </div>
119
           </div>
169
 <div class="page-bg">
169
 <div class="page-bg">
170
   <div class="page-box">
170
   <div class="page-box">
171
     <div class="page-title">
171
     <div class="page-title">
172
-      <h2>咨询的流程与方式 !</h2>
173
-      <p>为每一位来访者提供系统化、细致化、专业化的优质服务</p>
172
+
173
+      {pboot:sort scode=13}
174
+      <h2>[sort:name]</h2>
175
+      <p>[sort:def1]</p>
176
+      {/pboot:sort}
177
+
178
+
174
     </div>
179
     </div>
175
     <div class="liucheng">
180
     <div class="liucheng">
176
       <ul>
181
       <ul>
177
-        <li>
178
-          <div class="box">
179
-            <div class="liucheng-head">
180
-              <h2>step1</h2>
181
-              <p>预约与评估</p>
182
-            </div>
183
-            <div class="desc">
184
-              <p>预约方式:电话或微信
185
-                文字或语音进行初步评估</p>
186
 
182
 
187
-              <a href="/yuyue" target="_black" class="yuyue-btn">在线预约</a>
188
 
183
 
189
-            </div>
190
-          </div>
191
-        </li>
192
-        <li>
193
-          <div class="box">
194
-            <div class="liucheng-head">
195
-              <h2>step2</h2>
196
-              <p>签订保密协议</p>
197
-            </div>
198
-            <div class="desc">
199
-              <p>纸质或电子版协议签订
200
-                保障来访者隐私安全</p>
201
-            </div>
202
-          </div>
203
-        </li>
204
-        <li>
205
-          <div class="box">
206
-            <div class="liucheng-head">
207
-              <h2>step3</h2>
208
-              <p>一对一咨询</p>
209
-            </div>
210
-            <div class="desc">
211
-              <p>选择心理咨询师
212
-                对父母或孩子进行评估与测量</p>
213
-            </div>
214
-          </div>
215
-        </li>
184
+
185
+        {pboot:sort scode=14}
216
         <li>
186
         <li>
217
           <div class="box">
187
           <div class="box">
218
             <div class="liucheng-head">
188
             <div class="liucheng-head">
219
-              <h2>step4</h2>
220
-              <p>选择咨询方式</p>
189
+              <h2>[sort:name]</h2>
190
+              <p>[sort:subname]</p>
221
             </div>
191
             </div>
222
             <div class="desc">
192
             <div class="desc">
223
-              <p>线下面对面
224
-                线上语音,视频</p>
193
+              <p>[sort:def1]</p>
194
+
195
+              <a href="[sort:link]" target="_black" class="yuyue-btn">[sort:def2]</a>
196
+
225
             </div>
197
             </div>
226
           </div>
198
           </div>
227
         </li>
199
         </li>
200
+        {/pboot:sort}
201
+
202
+        {pboot:sort scode=15,16,17,18}
228
         <li>
203
         <li>
229
           <div class="box">
204
           <div class="box">
230
             <div class="liucheng-head">
205
             <div class="liucheng-head">
231
-              <h2>step5</h2>
232
-              <p>咨询时间设置</p>
206
+              <h2>[sort:name]</h2>
207
+              <p>[sort:subname]</p>
233
             </div>
208
             </div>
234
             <div class="desc">
209
             <div class="desc">
235
-              <p>60分钟/次
236
-                次数与频次由双方协商决定</p>
210
+              <p>[sort:def1]</p>
237
             </div>
211
             </div>
238
           </div>
212
           </div>
239
         </li>
213
         </li>
214
+        {/pboot:sort}
215
+
216
+
240
       </ul>
217
       </ul>
241
     </div>
218
     </div>
242
     
219
     

+ 30
- 61
template/dafeult/message.html View File

22
 <div class="page-bg">
22
 <div class="page-bg">
23
   <div class="page-box">
23
   <div class="page-box">
24
     <div class="page-title">
24
     <div class="page-title">
25
-      <h2>心理咨询快速预约通道</h2>
25
+      <h2>{label:message_str_1}</h2>
26
     </div>
26
     </div>
27
     <form action="{pboot:msgaction}"  method="post">
27
     <form action="{pboot:msgaction}"  method="post">
28
       <div class="list-form">
28
       <div class="list-form">
43
             </div>
43
             </div>
44
           </li>
44
           </li>
45
           <li>
45
           <li>
46
-            <div class="tip-text">咨询类型:</div>
46
+            {pboot:sort scode=19}
47
+            <div class="tip-text">[sort:subname]:</div>
48
+            {/pboot:sort}
47
             <div class="xuanze">
49
             <div class="xuanze">
48
-              <input type='radio' id='attr_31_1' name='leixing' value='亲子关系'>
49
-              <label for="attr_31_1">亲子关系</label>
50
-              <input type='radio' id='attr_31_2' name='leixing' value='婚姻家庭'>
51
-              <label for="attr_31_2">婚姻家庭</label>
52
-              <input type='radio' id='attr_31_3' name='leixing' value='自我成长'>
53
-              <label for="attr_31_3">自我成长</label>
54
-              <input type='radio' id='attr_31_4' name='leixing' value='人际关系'>
55
-              <label for="attr_31_4">人际关系</label>
56
-              <input type='radio' id='attr_31_5' name='leixing' value='职业发展'>
57
-              <label for="attr_31_5">职业发展</label>
58
-              <input type='radio' id='attr_31_6' name='leixing' value='其他'>
59
-              <label for="attr_31_6">其他</label>
50
+
51
+              {pboot:sql sql="select * from ay_content_sort where pcode='19' and status=1 order by sorting asc"}
52
+              <input type='radio' id='attr_31_[sql:sorting]' name='leixing' value='[sql:name]'>
53
+              <label for="attr_31_[sql:sorting]">[sql:name]</label>
54
+              {/pboot:sql}
55
+
60
             </div>
56
             </div>
61
           </li>
57
           </li>
62
           <li>
58
           <li>
73
             </div>
69
             </div>
74
           </li>
70
           </li>
75
           <li class="center">
71
           <li class="center">
76
-            <button class="tijiao" type="submit" id="tj">立即预约</button>
72
+            <button class="tijiao" type="submit" id="tj">{label:message_str_2}</button>
77
           </li>
73
           </li>
78
         </ul>
74
         </ul>
79
       </div>      
75
       </div>      
89
 	})
85
 	})
90
 </script>
86
 </script>
91
     <div class="page-title">
87
     <div class="page-title">
92
-      <h2>咨询的流程与方式 !</h2>
93
-      <p>为每一位来访者提供系统化、细致化、专业化的优质服务</p>
88
+      {pboot:sort scode=13}
89
+      <h2>[sort:name]</h2>
90
+      <p>[sort:def1]</p>
91
+      {/pboot:sort}
94
     </div>
92
     </div>
95
     <div class="liucheng" style="margin-bottom:0">
93
     <div class="liucheng" style="margin-bottom:0">
96
       <ul>
94
       <ul>
95
+        {pboot:sort scode=14}
97
         <li>
96
         <li>
98
           <div class="box">
97
           <div class="box">
99
             <div class="liucheng-head">
98
             <div class="liucheng-head">
100
-              <h2>step1</h2>
101
-              <p>预约与评估</p>
99
+              <h2>[sort:name]</h2>
100
+              <p>[sort:subname]</p>
102
             </div>
101
             </div>
103
             <div class="desc">
102
             <div class="desc">
104
-              <p>预约方式:电话或微信
105
-                文字或语音进行初步评估</p>
106
-              <a href="/yuyue" target="_black" class="yuyue-btn">在线预约</a></div>
107
-          </div>
108
-        </li>
109
-        <li>
110
-          <div class="box">
111
-            <div class="liucheng-head">
112
-              <h2>step2</h2>
113
-              <p>签订保密协议</p>
114
-            </div>
115
-            <div class="desc">
116
-              <p>纸质或电子版协议签订
117
-                保障来访者隐私安全</p>
118
-            </div>
119
-          </div>
120
-        </li>
121
-        <li>
122
-          <div class="box">
123
-            <div class="liucheng-head">
124
-              <h2>step3</h2>
125
-              <p>一对一咨询</p>
126
-            </div>
127
-            <div class="desc">
128
-              <p>选择心理咨询师
129
-                对父母或孩子进行评估与测量</p>
130
-            </div>
131
-          </div>
132
-        </li>
133
-        <li>
134
-          <div class="box">
135
-            <div class="liucheng-head">
136
-              <h2>step4</h2>
137
-              <p>选择咨询方式</p>
138
-            </div>
139
-            <div class="desc">
140
-              <p>线下面对面
141
-                线上语音,视频</p>
103
+              <p>[sort:def1]</p>
104
+
105
+              <a href="[sort:link]" target="_black" class="yuyue-btn">[sort:def2]</a>
106
+
142
             </div>
107
             </div>
143
           </div>
108
           </div>
144
         </li>
109
         </li>
110
+        {/pboot:sort}
111
+
112
+        {pboot:sort scode=15,16,17,18}
145
         <li>
113
         <li>
146
           <div class="box">
114
           <div class="box">
147
             <div class="liucheng-head">
115
             <div class="liucheng-head">
148
-              <h2>step5</h2>
149
-              <p>咨询时间设置</p>
116
+              <h2>[sort:name]</h2>
117
+              <p>[sort:subname]</p>
150
             </div>
118
             </div>
151
             <div class="desc">
119
             <div class="desc">
152
-              <p>60分钟/次
153
-                次数与频次由双方协商决定</p>
120
+              <p>[sort:def1]</p>
154
             </div>
121
             </div>
155
           </div>
122
           </div>
156
         </li>
123
         </li>
124
+        {/pboot:sort}
125
+
157
       </ul>
126
       </ul>
158
     </div>
127
     </div>
159
   </div>
128
   </div>

+ 3
- 3
template/dafeult/team.html View File

38
       </div>
38
       </div>
39
       <div class="tuandui-lingyu">
39
       <div class="tuandui-lingyu">
40
         <ul>
40
         <ul>
41
-          <li> <span class="cs">擅长领域:</span>
41
+          <li> <span class="cs">{label:team_str_1}:</span>
42
             <p class="csz">{content:ext_shanchang}</p>
42
             <p class="csz">{content:ext_shanchang}</p>
43
           </li>
43
           </li>
44
-          <li> <span class="cs">详细介绍:</span>
44
+          <li> <span class="cs">{label:team_str_2}:</span>
45
             <div class="tuandui-body" id="ab_img">
45
             <div class="tuandui-body" id="ab_img">
46
              {content:content}
46
              {content:content}
47
             </div>
47
             </div>
49
         </ul>
49
         </ul>
50
       </div>
50
       </div>
51
       <div class="tuandui-zixun">
51
       <div class="tuandui-zixun">
52
-        <a href="/yuyue"  target="_black">向TA咨询(免费评估)</a>
52
+        <a href="/yuyue"  target="_black">{label:team_str_3}</a>
53
       </div>
53
       </div>
54
       <div class="sxp">
54
       <div class="sxp">
55
         <p class="prev">上一篇:{content:precontent}</p>
55
         <p class="prev">上一篇:{content:precontent}</p>

+ 4
- 4
template/dafeult/top.html View File

5
         <div class="welcome">
5
         <div class="welcome">
6
 
6
 
7
             {pboot:if('{$temp_cityId}'==381)}
7
             {pboot:if('{$temp_cityId}'==381)}
8
-            <a href="{pboot:sitedomain}">心理咨询</a>,<a href="{pboot:sitedomain}">心理医生</a>,<a href="{pboot:sitedomain}">心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】
8
+            <a href="{pboot:sitedomain}">{label:top_str_1}</a>,<a href="{pboot:sitedomain}">{label:top_str_2}</a>,<a href="{pboot:sitedomain}">{label:top_str_3}</a>【<a href="{pboot:sitedomain}">{label:top_str_4}</a>】
9
             {else}
9
             {else}
10
 
10
 
11
-            <a href="{pboot:httpurl}">[sql:title]心理咨询</a>,<a href="{pboot:httpurl}">[sql:title]心理医生</a>,<a href="{pboot:httpurl}">[sql:title]心理咨询中心</a>【<a href="{pboot:sitedomain}" style="">乐达心理</a>】
11
+            <a href="{pboot:httpurl}">[sql:title]{label:top_str_1}</a>,<a href="{pboot:httpurl}">[sql:title]{label:top_str_2}</a>,<a href="{pboot:httpurl}">[sql:title]{label:top_str_3}</a>【<a href="{pboot:sitedomain}" style="">{label:top_str_4}</a>】
12
 
12
 
13
 
13
 
14
             {/pboot:if}
14
             {/pboot:if}
16
         </div>
16
         </div>
17
         <div class="info">
17
         <div class="info">
18
             {pboot:if('{$temp_cityId}'==381)}
18
             {pboot:if('{$temp_cityId}'==381)}
19
-            找“<a href="{pboot:sitedomain}">心理咨询机构</a>”首选“<a href="{pboot:sitedomain}">乐达心理咨询</a>”效果好!专业!
19
+            {label:top_str_5}“<a href="{pboot:sitedomain}">{label:top_str_6}</a>”{label:top_str_7}“<a href="{pboot:sitedomain}">{label:top_str_8}</a>”{label:top_str_9}
20
             {else}
20
             {else}
21
-            找“<a href="{pboot:httpurl}">[sql:title]心理咨询机构</a>”首选“<a href="{pboot:sitedomain}" style="">乐达心理咨询</a>”效果好!专业!
21
+            {label:top_str_5}“<a href="{pboot:httpurl}">[sql:title]{label:top_str_6}</a>”{label:top_str_7}“<a href="{pboot:sitedomain}" style="">{label:top_str_8}</a>”{label:top_str_9}
22
             {/pboot:if}
22
             {/pboot:if}
23
         </div>
23
         </div>
24
         {/pboot:sql}
24
         {/pboot:sql}

+ 2
- 3
template/dafeult/top_city.html View File

2
 <div class="top">
2
 <div class="top">
3
     <div class="w1200">
3
     <div class="w1200">
4
         <div class="welcome">
4
         <div class="welcome">
5
-            <a href="{label:city_url}">心理咨询预约</a>,首选【<a href="{pboot:sitedomain}" style="">乐达心理</a>】
5
+            <a href="{label:city_url}">{label:top_city_1}</a>,{label:top_city_2}【<a href="{pboot:sitedomain}" style="">{label:top_city_3}</a>】
6
         </div>
6
         </div>
7
         <div class="info">
7
         <div class="info">
8
-            <a href="{label:city_url}">心理咨询预约</a>【<a href="{pboot:sitedomain}" style="">乐达心理</a>ledaxinli.com】全国高端连锁心理咨询机构
8
+            <a href="{label:city_url}">{label:top_city_4}</a>【<a href="{pboot:sitedomain}" style="">{label:top_city_5}</a>{label:top_city_6}】{label:top_city_7}
9
         </div>
9
         </div>
10
-
11
     </div>
10
     </div>
12
 </div>
11
 </div>
13
 </div>
12
 </div>

+ 5
- 5
template/dafeult/wap/case.html View File

29
   <div class="tuandui-lingyu">
29
   <div class="tuandui-lingyu">
30
     <ul>
30
     <ul>
31
       <li>
31
       <li>
32
-        <div class="cs">咨询方式:</div>
32
+        <div class="cs">{label:m_case_1}:</div>
33
         <div class="tuandui-body">
33
         <div class="tuandui-body">
34
           {content:ext_fangshi}
34
           {content:ext_fangshi}
35
         </div>
35
         </div>
36
       </li>
36
       </li>
37
       <li>
37
       <li>
38
-        <div class="cs">解决方案:</div>
38
+        <div class="cs">{label:m_case_2}:</div>
39
         <div class="tuandui-body">
39
         <div class="tuandui-body">
40
           {content:ext_fangan}
40
           {content:ext_fangan}
41
         </div>
41
         </div>
42
       </li>
42
       </li>
43
       <li>
43
       <li>
44
-        <div class="cs">治疗效果:</div>
44
+        <div class="cs">{label:m_case_3}:</div>
45
         <div class="tuandui-body">
45
         <div class="tuandui-body">
46
           {content:ext_xiaoguo}
46
           {content:ext_xiaoguo}
47
         </div>
47
         </div>
48
       </li>
48
       </li>
49
       <li>
49
       <li>
50
-        <div class="cs">客户评价:</div>
50
+        <div class="cs">{label:m_case_4}:</div>
51
         <div class="tuandui-body">
51
         <div class="tuandui-body">
52
           {content:ext_pingjia}
52
           {content:ext_pingjia}
53
         </div>
53
         </div>
56
   </div>
56
   </div>
57
   <div class="tuandui-zixun">
57
   <div class="tuandui-zixun">
58
 
58
 
59
-    <a href="/yuyue" target="_black">向TA咨询(免费评估)</a>
59
+    <a href="/yuyue" target="_black">{label:detail_btn_str}</a>
60
 
60
 
61
   </div>
61
   </div>
62
   <div class="sxp">
62
   <div class="sxp">

+ 1
- 1
template/dafeult/wap/city.html View File

41
       </style>
41
       </style>
42
   		
42
   		
43
   	            <div class="citylist">
43
   	            <div class="citylist">
44
-  				<div class="tips">城市分站页面仅代表本公司的业务覆盖范围,不代表国家行政区划。</div>
44
+  				<div class="tips">{label:city_str}</div>
45
   				 {pboot:city}  
45
   				 {pboot:city}  
46
   				<dl>
46
   				<dl>
47
   					<dt><a href= "[city:home]">[city:title]</a></dt>
47
   					<dt><a href= "[city:home]">[city:title]</a></dt>

+ 4
- 5
template/dafeult/wap/foot.html View File

12
       {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
12
       {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
13
       {pboot:if('{$temp_cityId}'==381)}
13
       {pboot:if('{$temp_cityId}'==381)}
14
 
14
 
15
-      <a href="{pboot:sitedomain}">心理咨询</a>  Copyright  ©  2019-2024
16
-      <a href="{pboot:sitedomain}">心理医生</a>,<a href="{pboot:sitedomain}">心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】全国高端连锁"<a href="{pboot:sitedomain}">心理咨询机构</a>"
15
+      <a href="{pboot:sitedomain}">{label:footer_key_1}</a>  {label:footer_key_7}
16
+      <a href="{pboot:sitedomain}">{label:footer_key_2}</a>,<a href="{pboot:sitedomain}">{label:footer_key_3}</a>【<a href="{pboot:sitedomain}">{label:footer_key_4}</a>】{label:footer_key_5}"<a href="{pboot:sitedomain}">{label:footer_key_6}</a>"
17
 
17
 
18
       {else}
18
       {else}
19
 
19
 
20
-      <a href="{pboot:httpurl}">[sql:title]心理咨询</a>  Copyright  ©  2019-2024
21
-      <a href="{pboot:httpurl}">[sql:title]心理医生</a>,<a href="{pboot:httpurl}">[sql:title]心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】全国高端连锁"<a href="{pboot:sitedomain}">心理咨询机构</a>"
22
-
20
+      <a href="{pboot:httpurl}">[sql:title]{label:footer_key_1}</a>  {label:footer_key_7}
21
+      <a href="{pboot:httpurl}">[sql:title]{label:footer_key_2}</a>,<a href="{pboot:httpurl}">[sql:title]{label:footer_key_3}</a>【<a href="{pboot:sitedomain}">{label:footer_key_4}</a>】{label:footer_key_5}"<a href="{pboot:sitedomain}">{label:footer_key_6}</a>"
23
 
22
 
24
       {/pboot:if}
23
       {/pboot:if}
25
       {/pboot:sql}
24
       {/pboot:sql}

+ 1
- 1
template/dafeult/wap/foot_city.html View File

7
   <div class="footer-copy-content">
7
   <div class="footer-copy-content">
8
     <p>
8
     <p>
9
 
9
 
10
-      <a href="{label:city_url}">心理咨询预约</a> Copyright © 2019-2024 “<a href="{label:city_url}">心理咨询预约</a> ”就上“<a href="{pboot:sitedomain}">乐达心理</a>”全国高端连锁
10
+      <a href="{label:city_url}">{label:footer_city_1}</a> {label:footer_key_7} “<a href="{label:city_url}">{label:footer_city_2}</a> ”{label:footer_city_3}“<a href="{pboot:sitedomain}">{label:footer_city_4}</a>”{label:footer_city_5}
11
 
11
 
12
       {pboot:sitecopyright}</p>
12
       {pboot:sitecopyright}</p>
13
     <p><a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{pboot:siteicp}</a> {pboot:sitestatistical}</p>
13
     <p><a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{pboot:siteicp}</a> {pboot:sitestatistical}</p>

+ 9
- 32
template/dafeult/wap/index.html View File

151
 <!--服务流程-->
151
 <!--服务流程-->
152
 <div class="index-page">
152
 <div class="index-page">
153
   <div class="index-title">
153
   <div class="index-title">
154
-    <h2>服务流程</h2>
154
+
155
+    {pboot:sort scode=13}
156
+    <h2>[sort:subname]</h2>
157
+    {/pboot:sort}
158
+
155
   </div>
159
   </div>
156
   <div class="liucheng">
160
   <div class="liucheng">
157
     <ul>
161
     <ul>
162
+      {pboot:sort scode=14,15,16,17,18}
158
       <li>
163
       <li>
159
         <div class="box">
164
         <div class="box">
160
-          <h2><span>step1</span>预约与评估</h2>
161
-          <p>预约方式:电话或微信
162
-            文字或语音进行初步评估</p>
163
-        </div>
164
-      </li>
165
-      <li>
166
-        <div class="box">
167
-          <h2><span>step2</span>签订保密协议</h2>
168
-          <p>纸质或电子版协议签订
169
-            保障来访者隐私安全</p>
170
-        </div>
171
-      </li>
172
-      <li>
173
-        <div class="box">
174
-          <h2><span>step3</span>一对一咨询</h2>
175
-          <p>选择心理咨询师
176
-            对父母或孩子进行评估与测量</p>
177
-        </div>
178
-      </li>
179
-      <li>
180
-        <div class="box">
181
-          <h2><span>step4</span>选择咨询方式</h2>
182
-          <p>线下面对面
183
-            线上语音,视频</p>
184
-        </div>
185
-      </li>
186
-      <li>
187
-        <div class="box">
188
-          <h2><span>step5</span>咨询时间设置</h2>
189
-          <p>60分钟/次
190
-            次数与频次由双方协商决定</p>
165
+          <h2><span>[sort:name]</span>[sort:subname]</h2>
166
+          <p>[sort:def1]</p>
191
         </div>
167
         </div>
192
       </li>
168
       </li>
169
+      {/pboot:sort}
193
     </ul>
170
     </ul>
194
   </div>
171
   </div>
195
 </div>
172
 </div>

+ 21
- 57
template/dafeult/wap/message.html View File

20
 {include file=head.html}
20
 {include file=head.html}
21
 <div class="main">
21
 <div class="main">
22
   <div class="page-title">
22
   <div class="page-title">
23
-    <h2>心理咨询快速预约通道</h2>
23
+    <h2>{label:message_str_1}</h2>
24
   </div>
24
   </div>
25
   <form action="{pboot:msgaction}"  method="post">
25
   <form action="{pboot:msgaction}"  method="post">
26
     <div class="list-form">
26
     <div class="list-form">
51
           </div>
51
           </div>
52
         </li>
52
         </li>
53
         <li>
53
         <li>
54
-          <div class="tip-text">咨询类型:</div>
54
+
55
+          {pboot:sort scode=19}
56
+          <div class="tip-text">[sort:subname]:</div>
57
+          {/pboot:sort}
58
+
59
+
55
           <div class="xuanze">
60
           <div class="xuanze">
61
+
62
+            {pboot:sql sql="select * from ay_content_sort where pcode='19' and status=1 order by sorting asc"}
56
             <div class="box">
63
             <div class="box">
57
-              <input  type='radio' id='attr_31_1' name='leixing' value='亲子关系'>
58
-              <label for="attr_31_1">亲子关系</label>
59
-            </div>
60
-            <div class="box">
61
-              <input  type='radio' id='attr_31_2' name='leixing' value='婚姻家庭'>
62
-              <label for="attr_31_2">婚姻家庭</label>
63
-            </div>
64
-            <div class="box">
65
-              <input  type='radio' id='attr_31_3' name='leixing' value='自我成长'>
66
-              <label for="attr_31_3">自我成长</label>
67
-            </div>
68
-            <div class="box">
69
-              <input  type='radio' id='attr_31_4' name='leixing' value='人际关系'>
70
-              <label for="attr_31_4">人际关系</label>
71
-            </div>
72
-            <div class="box">
73
-              <input  type='radio' id='attr_31_5' name='leixing' value='职业发展'>
74
-              <label for="attr_31_5">职业发展</label>
75
-            </div>
76
-            <div class="box">
77
-              <input  type='radio' id='attr_31_6' name='leixing' value='其他'>
78
-              <label for="attr_31_6">其他</label>
64
+              <input  type='radio' id='attr_31_[sql:sorting]' name='leixing' value='[sql:name]'>
65
+              <label for="attr_31_[sql:sorting]">[sql:name]</label>
79
             </div>
66
             </div>
67
+            {/pboot:sql}
68
+
80
           </div>
69
           </div>
81
         </li>
70
         </li>
82
         <li>
71
         <li>
98
           </div>
87
           </div>
99
         </li>
88
         </li>
100
         <li class="center">
89
         <li class="center">
101
-          <button class="tijiao" type="submit" id="tj">立即预约</button>
90
+          <button class="tijiao" type="submit" id="tj">{label:message_str_2}</button>
102
         </li>
91
         </li>
103
       </ul>
92
       </ul>
104
     </div>
93
     </div>
119
 <!--服务流程-->
108
 <!--服务流程-->
120
 <div class="index-page">
109
 <div class="index-page">
121
   <div class="page-title">
110
   <div class="page-title">
122
-    <h2>咨询的流程与方式 !</h2>
111
+    {pboot:sort scode=13}
112
+    <h2>[sort:subname]</h2>
113
+    {/pboot:sort}
123
   </div>
114
   </div>
124
   <div class="liucheng">
115
   <div class="liucheng">
125
     <ul>
116
     <ul>
117
+      {pboot:sort scode=14,15,16,17,18}
126
       <li>
118
       <li>
127
         <div class="box">
119
         <div class="box">
128
-          <h2><span>step1</span>预约与评估</h2>
129
-          <p>预约方式:电话或微信
130
-            文字或语音进行初步评估</p>
131
-        </div>
132
-      </li>
133
-      <li>
134
-        <div class="box">
135
-          <h2><span>step2</span>签订保密协议</h2>
136
-          <p>纸质或电子版协议签订
137
-            保障来访者隐私安全</p>
138
-        </div>
139
-      </li>
140
-      <li>
141
-        <div class="box">
142
-          <h2><span>step3</span>一对一咨询</h2>
143
-          <p>选择心理咨询师
144
-            对父母或孩子进行评估与测量</p>
145
-        </div>
146
-      </li>
147
-      <li>
148
-        <div class="box">
149
-          <h2><span>step4</span>选择咨询方式</h2>
150
-          <p>线下面对面
151
-            线上语音,视频</p>
152
-        </div>
153
-      </li>
154
-      <li>
155
-        <div class="box">
156
-          <h2><span>step5</span>咨询时间设置</h2>
157
-          <p>60分钟/次
158
-            次数与频次由双方协商决定</p>
120
+          <h2><span>[sort:name]</span>[sort:subname]</h2>
121
+          <p>[sort:def1]</p>
159
         </div>
122
         </div>
160
       </li>
123
       </li>
124
+      {/pboot:sort}
161
     </ul>
125
     </ul>
162
   </div>
126
   </div>
163
 </div>
127
 </div>

+ 3
- 3
template/dafeult/wap/team.html View File

30
   <div class="tuandui-lingyu">
30
   <div class="tuandui-lingyu">
31
     <ul>
31
     <ul>
32
       <li>
32
       <li>
33
-        <div class="cs">擅长领域:</div>
33
+        <div class="cs">{label:team_str_1}:</div>
34
         <p class="csz">{content:ext_shanchang}</p>
34
         <p class="csz">{content:ext_shanchang}</p>
35
       </li>
35
       </li>
36
       <li>
36
       <li>
37
-        <div class="cs">详细介绍:</div>
37
+        <div class="cs">{label:team_str_2}:</div>
38
         <div class="tuandui-body">
38
         <div class="tuandui-body">
39
           {content:content}
39
           {content:content}
40
         </div>
40
         </div>
42
     </ul>
42
     </ul>
43
   </div>
43
   </div>
44
   <div class="tuandui-zixun">
44
   <div class="tuandui-zixun">
45
-    <a href="/yuyue" target="_black">向TA咨询(免费评估)</a>
45
+    <a href="/yuyue" target="_black">{label:team_str_3}</a>
46
   </div>
46
   </div>
47
   <div class="sxp">
47
   <div class="sxp">
48
     <p class="prev">上一篇:{content:precontent}</p>
48
     <p class="prev">上一篇:{content:precontent}</p>

Loading…
Cancel
Save