|
@@ -26,6 +26,13 @@
|
|
|
<td class="vatop tips"></td>
|
|
|
</tr>
|
|
|
<tr class="noborder">
|
|
|
+ <td colspan="2" class="required"><label class="validation"><?php echo $lang['brand_index_country'];?>:</label></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="noborder">
|
|
|
+ <td class="vatop rowform"><input type="text" value="<?php echo $output['brand_array']['brand_country']?>" name="brand_country" id="brand_country" class="txt"></td>
|
|
|
+ <td class="vatop tips"></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="noborder">
|
|
|
<td colspan="2" class="required"><label class="validation">名称首字母:</label></td>
|
|
|
</tr>
|
|
|
<tr class="noborder">
|
|
@@ -55,17 +62,17 @@
|
|
|
<td class="vatop tips"><?php echo $lang['brand_index_class_tips'];?></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td colspan="2" class="required"><?php echo $lang['brand_index_pic_sign'];?>: </td>
|
|
|
+ <td colspan="2" class="required"><?php echo $lang['brand_index_pic_sign'];?>: </td>
|
|
|
</tr>
|
|
|
<tr class="noborder">
|
|
|
- <td class="vatop rowform"><span class="type-file-show"> <img class="show_image" src="<?php echo ADMIN_TEMPLATES_URL;?>/images/preview.png">
|
|
|
+ <td class="vatop rowform"><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 id="view_img" src="<?php echo UPLOAD_SITE_URL.'/'.ATTACH_BRAND.'/'.$output['brand_array']['brand_pic']; ?>"></div>
|
|
|
</span> <span class="type-file-box">
|
|
|
<input type='text' name='brand_pic' id='brand_pic' class='type-file-text' />
|
|
|
<input type='button' name='button' id='button' value='' class='type-file-button' />
|
|
|
<input name="_pic" type="file" class="type-file-file" id="_pic" size="30" hidefocus="true" />
|
|
|
</span></td>
|
|
|
- <td class="vatop tips"><?php echo $lang['brand_index_upload_tips'].$lang['brand_add_support_type'];?>gif,jpg,png</td>
|
|
|
+ <td class="vatop tips"><?php echo $lang['brand_index_upload_tips'].$lang['brand_add_support_type'];?>gif,jpg,png</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td colspan="2" class="required">展示方式: </td>
|