Files
thinkyu/branches/1150807/Forms/組織/簽核關卡設定.aspx
T
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

153 lines
5.5 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Site2.Master" AutoEventWireup="true" CodeBehind="簽核關卡設定.aspx.cs" Inherits="Education.Forms.組織.簽核關卡設定" %>
<%@ Register Assembly="WebLib" Namespace="WebLib" TagPrefix="weblib" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<table>
<tr>
<td class="caption">
<asp:Label ID="Label9" runat="server" Text="表單名稱"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl表單名稱" runat="server" AutoPostBack="True">
<asp:ListItem>課程企劃</asp:ListItem>
<asp:ListItem>場地遴選</asp:ListItem>
<asp:ListItem>講師遴選</asp:ListItem>
<asp:ListItem>教材遴選</asp:ListItem>
<asp:ListItem>效益追蹤</asp:ListItem>
</weblib:WDropDownList>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label10" runat="server" Text="第一關"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl主管1" runat="server" AutoPostBack="True">
<asp:ListItem Value="Y">直接主管</asp:ListItem>
<asp:ListItem Value="N">特定組織職務</asp:ListItem>
</weblib:WDropDownList>
</td>
<td>
<table style="width:100%;">
<tr>
<td class="caption">
<asp:Label ID="Label16" runat="server" Text="組織類別"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl組織類別1" runat="server" AutoPostBack="True">
</weblib:WDropDownList>
<asp:ObjectDataSource ID="ds組織類別1" runat="server"></asp:ObjectDataSource>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label17" runat="server" Text="組織名稱"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl組織ID1" runat="server" AutoPostBack="True">
</weblib:WDropDownList>
<asp:ObjectDataSource ID="ds組織ID1" runat="server"></asp:ObjectDataSource>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label18" runat="server" Text="職務名稱"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl職務ID1" runat="server">
</weblib:WDropDownList>
<asp:ObjectDataSource ID="ds職務ID1" runat="server"></asp:ObjectDataSource>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label11" runat="server" Text="第二關"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl主管2" runat="server" AutoPostBack="True">
<asp:ListItem Value="Y">直接主管</asp:ListItem>
<asp:ListItem Value="N">特定組織職務</asp:ListItem>
</weblib:WDropDownList>
</td>
<td>
<table style="width:100%;">
<tr>
<td class="caption">
<asp:Label ID="Label13" runat="server" Text="組織類別"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl組織類別2" runat="server" AutoPostBack="True">
</weblib:WDropDownList>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label14" runat="server" Text="組織名稱"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl組織ID2" runat="server" AutoPostBack="True">
</weblib:WDropDownList>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label15" runat="server" Text="職務名稱"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl職務ID2" runat="server">
</weblib:WDropDownList>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label12" runat="server" Text="第三關"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl主管3" runat="server" AutoPostBack="True">
<asp:ListItem Value="Y">直接主管</asp:ListItem>
<asp:ListItem Value="N">特定組織職務</asp:ListItem>
</weblib:WDropDownList>
</td>
<td>
<table style="width:100%;">
<tr>
<td class="caption">
<asp:Label ID="Label19" runat="server" Text="組織類別"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl組織類別3" runat="server" AutoPostBack="True">
</weblib:WDropDownList>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label20" runat="server" Text="組織名稱"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl組織ID3" runat="server" AutoPostBack="True">
</weblib:WDropDownList>
</td>
</tr>
<tr>
<td class="caption">
<asp:Label ID="Label21" runat="server" Text="職務名稱"></asp:Label>
</td>
<td>
<weblib:WDropDownList ID="ddl職務ID3" runat="server">
</weblib:WDropDownList>
</td>
</tr>
</table>
</td>
</tr>
</table>
</asp:Content>