<!--a href='#' class='help' onclick="getHelp('WirelessMACFilters')"> </a--> | |
<label id="lt_portMap_title" class="title"></label> | |
<!--div id='divPortMapSwitch' > | |
<label id='lt_portMap_portMapSwitch'></label> | |
<select id="selportMapSwitch"> | |
<option id='lt_optDisabledSwitch' value='0'>disable</option> | |
<option id='lt_optEnableSwitch' value='1'>enabled</option> | |
</select> | |
</div> | |
<div class="formBox" align="right"><input type='button' id='lt_btnApply' value='Save' onclick='setData()' class="btn-apply"/> </div> | |
<br style="clear:both" /--> | |
<br style="clear:both" /> | |
<div style="float: right;"> | |
<input type='button' id='lt_portMap_btnDeletePortMap' value='delete' class="btn-apply" style="display:none;"/> | |
<input type='button' id='lt_portMap_btnAddPortMap' value='add' class="btn-apply"/> | |
</div> | |
<label id="lt_portMap_ListLabel"> </label> | |
<table width="100%" id="tableIpFilter" class="dataTbl10 example table-stripeclass:alternate" style="margin-top: 5px"> | |
<thead> | |
<tr> | |
<th width="20%" id="lt_portMap_startEndTime" ></th> | |
<th width="20%" id="lt_portMap_destIpAddr" ></th> | |
<th width="20%" id="lt_portMap_destPort"></th> | |
<th width="15%" id="lt_portMap_Protocol" ></th> | |
<th width="15%" id="lt_portMap_status"> </th> | |
<th ><input type="checkbox" id="DeleteAllIpEntry"></th> | |
</tr> | |
</thead> | |
<tbody id="tbodyPortMap"> | |
<tr style="cursor: pointer;" name="12:12:12;13:13:13;123.023.2.0;23:323;tcp;1"> | |
<td>12:12:12-13:13:13</td> | |
<td>192.168.123.123</td> | |
<td>2111-65536</td> | |
<td>tcp</td> | |
<td>enabled</td> | |
<td><input type="checkbox"></td> | |
</tr> | |
</tbody> | |
</table> | |
<div id="divPortMapSetDlg" style="display: none" > | |
<div class="popUpBox popUpBox2" style="width:600" > | |
<h1 id="lt_portMap_PortMapSetDlgTitle" style="width:550"></h1> | |
<a href="#" class="close" onclick="CloseDlg()"><img src="images/close-icon.gif" alt="" /></a><br style="clear:both" /> | |
<div class="pBoxCont" > | |
<label id="lt_portMap_startTime"></label> | |
<input name="time" type="text" maxlength="2" id="txtStartTime1" class="sml" /> <strong>:</strong> | |
<input name="time" type="text" maxlength="2" id="txtStartTime2" class="sml" /> <strong>:</strong> | |
<input name="time" type="text" maxlength="2" id="txtStartTime3" class="sml" /> | |
<br style="clear:both" /> | |
<label id="lt_portMap_endTime"></label> | |
<input name="time" type="text" maxlength="2" id="txtEndTime1" class="sml" /> <strong>:</strong> | |
<input name="time" type="text" maxlength="2" id="txtEndTime2" class="sml" /> <strong>:</strong> | |
<input name="time" type="text" maxlength="2" id="txtEndTime3" class="sml" /> | |
<br style="clear:both" /> | |
<label id="lt_portMap_destIpAddr"></label> | |
<div id="divportMapIP_dest" ></div> | |
<label id="lt_portMap_destPort"></label> | |
<input name="port" type="text" maxlength="5" id="txtDestPort1" class="sml" /> <strong>:</strong> | |
<input name="port" type="text" maxlength="5" id="txtDestPort2" class="sml" /> | |
<br style="clear:both" /> | |
<label id="lt_portMap_Protocol"></label> | |
<select id="selPortMapProtocol"> | |
<option value="tcp">TCP</option> | |
<option value="UDP">UDP</option> | |
<option value="tcpudp">TCP/UDP</option> | |
<option value="udplite">UDPLITE</option> | |
<option value="icmp">ICMP</option> | |
<option value="esp">ESP</option> | |
<option value="ah">AH</option> | |
<option value="sctp">SCTP</option> | |
<option value="all">All</option> | |
<option value="none">NONE</option> | |
</select> | |
<label id="lt_portMap_status"></label> | |
<select id="selPortMapStatus"> | |
<option value="1" id="lt_optEnableSwitch">enabled</option> | |
<option value="0" id="lt_optDisabledSwitch">disabled</option> | |
</select> | |
<br/> | |
<label id="lIpFilterSetError" class="lable13" style="display: none"></label> | |
<div class="buttonRow1 right_align"> | |
<input id="lt_btnSave" type="button" class="btn-apply" /> | |
<input id="lt_btnCancel" type="button" onclick="CloseDlg()" class="btn-apply" /> | |
</div> | |
</div> | |
</div> | |
</div> | |