home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / Publish / TestPrintMain.aspx < prev    next >
Text File  |  2013-09-11  |  2KB  |  39 lines

  1. ∩╗┐<%@ page language="VB" masterpagefile="~/PRB_MP01.master" autoeventwireup="false" inherits="TestPrintMain, App_Web_zpjb0gfu" %>
  2.  
  3.  
  4. <asp:Content ID="Content2" runat="server" ContentPlaceHolderID="head">
  5. </asp:Content>
  6. <asp:Content ID="Content1" ContentPlaceHolderID="MPcphContent" runat="Server">
  7.     
  8.     <table cellpadding="0" cellspacing="0" id="tbContent" class="styletbContentSub">
  9.         <tr>
  10.             <td style="text-align: left; vertical-align: middle">
  11.                 <asp:UpdatePanel ID="UpdatePanel1" runat="server">
  12.                     
  13.                     <ContentTemplate>
  14.                          <asp:Panel ID="panSearch" runat="server" Width="100%">
  15.                         <table cellpadding="0" cellspacing="0" style="width: 100%; vertical-align: top;">
  16.                             
  17.                         </table>
  18.                                  </asp:Panel>
  19.                          </ContentTemplate>
  20.        
  21.                 </asp:UpdatePanel>
  22.                   <asp:UpdateProgress ID="udp" runat="server" DisplayAfter="5" AssociatedUpdatePanelID="UpdatePanel1">
  23.                     <ProgressTemplate>
  24.                         <div style="top: 0px; height: 10000px; background-color: #FFFFFF; opacity: 0.40;
  25.                             filter: alpha(opacity=40); vertical-align: middle; left: 0px; z-index: 999999;
  26.                             width: 1500px; position: absolute; text-align: center;">
  27.                         </div>
  28.                         <div id="divUDP" align="center" valign="middle" runat="server" style="padding: 5px;
  29.                             border: 1px solid #999999; position: absolute; left: 50%; top: 50%; visibility: visible;
  30.                             vertical-align: middle; background-color: #FFFFFF; z-index: 200;">
  31.                             <asp:Image ID="imgUDP" runat="server" ImageUrl="~/Images/preloaders32t.gif" /><br />
  32.                             <asp:Label ID="lblUDP" runat="server" Text="<% $Resources: Resource,MP01lblUDP %>"></asp:Label>
  33.                         </div>
  34.                     </ProgressTemplate>
  35.                 </asp:UpdateProgress>
  36.                 </td>
  37.                 </tr>
  38.         </table>
  39. </asp:Content>