mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
* GSWeb.framework/GSWBundle.m: o use smartTakeValue:forKey: instead of takeValue:forKey: * GSWeb.framework/GSWAssociation.m: o use smartTakeValue:forKeyPath: instead of takeValue:forKeyPath: * GSWeb.framework/GSWComponent.m: o use smartTakeValue:forKey: instead of takeValue:forKey: * GSWeb.framework/GSWDisplayGroup.m: o changes in -description o logs * GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.gswd: o added "reference" * GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.html: o added "reference" * GSWExtensions.framework/French.lproj/GSWExceptionPage.gswc/GSWExceptionPage.html: o added "reference" * GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.h/.m: o added "reference" * GSWExtensionsGSW.framework/GSWFileUploadComponent.h/.m: o bug fixes * GSWExtensionsGSW.framework/GSWFileUploadComponent.gswc/GSWFileUploadComponent.gswd: o added Height & With parameters for images * GSWExtensionsGSW.framework/GSWFileUploadComponent.gswc/GSWFileUploadComponent.html: o added delete check box title * GSWeb.framework/GSWElement.m: o logs * GSWeb.framework/GSWFileUpload.m: o logs * GSWeb.framework/GSWRequest.m: o bug fix for uploaded files git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@13762 72102866-910b-0410-8b05-ffd578937521
88 lines
2.7 KiB
HTML
88 lines
2.7 KiB
HTML
<html>
|
|
<head>
|
|
<title>GNUstepWeb Error</title>
|
|
</head>
|
|
<body bgcolor="white">
|
|
|
|
<table border="0">
|
|
<tr>
|
|
<td align="center" Valign="TOP">
|
|
<gsweb name="ExclamationImage"></gsweb><br>
|
|
Re-enter<br>
|
|
<gsweb name="ReenterHyperlink">
|
|
<b><gsweb name="ApplicationNameString"></gsweb></b>
|
|
</gsweb>
|
|
</td>
|
|
<td align="LEFT" Valign="TOP">
|
|
<gsweb name="VisibleConditional">
|
|
<hr>
|
|
<table border="0">
|
|
<tr>
|
|
<td align="RIGHT" Valign="MIDDLE">
|
|
<b>Application:</b>
|
|
</td>
|
|
<td align="LEFT" Valign="MIDDLE">
|
|
<PRE><gsweb name="ApplicationNameString"></gsweb></PRE>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right" valign="top">
|
|
<b>Reference:</b>
|
|
</td>
|
|
<td align="left" valign="top">
|
|
<PRE><gsweb name="ReferenceString"></gsweb></PRE>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="RIGHT" Valign="MIDDLE">
|
|
<b>Error:</b>
|
|
</td>
|
|
<td align="LEFT" Valign="MIDDLE">
|
|
<PRE><gsweb name="ExceptionNameString"></gsweb></PRE>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="RIGHT" Valign="MIDDLE">
|
|
<b>Reason:</b>
|
|
</td>
|
|
<td align="LEFT" Valign="MIDDLE">
|
|
<gsweb name="ReasonRepetition">
|
|
<PRE><gsweb name="ReasonString"></gsweb></PRE><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><PRE><gsweb name="UserInfoKeyString"></gsweb>:</PRE></b>
|
|
</td>
|
|
<td align="LEFT" Valign="TOP">
|
|
<PRE><gsweb name="UserInfoValueString"></gsweb></PRE>
|
|
</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>
|
|
</gsweb>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|