why.xingtongworld.com项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
707 B

{layout name="agency/agylayout" /}
<div class="recruitlist">
{volist name="list" id="vo"}
<a {if condition="$vo['href']"} href="{$vo.href}" target="__blank"{else} href="{:url('agency/content',['id'=>$vo.id,'kind'=>$kind])}"{/if} class="state_6_item">
<div class="modeub modeac recruitcon" onmouseover="addnews3Class(this)" onmouseout="removenews3Class(this)" style="color: #1d1d1d">
<div class="nor adleftimg norimg"></div>
<div class="recruitlisttitle modef1">{$vo.title}</div>
<div class="recruitlisttime">{$vo.create_date|date='Y·m·d',###}</div>
</div>
</a>
{/volist}
</div>
<div class="col-xs-12 text-center list-page" align="center">{$page}</div>