home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / CP_Realtime_publish / PRB_ClearLogin.aspx < prev    next >
Text File  |  2013-06-07  |  4KB  |  71 lines

  1. ∩╗┐<%@ page language="VB" masterpagefile="~/PRB_MP01.master" autoeventwireup="false" inherits="PRB_ClearLogin, App_Web_fzdnnhtg" title="α╣Çα╕äα╕Ñα╕╡α╕óα╕úα╣îα╕éα╣ëα╕¡α╕íα╕╣α╕Ñα╕üα╕▓α╕úα╣Çα╕éα╣ëα╕▓α╣âα╕èα╣ëα╕çα╕▓α╕Öα╕éα╕¡α╕ç User" %>
  2.  
  3. <%@ Register Src="Calendar.ascx" TagName="Calendar" TagPrefix="uc1" %>
  4. <asp:Content ID="Content2" runat="server" ContentPlaceHolderID="head">
  5. </asp:Content>
  6. <asp:Content ID="Content1" ContentPlaceHolderID="MPcphContent" runat="Server">
  7.     <table cellpadding="0" cellspacing="0" id="tbContent" class="styletbContentSub">
  8.         <tr>
  9.             <td style="text-align: left; vertical-align: middle">
  10.                 <asp:UpdatePanel ID="UpdatePanel1" runat="server">
  11.                     <ContentTemplate>
  12.                         <table cellpadding="0" cellspacing="0" style="width: 100%; vertical-align: top;"
  13.                             id="tbSearch">
  14.                             <tr class="styletbFS">
  15.                                 <td colspan="4">
  16.                                      
  17.                                 </td>
  18.                             </tr>
  19.                             <tr style="width: 100%;">
  20.                                <td style="width: 10%">
  21.                                     <asp:Label ID="lblUserName" runat="server" Text="<% $Resources: Resource,MP01lblUser %>"></asp:Label>
  22.                                </td>
  23.                                 <td style="text-align: left; vertical-align: middle; width:40%;">
  24.                                     <asp:TextBox ID="txtUserID" runat="server" Width="200px"></asp:TextBox>
  25.                                 </td>
  26.                                 <td style="text-align: left; vertical-align:  middle; width:40%;">
  27.                                     <asp:Button ID="btnSearch" runat="server" Text="<% $Resources: Resource,A002btnSearch %>"
  28.                                         Width="80px" />
  29.                                     <asp:Button ID="btnClear" Enabled="false" runat="server" Text="<% $Resources: Resource,PRBCLLogin %>"
  30.                                         Width="80px" />
  31.                                 </td>
  32.               
  33.                                 <td style="text-align: left; vertical-align: middle;">
  34.                                   
  35.                                 </td>
  36.                             </tr>
  37.                         </table>
  38.                         <table id="Table15" cellpadding="0" cellspacing="0" class="styletbBorder" style="text-align: left;
  39.                             vertical-align: middle;">
  40.                             <tr class="styletbFS">
  41.                                 <td>
  42.                                      
  43.                                 </td>
  44.                             </tr>
  45.                             <tr>
  46.                                 <td class="styletbLineT">
  47.                                      
  48.                                 </td>
  49.                             </tr>
  50.                         </table>
  51.                     </ContentTemplate>
  52.                 </asp:UpdatePanel>
  53.                 <asp:UpdateProgress ID="udp" runat="server" DisplayAfter="5" AssociatedUpdatePanelID="UpdatePanel1">
  54.                     <ProgressTemplate>
  55.                         <div style="top: 0px; height: 10000px; background-color: #FFFFFF; opacity: 0.40;
  56.                             filter: alpha(opacity=40); vertical-align: middle; left: 0px; z-index: 999999;
  57.                             width: 1500px; position: absolute; text-align: center;">
  58.                         </div>
  59.                         <div id="divUDP" align="center" valign="middle" runat="server" style="padding: 5px;
  60.                             border: 1px solid #999999; position: absolute; left: 50%; top: 50%; visibility: visible;
  61.                             vertical-align: middle; background-color: #FFFFFF; z-index: 200;">
  62.                             <asp:Image ID="imgUDP" runat="server" ImageUrl="~/Images/preloaders32t.gif" /><br />
  63.                             <asp:Label ID="lblUDP" runat="server" Text="<% $Resources: Resource,MP01lblUDP %>"></asp:Label>
  64.                         </div>
  65.                     </ProgressTemplate>
  66.                 </asp:UpdateProgress>
  67.             </td>
  68.         </tr>
  69.     </table>
  70. </asp:Content>
  71.