initial commit

This commit is contained in:
Siwat Sirichai 2025-06-08 16:22:20 +07:00
commit 252dac3143
1516 changed files with 694271 additions and 0 deletions

80
Shared/Forbidden.aspx Normal file
View file

@ -0,0 +1,80 @@
<%@ Page Language="vb" AutoEventWireup="true" EnableEventValidation="false" Codefile="Forbidden.aspx.vb" Inherits="Persons.UI.Forbidden" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Forbidden</title>
</head>
<body class="pBack">
<table cellspacing="0" cellpadding="0" border="0" class="pWrapper">
<tr>
<td class="panelTL">
<img src="../Images/space.gif" class="panelTLSpace" alt="" /></td>
<td class="panelT">
<img src="../Images/space.gif" class="panelTSpace" alt="" /></td>
<td class="panelTR">
<img src="../Images/space.gif" class="panelTRSpace" alt="" /></td>
</tr>
<tr>
<td class="panelL">
<img src="../Images/space.gif" class="panelLSpace" alt="" /></td>
<td class="panelC">
<table cellspacing="0" cellpadding="0" border="0" class="pContent">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse"
width="100%" id="AutoNumber1">
<tr>
<td class="dialog_header" colspan="3">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="dialogHeaderEdgeL">
<img src="../Images/space.gif" alt="" /></td>
<td class="dhb">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="dialog_header_text">
Forbidden</td>
</tr>
</table>
</td>
<td class="dialogHeaderEdgeR">
<img src="../Images/space.gif" alt="" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 20px;">
</td>
<td class="configureErrorPagesText">
<br />
<asp:Literal ID="ForbiddenText1" runat="server" Text='<%# GetResourceValue("Txt:ForbiddenLine1") %>' /><br />
<br />
<asp:Literal ID="ForbiddenText2" runat="server" Text='<%# GetResourceValue("Txt:ForbiddenLine2") %>' /><br />
<br />
</td>
<td style="width: 20px;">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="panelR">
<img src="../Images/space.gif" class="panelRSpace" alt="" /></td>
</tr>
<tr>
<td class="panelBL">
<img src="../Images/space.gif" class="panelBLSpace" alt="" /></td>
<td class="panelB">
<img src="../Images/space.gif" class="panelBSpace" alt="" /></td>
<td class="panelBR">
<img src="../Images/space.gif" class="panelBRSpace" alt="" /></td>
</tr>
</table>
</body>
</html>