458 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			458 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<%@ Page Language="C#" MasterPageFile="../masterPage.master" AutoEventWireup="true"
							 | 
						|||
| 
								 | 
							
								    CodeFile="ProjectApprove.aspx.cs" Inherits="ProjectApprove" %>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								<%@ MasterType VirtualPath="~/masterPage.master" %>
							 | 
						|||
| 
								 | 
							
								<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
							 | 
						|||
| 
								 | 
							
								<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
							 | 
						|||
| 
								 | 
							
								    Namespace="System.Web.UI" TagPrefix="asp" %>
							 | 
						|||
| 
								 | 
							
								<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
							 | 
						|||
| 
								 | 
							
								    <table width="100%" class="Table_NoBorder">
							 | 
						|||
| 
								 | 
							
								        <tr>
							 | 
						|||
| 
								 | 
							
								            <td colspan="4">
							 | 
						|||
| 
								 | 
							
								               <table width="80%" class="Table_NoBorder">
							 | 
						|||
| 
								 | 
							
								                    <tr>
							 | 
						|||
| 
								 | 
							
								                        <td colspan="13" align="center">
							 | 
						|||
| 
								 | 
							
								                            <cc1:NumericUpDownExtender ID="NumericUpDownExtender1" runat="server" Width="80"
							 | 
						|||
| 
								 | 
							
								                                TargetControlID="btnYear">
							 | 
						|||
| 
								 | 
							
								                            </cc1:NumericUpDownExtender>
							 | 
						|||
| 
								 | 
							
								                             
							 | 
						|||
| 
								 | 
							
								                        </td>
							 | 
						|||
| 
								 | 
							
								                    </tr>
							 | 
						|||
| 
								 | 
							
								                    <tr>
							 | 
						|||
| 
								 | 
							
								                        <td   nowrap>
							 | 
						|||
| 
								 | 
							
								                            
							 | 
						|||
| 
								 | 
							
								                                <asp:TextBox id="btnYear"
							 | 
						|||
| 
								 | 
							
								                                    runat="server" AutoPostBack="True" OnTextChanged="TxtBtnYear_TextChanged" Width="1px"></asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                        </td>
							 | 
						|||
| 
								 | 
							
								                        <td>
							 | 
						|||
| 
								 | 
							
								                            <asp:RadioButtonList ID="rdblstMonth" runat="server" RepeatDirection="Horizontal"
							 | 
						|||
| 
								 | 
							
								                                Width="709px" OnSelectedIndexChanged="rdblstMonth_SelectedIndexChanged" AutoPostBack="True">
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="0">ȫ<><C8AB></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="1" Selected="True">1<><31></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="2">2<><32></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="3">3<><33></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="4">4<><34></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="5">5<><35></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="6">6<><36></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="7">7<><37></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="8">8<><38></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="9">9<><39></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="10">10<31><30></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="11">11<31><31></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                                <asp:ListItem Value="12">12<31><32></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                            </asp:RadioButtonList></td>
							 | 
						|||
| 
								 | 
							
								                    </tr>
							 | 
						|||
| 
								 | 
							
								                </table>
							 | 
						|||
| 
								 | 
							
								            </td>
							 | 
						|||
| 
								 | 
							
								        </tr>
							 | 
						|||
| 
								 | 
							
								        
							 | 
						|||
| 
								 | 
							
								        
							 | 
						|||
| 
								 | 
							
								        <tr>
							 | 
						|||
| 
								 | 
							
								            <td colspan="4">
							 | 
						|||
| 
								 | 
							
								                <asp:GridView id="GridView1" runat="server" CssClass="DataGrid" Width="99%" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"
							 | 
						|||
| 
								 | 
							
								                    EmptyDataText="û<><C3BB><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD>" ShowFooter="True" OnSorting="GridView1_Sorting" OnPageIndexChanging="GridView1_PageIndexChanging"
							 | 
						|||
| 
								 | 
							
								                    AllowPaging="True" OnRowDeleting="GridView1_EditProject" DataKeyNames="pk_projDetail"
							 | 
						|||
| 
								 | 
							
								                    AutoGenerateColumns="False" PagerStyle-HorizontalAlign="Right" PageSize="10">
							 | 
						|||
