<?xml version="1.0"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
dlg-comperror-tplt.html
About dialog box template.
Content displayed in program's about dialog box. No style sheet used and CSS
must be provided directly to web browser object.
v0.1 of 21 Jan 2005 - Original version (comperror.html).
v0.2 of 20 Feb 2005 - Renamed as dlg-comperror-tplt.html.
- Changed page title to file name without extension.
v0.3 of 04 Mar 2005 - Changed <%Delphi%> template code to <%CompilerID%>.
- Restyled title line of HTML.
v0.4 of 19 Apr 2005 - Moved these comments below xml and doctype tags.
v1.0 of 04 Jun 2006 - Reformatted update log comments.
- Changed to Mozilla Public License.
-->
<!-- * ***** BEGIN LICENSE BLOCK *****
*
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Original Code is dlg-comperror-tplt.html
*
* The Initial Developer of the Original Code is Peter Johnson
* (http://www.delphidabbler.com/).
*
* Portions created by the Initial Developer are Copyright (C) 2005-2006 Peter
* Johnson. All Rights Reserved.
*
* Contributor(s): None
*
* ***** END LICENSE BLOCK *****
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>dlg-comperror-tplt</title>
</head>
<body>
<div>
<div style="margin-bottom: 8px;">
<%Status%> when compiling <strong><%Routine%></strong> with
<strong><%CompilerID%></strong>
</div>
<ul style="margin-top: 0px; margin-bottom: 0px;">
<%ErrorList%>
</ul>
</div>
</body>
</html>