|
@@ -39,6 +39,7 @@
|
|
|
.panel-heading{font-size: 18px}
|
|
|
#layui-layer1{width: 200px !important}
|
|
|
.layui-layer-loading2{width: 300px !important;padding-left:40px;line-height:35px}
|
|
|
+ img{ width: 300px; height: 230px}
|
|
|
</style>
|
|
|
<div class="row animated fadeInRight">
|
|
|
<div class="col-md-12">
|
|
@@ -53,26 +54,42 @@
|
|
|
<input type="hidden" name="exam_collection_id" value="{$row.exam_collection_id}">
|
|
|
<div class="box-body box-profile">
|
|
|
<div class="row">
|
|
|
- <div class="form-group col-sm-6">
|
|
|
+ <div class="form-group col-sm-4">
|
|
|
<label class="control-label">{:__('当前模式')}:</label>
|
|
|
<input type="text" class="form-control" value="训练" readonly/>
|
|
|
</div>
|
|
|
- <div class="form-group col-sm-6">
|
|
|
+ <div class="form-group col-sm-4">
|
|
|
<label class="control-label">{:__('模拟器类型')}:</label>
|
|
|
<input type="text" class="form-control" value="{$info.sim_type_text|htmlentities}" readonly/>
|
|
|
</div>
|
|
|
- <div class="form-group col-sm-6">
|
|
|
+ <div class="form-group col-sm-4">
|
|
|
<label class="control-label">{:__('模拟器状态')}:</label>
|
|
|
<input type="text" class="form-control" value="{$info.sim_text|htmlentities}" readonly/>
|
|
|
</div>
|
|
|
- <div class="form-group col-sm-6">
|
|
|
+ <div class="form-group col-sm-4">
|
|
|
<label class="control-label">{:__('考试学员')}:</label>
|
|
|
<input type="text" class="form-control" value="{$admin.nickname|htmlentities}" readonly/>
|
|
|
</div>
|
|
|
- <div class="form-group col-sm-6">
|
|
|
+ <div class="form-group col-sm-4">
|
|
|
<label class="control-label">{:__('学员座号')}:</label>
|
|
|
<input type="text" class="form-control" value="{$info.seat_id|htmlentities}" readonly/>
|
|
|
</div>
|
|
|
+ <div class="form-group col-sm-4">
|
|
|
+ <label class="control-label">{:__('学员区队')}:</label>
|
|
|
+ <input type="text" class="form-control" value="{$info.qudui_text|htmlentities}" readonly/>
|
|
|
+ </div>
|
|
|
+ <div class="form-group col-sm-12">
|
|
|
+ <label class="control-label">{:$info.sim_type_text}参考照片:</label><br/>
|
|
|
+ {if $info.sim_type eq '0001'}
|
|
|
+ <img src="/assets/img/type_0001.png">
|
|
|
+ {/if}
|
|
|
+ {if $info.sim_type eq '0002'}
|
|
|
+ <img src="/assets/img/type_0002.png">
|
|
|
+ {/if}
|
|
|
+ {if $info.sim_type eq '0003'}
|
|
|
+ <img src="/assets/img/type_0003.png">
|
|
|
+ {/if}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel-heading">
|