| 
								 | 
							
								                    <selectedrowstyle cssclass="SelectedItemStyle"></selectedrowstyle>
							 | 
						|||
| 
								 | 
							
								                    <headerstyle cssclass="HeaderStyle" horizontalalign="Left"></headerstyle>
							 | 
						|||
| 
								 | 
							
								                    <rowstyle cssclass="ItemStyle" horizontalalign="left"></rowstyle>
							 | 
						|||
| 
								 | 
							
								                    <alternatingrowstyle cssclass="AlternatingItemStyle"></alternatingrowstyle>
							 | 
						|||
| 
								 | 
							
								                    <columns>
							 | 
						|||
| 
								 | 
							
												<asp:BoundField   DataField="pk_projDetail" HeaderText="pdid"  visible="false">  </asp:BoundField>
							 | 
						|||
| 
								 | 
							
										                                                        
							 | 
						|||
| 
								 | 
							
												<asp:BoundField DataField="PJ_NAME" HeaderText="<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>" SortExpression="PJ_NAME">
							 | 
						|||
| 
								 | 
							
								                    <ItemStyle    Wrap="False" />
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                </asp:BoundField>
							 | 
						|||
| 
								 | 
							
												<asp:BoundField DataField="EM_NAME" HeaderText="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" SortExpression="EM_NAME"     >
							 | 
						|||
| 
								 | 
							
								                    <ItemStyle    Wrap="False" />
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                </asp:BoundField><asp:BoundField DataField="dep_name" HeaderText="<22><><EFBFBD><EFBFBD>"  ItemStyle-HorizontalAlign ="Left" SortExpression="dep_name"  >
							 | 
						|||
| 
								 | 
							
								                    <ItemStyle    Wrap="False" />
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                </asp:BoundField>
							 | 
						|||
| 
								 | 
							
												 
							 | 
						|||
| 
								 | 
							
												<asp:BoundField DataField="pd_month" HeaderText="<22>·<EFBFBD>" SortExpression="pj_planStartDate"  DataFormatString="{0:yyyy-MM-dd}" HtmlEncode="False">
							 | 
						|||
| 
								 | 
							
								                    <ItemStyle   Wrap="False" />
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                </asp:BoundField>
							 | 
						|||
| 
								 | 
							
												 
							 | 
						|||
| 
								 | 
							
												<asp:BoundField DataField="PJ_PERCENT" HeaderText="<22><>ĿȨ<C4BF><C8A8>" SortExpression="PJ_PERCENT">
							 | 
						|||
| 
								 | 
							
								                    <ItemStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                </asp:BoundField>
							 | 
						|||
| 
								 | 
							
												<asp:BoundField DataField="pd_percent" HeaderText="<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>" SortExpression="PJ_PROGRESS" >
							 | 
						|||
| 
								 | 
							
								                    <ItemStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                </asp:BoundField>
							 | 
						|||
| 
								 | 
							
												<asp:BoundField DataField="pj_finishDate" HeaderText="ʵ<><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>" SortExpression="pj_finishDate"  DataFormatString="{0:yyyy-MM-dd}" HtmlEncode="False">
							 | 
						|||
| 
								 | 
							
								                    <ItemStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                </asp:BoundField>
							 | 
						|||
| 
								 | 
							
								                  
							 | 
						|||
| 
								 | 
							
											 <asp:BoundField DataField="pj_status" HeaderText="<22><>Ŀ״̬" SortExpression="pj_status"   > <ItemStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/></asp:BoundField>
							 | 
						|||
| 
								 | 
							
											 	 <asp:BoundField DataField="pd_status" HeaderText="<22>¶<EFBFBD>״̬" SortExpression="pd_status"   > <ItemStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/></asp:BoundField>
							 | 
						|||
| 
								 | 
							
											  <asp:BoundField DataField="pj_score" HeaderText="<22><>Ŀ<EFBFBD>÷<EFBFBD>" SortExpression="pd_status"
							 | 
						|||
| 
								 | 
							
								                                    	 ><ItemStyle Wrap="False" HorizontalAlign="Center"/>
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle Wrap="False" HorizontalAlign="Center"/></asp:BoundField>
							 | 
						|||
