libs-gsweb/GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.html
dwetzel ab64707ee5 GSWExceptionPage without images, the design is still bad.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@25028 72102866-910b-0410-8b05-ffd578937521
2007-04-13 18:32:57 +00:00

86 lines
2.8 KiB
HTML

<html>
<head>
<title>GNUstepWeb Error</title>
<meta name="robots" content="noindex,nofollow"/>
</head>
<body bgcolor="white">
<table border="0">
<tr>
<td align="center" Valign="TOP">
<h2>[!] An error occured in application <gsweb name="ApplicationNameString"></gsweb>.</h2>
<h4><gsweb name="ReenterHyperlink">&lt;&lt;&nbsp;Re-enter <gsweb name="ApplicationNameString"></gsweb></gsweb></h4>
</td>
</tr>
<tr>
<td align="LEFT" Valign="TOP">
<hr/>
<table border="0" width="700">
<tr>
<td align="RIGHT" Valign="MIDDLE">
<b>Application:</b>
</td>
<td align="LEFT" Valign="MIDDLE">
<tt><gsweb name="ApplicationNameString"></gsweb></tt>
</td>
</tr>
<tr>
<td align="right" valign="top">
<b>Reference:</b>
</td>
<td align="left" valign="top">
<tt><gsweb name="ReferenceString"></gsweb></tt>
</td>
</tr>
<tr>
<td align="RIGHT" Valign="MIDDLE">
<b>Error:</b>
</td>
<td align="LEFT" Valign="MIDDLE">
<tt><gsweb name="ExceptionNameString"></gsweb></tt>
</td>
</tr>
<tr>
<td align="RIGHT" Valign="MIDDLE">
<b>Reason:</b>
</td>
<td align="LEFT" Valign="MIDDLE">
<gsweb name="ReasonRepetition">
<tt><gsweb name="ReasonString"></gsweb></tt><br/>
</gsweb>
</td>
</tr>
<tr>
<td colspan="2" align="LEFT" Valign="bottom">
<hr/>
<b>User Info Dictionary:</b>
</td>
</tr>
<gsweb name="HasUserInfoConditional">
<gsweb name="UserInfoRowRepetition">
<tr>
<td align="RIGHT" Valign="TOP">
<b><tt><gsweb name="UserInfoKeyString"></gsweb>:</tt></b>
</td>
<td align="LEFT" Valign="TOP">
<tt><gsweb name="UserInfoValueString"></gsweb></tt>
</td>
</tr>
</gsweb>
</gsweb>
<gsweb name="NoUserInfoConditional">
<tr>
<td align="RIGHT" Valign="TOP">
</td>
<td align="LEFT" Valign="TOP">
<b>Exception has no userInfo dictionary</b>
</td>
</tr>
</gsweb>
</table>
</td>
</tr>
</table>
<p>Powered by <a href="http://wiki.gnustep.org/index.php/GNUstepWeb">GNUstep Web</a></p>
</body>
</html>