home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / tblFixtureMasterview.aspx < prev    next >
Text File  |  2010-08-24  |  5KB  |  123 lines

  1. <%@ Page Language="VB" MasterPageFile="masterpage.master" AutoEventWireup="false" CodeFile="tblFixtureMasterview.aspx.vb" Inherits="tblFixtureMasterview" CodeFileBaseClass="AspNetMaker7_tfpssnet" %>
  2. <asp:Content ID="Content" ContentPlaceHolderID="Content" runat="server">
  3. <% If tblFixtureMaster.Export = "" Then %>
  4. <script type="text/javascript">
  5. <!--
  6. // Create page object
  7. var tblFixtureMaster_view = new ew_Page("tblFixtureMaster_view");
  8. // page properties
  9. tblFixtureMaster_view.PageID = "view"; // page ID
  10. var EW_PAGE_ID = tblFixtureMaster_view.PageID; // for backward compatibility
  11. <% If EW_CLIENT_VALIDATE Then %>
  12. tblFixtureMaster_view.ValidateRequired = true; // uses JavaScript validation
  13. <% Else %>
  14. tblFixtureMaster_view.ValidateRequired = false; // no JavaScript validation
  15. <% End If %>
  16. //-->
  17. </script>
  18. <script language="JavaScript" type="text/javascript">
  19. <!--
  20. // Write your client script here, no need to add script tags.
  21. // To include another .js script, use:
  22. // ew_ClientScriptInclude("my_javascript.js"); 
  23. //-->
  24. </script>
  25. <% End If %>
  26. <p><span class="aspnetmaker">View TABLE: Fixture Master
  27. <br /><br />
  28. <% If tblFixtureMaster.Export = "" Then %>
  29. <a href="tblFixtureMasterlist.aspx">Back to List</a> 
  30. <% If Security.CanAdd Then %>
  31. <a href="<%= tblFixtureMaster.AddUrl %>">Add</a> 
  32. <% End If %>
  33. <% If Security.CanEdit Then %>
  34. <a href="<%= tblFixtureMaster.EditUrl %>">Edit</a> 
  35. <% End If %>
  36. <% If Security.CanDelete Then %>
  37. <a href="<%= tblFixtureMaster.DeleteUrl %>">Delete</a> 
  38. <% End If %>
  39. <% End If %>
  40. </span></p>
  41. <% tblFixtureMaster_view.ShowMessage() %>
  42. <p />
  43. <table cellspacing="0" class="ewGrid"><tr><td class="ewGridContent">
  44. <div class="ewGridMiddlePanel">
  45. <table cellspacing="0" class="ewTable">
  46. <% If tblFixtureMaster.lfxMFG.Visible Then ' lfxMFG %>
  47.     <tr<%= tblFixtureMaster.lfxMFG.RowAttributes %>>
  48.         <td class="ewTableHeader">Manufacturer</td>
  49.         <td<%= tblFixtureMaster.lfxMFG.CellAttributes %>>
  50. <div<%= tblFixtureMaster.lfxMFG.ViewAttributes %>><%= tblFixtureMaster.lfxMFG.ViewValue %></div>
  51. </td>
  52.     </tr>
  53. <% End If %>
  54. <% If tblFixtureMaster.lfxModelType.Visible Then ' lfxModelType %>
  55.     <tr<%= tblFixtureMaster.lfxModelType.RowAttributes %>>
  56.         <td class="ewTableHeader">Model / Type</td>
  57.         <td<%= tblFixtureMaster.lfxModelType.CellAttributes %>>
  58. <div<%= tblFixtureMaster.lfxModelType.ViewAttributes %>><%= tblFixtureMaster.lfxModelType.ViewValue %></div>
  59. </td>
  60.     </tr>
  61. <% End If %>
  62. <% If tblFixtureMaster.lfxSerialNumber.Visible Then ' lfxSerialNumber %>
  63.     <tr<%= tblFixtureMaster.lfxSerialNumber.RowAttributes %>>
  64.         <td class="ewTableHeader">Serial Number</td>
  65.         <td<%= tblFixtureMaster.lfxSerialNumber.CellAttributes %>>
  66. <div<%= tblFixtureMaster.lfxSerialNumber.ViewAttributes %>><%= tblFixtureMaster.lfxSerialNumber.ViewValue %></div>
  67. </td>
  68.     </tr>
  69. <% End If %>
  70. <% If tblFixtureMaster.lfxLamp.Visible Then ' lfxLamp %>
  71.     <tr<%= tblFixtureMaster.lfxLamp.RowAttributes %>>
  72.         <td class="ewTableHeader">Lamp</td>
  73.         <td<%= tblFixtureMaster.lfxLamp.CellAttributes %>>
  74. <div<%= tblFixtureMaster.lfxLamp.ViewAttributes %>><%= tblFixtureMaster.lfxLamp.ViewValue %></div>
  75. </td>
  76.     </tr>
  77. <% End If %>
  78. <% If tblFixtureMaster.lfxLocationID.Visible Then ' lfxLocationID %>
  79.     <tr<%= tblFixtureMaster.lfxLocationID.RowAttributes %>>
  80.         <td class="ewTableHeader">Location</td>
  81.         <td<%= tblFixtureMaster.lfxLocationID.CellAttributes %>>
  82. <div<%= tblFixtureMaster.lfxLocationID.ViewAttributes %>><%= tblFixtureMaster.lfxLocationID.ViewValue %></div>
  83. </td>
  84.     </tr>
  85. <% End If %>
  86. <% If tblFixtureMaster.lfxHangPos.Visible Then ' lfxHangPos %>
  87.     <tr<%= tblFixtureMaster.lfxHangPos.RowAttributes %>>
  88.         <td class="ewTableHeader">Hang Pos</td>
  89.         <td<%= tblFixtureMaster.lfxHangPos.CellAttributes %>>
  90. <div<%= tblFixtureMaster.lfxHangPos.ViewAttributes %>><%= tblFixtureMaster.lfxHangPos.ViewValue %></div>
  91. </td>
  92.     </tr>
  93. <% End If %>
  94. <% If tblFixtureMaster.lfxChannel.Visible Then ' lfxChannel %>
  95.     <tr<%= tblFixtureMaster.lfxChannel.RowAttributes %>>
  96.         <td class="ewTableHeader">Channel</td>
  97.         <td<%= tblFixtureMaster.lfxChannel.CellAttributes %>>
  98. <div<%= tblFixtureMaster.lfxChannel.ViewAttributes %>><%= tblFixtureMaster.lfxChannel.ViewValue %></div>
  99. </td>
  100.     </tr>
  101. <% End If %>
  102. <% If tblFixtureMaster.lfxNotes.Visible Then ' lfxNotes %>
  103.     <tr<%= tblFixtureMaster.lfxNotes.RowAttributes %>>
  104.         <td class="ewTableHeader">Notes</td>
  105.         <td<%= tblFixtureMaster.lfxNotes.CellAttributes %>>
  106. <div<%= tblFixtureMaster.lfxNotes.ViewAttributes %>><%= tblFixtureMaster.lfxNotes.ViewValue %></div>
  107. </td>
  108.     </tr>
  109. <% End If %>
  110. </table>
  111. </div>
  112. </td></tr></table>
  113. <p />
  114. <% If tblFixtureMaster.Export = "" Then %>
  115. <script language="JavaScript" type="text/javascript">
  116. <!--
  117. // Write your table-specific startup script here
  118. // document.write("page loaded");
  119. //-->
  120. </script>
  121. <% End If %>
  122. </asp:Content>
  123.