| 
								 | 
							
											 
							 | 
						|||
| 
								 | 
							
											 
							 | 
						|||
| 
								 | 
							
												<asp:CommandField HeaderText="<22>ࡡ<EFBFBD><E0A1A1>" ShowDeleteButton="True" DeleteText="<img src=../Images/detail.gif border=0  border=0 title= <20>鿴<EFBFBD><E9BFB4>Ŀ >" <20><>ShowHeader="True" ShowSelectButton="True" SelectText="<img src=../Images/edit.gif border=0 title=<3D><><EFBFBD><EFBFBD>  >">
							 | 
						|||
| 
								 | 
							
								                    <HeaderStyle HorizontalAlign="Center" Width="10%"  />
							 | 
						|||
| 
								 | 
							
								                    <ItemStyle HorizontalAlign="Center" Width="10%"  />
							 | 
						|||
| 
								 | 
							
								                </asp:CommandField>
							 | 
						|||
| 
								 | 
							
											</columns>
							 | 
						|||
| 
								 | 
							
								                    <emptydatatemplate> û<><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD></emptydatatemplate>
							 | 
						|||
| 
								 | 
							
								                    <pagerstyle horizontalalign="Right" />
							 | 
						|||
| 
								 | 
							
								                </asp:GridView>
							 | 
						|||
| 
								 | 
							
								              <asp:Button ID="Button1" runat="server" CssClass="Button" OnClick="Excel_Click" Text="<22><><EFBFBD><EFBFBD>Excel" />
							 | 
						|||
| 
								 | 
							
								            </td>
							 | 
						|||
| 
								 | 
							
								        </tr>
							 | 
						|||
| 
								 | 
							
								           <tr>
							 | 
						|||
| 
								 | 
							
								                <td colspan="4" class="ALine">
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            </table>
							 | 
						|||
| 
								 | 
							
								            <table width="75%" align="left">
							 | 
						|||
| 
								 | 
							
								                 <div runat="server" id="ProjectDetail" visible="false" align="left"  >
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td nowrap>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label12" runat="server" CssClass="Label" Text="<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>"></asp:Label> 
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								                <td align="left" colspan="3">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtProjectName" runat="server" CssClass="TextBox_Long" MaxLength="50"
							 | 
						|||
| 
								 | 
							
								                        Width="540px">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtProjectName"
							 | 
						|||
| 
								 | 
							
								                        ErrorMessage="*"><3E><></asp:RequiredFieldValidator></td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label13" runat="server" CssClass="Label" Text="<22><>ʼʱ<CABC><CAB1>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:DropDownList ID="drpdProjlisFromYear" CssClass="DropDownList" runat="server"
							 | 
						|||
| 
								 | 
							
								                        Width="52px">
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem Selected="True">2009</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem Value="2010">2010</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>2011</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                    </asp:DropDownList>
							 | 
						|||
| 
								 | 
							
								                    <20><>
							 | 
						|||
| 
								 | 
							
								                    <asp:DropDownList ID="drplstProjFromMonth" CssClass="DropDownList" runat="server"
							 | 
						|||
| 
								 | 
							
								                        Width="32px">
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem Value="1">1</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>2</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>3</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem Value="4">4</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>5</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>6</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>7</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>8</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>9</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>10</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>11</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>12</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                    </asp:DropDownList><3E><></td>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label16" runat="server" CssClass="Label" Text="<22><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:DropDownList ID="drplstProjectToYear" CssClass="DropDownList" runat="server"
							 | 
						|||
| 
								 | 
							
								                        Width="52px">
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem Selected="True">2009</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem Value="2010">2010</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>2011</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                    </asp:DropDownList>
							 | 
						|||
| 
								 | 
							
								                    <20><>
							 | 
						|||
| 
								 | 
							
								                    <asp:DropDownList ID="drlstProjToMonth" CssClass="DropDownList" runat="server" Width="32px">
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem Value="1">1</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>2</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>3</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem Value="4">4</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>5</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>6</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>7</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>8</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>9</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>10</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>11</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>12</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                    </asp:DropDownList><3E><></td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label9" runat="server" CssClass="Label" Text="<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtProjProgress" runat="server" CssClass="TextBox_Show" MaxLength="25"
							 | 
						|||
