JSP:
<div class="left">
<label>请选择产品</label>
<select id='pbi_product' style="width:150px;">
<option value="">请选择产品</option>
</select>
<div class="addOrDel">
<button id="add_url" style="height:25px;width:50px;">增加</button>
<button id="delete_url_all" style="height:25px;width:50px;">删除</button>
</div>
</div>
<div class = "major_info" style="min-width:1550px;">
<table class="ui_table_line" border="1px solid #b9bdc1" >
<thead >
<tr id="filterdetails" align="center">
<td width="5%"><input type="checkbox" name="checkbox"></input></td>
<td width="40%" >过滤路径</td>
<td width="15%" >修改人</td>
<td width="20%" >修改时间</td>
<td width="20%" >操作</td>
</tr>
<tr id="templateTR" class="displaynone" align="center">
<td name="xuhao"><input type="checkbox" name="checkbox"></input></td>
<td name="filter_url" align="left"></td>
<td name="modify_name"></td>
<td name="exchange_time"></td>
<td name="operation">
<div><a href="###" name="delete_url">删除</a></div>
</td>
</tr>
</thead>
<tbody id ="tbody">
<tr id="nodatas" class="rows">
</tr>
</tbody>
</table>
<div id="configDialog" style="display:none">
<div id="tabs" style="min-height:320px">
<ul>
<h3>添加过滤路径</h3>
</ul>
<div>
<ul id="urlConfig">
<span class="url">url:<input id='product_url' name='product_url' style='min-width:380px;margin:10px;' value=''></input></span>
</ul>
</div>
</div>
</div>
</div>
</div>
<div style="clear:both;"></div>