markus / KCOM_API_AutoStamping / AutoApproval.aspx @ master
이력 | 보기 | 이력해설 | 다운로드 (1.13 KB)
1 |
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AutoApproval.aspx.cs" Inherits="AutoApproval" %> |
---|---|
2 |
|
3 |
|
4 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
5 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
6 |
<head runat="server"> |
7 |
<title>All Approval Page</title> |
8 |
<script type="text/javascript" > |
9 |
|
10 |
</script> |
11 |
</head> |
12 |
<body> |
13 |
<form id="form1" runat="server"> |
14 |
|
15 |
<div> |
16 |
<table> |
17 |
<tr> |
18 |
<td>Project No :</td> |
19 |
<td> |
20 |
<asp:TextBox ID="txtproject_no" runat="server"></asp:TextBox> |
21 |
</td> |
22 |
</tr> |
23 |
<tr> |
24 |
<td>Slip No :</td> |
25 |
<td> |
26 |
<asp:TextBox ID="txtslip_no" runat="server"></asp:TextBox> |
27 |
</td> |
28 |
</tr> |
29 |
<tr> |
30 |
<td>User ID :</td> |
31 |
<td> |
32 |
<asp:TextBox ID="txtuser_id" runat="server"></asp:TextBox> |
33 |
</td> |
34 |
</tr> |
35 |
|
36 |
</table> |
37 |
|
38 |
</div> |
39 |
<p> |
40 |
|
41 |
<asp:Button ID="Button1" runat="server" Text="All Approval" |
42 |
onclick="Button1_Click" /> |
43 |
|
44 |
</p> |
45 |
</form> |
46 |
</body> |
47 |
</html> |