bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!-- $Id: shop_config.htm 16865 2009-12-10 06:05:32Z sxc_shop $ -->
{include file="pageheader.htm"}
{insert_scripts files="../js/utils.js"}
<form method='POST' action='app_manage.php' enctype="multipart/form-data">
<div class='main-div' id='main_div'>
<p>最多选择6张图片,图片格式限制为png、jpg、jpeg、gif,大小限制为300KB,点击确定会<span style="color:red;">覆盖当前设置!</span></p>
<p>
当前图片:
{if $guide_picture}
{foreach from=$guide_picture key=key item=item}
<img id="img_{$key}" src="{$item}?{$rand}" style="width:300px;" />
{/foreach}
{else}
{/if}
</p>
<p>
<input id="file_{$key}" type='file' name="guide_picture[]" value="选择图片"/>
<input id="file_{$key}" type='file' name="guide_picture[]" value="选择图片"/>
<input id="file_{$key}" type='file' name="guide_picture[]" value="选择图片"/>
<input id="file_{$key}" type='file' name="guide_picture[]" value="选择图片"/>
<input id="file_{$key}" type='file' name="guide_picture[]" value="选择图片"/>
<input id="file_{$key}" type='file' name="guide_picture[]" value="选择图片"/>
</p>
<p id='submit_area'>
<input type='hidden' name='act' value='save_guide_picture'/> 
<input type='submit' id='submit_button' class='button' value='确定'/>
</p>
</div>
</form>
{literal}
<script language="JavaScript">
onload = function()
{
    // 开始检查订单
    startCheckOrder();
}
</script>
{/literal}
{include file="pagefooter.htm"}