<extend name="Public/base" />

<block name="body">
<link rel="stylesheet" type="text/css" href="__CSS__/admin_table.css" media="all">
<script type="text/javascript" src="__STATIC__/uploadify/jquery.uploadify.min.js"></script>
    <script type="text/javascript" src="__JS__/select2.min.js"></script>
    <link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
    <style>
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height:35px;
        line-height:28px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height:26px;
    }
    .select2-container--default .select2-search--dropdown .select2-search__field {
      height:26px;line-height:26px;font-size:12px;
    }
    .select2-results__option[aria-selected] {font-size:12px;}
    .tabcon1711 .select2-container--default .select2-selection--single{
    font-size: 12px;    
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;height:30px;}
    .tabcon1711 .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 30px;}
    .tabcon1711 .select2-container--default .select2-selection--single .select2-selection__arrow {height:30px;}
    .tabcon1711 .select2-container--default .select2-search--dropdown .select2-search__field {
      height:26px;line-height:26px;font-size:12px;
    }
    .tabcon1711 .select2-results__option[aria-selected] {font-size:12px;}
    </style>

    
    <div class="cf main-place top_nav_list navtab_list">
        <h3 class="page_title">编辑区服</h3>
        <p class="description_text">说明:此功能为编辑游戏区服的功能</p>
    </div>
    
    
    
    <!-- 标签页导航 -->
<div class="tab-wrap">
    <div class="tab-content tabcon1711">
    <!-- 表单 -->
    <form id="form" action="{:U('edit?model='.$model['id'])}" method="post" class="form-horizontal">
        <!-- 基础文档模型 -->
		<div id="tab1" class="tab-pane in tab1">
            <table  border="0" cellspacing="0" cellpadding="0">
                <tbody>
                  <tr>
                    <td class="l"><i class="mustmark" style="margin-left:-7px">*</i>游戏名称:</td>
                    <td class="r" >
                       <select id="game_id" name="game_id">
                       <volist name=":get_game_list()" id="vo">
                        <option value="{$vo.id}" sdk_version="{$vo.sdk_version}">{$vo.game_name}</option>
                       </volist>
                       </select>
                       <input type="hidden" id="game_name" name="game_name" value="">
                    </td>
                  </tr>
                  <tr>
                    <td class="l">运营平台:</td>
                    <td class="r table_radio">
                    <span class="form_radio">
                        <volist name=":get_systems_list()" id="vo">
                        <eq name="data.server_version" value="$key">
                        <label class="server_version_name"><input type="radio" class="inp_radio" checked value="{$key}" name="server_version" > {$vo}</label>
                        </eq>
                        </volist></span>
                    </td>
                  </tr>
                  <tr>
                    <td class="l"><i class="mustmark" style="margin-left:-7px">*</i>区服名称:</td>
                    <td class="r" >
                        <input type="text" class="txt " name="server_name" value="{$data['server_name']}">
                    </td>
                  </tr>
                  <tr>
                    <td class="l">显示状态:</td>
                    <td class="r table_radio">
                    <span class="form_radio">
                            <if condition="$data['show_status'] eq 1">
                         <label>
                            <input type="radio" class="inp_radio" value="0" name="show_status"> 关闭
                        </label>
                        <label>
                            <input type="radio" class="inp_radio" value="1" name="show_status" checked="checked"> 开启
                        </label>
                        <else/>
                        <label>
                            <input type="radio" class="inp_radio" value="0" name="show_status" checked="checked"> 关闭
                        </label>
                        <label>
                            <input type="radio" class="inp_radio" value="1" name="show_status" > 开启
                        </label>
                            </if>
                        </span>
                        
                    </td>
                  </tr>
                  <tr>
                    <td class="l"><i class="mustmark" style="margin-left:-7px">*</i>开服时间:</td>
                    <td class="r" >
                        <input type="text" class="txt time" name="start_time" value="{:time_format($data['start_time'],'Y-m-d H:i')}">
                    </td>
                  </tr>
                  <tr>
                    <td class="l">区服描述:</td>
                    <td class="r">
                        <input type="text" class="txt " name="desride" value="{$data['desride']}">
                    </td>
                  </tr>
                </tbody>
            </table>
        </div>

            <input type="hidden" name="id" value="{$data.id}">
            <div class="form-item cf">
              <button class="submit_btn ajax-post mlspacing " id="submit" type="submit" target-form="form-horizontal">
                  保存
              </button>
              <a class="submit_btn " alt="返回上一页" title="返回上一页" href="javascript:window.history.back();" >
                  返回
              </a>
          </div>
    </form>
        
    </div>
</div>

<div class="common_settings">
			<span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span>
			<form class="addShortcutIcon">
				<input type="hidden" name="title" value="{$m_title}">
				<input type="hidden" name="url" value="Server/lists">
			</form>
			<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a>
		</div>

</block>

<block name="script">
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
<php>if(C('COLOR_STYLE')=='blue_color') echo '<link href="__STATIC__/datetimepicker/css/datetimepicker_blue.css" rel="stylesheet" type="text/css">';</php>
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
<script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js" charset="UTF-8"></script>
<script type="text/javascript">
//导航高亮
highlight_subnav('{:U('Server/lists')}');
Think.setValue("game_id", {$data.game_id|default = 0});
$('#submit').click(function(){
    $('#form').submit();
});

$(function(){
  $("#game_id").select2();
  $("#game_name").val($("#game_id option:selected").text());
  $('.date').datetimepicker({
      format: 'yyyy-mm-dd',
      language:"zh-CN",
      minView:2,
      autoclose:true
  });
   $('.time').datetimepicker({
        language:"zh-CN",
        hour: 13,
        minute: 15
    });
  showTab();
});

/*获取游戏名称*/
$("#game_id").change(function(){
  var ratio_type=$("#game_id").children('option:selected').attr('sdk_version');
  $("#game_name").val($("#game_id option:selected").text());
  $("input[name='server_version']").val('ratio_type');
  if(ratio_type==2){
    $(".server_version_name").html('<input type="radio" class="inp_radio" checked value="2" name="server_version" > 苹果');
  }else{
    $(".server_version_name").html('<input type="radio" class="inp_radio" checked value="1" name="server_version" > 安卓');
  }
});
</script>
</block>