<input type="text" name="textfield" class="type-file-text" />
            <input type="button" name="button" value="" class="type-file-button" />
            <input class="type-file-file" type="file" title="" nc_type="change_default_goods_image" hidefocus="true" size="30" name="actiity_pic">
            <input name="default_img" type="hidden" value="<?php 
echo $output['info']['content']['body']['imageurl'];
?>
"/>
                </span>
            
                <span class="type-file-show">
          		<img class='show_image' src="<?php 
echo ADMIN_TEMPLATES_URL;
?>
/images/preview.png">
                        <div class="type-file-preview" style="display: none;"><img src="<?php 
echo rec_thumb($output['info']['content']['body']['imageurl']);
?>
" onload="javascript:DrawImage(this,500,500);" width="500" height="168"></div>
            </span>
                
            </td>
         <td class="name ">
                 <select id="activity_type" name="activity_type">
                     <option value="0">请选择分类</option>
                     <option <?php 
if ($output['info']['content']['body']['contenttype'] == 'pf_goods') {
    echo 'selected';
}
?>
 value="pf_goods">商品</option>
                     <option value="pf_signup" <?php 
    foreach ($output['list'] as $k => $v) {
        ?>
      <tr class="bd-line">
          <td>
              <div class="" >
                  <img class="show_image"  src="<?php 
        echo rec_thumb($v['rec_img'], 60);
        ?>
">
                     <div class="type-file-preview"><img src="<?php 
        echo rec_thumb($v['rec_img']);
        ?>
" onload="javascript:DrawImage(this,500,500);"></div>
                     
<!--                  <img src="<?php 
        echo rec_thumb($v['rec_img'], 60);
        ?>
">-->
              </div>
          </td>
        <td class="tl"><dl class="goods-name">
            <dt><a target="_blank" href="<?php 
        echo urlShop('goods', 'index', array('goods_id' => $v['goods_id']));
        ?>
"><?php 
        echo $v['goods_name'];
        ?>
</a></dt>
            <dd><?php 
        echo $v['item_name'];
        ?>