%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : kowitt.ac.th / Your IP : 216.73.216.106 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/Microsoft.NET/Framework/v4.0.30319/ASP.NETWebAdminFiles/Security/Wizard/ |
Upload File : |
<%@ Control %>
<%@ Import Namespace="System.Web.Administration" %>
<%@ Import Namespace="System.Web.Configuration" %>
<%@ Import Namespace="System.Globalization" %>
<script runat="server" language="cs">
public Literal DialogContent {
get {
return dialogContent;
}
}
public Literal DialogTitle {
get {
return dialogTitle;
}
}
public Button LeftButton {
get {
return leftButton;
}
}
public Button RightButton {
get {
return rightButton;
}
}
</script>
<table height="100%" width="100%">
<tr height="70%">
<td width="60%">
<table cellspacing="0" height="100%" width="100%" cellpadding="4" rules="none"
bordercolor="#CCDDEF" border="1" style="border-color:#CCDDEF;border-style:None;border-collapse:collapse;">
<tr class="callOutStyle">
<td style="padding-left:10;padding-right:10;" colspan="3">
<h1 class="callOutHeaderStyle"><asp:literal runat="server" id="dialogTitle"/></h1>
</td>
</tr>
<tr class="bodyText" height="100%" valign="top">
<td style="padding-left:10;padding-right:10;" colspan="3">
<asp:literal runat="server" id="dialogContent"/>
</td>
</tr>
<tr class="userDetailsWithFontSize" valign="top" height="5%">
<td style="padding-left:10;padding-right:10;" align="left"><%-- place holder for a link. --%></td>
<td style="padding-left:10;padding-right:10;" align="right"><asp:button runat="server" id="leftButton" forecolor="black" text="<%$ Resources:OkButton %>" width="75"/></td>
<td style="padding-left:10;padding-right:10;" align="right" width="1%">
<asp:button runat="server" id="rightButton" forecolor="black" text="<%$ Resources:CancelButton %>" width="75"/>
</td>
</tr>
</table>
</td>
<td/>
</tr>
<tr><td colspan="2"/></tr>
</table>