home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / wsCompulTransfer / RT / Policy.aspx < prev    next >
Text File  |  2013-06-07  |  5KB  |  111 lines

  1. ∩╗┐<%@ page language="VB" autoeventwireup="false" inherits="Policy, App_Web_jhv1ggsm" %>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head runat="server">
  6.     <title>α╕òα╕▓α╕úα╕▓α╕çα╕éα╣ëα╕¡α╕íα╕╣α╕Ñα╣Çα╕Ñα╕éα╕ùα╕╡α╣êα╕üα╕úα╕íα╕ÿα╕úα╕úα╕íα╣î</title>
  7.     <base target="_top" />
  8.     <script type="text/javascript">
  9.         var btn1, txtshText;
  10.         var oldWord;
  11.         function pageLoad() {
  12.             txtshText = $get("<%=TextBox1.ClientID%>");
  13.         }
  14.         function pageLoadState(isPostBack) {
  15.             if (!isPostBack) {
  16.                 btn1 = $get("<%=Button1.ClientId%>");
  17.                 btn1.value = "α╕¬α╕╖α╕Üα╕äα╣ëα╕Ö";
  18.             }
  19.             btn1.disabled = false;
  20.             setTimeout("setTextBoxFocus();", 100);
  21.         }
  22.         function setTextBoxFocus() {
  23.             txtshText.focus();
  24.             if (txtshText.createTextRange) {
  25.                 var fr = txtshText.createTextRange();
  26.                 fr.moveStart('character', txtshText.value.length);
  27.                 fr.collapse();
  28.                 fr.select();
  29.             }
  30.         }
  31.         function setMouseOverColor(element) {
  32.             oldgridSelectedColor = element.style.backgroundColor;
  33.             element.style.backgroundColor = 'yellow';
  34.             element.style.cursor = 'hand';
  35.             element.style.textDecoration = 'underline';
  36.         }
  37.  
  38.         function setMouseOutColor(element) {
  39.             element.style.backgroundColor = oldgridSelectedColor;
  40.             element.style.textDecoration = 'none';
  41.         }
  42.         function selectValue(value) {
  43.             window.returnValue = value;
  44.             window.close();
  45.         }
  46.         function CallWait(c) {
  47.             setTimeout("CallWaitAsync();", 500);
  48.             return true;
  49.         }
  50.         function CallWaitAsync() {
  51.             btn1.disabled = true;
  52.             btn1.value = "α╕üα╕│α╕Ñα╕▒α╕çα╕¬α╕╖α╕Üα╕äα╣ëα╕Ö";
  53.             //return true;
  54.         }
  55.     </script>
  56.  
  57. </head>
  58. <body>
  59.     <form id="form1" runat="server">
  60.     <div>
  61.         <asp:ScriptManager ID="ScriptManager2" runat="server" />
  62.         <asp:UpdatePanel ID="UpdatePanel1" runat="server">
  63.             <ContentTemplate>
  64.                 <table>
  65.                     <tr>
  66.                         <td>
  67.                             <asp:Label ID="Label46" runat="server" Style="text-align: right" Text="<%$ Resources:Resource,PRBMC01Label46 %>"></asp:Label><asp:Label ID="lblW19" runat="server" Text=" " Width="5px">:</asp:Label>
  68.                         </td>
  69.                         <td>
  70.                             <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
  71.                         </td>
  72.                         <td>
  73.                             <asp:Button ID="Button1" runat="server" Text="α╕äα╣ëα╕Öα╕½α╕▓" />
  74.                         </td>
  75.                     </tr>
  76.                     <tr>
  77.                         <td colspan="3">
  78.                             <asp:GridView ID="gvPolicyList" runat="server" AutoGenerateColumns="False" 
  79.                                 CellPadding="4" ForeColor="#333333" GridLines="None" Width="100%">
  80.                                 <RowStyle BackColor="#EFF3FB" />
  81.                                 <Columns>
  82.                                     <asp:BoundField  DataField="TextField" HeaderText="<%$ Resources:Resource,PRBMC01Label46 %>" />
  83.                                 </Columns>
  84.                                 <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  85.                                 <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
  86.                                 <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
  87.                                 <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  88.                                 <EditRowStyle BackColor="#2461BF" />
  89.                                 <AlternatingRowStyle BackColor="White" />
  90.                             </asp:GridView>
  91.                         </td>
  92.                     </tr>
  93.                     <tr>
  94.                         <td>
  95.                             <asp:Button id="btnPrev" runat="server" Text="α╕½α╕Öα╣ëα╕▓α╕üα╣êα╕¡α╕Ö" />
  96.                         </td>
  97.                         <td style="text-align:center">α╕½α╕Öα╣ëα╕▓α╕ùα╕╡α╣ê:
  98.                             <asp:Label ID="lblCurrentPage" runat="server" Text="Label"></asp:Label>
  99.                         </td>
  100.                         <td>
  101.                             <asp:Button ID="btnNext" runat="server" Text="α╕½α╕Öα╣ëα╕▓α╕ûα╕▒α╕öα╣äα╕¢" />
  102.                         </td>
  103.                     </tr>
  104.                 </table>
  105.             </ContentTemplate>
  106.         </asp:UpdatePanel>
  107.     </div>
  108.     </form>
  109. </body>
  110. </html>
  111.