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

  1. ∩╗┐<%@ page language="VB" masterpagefile="~/PRB_MP01.master" autoeventwireup="false" inherits="index, App_Web_qpnysafp" title="E-Compulsory" %>
  2.  
  3. <asp:Content ID="Content1" ContentPlaceHolderID="MPcphContent" runat="Server">
  4.     <div>
  5.         <table id="MPtbContent" cellpadding="0" cellspacing="0" class="styletbContent" style="padding: 0px;
  6.             margin: 0px; vertical-align: middle; border-bottom-style: solid; border-bottom-width: 1px;">
  7.             <tr style="position: static">
  8.                 <td style="vertical-align: middle; text-align: right;" valign="middle">
  9.                     <asp:UpdatePanel ID="UpdatePanel4" runat="server">
  10.                         <ContentTemplate>
  11.                             <table id="MPtbLang" cellpadding="0" cellspacing="0" class="styletbBorder">
  12.                                 <tr>
  13.                                     <td style="vertical-align: middle; text-align: right">
  14.                                         <asp:Label ID="lblLang" runat="server" Text="<%$ Resources:Resource,MP01lblLang %>"></asp:Label>
  15.                                         <asp:Label ID="lblLang2" runat="server" Style="text-align: center" Text="|" Width="10px"></asp:Label>
  16.                                     </td>
  17.                                     <td style="width: 25px; text-align: right; vertical-align: middle;">
  18.                                         <asp:Button ID="btnChangeLang" runat="server" Height="25px" 
  19.                                             Text="<% $Resources: Resource,MP01btnChangeLang %>" />
  20.                                     </td>
  21.                                 </tr>
  22.                             </table>
  23.                         </ContentTemplate>
  24.                     </asp:UpdatePanel>
  25.                 </td>
  26.             </tr>
  27.         </table>
  28.         <table cellpadding="0" cellspacing="0" id="tbContent" class="styletbContentSub">
  29.             <tr>
  30.                 <td style="text-align: center">
  31.                     <asp:Label ID="lblNews" runat="server" Text="<% $Resources: Resource,INDlblNews %>"></asp:Label>
  32.                 </td>
  33.             </tr>
  34.             <tr>
  35.                 <td style="text-align: center">
  36.                     <asp:GridView ID="grdNews" runat="server" AllowPaging="True" AutoGenerateColumns="False"
  37.                         CellPadding="4" ForeColor="#333333" ShowHeader="False" Style="text-align: center"
  38.                         PageSize="5" BorderStyle="Solid">
  39.                         <PagerSettings PageButtonCount="5" />
  40.                         <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  41.                         <RowStyle BackColor="#EFF3FB" HorizontalAlign="Left" VerticalAlign="Top" />
  42.                         <Columns>
  43.                             <asp:TemplateField>
  44.                                 <ItemTemplate>
  45.                                     <asp:ImageButton ID="imgbtnNews" runat="server" Height="120px" CausesValidation="True"
  46.                                         ImageUrl='<%# Bind("F_Pic_Path") %>' CommandArgument='<%# Bind("F_NewsID") %>'
  47.                                         CommandName="imgbtnNews" OnClick="imgbtnNews_Click" />
  48.                                 </ItemTemplate>
  49.                                 <ControlStyle Height="120px" Width="160px" />
  50.                                 <ItemStyle Height="120px" HorizontalAlign="Center" VerticalAlign="Middle" Width="160px" />
  51.                             </asp:TemplateField>
  52.                             <asp:TemplateField>
  53.                                 <ItemTemplate>
  54.                                     <asp:Panel ID="paniTemp" runat="server" Width="350px" Height="120px" HorizontalAlign="Justify">
  55.                                         <asp:HiddenField ID="hddfNewsID" runat="server" Value='<%# Bind("F_NewsID") %>' />
  56.                                         <asp:LinkButton ID="lbtnHead" runat="server" Text='<%# Bind("F_Head") %>' CommandName="lbtnHead"
  57.                                             CommandArgument='<%# Bind("F_NewsID") %>' OnClick="lbtnHead_Click" Font-Bold="True"></asp:LinkButton>
  58.                                         <br />
  59.                                         <asp:Label ID="lblDetail" runat="server" Text='<%# Bind("F_Detail") %>'></asp:Label>
  60.                                         <br />
  61.                                     </asp:Panel>
  62.                                 </ItemTemplate>
  63.                             </asp:TemplateField>
  64.                         </Columns>
  65.                         <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
  66.                         <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
  67.                         <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  68.                         <EditRowStyle BackColor="#2461BF" />
  69.                         <AlternatingRowStyle BackColor="White" />
  70.                     </asp:GridView>
  71.                 </td>
  72.             </tr>
  73.             <tr>
  74.                 <td>
  75.                      
  76.                 </td>
  77.             </tr>
  78.         </table>
  79.     </div>
  80. </asp:Content>
  81. <asp:Content ID="Content2" runat="server" ContentPlaceHolderID="head">
  82. </asp:Content>
  83.