123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- {include file="public/header" /}
- <div class="page">
- <div class="fixed-bar">
- <div class="item-title">
- <div class="subject">
- <h3>{$Think.lang.ds_groupbuy}</h3>
- <h5></h5>
- </div>
- {include file="public/admin_items" /}
- </div>
- </div>
-
- <div class="explanation" id="explanation">
- <div class="title" id="checkZoom">
- <h4 title="{$Think.lang.ds_explanation_tip}">{$Think.lang.ds_explanation}</h4>
- <span id="explanationZoom" title="{$Think.lang.ds_explanation_close}" class="arrow"></span>
- </div>
- <ul>
- <li>{$Think.lang.groupbuy_slider_help1}</li>
- <li>{$Think.lang.groupbuy_slider_help2}</li>
- <li>{$Think.lang.groupbuy_slider_help3}</li>
- <li>{$Think.lang.groupbuy_slider_help4}</li>
- </ul>
- </div>
-
- <form id="live_form" method="post" enctype="multipart/form-data">
- <table class="ds-default-table">
- <tbody>
- <tr>
- <td class="required"><label>{$Think.lang.live_pic}1:</label></td>
- <td><label>{$Think.lang.ds_link}:</label></td>
- </tr>
- <tr class="noborder">
- <td class="vatop rowform">
- {notempty name="$list_setting.live_pic1"}
- <span class="type-file-show"><img class="show_image" src="{$Think.ADMIN_SITE_ROOT}/images/preview.png">
- <div class="type-file-preview"><img src="{:ds_get_pic('home/groupbuy/slider',$list_setting.live_pic1)}"></div>
- </span>
- {/notempty}
- <span class="type-file-box">
- <input type='text' name='textfield1' id='textfield1' class='type-file-text' />
- <input type='button' name='button' id='button' value='上传' class='type-file-button' />
- <input name="live_pic1" type="file" class="type-file-file" id="live_pic1" size="30" hidefocus="true" />
- </span>
- </td>
- <td class="vatop"><input type="text" name="live_link1" class="w200" value="{$list_setting.live_link1}"></td>
- </tr>
- <tr>
- <td class="required"><label>{$Think.lang.live_pic}2:</label></td>
- <td><label>{$Think.lang.ds_link}:</label></td>
- </tr>
- <tr class="noborder">
- <td class="vatop rowform">
- {notempty name="$list_setting.live_pic2"}
- <span class="type-file-show"><img class="show_image" src="{$Think.ADMIN_SITE_ROOT}/images/preview.png">
- <div class="type-file-preview"><img src="{:ds_get_pic('home/groupbuy/slider',$list_setting.live_pic2)}"></div>
- </span>
- {/notempty}
- <span class="type-file-box">
- <input type='text' name='textfield2' id='textfield2' class='type-file-text' />
- <input type='button' name='button' id='button' value='上传' class='type-file-button' />
- <input name="live_pic2" type="file" class="type-file-file" id="live_pic2" size="30" hidefocus="true" />
- </span>
- </td>
- <td class="vatop tips"><input type="text" name="live_link2" class="w200" value="{$list_setting.live_link2}"></td>
- </tr>
- <tr>
- <td class="required"><label>{$Think.lang.live_pic}3:</label></td>
- <td><label>{$Think.lang.ds_link}:</label></td>
- </tr>
- <tr class="noborder">
- <td class="vatop rowform">
- {notempty name="$list_setting.live_pic3"}
- <span class="type-file-show"><img class="show_image" src="{$Think.ADMIN_SITE_ROOT}/images/preview.png">
- <div class="type-file-preview"><img src="{:ds_get_pic('home/groupbuy/slider',$list_setting.live_pic3)}"></div>
- </span>
- {/notempty}
- <span class="type-file-box">
- <input type='text' name='textfield3' id='textfield3' class='type-file-text' />
- <input type='button' name='button' id='button' value='上传' class='type-file-button' />
- <input name="live_pic3" type="file" class="type-file-file" id="live_pic3" size="30" hidefocus="true" />
- </span>
- </td>
- <td class="vatop tips"><input type="text" name="live_link3" class="w200" value="{$list_setting.live_link3}"></td>
- </tr>
- <tr>
- <td class="required"><label>{$Think.lang.live_pic}4:</label></td>
- <td><label>{$Think.lang.ds_link}:</label></td>
- </tr>
- <tr class="noborder">
- <td class="vatop rowform">
- {notempty name="$list_setting.live_pic4"}
- <span class="type-file-show"><img class="show_image" src="{$Think.ADMIN_SITE_ROOT}/images/preview.png">
- <div class="type-file-preview"><img src="{:ds_get_pic('home/groupbuy/slider',$list_setting.live_pic4)}"></div>
- </span>
- {/notempty}
- <span class="type-file-box">
- <input type='text' name='textfield4' id='textfield4' class='type-file-text' />
- <input type='button' name='button' id='button' value='上传' class='type-file-button' />
- <input name="live_pic4" type="file" class="type-file-file" id="live_pic4" size="30" hidefocus="true" />
- </span>
- </td>
- <td class="vatop tips"><input type="text" name="live_link4" class="w200" value="{$list_setting.live_link4}"></td>
- </tr>
- </tbody>
- <tfoot>
- <tr>
- <td colspan="2">
- <input class="btn" type="submit" value="{$Think.lang.ds_submit}"/>
- <input class="btn" type="button" id="clearBtn" value="{$Think.lang.ds_clear}"/>
- </td>
- </tr>
- </tfoot>
- </table>
- </form>
- </div>
- <script>
- //按钮先执行验证再提交表单
- $(function(){
- // 图片js
- $("#live_pic1").change(function(){$("#textfield1").val($("#live_pic1").val());});
- $("#live_pic2").change(function(){$("#textfield2").val($("#live_pic2").val());});
- $("#live_pic3").change(function(){$("#textfield3").val($("#live_pic3").val());});
- $("#live_pic4").change(function(){$("#textfield4").val($("#live_pic4").val());});
- $('#live_form').validate({
- errorPlacement: function(error, element){
- error.appendTo(element.parent().parent().prev().find('td:first'));
- },
- rules : {
- live_link1: {
- url : true
- },
- live_link2:{
- url : true
- },
- live_link3:{
- url : true
- },
- live_link4:{
- url : true
- },
- },
- messages : {
- live_link1: {
- url : '{$Think.lang.ds_url_error}'
- },
- live_link2:{
- url : '{$Think.lang.ds_url_error}'
- },
- live_link3:{
- url : '{$Think.lang.ds_url_error}'
- },
- live_link4:{
- url : '{$Think.lang.ds_url_error}'
- },
- }
- });
- $('#clearBtn').click(function(){
- layer.confirm('{$Think.lang.confirm_clear}', {
- btn: ['{$Think.lang.ds_ok}', '{$Think.lang.ds_cancel}'],
- title: false,
- }, function () {
- $.ajax({
- type:'get',
- url:"{:url('Groupbuy/slider_clear')}",
- dataType:'json',
- success:function(result){
- if(result.result){
- layer.alert('{$Think.lang.confirm_succ}');
- location.reload();
- }
- }
- });
- });
- });
- });
- </script>
|