home *** CD-ROM | disk | FTP | other *** search
- <%@ page language="VB" masterpagefile="~/PRB_MP01.master" autoeventwireup="false" inherits="index, App_Web_arfxvw6f" title="E-Compulsory" %>
-
- <asp:Content ID="Content1" ContentPlaceHolderID="MPcphContent" runat="Server">
- <div>
- <table id="MPtbContent" cellpadding="0" cellspacing="0" class="styletbContent" style="padding: 0px;
- margin: 0px; vertical-align: middle; border-bottom-style: solid; border-bottom-width: 1px;">
- <tr style="position: static">
- <td style="vertical-align: middle; text-align: right;" valign="middle">
- <asp:UpdatePanel ID="UpdatePanel4" runat="server">
- <ContentTemplate>
- <table id="MPtbLang" cellpadding="0" cellspacing="0" class="styletbBorder">
- <tr>
- <td style="vertical-align: middle; text-align: right">
- <asp:Label ID="lblLang" runat="server" Text="<%$ Resources:Resource,MP01lblLang %>"></asp:Label>
- <asp:Label ID="lblLang2" runat="server" Style="text-align: center" Text="|" Width="10px"></asp:Label>
- </td>
- <td style="width: 25px; text-align: right; vertical-align: middle;">
- <asp:Button ID="btnChangeLang" runat="server" Height="25px"
- Text="<% $Resources: Resource,MP01btnChangeLang %>" />
- </td>
- </tr>
- </table>
- </ContentTemplate>
- </asp:UpdatePanel>
- </td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="0" id="tbContent" class="styletbContentSub">
- <tr>
- <td style="text-align: center">
- <asp:Label ID="lblNews" runat="server" Text="<% $Resources: Resource,INDlblNews %>"></asp:Label>
- </td>
- </tr>
- <tr>
- <td style="text-align: center">
- <asp:GridView ID="grdNews" runat="server" AllowPaging="True" AutoGenerateColumns="False"
- CellPadding="4" ForeColor="#333333" ShowHeader="False" Style="text-align: center"
- PageSize="5" BorderStyle="Solid">
- <PagerSettings PageButtonCount="5" />
- <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
- <RowStyle BackColor="#EFF3FB" HorizontalAlign="Left" VerticalAlign="Top" />
- <Columns>
- <asp:TemplateField>
- <ItemTemplate>
- <asp:ImageButton ID="imgbtnNews" runat="server" Height="120px" CausesValidation="True"
- ImageUrl='<%# Bind("F_Pic_Path") %>' CommandArgument='<%# Bind("F_NewsID") %>'
- CommandName="imgbtnNews" OnClick="imgbtnNews_Click" />
- </ItemTemplate>
- <ControlStyle Height="120px" Width="160px" />
- <ItemStyle Height="120px" HorizontalAlign="Center" VerticalAlign="Middle" Width="160px" />
- </asp:TemplateField>
- <asp:TemplateField>
- <ItemTemplate>
- <asp:Panel ID="paniTemp" runat="server" Width="350px" Height="120px" HorizontalAlign="Justify">
- <asp:HiddenField ID="hddfNewsID" runat="server" Value='<%# Bind("F_NewsID") %>' />
- <asp:LinkButton ID="lbtnHead" runat="server" Text='<%# Bind("F_Head") %>' CommandName="lbtnHead"
- CommandArgument='<%# Bind("F_NewsID") %>' OnClick="lbtnHead_Click" Font-Bold="True"></asp:LinkButton>
- <br />
- <asp:Label ID="lblDetail" runat="server" Text='<%# Bind("F_Detail") %>'></asp:Label>
- <br />
- </asp:Panel>
- </ItemTemplate>
- </asp:TemplateField>
- </Columns>
- <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
- <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
- <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
- <EditRowStyle BackColor="#2461BF" />
- <AlternatingRowStyle BackColor="White" />
- </asp:GridView>
- </td>
- </tr>
- <tr>
- <td>
-
- </td>
- </tr>
- </table>
- </div>
- </asp:Content>
- <asp:Content ID="Content2" runat="server" ContentPlaceHolderID="head">
- </asp:Content>
-