home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / ltgFixtureMastermaster.ascx < prev    next >
Text File  |  2014-01-25  |  2KB  |  43 lines

  1. <%@ Control Language="VB" AutoEventWireup="false" CodeFile="ltgFixtureMastermaster.ascx.vb" Inherits="ltgFixtureMastermaster" %>
  2. <p><span class="aspnetmaker">Master Record: ltg Fixture Master<br />
  3. <a href="<%= ParentPage.gsMasterReturnUrl %>">Back to master page</a></span></p>
  4. <table cellspacing="0" class="ewGrid"><tr><td class="ewGridContent">
  5. <div class="ewGridMiddlePanel">
  6. <table cellspacing="0" class="ewTable ewTableSeparate">
  7.     <tr class="ewTableHeader">
  8.         <td valign="top">Code</td>
  9.         <td valign="top">Description</td>
  10.         <td valign="top">MFG</td>
  11.         <td valign="top">Model</td>
  12.         <td valign="top">Serial Number</td>
  13.         <td valign="top">Fixture Type</td>
  14.         <td valign="top">Location</td>
  15.     </tr>
  16.     <tr class="ewTableRow">
  17.         <td<%= ltgFixtureMaster.lfxCode.CellAttributes %>>
  18. <div<%= ltgFixtureMaster.lfxCode.ViewAttributes %>><%= ltgFixtureMaster.lfxCode.ListViewValue %></div>
  19. </td>
  20.         <td<%= ltgFixtureMaster.lfxDescription.CellAttributes %>>
  21. <div<%= ltgFixtureMaster.lfxDescription.ViewAttributes %>><%= ltgFixtureMaster.lfxDescription.ListViewValue %></div>
  22. </td>
  23.         <td<%= ltgFixtureMaster.lfxMFG.CellAttributes %>>
  24. <div<%= ltgFixtureMaster.lfxMFG.ViewAttributes %>><%= ltgFixtureMaster.lfxMFG.ListViewValue %></div>
  25. </td>
  26.         <td<%= ltgFixtureMaster.lfxModel.CellAttributes %>>
  27. <div<%= ltgFixtureMaster.lfxModel.ViewAttributes %>><%= ltgFixtureMaster.lfxModel.ListViewValue %></div>
  28. </td>
  29.         <td<%= ltgFixtureMaster.lfxSerialNumber.CellAttributes %>>
  30. <div<%= ltgFixtureMaster.lfxSerialNumber.ViewAttributes %>><%= ltgFixtureMaster.lfxSerialNumber.ListViewValue %></div>
  31. </td>
  32.         <td<%= ltgFixtureMaster.lfxFixtureTypeID.CellAttributes %>>
  33. <div<%= ltgFixtureMaster.lfxFixtureTypeID.ViewAttributes %>><%= ltgFixtureMaster.lfxFixtureTypeID.ListViewValue %></div>
  34. </td>
  35.         <td<%= ltgFixtureMaster.lfxLocationID.CellAttributes %>>
  36. <div<%= ltgFixtureMaster.lfxLocationID.ViewAttributes %>><%= ltgFixtureMaster.lfxLocationID.ListViewValue %></div>
  37. </td>
  38.     </tr>
  39. </table>
  40. </div>
  41. </td></tr></table>
  42. <br />
  43.