wesmiler 5 年之前
父節點
當前提交
ea28fba580

+ 5 - 5
public/themes/mjmls/index/jiameng/list.html

@@ -65,13 +65,13 @@
             <foreach name="lists" id="v" >
                 <li>
                     <div class="fl li-le">
-                        <a href="/b{$v.id}/" target="_blank" title="{$v.title}">
+                        <a href="/b{$v.id}/" title="{$v.title}">
                             <img src="{:cmf_get_image_preview_url($v.logo)}" alt="">
                         </a>
                     </div>
                     <div class="fl li-mid">
                         <div>
-                            <a href="/b{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
+                            <a href="/b{$v.id}/" title="{$v.title}">{$v.title}</a>
                             <if condition="$v.company">
                                 <span>/ {$v.area_name} {$v.company}</span>
                             </if>
@@ -92,7 +92,7 @@
                         </p>
                     </div>
                     <div class="fr mob_none">
-                        <a href="/b{$v.id}/#form" target="_blank">
+                        <a href="/b{$v.id}/#form">
                             <span>我要咨询</span>
                             <!--<img src="__TMPL__/static/images/join-logo.jpg" width="80" height="80" alt="">-->
                         </a>
@@ -112,7 +112,7 @@
             <h2>最新入驻品牌</h2>
             <div class="new-brand">
                 <foreach name="brandNews" id="v" >
-                    <a href="/b{$v.id}/" target="_blank" title="{$v.title},{$v.company},{$v.catname}">{$v.title}</a>
+                    <a href="/b{$v.id}/" title="{$v.title},{$v.company},{$v.catname}">{$v.title}</a>
                 </foreach>
             </div>
         </div>
@@ -122,7 +122,7 @@
                 <foreach name="paihang" id="v" >
                     <li>
                         <i></i>
-                        <a href="/b{$v.id}/" target="_blank" title="{$v.title},{$v.company},{$v.catname}">{$v.title}</a>
+                        <a href="/b{$v.id}/" title="{$v.title},{$v.company},{$v.catname}">{$v.title}</a>
                         <span class="fr">{$v.hits|default='0'}</span>
                     </li>
                 </foreach>

+ 5 - 5
public/themes/mjmls/index/jiameng/search.html

@@ -80,13 +80,13 @@
             <foreach name="lists" id="v" >
             <li>
                 <div class="fl li-le">
-                    <a href="/b{$v.id}/" target="_blank" title="{$v.title}">
+                    <a href="/b{$v.id}/" title="{$v.title}">
                         <img src="{:cmf_get_image_preview_url($v.logo)}" alt="">
                     </a>
                 </div>
                 <div class="fl li-mid">
                     <div>
-                        <a href="/b{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
+                        <a href="/b{$v.id}/" title="{$v.title}">{$v.title}</a>
                         <if condition="$v.company">
                         <span>/ {$v.area_name} {$v.company}</span>
                         </if>
@@ -107,7 +107,7 @@
                     </p>
                 </div>
                 <div class="fr mob_none">
-                    <a href="/b{$v.id}/#form" target="_blank">
+                    <a href="/b{$v.id}/#form">
                         <span>我要咨询</span>
                         <!--<img src="__TMPL__/static/images/join-logo.jpg" width="80" height="80" alt="">-->
                     </a>
@@ -127,7 +127,7 @@
             <h2>最新入驻品牌</h2>
             <div class="new-brand">
                 <foreach name="brandNews" id="v" >
-                <a href="/b{$v.id}/" target="_blank" title="{$v.title},{$v.company},{$v.catname}">{$v.title}</a>
+                <a href="/b{$v.id}/" title="{$v.title},{$v.company},{$v.catname}">{$v.title}</a>
                 </foreach>
             </div>
         </div>
@@ -137,7 +137,7 @@
                 <foreach name="paihang" id="v" >
                 <li>
                     <i></i>
-                    <a href="/b{$v.id}/" target="_blank" title="{$v.title},{$v.company},{$v.catname}">{$v.title}</a>
+                    <a href="/b{$v.id}/" title="{$v.title},{$v.company},{$v.catname}">{$v.title}</a>
                     <span class="fr">{$v.hits|default='0'}</span>
                 </li>
                 </foreach>

+ 7 - 7
public/themes/mjmls/index/jiameng/show.html

@@ -168,7 +168,7 @@
                 <foreach name="about_news" id="v">
                     <if condition="$key eq 0">
                         <div class="fir-nbox mob_none">
-                            <a href="/news{$v.id}/" target="_blank" title="{$v.title}">
+                            <a href="/news{$v.id}/" title="{$v.title}">
                                 <img src="{:cmf_get_image_preview_url($v.thumb)}" alt="{$v.title}">
                                 <h3> {$v.title}</h3>
                                 <p> {$v.description}</p>
@@ -182,7 +182,7 @@
                     <foreach name="about_news" id="v">
                         <if condition="$key gt 0">
                         <li>
-                            <a href="/news{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
+                            <a href="/news{$v.id}/" title="{$v.title}">{$v.title}</a>
                             <span>{:date('m-d',$v.create_time)}</span>
                         </li>
                         </if>
@@ -194,7 +194,7 @@
                 <foreach name="brand_news" id="v">
                     <if condition="$key eq 0">
                     <div class="fir-nbox mob_none">
-                        <a href="/news{$v.id}/" target="_blank" title="{$v.title}">
+                        <a href="/news{$v.id}/" title="{$v.title}">
                             <img src="{:cmf_get_image_preview_url($v.thumb)}" alt="{$v.title}">
                             <h3> {$v.title}</h3>
                             <p> {$v.description}</p>
@@ -207,7 +207,7 @@
                     <foreach name="brand_news" id="v">
                         <if condition="$key gt 0">
                             <li>
-                                <a href="/news{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
+                                <a href="/news{$v.id}/" title="{$v.title}">{$v.title}</a>
                                 <span>{:date('m-d',$v.create_time)}</span>
                             </li>
                         </if>
@@ -315,7 +315,7 @@
                 <foreach name="paihang" id="v">
                 <li>
                     <i></i>
-                    <a href="/b{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
+                    <a href="/b{$v.id}/" title="{$v.title}">{$v.title}</a>
                     <span class="fr">{$v.hits}</span>
                 </li>
                 </foreach>
@@ -325,7 +325,7 @@
             <h2>热门行业</h2>
             <div class="hot-trade">
                 <foreach name="hot_cate" id="v">
-                    <a href="/xm{$v.enname}/" class="aside_a{$key+1%5}" target="_blank" title="{$v.catname}">{$v.catname}</a>
+                    <a href="/xm{$v.enname}/" class="aside_a{$key+1%5}" title="{$v.catname}">{$v.catname}</a>
                 </foreach>
             </div>
         </div>
@@ -333,7 +333,7 @@
             <h2>相似品牌</h2>
             <div class="new-brand">
                 <foreach name="jx_jm" id="v">
-                <a href="/b{$v.id}/" target="_blank" title="{$v.title}">{$v.title}</a>
+                <a href="/b{$v.id}/" title="{$v.title}">{$v.title}</a>
                 </foreach>
             </div>
         </div>