| 
								 | 
							
								                        ReadOnly="True">0</asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                    % 
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label10" runat="server" CssClass="Label" Text="ʵ<>ʽ<EFBFBD><CABD><EFBFBD>ʱ<EFBFBD><CAB1>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPrjActualEndDate" runat="server" CssClass="TextBox_Show" MaxLength="25"
							 | 
						|||
| 
								 | 
							
								                        ReadOnly="True">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label17" runat="server" CssClass="Label" Text="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtProjMaster" runat="server" CssClass="TextBox_Show" MaxLength="25"
							 | 
						|||
| 
								 | 
							
								                        ReadOnly="true">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label14" runat="server" CssClass="Label" Text="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"></asp:Label>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:DropDownList ID="drplstProjDept" CssClass="DropDownList" runat="server">
							 | 
						|||
| 
								 | 
							
								                    </asp:DropDownList></td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="lbproperty" runat="server" CssClass="Label" Text="<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>"></asp:Label>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:DropDownList ID="drplstProjType" CssClass="DropDownList" runat="server">
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem><3E>ص<EFBFBD><D8B5><EFBFBD>Ŀ</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem>һ<><D2BB><EFBFBD><EFBFBD>Ŀ</asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                        <asp:ListItem><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></asp:ListItem>
							 | 
						|||
| 
								 | 
							
								                    </asp:DropDownList></td>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label15" runat="server" CssClass="Label" Text="<22><>ĿȨ<C4BF><C8A8>"></asp:Label>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtProjPercent" runat="server" CssClass="TextBox" MaxLength="50"
							 | 
						|||
| 
								 | 
							
								                        Width="26px">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                    %</td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td style="height: 45px; width: 72px;">
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label18" runat="server" CssClass="Label" Text="<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td colspan="3" style="height: 45px" align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPrjDesc" runat="server" CssClass="TextBox" MaxLength="500" Height="68px"
							 | 
						|||
| 
								 | 
							
								                        TextMode="MultiLine" Width="542px">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td style="height: 45px; width: 72px;">
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="lbprjmem4Delete" runat="server" CssClass="Label" Text="ɾ<><C9BE><EFBFBD><EFBFBD>Ŀ˵<C4BF><CBB5>" Visible="False">
							 | 
						|||
| 
								 | 
							
								                    </asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td colspan="3" style="height: 45px" align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtProjMem4delete" runat="server" CssClass="TextBox" MaxLength="500"
							 | 
						|||
| 
								 | 
							
								                        Height="68px" TextMode="MultiLine" Width="542px" Visible="false">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								        </div>
							 | 
						|||
| 
								 | 
							
								        <div id="ProjectMonthDetail" runat="server" width="100%" visible="false" align="left">
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td nowrap>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label2" runat="server" CssClass="Label" Text="<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPdName" runat="server" CssClass="TextBox_Show" MaxLength="25">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label21" runat="server" CssClass="Label" Text="<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPrjProgress" CssClass="TextBox_Show" runat="server" MaxLength="25">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label19" runat="server" CssClass="Label" Text="<22><>ʼʱ<CABC><CAB1>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPdStartDate" CssClass="TextBox_Show" runat="server" MaxLength="25">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox></td>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label4" runat="server" CssClass="Label" Text="<22><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPdEndDate" runat="server" CssClass="TextBox_Show" MaxLength="25">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox></td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label1" runat="server" CssClass="Label" Text="ʵ<>ʽ<EFBFBD><CABD><EFBFBD>ʱ<EFBFBD><CAB1>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPdActualEndDate" runat="server" CssClass="TextBox_Show" MaxLength="25">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox></td>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                     
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                     
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td colspan="4" class="ALine">
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label11" runat="server" CssClass="Label" Text="<22><><EFBFBD>¼ƻ<C2BC>Ŀ<EFBFBD><C4BF>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPdPlanTarget" runat="server" CssClass="TextBox" MaxLength="25">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox></td>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label20" runat="server" CssClass="Label" Text="<22><><EFBFBD><EFBFBD>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPdFinishTarget" runat="server" CssClass="TextBox" MaxLength="25">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox></td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label3" runat="server" CssClass="Label" Text="<22><><EFBFBD>ɰٷֱ<D9B7>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPdPercent" runat="server">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								                <td align="left" colspan="2">
							 | 
						|||
