|
@@ -88,7 +88,7 @@
|
|
</span>
|
|
</span>
|
|
<input id="location" type="hidden" value="{{if .T.res.Dom}}{{.T.res.Dom}}{{end}}">
|
|
<input id="location" type="hidden" value="{{if .T.res.Dom}}{{.T.res.Dom}}{{end}}">
|
|
<input id="cityname" type="hidden" value="">
|
|
<input id="cityname" type="hidden" value="">
|
|
- <a href="javascript:void(0)" onclick="showMap()">查看详细地图</a>
|
|
|
|
|
|
+ <a href="javascript:void(0)" class="font-size-12" onclick="showMap()">查看详细地图</a>
|
|
{{end}}
|
|
{{end}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -124,7 +124,7 @@
|
|
<div class="entinfo-basicinfo ent-layout-up">
|
|
<div class="entinfo-basicinfo ent-layout-up">
|
|
<div class="b-com-title">
|
|
<div class="b-com-title">
|
|
<span class="glyphicon jianzhu"></span>基本信息
|
|
<span class="glyphicon jianzhu"></span>基本信息
|
|
- <font>(来源:<a href="http://gsxt.saic.gov.cn/" rel="nofollow" style="text-decoration: underline;color: #0099FF;">全国企业信用信息公示系统</a>)</font>
|
|
|
|
|
|
+ <font>(来源:<a href="http://gsxt.saic.gov.cn/" rel="nofollow">全国企业信用信息公示系统</a>)</font>
|
|
</div>
|
|
</div>
|
|
<div class="b-com-content">
|
|
<div class="b-com-content">
|
|
<div class="entinfo-round">
|
|
<div class="entinfo-round">
|
|
@@ -143,7 +143,23 @@
|
|
</span>
|
|
</span>
|
|
<br>
|
|
<br>
|
|
{{end}}
|
|
{{end}}
|
|
- {{if .T.res.EntName}}{{.T.res.EntName}}{{end}}
|
|
|
|
|
|
+ {{if .T.res.EntName}}
|
|
|
|
+ <script>
|
|
|
|
+ var entName = {{.T.res.EntName}};
|
|
|
|
+ if(entName.length > 15){
|
|
|
|
+ var firstLine = entName.substring(0,15);
|
|
|
|
+ var secondLine = entName.substring(15,entName.length);
|
|
|
|
+ console.info(secondLine);
|
|
|
|
+ if(secondLine.length > 15){
|
|
|
|
+ secondLine = secondLine.substring(0,12)+"...";
|
|
|
|
+ }
|
|
|
|
+ document.write(firstLine+"<br>"+secondLine);
|
|
|
|
+ }else{
|
|
|
|
+ document.write(entName);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ </script>
|
|
|
|
+ {{end}}
|
|
</div>
|
|
</div>
|
|
<br><img src="/images/entcommunity/triangle.png">
|
|
<br><img src="/images/entcommunity/triangle.png">
|
|
</span>
|
|
</span>
|
|
@@ -181,7 +197,7 @@
|
|
<!--公司类型-->
|
|
<!--公司类型-->
|
|
<div class="entinfo-enttype">
|
|
<div class="entinfo-enttype">
|
|
<div>
|
|
<div>
|
|
- <span{{if not .T.res.EntTypeName}} class="entinfo-disabled"{{end}}>公司类型</span>
|
|
|
|
|
|
+ <span{{if not .T.res.EntTypeName}} class="entinfo-disabled"{{end}}>企业类型</span>
|
|
<span>{{if .T.res.EntTypeName}}{{.T.res.EntTypeName}}{{end}}</span>
|
|
<span>{{if .T.res.EntTypeName}}{{.T.res.EntTypeName}}{{end}}</span>
|
|
</div>
|
|
</div>
|
|
<img src="/images/entcommunity/gongsileixing.png">
|
|
<img src="/images/entcommunity/gongsileixing.png">
|
|
@@ -258,7 +274,6 @@
|
|
<span class="clearfix"></span>
|
|
<span class="clearfix"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- {{end}}
|
|
|
|
{{if and (not .T.res.gs) (not .T.res.investor)}}
|
|
{{if and (not .T.res.gs) (not .T.res.investor)}}
|
|
<div class="ent-findnull">
|
|
<div class="ent-findnull">
|
|
<img src="/images/findnull.png" class="b-findnull">
|
|
<img src="/images/findnull.png" class="b-findnull">
|