BDG Scenario 3

LocationList.htm

<html>
<head>
<title LID="tit10">Location List</title>
<meta name="GENERATOR" content="Microsoft Visual Studio 6.0">
<meta http-equiv="content-type" />
<link href="../Forms.css" rel="stylesheet" type="text/css">
</head>

<body rightmargin="0" leftmargin="0" topmargin="0" bottommargin="0">

<object id="xmldso" classid="clsid:550dda30-0541-11d2-9ca9-0060b0ec3d39" width="0" height="0" VIEWASTEXT>
</object>
<script language="JavaScript" SRC="../Scripts/GetParam.js"></script>
<script language="JavaScript" SRC="../Scripts/LoadList.js"></script>
<script language="JavaScript" SRC="../Scripts/LocationList.js"></script>

<div style="background-color: black; color: white; height:100%">
<div align="center" style="font-size=x-small"><label LID="lbl69">Location List</label></div>
<div id="ScrollContainer" style="overflow: scroll; width: 100%; height: 80%">
   <table border="1" id="TargetTable" width="100%" style="table-layout: fixed;border-collapse: collapse;">
      <tbody id="TargetBody"></tbody>
   </table>
   <div id="NoRecords" style="display:none;font-size:xx-small"><label LID="lbl14">No records found.</label></div>
   <div id="firstspacer" style="display:block"></div>
</div>
<form name="frmSearch" onSubmit="return false;">
<div style="font-size:xx-small"><label LID="lbl70">Location Search</label></div>
<input LID="inp3" name="searchTerm" maxlength="64" style="width:75%" title="Enter search terms, separated by AND, OR, or NEAR.">
<input LID="inp4" type="image" align="top" src="../images/audit.gif" title="Click to search" onClick="return search()" WIDTH="32" HEIGHT="31" id="image1" name="image1">
</form>
</div>

<table id="SourceTable" datasrc="#xmldso" datapagesize="20" style="table-layout: fixed; display: none">
  <tr>
    <td>
      <span datafld="LocationId"></span>
    </td>
    <td>
      <span datafld="Name"></span>
    </td>
  </tr>
</table>

</body>
</html>