| 
								 | 
							
								                     
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="lbpdMem" runat="server" CssClass="Label" Text="ִ<><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD><CBB5>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td colspan="3" align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtPdMem" runat="server" CssClass="TextBox" Height="159px" MaxLength="500"
							 | 
						|||
| 
								 | 
							
								                        TextMode="MultiLine" Width="557px">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox></td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label7" runat="server" CssClass="Label" Text="<22><><EFBFBD>ظ<EFBFBD><D8B8><EFBFBD>"></asp:Label> </td>
							 | 
						|||
| 
								 | 
							
								                <td colspan="3" align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:GridView id="GVFiles" CssClass="DataGrid" PagerStyle-HorizontalAlign="Right"
							 | 
						|||
| 
								 | 
							
								                        runat="server" DataKeyNames="ID" AllowPaging="True" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"
							 | 
						|||
| 
								 | 
							
								                        Width="70%" ShowFooter="True" AutoGenerateColumns="False" PageSize="5">
							 | 
						|||
| 
								 | 
							
								                        <columns>
							 | 
						|||
| 
								 | 
							
								                                                            <asp:BoundField ReadOnly="True" DataField="ID" SortExpression="ID" HeaderText="<22>ļ<EFBFBD>id" Visible="False"></asp:BoundField>
							 | 
						|||
| 
								 | 
							
								                                                            <asp:BoundField DataField="File_Desc" SortExpression="File_Desc" HeaderText="<22>ļ<EFBFBD>˵<EFBFBD><CBB5>"></asp:BoundField>
							 | 
						|||
| 
								 | 
							
								                                                            <asp:BoundField DataField="File_Date" SortExpression="File_Date" HeaderText="<22>ϴ<EFBFBD>ʱ<EFBFBD><CAB1>"></asp:BoundField>
							 | 
						|||
| 
								 | 
							
								                                                            <asp:BoundField DataField="dr" Visible="False" SortExpression="dr" HeaderText="<22><><EFBFBD><EFBFBD>"></asp:BoundField>
							 | 
						|||
| 
								 | 
							
								                                                            <asp:CommandField SelectText="<img src=../Images/detail.gif border=0 title=<3D>鿴  >" ShowHeader="True" ShowSelectButton="True" HeaderText="<22>ࡡ<EFBFBD><E0A1A1>">
							 | 
						|||
| 
								 | 
							
								                                                            <HeaderStyle Width="15%" HorizontalAlign="Center"></HeaderStyle>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								                                                            <ItemStyle Width="15%" HorizontalAlign="Center"></ItemStyle>
							 | 
						|||
| 
								 | 
							
								                                                            </asp:CommandField>
							 | 
						|||
| 
								 | 
							
								                                                            </columns>
							 | 
						|||
| 
								 | 
							
								                        <rowstyle cssclass="ItemStyle" horizontalalign="Center"></rowstyle>
							 | 
						|||
| 
								 | 
							
								                        <emptydatatemplate> û<><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD></emptydatatemplate>
							 | 
						|||
| 
								 | 
							
								                        <selectedrowstyle cssclass="SelectedItemStyle"></selectedrowstyle>
							 | 
						|||
| 
								 | 
							
								                        <pagerstyle horizontalalign="Right" />
							 | 
						|||
| 
								 | 
							
								                        <headerstyle cssclass="HeaderStyle" horizontalalign="Center"></headerstyle>
							 | 
						|||
| 
								 | 
							
								                        <alternatingrowstyle cssclass="AlternatingItemStyle"></alternatingrowstyle>
							 | 
						|||
| 
								 | 
							
								                    </asp:GridView></td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td colspan="4" class="ALine">
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								        </div>
							 | 
						|||
| 
								 | 
							
								        <div id="PanelApprove" runat="server" width="100%" visible="false" align="left">
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td colspan="4" class="ALine">
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td nowrap>
							 | 
						|||
