42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="送簽.ascx.cs"
|
|
Inherits="Education.Forms.Common.送簽" %>
|
|
<%@ Register Assembly="WebLib" Namespace="WebLib" TagPrefix="weblib" %>
|
|
<table>
|
|
<tr>
|
|
<td class="captionCenter" colspan="3">
|
|
<asp:Label ID="Label18" runat="server" Text="送簽"></asp:Label>
|
|
</td>
|
|
<td class="captionCenter" colspan="3">
|
|
<asp:Label ID="Label20" runat="server" Text="撤簽"></asp:Label>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="caption">
|
|
<asp:Label ID="Label19" runat="server" Text="簽核人員"></asp:Label>
|
|
</td>
|
|
<td>
|
|
<weblib:WDropDownList ID="DropDownList1" runat="server">
|
|
</weblib:WDropDownList>
|
|
</td>
|
|
<td>
|
|
<asp:LinkButton ID="LinkButton8" runat="server"
|
|
CssClass="button blue80">送簽</asp:LinkButton>
|
|
</td>
|
|
<td class="caption">
|
|
<asp:Label ID="Label21" runat="server" Text="撤簽簽核人員"></asp:Label>
|
|
</td>
|
|
<td>
|
|
<weblib:WDropDownList ID="DropDownList2" runat="server">
|
|
</weblib:WDropDownList>
|
|
</td>
|
|
<td>
|
|
<asp:LinkButton ID="LinkButton9" runat="server"
|
|
CssClass="button orange80">撤簽</asp:LinkButton>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<asp:Label ID="lbSignMessage" runat="server"
|
|
CssClass="ErrorMessage" EnableViewState="False"></asp:Label>
|
|
|
|
|