home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / tblFixtureMastermaster.ascx < prev    next >
Text File  |  2010-08-24  |  2KB  |  47 lines

  1. <%@ Control Language="VB" AutoEventWireup="false" CodeFile="tblFixtureMastermaster.ascx.vb" Inherits="tblFixtureMastermaster" %>
  2. <p><span class="aspnetmaker">Master Record: 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">ID</td>
  9.         <td valign="top">Manufacturer</td>
  10.         <td valign="top">Model / Type</td>
  11.         <td valign="top">Serial Number</td>
  12.         <td valign="top">Lamp</td>
  13.         <td valign="top">Location</td>
  14.         <td valign="top">Hang Pos</td>
  15.         <td valign="top">Channel</td>
  16.     </tr>
  17.     <tr class="ewTableRow">
  18.         <td<%= tblFixtureMaster.lfxID.CellAttributes %>>
  19. <div<%= tblFixtureMaster.lfxID.ViewAttributes %>><%= tblFixtureMaster.lfxID.ListViewValue %></div>
  20. </td>
  21.         <td<%= tblFixtureMaster.lfxMFG.CellAttributes %>>
  22. <div<%= tblFixtureMaster.lfxMFG.ViewAttributes %>><%= tblFixtureMaster.lfxMFG.ListViewValue %></div>
  23. </td>
  24.         <td<%= tblFixtureMaster.lfxModelType.CellAttributes %>>
  25. <div<%= tblFixtureMaster.lfxModelType.ViewAttributes %>><%= tblFixtureMaster.lfxModelType.ListViewValue %></div>
  26. </td>
  27.         <td<%= tblFixtureMaster.lfxSerialNumber.CellAttributes %>>
  28. <div<%= tblFixtureMaster.lfxSerialNumber.ViewAttributes %>><%= tblFixtureMaster.lfxSerialNumber.ListViewValue %></div>
  29. </td>
  30.         <td<%= tblFixtureMaster.lfxLamp.CellAttributes %>>
  31. <div<%= tblFixtureMaster.lfxLamp.ViewAttributes %>><%= tblFixtureMaster.lfxLamp.ListViewValue %></div>
  32. </td>
  33.         <td<%= tblFixtureMaster.lfxLocationID.CellAttributes %>>
  34. <div<%= tblFixtureMaster.lfxLocationID.ViewAttributes %>><%= tblFixtureMaster.lfxLocationID.ListViewValue %></div>
  35. </td>
  36.         <td<%= tblFixtureMaster.lfxHangPos.CellAttributes %>>
  37. <div<%= tblFixtureMaster.lfxHangPos.ViewAttributes %>><%= tblFixtureMaster.lfxHangPos.ListViewValue %></div>
  38. </td>
  39.         <td<%= tblFixtureMaster.lfxChannel.CellAttributes %>>
  40. <div<%= tblFixtureMaster.lfxChannel.ViewAttributes %>><%= tblFixtureMaster.lfxChannel.ListViewValue %></div>
  41. </td>
  42.     </tr>
  43. </table>
  44. </div>
  45. </td></tr></table>
  46. <br />
  47.