Commit 520df6f7 authored by 章建武's avatar 章建武

dep

parent 36ad5362
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div class="form-group"> <div class="form-group">
<input value="{$_keywords ? $_keywords : '' ;}" <input value="{$_keywords ? $_keywords : '' ;}"
name="_keywords" id="_keywords" class="form-control input-sm" name="_keywords" id="_keywords" class="form-control input-sm"
placeholder="标题 来源"> placeholder="">
</div> </div>
<div class="form-group"> <div class="form-group">
......
...@@ -86,10 +86,18 @@ ...@@ -86,10 +86,18 @@
<h3>{{$v->jobs}}</h3> <h3>{{$v->jobs}}</h3>
</div> </div>
<div class="panel-tab-center"> <div class="panel-tab-center">
@if($language_type == 1)
<h3> Workplace:<span>{{$v->address}}</span></h3>
@else
<h3> 工作地点:<span>{{$v->address}}</span></h3> <h3> 工作地点:<span>{{$v->address}}</span></h3>
@endif
</div> </div>
<div class="panel-tab-center1"> <div class="panel-tab-center1">
@if($language_type == 1)
<h3>Number of recruiters:<span>{{$v->pople_num}}</span></h3>
@else
<h3>招聘人数:<span>{{$v->pople_num}}</span></h3> <h3>招聘人数:<span>{{$v->pople_num}}</span></h3>
@endif
</div> </div>
<div class="panel-tab-right"> <div class="panel-tab-right">
<h3><em class=" icon-down-open-1"></em></h3> <h3><em class=" icon-down-open-1"></em></h3>
...@@ -102,7 +110,14 @@ ...@@ -102,7 +110,14 @@
{!! $v->content !!} {!! $v->content !!}
</div> </div>
<div class="panel-inner-b-btn"> <div class="panel-inner-b-btn">
<a href="http://company.zhaopin.com/%E6%B7%B1%E5%9C%B3%E6%97%B6%E5%B0%9A%E5%95%86%E4%B8%9A%E5%9C%B0%E4%BA%A7%E9%9B%86%E5%9B%A2%E8%82%A1%E4%BB%BD%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8_CC120721323.htm" target="_blank">我要应聘<span></span></a> <a href="http://company.zhaopin.com/%E6%B7%B1%E5%9C%B3%E6%97%B6%E5%B0%9A%E5%95%86%E4%B8%9A%E5%9C%B0%E4%BA%A7%E9%9B%86%E5%9B%A2%E8%82%A1%E4%BB%BD%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8_CC120721323.htm" target="_blank">
@if($language_type == 1)
I want to apply
@else
我要应聘
@endif
<span></span>
</a>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment