<td align="right"><span class="nec">工作经验</span>:</td>
			<td>
				<div style="position:relateve;">
             	 	<div id="experience_menu" class="input_text_200_bg"><?php 
if ($this->_vars['userprofile']['experience'] > 0) {
    echo $this->_vars['userprofile']['experience_cn'];
} else {
    ?>
请选择<?php 
}
?>
</div>	
             	 	<div class="menu" id="menu2">
	              		<ul>
	              			<?php 
echo tpl_function_qishi_get_classify(array('set' => "类型:QS_experience,列表名:c_experience"), $this);
?>
	              			<?php 
if (count((array) $this->_vars['c_experience'])) {
    foreach ((array) $this->_vars['c_experience'] as $this->_vars['list']) {
        ?>
	              			<li id="<?php 
        echo $this->_vars['list']['id'];
        ?>
" title="<?php 
        echo $this->_vars['list']['categoryname'];
        ?>
"><?php 
        echo $this->_vars['list']['categoryname'];
        ?>
</li>
Пример #2
0
	<!-- 简历相关 -->
	<div class="about_resume">
		<div class="left">
			<div class="job_box">
				<div class="box_tit">
					<div class="tit">热门简历标签</div> <div class="more"><a href="<?php 
echo $this->_run_modifier("QS_resumetag", 'qishi_url', 'plugin', 1);
?>
" target="_blank">更多>></a></div>
					<div class="clear"></div>
				</div>
				<div class="box_content">
					<div class="tag">
						<p>
							<?php 
echo tpl_function_qishi_get_classify(array('set' => "列表名:cat,类型:QS_resumetag,显示数目:8"), $this);
if (count((array) $this->_vars['cat'])) {
    foreach ((array) $this->_vars['cat'] as $this->_vars['list']) {
        ?>
							<a href="<?php 
        echo $this->_run_modifier($this->_run_modifier("QS_resumetag,resumetag:", 'cat', 'plugin', 1, $this->_vars['list']['id']), 'qishi_url', 'plugin', 1);
        ?>
" target="_blank"><?php 
        echo $this->_vars['list']['categoryname'];
        ?>
</a>
							 <?php 
    }
}
?>
						</p>
			<td align="right"><span class="nec">学历</span>:</td>
			<td>
				<div style="position:relateve;">
             	 	<div id="education_menu" class="input_text_200_bg"><?php 
if ($this->_vars['userprofile']['education'] > 0) {
    echo $this->_vars['userprofile']['education_cn'];
} else {
    ?>
请选择<?php 
}
?>
</div>	
             	 	<div class="menu" id="menu1">
	              		<ul>
	              			<?php 
echo tpl_function_qishi_get_classify(array('set' => "类型:QS_education,列表名:c_education"), $this);
?>
	              			<?php 
if (count((array) $this->_vars['c_education'])) {
    foreach ((array) $this->_vars['c_education'] as $this->_vars['list']) {
        ?>
	              			<li id="<?php 
        echo $this->_vars['list']['id'];
        ?>
" title="<?php 
        echo $this->_vars['list']['categoryname'];
        ?>
"><?php 
        echo $this->_vars['list']['categoryname'];
        ?>
</li>
?>
			  
			  <div class="clear"></div>
			  </div>			  </td>
		  </tr>


 		<tr>
			<td width="127" align="right"><span class="nec">期望薪资:</span></td>
			<td colspan="2">
				<div style="position:relateve;">
             	 	<div id="wage_menu" class="input_text_200_bg">请选择</div>	
             	 	<div class="menu" id="menu3">
	              		<ul>
	              			<?php 
echo tpl_function_qishi_get_classify(array('set' => "类型:QS_wage,列表名:c_wage"), $this);
?>
	              			<?php 
if (count((array) $this->_vars['c_wage'])) {
    foreach ((array) $this->_vars['c_wage'] as $this->_vars['list']) {
        ?>
	              			<li id="<?php 
        echo $this->_vars['list']['id'];
        ?>
" title="<?php 
        echo $this->_vars['list']['categoryname'];
        ?>
"><?php 
        echo $this->_vars['list']['categoryname'];
        ?>
</li>