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

View file

@ -0,0 +1,75 @@
<!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>
<title>Internal Server Error</title>
<link rel="stylesheet" rev="stylesheet" type="text/css" href="../Styles/BaseStyles.css"/>
<link rel="stylesheet" rev="stylesheet" type="text/css" href="../Styles/Styles.css" />
</head><body>
<table cellspacing="0" cellpadding="0" border="0" class="pageBackground">
<tr>
<td class="pageAlignment">
<table cellspacing="0" cellpadding="0" border="0" class="borderTable">
<tr>
<td class="pageBorderTL"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
<td class="pageBorderT"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
<td class="pageBorderTR"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
</tr>
<tr>
<td class="pageBorderL"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
<td class="pageBorderC">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="page_yellow">
<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="dialog_header_text" style="font-size:15px;"><span id="ErrorHeading">Internal Server Error</span></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 />
The requested web page either has an error or does not exist.<br /><br />
Please contact your system administrator or customer support.<br /><br />
</td>
<td style="width: 20px;"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="pageBorderR"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
</tr>
<tr>
<td class="pageBorderBL"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
<td class="pageBorderB"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
<td class="pageBorderBR"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
<script language="javascript">
if ( window.navigator.userAgent.indexOf("iPhone") >= 0 ||
window.navigator.userAgent.indexOf("iPod") >= 0 ||
window.navigator.userAgent.indexOf("Android") >= 0 ) {
var heading = document.getElementById("ErrorHeading");
if ( heading != null ) {
heading.style.fontSize = "4.0em";
}
document.body.style.fontSize = "3.0em";
}
</script>
</html>