|
|
@ -102,6 +102,17 @@
|
|
|
|
<if condition="$data['server_name'] neq ''"><option value="{$data['server_name']}">{$data['server_name']}</option></if>
|
|
|
|
<if condition="$data['server_name'] neq ''"><option value="{$data['server_name']}">{$data['server_name']}</option></if>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php if ($data['type'] == 1): ?>
|
|
|
|
|
|
|
|
<div class="input-list search-title-box">
|
|
|
|
|
|
|
|
<label>状态选择:</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="input-list input-list-server search_label_rehab">
|
|
|
|
|
|
|
|
<select id="" name="resource[status]" class="select_gallery" style="width:120px;">
|
|
|
|
|
|
|
|
<option value="1" <?php if ($data['status'] == 1):?>selected<?php endif;?>>完成</option>
|
|
|
|
|
|
|
|
<option value="3" <?php if ($data['status'] == 3):?>selected<?php endif;?>>处理中</option>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php endif;?>
|
|
|
|
<?php if (!empty($data['attachment_url']) || $data['type'] == 2):?>
|
|
|
|
<?php if (!empty($data['attachment_url']) || $data['type'] == 2):?>
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<div id="uploader" class="wu-example">
|
|
|
|
<div id="uploader" class="wu-example">
|
|
|
|