| 
								 | 
							
								                   <asp:Label ID="lbapprovelst" runat="server" CssClass="Label" Text="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¼"></asp:Label>  </td>
							 | 
						|||
| 
								 | 
							
								                <td colspan="3">
							 | 
						|||
| 
								 | 
							
								                    <div id="panelApprovelist" runat="server" width="100%" visible="false">
							 | 
						|||
| 
								 | 
							
								                        <table width="90%" class="Table_Border" border="0" cellpadding="2" cellspacing="2">
							 | 
						|||
| 
								 | 
							
								                            <asp:Repeater id="RepeaterApproveList" runat="server">
							 | 
						|||
| 
								 | 
							
								                                <itemtemplate>  
							 | 
						|||
| 
								 | 
							
								                                                                                                  <tr class="HeaderStyle">
							 | 
						|||
| 
								 | 
							
								                                                                                                    <td><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></td>
							 | 
						|||
| 
								 | 
							
								                                                                                                    <td><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></td>
							 | 
						|||
| 
								 | 
							
								                                                                                                     
							 | 
						|||
| 
								 | 
							
								                                                                                                    <td>ϵ<><CFB5></td>
							 | 
						|||
| 
								 | 
							
								                                                                                                    <td><3E><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1></td>
							 | 
						|||
| 
								 | 
							
								                                                                                                  </tr> 
							 | 
						|||
| 
								 | 
							
								                                                                                                  <tr>
							 | 
						|||
| 
								 | 
							
								                                                                                                    <td><%# FormatShowContent((bool)DataBinder.Eval(Container.DataItem,"PA_PASS")) %></td>
							 | 
						|||
| 
								 | 
							
								                                                                                                    <td><%# DataBinder.Eval(Container.DataItem,"EM_NAME") %></td>
							 | 
						|||
| 
								 | 
							
								                                                                                                    <td><%# DataBinder.Eval(Container.DataItem,"PA_SCORE") %>
							 | 
						|||
| 
								 | 
							
								                                                                                                   
							 | 
						|||
| 
								 | 
							
								                                                                                                    <td><%# DataBinder.Eval(Container.DataItem,"CREATE_TIME") %></td>
							 | 
						|||
| 
								 | 
							
								                                                                                                  </tr>
							 | 
						|||
| 
								 | 
							
								                                                                                                 
							 | 
						|||
| 
								 | 
							
								                                                                                                  <tr>
							 | 
						|||
| 
								 | 
							
								                                                                                                    <td class="HeaderStyle"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ע</td>
							 | 
						|||
| 
								 | 
							
								                                                                                                  <td colspan="4"><pre> <%# DataBinder.Eval(Container.DataItem,"PA_MEM") %></pre></td>
							 | 
						|||
| 
								 | 
							
								                                                                                                  </tr> 
							 | 
						|||
| 
								 | 
							
								                                                                                                   <tr>
							 | 
						|||
| 
								 | 
							
								                                                                                                  <td colspan="5" class="ALine">
							 | 
						|||
| 
								 | 
							
								                                                                                                  </td>
							 | 
						|||
| 
								 | 
							
								                                                                                                  </tr>
							 | 
						|||
| 
								 | 
							
								                                                                                        </itemtemplate>
							 | 
						|||
| 
								 | 
							
								                            </asp:Repeater>
							 | 
						|||
| 
								 | 
							
								                        </table>
							 | 
						|||
| 
								 | 
							
								                    </div>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td colspan="4" class="ALine">
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td>
							 | 
						|||
| 
								 | 
							
								                    <asp:Label ID="Label5" runat="server" CssClass="Label" Text="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ע"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                <td colspan="3" align="left">
							 | 
						|||
| 
								 | 
							
								                    <asp:TextBox ID="txtApproveMem" runat="server" CssClass="TextBox" Height="159px"
							 | 
						|||
| 
								 | 
							
								                        MaxLength="500" TextMode="MultiLine" Width="581px">
							 | 
						|||
| 
								 | 
							
								                    </asp:TextBox></td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <div runat="server" id="divApproveScore" visible="false">
							 | 
						|||
