<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="renderer" content="webkit">
<title></title>
<link rel="stylesheet" href="css/pintuer.css">
<link rel="stylesheet" href="css/admin.css">
<script src="js/jquery.js"></script>
<script src="js/pintuer.js"></script>
</head>
<body style="border-top: 2px">
<form method="post" action="" id="listform">
<div class="panel admin-panel">
<div class="panel-head"><strong class="icon-reorder"> 我的会议列表</strong></div>
<form method="post" action="" id="listform">
<div class="padding border-bottom">
<label style="font-weight:bold;padding-left: 5px;">注意事项: 只有参会人员可选择住宿,在“参会选择”项选择“是”,即可选择住宿房间。</label>
</div>
<div style="padding-top:8px;"></div>
<table class="table table-hover text-center">
<tr>
<th width="18%">会议编号</th>
<th>会议名称</th>
<th>会议类型</th>
<th>会议地点</th>
<th>开始时间</th>
<th>是否参会</th>
<th>是否需要住宿</th>
<th>操作</th>
</tr>
<volist name="list" id="vo">
<tr>
<td>A0001</td>
<td>地形探测</td>
<td>会议类型A</td>
<td>浙江工业大学理学楼</td>
<td>2019-04-13 13:00</td>
<td>
<div class="field">
<input name="meeting1" id="isone" type="radio" value="yes" checked />是
<input name="meeting1" id="istwo" type="radio" value="no" />否
</div>
</td>
<td>
<div class="field">
<input name="room1" id="isone" type="radio" value="yes" />是
<input name="room1" id="istwo" type="radio" value="no" checked />否
</div>
</td>
<td><a class="button border-main" href="" style="padding: 2px 8px;"><span
class="icon-check-square-o"></span> 提交</a></td>
</tr>
<tr>
<td colspan="8" name="choose1" style="display: none">
<div class="panel admin-panel">
<div class="panel-head" id="add"><strong><span class="icon-home"></span> 房型选择</strong></div>
<div class="body-content">
<div class="padding border-bottom">
<ul class="search" style="padding-left:10px;">
<li>入住日期:</li>
<li>
<input name="meeting1date" type="date" value="" min="" max="" />
</li>
<li style="padding-left:20px;">退房日期:</li>
<li>
<input name="meeting1date" type="date" value="" min="" max="" />
</li>
</ul>
</div>
<table class="table table-hover text-center">
<tr>
<th>选择</th>
<th>房型</th>
<th>样式</th>
<th>床位数</th>
<th>可住人数</th>
<th width=300px>设施介绍</th>
<th>每晚价格(元)</th>
</tr>
<tr>
<td><input name="room1detail" id="isone" type="radio" value="normalsingle" /></td>
<td>标准大床房</td>
<td><img src="images/normalsingle.jpg" /></td>
<td>1</td>
<td>2</td>
<td>设施一般</td>
<td>220</td>
</tr>
<tr>
<td><input name="room1detail" id="istwo" type="radio" value="normaldouble" /></td>
<td>标准双床房</td>
<td><img src="images/normaldouble.jpg" /></td>
<td>2</td>
<td>2</td>
<td>设施一般</td>
<td>200</td>
</tr>
<tr>
<td><input name="room1detail" id="isthree" type="radio" value="luxurysingle" /></td>
<td>豪华大床房</td>
<td><img src="images/luxurysingle.jpg" /></td>
<td>1</td>
<td>2</td>
<td>设施齐全</td>
<td>400</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
<tr>
<td>B0002</td>
<td>地形探测</td>
<td>会议类型B</td>
<td>浙江工业大学理学楼</td>
<td>2019-04-13 13:00</td>
<td>
<div class="field">
<input name="meeting2" id="isone" type="radio" value="" checked />是
<input name="meeting2" id="istwo" type="radio" value="" />否
</div>
</td>
<td>
<div class="field">
<input name="room2" id="isone" type="radio" value="" />是
<input name="room2" id="istwo" type="radio" value="" checked />否
</div>
</td>
<td><a class="button border-main" href="" style="padding: 2px 8px;"><span
class="icon-check-square-o"></span> 提交</a></td>
</tr>
<tr>
<td>C0001</td>
<td>地形探测</td>
<td>会议类型C</td>
<td>浙江工业大学理学楼</td>
<td>2019-04-13 13:00</td>
<td>
<div class="field">
<input name="meeting3" id="isone" type="radio" value="" checked />是
<input name="meeting3" id="istwo" type="radio" value="" />否
</div>
</td>
<td>
<div class="field">
<input name="room3" id="isone" type="radio" value="" />是
<input name="room3" id="istwo" type="radio" value="" checked />否
</div>
</td>
<td><a class="button border-main" href="" style="padding: 2px 8px;"><span
class="icon-check-square-o"></span> 提交</a></td>
</tr>
<tr>
<td>D0002</td>
<td>地形探测</td>
<td>会议类型D</td>
<td>浙江工业大学理学楼</td>
<td>2019-04-13 13:00</td>
<td>
<div class="field">
<input name="meeting4" id="isone" type="radio" value="" checked />是
<input name="meeting4" id="istwo" type="radio" value="" />否
</div>
</td>
<td>
<div class="field">
<input name="room4" id="isone" type="radio" value="" />是
<input name="room4" id="istwo" type="radio" value="" checked />否
</div>
</td>
<td><a class="button border-main" href="" style="padding: