www.gusucode.com > Ectouch手机端网购商城系统PHP版源码程序 > ectouch/include/apps/admin/view/groupbuy_edit.php

    {include file="pageheader"}
<div class="panel panel-default">
  <div class="panel-heading">
    <h3 class="panel-title">{$ur_here}</h3>
  </div>
  <div class="panel-body">
    <form action="{url('edit')}" method="post" enctype="multipart/form-data" class="form-horizontal" role="form">
      <table id="general-table" class="table table-hover ectouch-table">
        <tr>
          <td width="200">{$lang['label_goods_name']}</td>
          <td><div class="col-md-4">
              <input type='text' name='data[brand_name]' maxlength="20" disabled="disabled" value='{$info['act_name']}' class="form-control input-sm" />
            </div></td>
        </tr>
        <tr>
          <td>{$lang['label_goods_banner']}</td>
          <td><div class="col-md-4">
              <input type="file" name="act_banner" class="form-control input-sm" />
              </div>
              {if $info['act_banner']}
              <div class="col-md-1">
                <a href="javascript:;" class="glyphicon glyphicon-picture ectouch-fs16" style="text-decoration:none;" onClick="showImg('act_banner', '{$lang['label_banner']}')" title="View"></a>
				<div id="act_banner_layer" style="display:none"> <img src="{$info['act_banner']}" border="0" style="max-width:320px; max-height:320px;" /> </div>
              </div>
              {/if}
          </td>
        </tr>
        <tr>
          <td></td>
          <td><div class="col-md-4">
              <input type="submit" value="{$lang['button_submit']}" class="btn btn-primary" />
              <input type="reset" value="{$lang['button_reset']}" class="btn btn-default" />
            </div></td>
        </tr>
      </table>
      <input type="hidden" name="id" value="{$info['act_id']}" />
    </form>
  </div>
</div>
<script language="JavaScript">
{include file="pagefooter"}