index.phtml 1.8 KB
<div class="kc-box">
  <div class="kc-m">
    <div class="kc-n">
      <div class="giveup_left">
        <h3>取消邮件订阅</h3>
        <h1>您确定要退订来自YOHO!有货的邮件订阅吗?</h1>
        <h4>退订后我们将不再为您发送关于YOHO!有货的<span>潮流资讯,活动促销,折扣券,生日祝福</span>的邮件了。</h4>
        <h2>在您退订之前,花费您10秒的时间告诉我们您退订的原因,我们会根据您的意见进行改进!<br/>
        </h2>
        <form action="/unsubscribe/save" method="Post">
	        <span class="giveup_intro"><input type="checkbox" value="邮件内容不吸引我" name="remark[]">邮件内容不吸引我</span> 
	        <span class="giveup_intro"><input type="checkbox" value="邮件发送太频繁" name="remark[]">邮件发送太频繁</span> 
	        <span class="giveup_intro"><input type="checkbox" value="3" name="other">其他</span>
	        <span id="back_content" style="display:none">
	        	<textarea class="textarea_1_new" style="width:400px;height:100px" rows="" cols="" name="remark[]"></textarea>
	        </span>
	        <div><input type="submit" class="sure_btn_01" value="" /> <input type="submit" class="sure_btn_02" value="" /></div>
        </form>
      </div>
      <!--left 744 end-->
      <div class="giveup_right"><?php print $this->QHtmlCode('20111122-153201');?></div>
      <!--right 246 end-->
    </div>
  </div>
</div>
<div class="giveup_list">
  <h3>精品排行</h3>
  <ul>
   <?php print $this->QHtmlCode('20111122-134835');?>
  </ul>
</div>
<script type="text/javascript">
<!--
$(document).ready(function(){
	$('input[name="other"]').bind('click', function(){
		if($(this).attr('checked')){
			$('#back_content').show();
		}else{
			$('#back_content').hide();
		}
	});
});
//-->
</script>
<!--list end-->