markus / KCOM_API / Default.aspx @ b2c6901f
이력 | 보기 | 이력해설 | 다운로드 (895 Bytes)
1 | a1142a6b | taeseongkim | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="KCOM_API.Default" %> |
---|---|---|---|
2 | |||
3 | <!DOCTYPE html> |
||
4 | |||
5 | <html xmlns="http://www.w3.org/1999/xhtml"> |
||
6 | <head runat="server"> |
||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
||
8 | <title></title> |
||
9 | </head> |
||
10 | <body> |
||
11 | <form id="form1" runat="server"> |
||
12 | <div> |
||
13 | - 해당 페이지(Default.aspx)는 Config확인용입니다.<br /> |
||
14 | - Publish완료 후 삭제 바랍니다.<br /> |
||
15 | <br /> |
||
16 | |||
17 | Connection : <asp:textbox Width="800" runat="server" id="txtConnection"/> |
||
18 | <br /> |
||
19 | TileSource : <asp:textbox Width="800" runat="server" id="txtTileSource"/> |
||
20 | <br /> |
||
21 | TileSourceSub : <asp:textbox Width="800" runat="server" id="txtTileSourceSub"/> |
||
22 | <br /> |
||
23 | </div> |
||
24 | </form> |
||
25 | </body> |
||
26 | </html> |