| 
								 | 
							
								                <tr>
							 | 
						|||
| 
								 | 
							
								                    <td>
							 | 
						|||
| 
								 | 
							
								                        <asp:Label ID="Label111" runat="server" CssClass="Label" Text="ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD>"></asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                    <td align="left">
							 | 
						|||
| 
								 | 
							
								                        <asp:TextBox ID="txtSystemScore" runat="server" CssClass="TextBox_Show" MaxLength="25"
							 | 
						|||
| 
								 | 
							
								                            Width="50px">
							 | 
						|||
| 
								 | 
							
								                        </asp:TextBox></td>
							 | 
						|||
| 
								 | 
							
								                    <td>
							 | 
						|||
| 
								 | 
							
								                        <asp:Label ID="Label201" runat="server" CssClass="Label" Text="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" visible="true">
							 | 
						|||
| 
								 | 
							
								                        </asp:Label></td>
							 | 
						|||
| 
								 | 
							
								                    <td align="left">
							 | 
						|||
| 
								 | 
							
								                        <asp:TextBox ID="txtApproveScore" runat="server" CssClass="TextBox" MaxLength="25"  CausesValidation="True"     Width="1px" Text=1 visible="true"></asp:TextBox>
							 | 
						|||
| 
								 | 
							
								                        <cc1:NumericUpDownExtender ID="NumericUpDownExtender2" runat="server" Width="80" Step="0.1" 
							 | 
						|||
| 
								 | 
							
								                                TargetControlID="txtApproveScore">
							 | 
						|||
| 
								 | 
							
								                            </cc1:NumericUpDownExtender> 
							 | 
						|||
| 
								 | 
							
								                            
							 | 
						|||
| 
								 | 
							
								                         <asp:RangeValidator id="RangeValidator1" runat="server" ControlToValidate="txtApproveScore"
							 | 
						|||
| 
								 | 
							
								                                                            ErrorMessage="ϵ<><CFB5><EFBFBD><EFBFBD>Χ<EFBFBD><CEA7><EFBFBD><EFBFBD>0-1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" MaximumValue="1" MinimumValue="0"
							 | 
						|||
| 
								 | 
							
								                                                             SetFocusOnError="True" ValidationGroup="1" Type="Double">*</asp:RangeValidator>
							 | 
						|||
| 
								 | 
							
								                        </td>
							 | 
						|||
| 
								 | 
							
								                </tr>
							 | 
						|||
| 
								 | 
							
								                  
							 | 
						|||
| 
								 | 
							
								                                         <tr>
							 | 
						|||
| 
								 | 
							
								                                        <td  colspan=2 >
							 | 
						|||
| 
								 | 
							
								                                        <asp:ValidationSummary id="ValidationSummary1" runat="server" ValidationGroup="1" HeaderText="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ"></asp:ValidationSummary> 
							 | 
						|||
| 
								 | 
							
								                                        </td>
							 | 
						|||
| 
								 | 
							
								                                        </tr>
							 | 
						|||
| 
								 | 
							
								                                    
							 | 
						|||
| 
								 | 
							
								                
							 | 
						|||
| 
								 | 
							
								            </div>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td colspan="4" class="ALine">
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								            <tr>
							 | 
						|||
| 
								 | 
							
								                <td colspan="4" align="center">
							 | 
						|||
| 
								 | 
							
								                <div id="divApproveProject" runat="server" align="Center">
							 | 
						|||
| 
								 | 
							
								                    <asp:Button ID="btnApprove" runat="server" CssClass="Button" Text="<22><><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8>" OnClick="btnApprove_Click1" />
							 | 
						|||
| 
								 | 
							
								                    <asp:Button ID="btnReject" runat="server" CssClass="Button" Text="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" OnClick="btnReject_Click" />
							 | 
						|||
| 
								 | 
							
								                   </div>
							 | 
						|||
| 
								 | 
							
								                </td>
							 | 
						|||
| 
								 | 
							
								            </tr>
							 | 
						|||
| 
								 | 
							
								        </div>
							 | 
						|||
| 
								 | 
							
								    </table>
							 | 
						|||
| 
								 | 
							
								</asp:Content>
							 |