<!--
* nocompcheck-body.html
*
* Body HTML used to inform that a compiler check is not valid for current view
* item.
*
* Originally named nocompcheck.html. Renamed comp-na.html at v0.2 and
* nocompcheck-body.html at v2.0.
*
* v0.1 of 16 Jan 2005 - Original version (nocompcheck.html).
* v0.2 of 20 Feb 2005 - Revised to include options box.
* - Renamed as comp-na.html.
* - Changed page title to file name without extension.
* v0.3 of 19 Apr 2005 - Moved these comments below xml and doctype tag.
* v0.4 of 25 Apr 2005 - Changed to use external.HelpTopic method to display
* the About Compiler Checks help topic rather than
* QuickStart help.
* v0.5 of 28 Jan 2006 - Removed xml processing instruction because it caused
* some display problems on some OSs (e.g. Win2K).
* v1.0 of 04 Jun 2006 - Reformatted update log comments.
* - Changed to Mozilla Public License.
* v1.1 of 24 Oct 2006 - Added reference to new detail-consts.js script and
* changed all literal hints and help keywords to use
* variables from it.
* v1.2 of 26 Oct 2006 - Changed do-nothing links to reference
* javascript:void(0) rather than '#'.
* v1.3 of 25 Nov 2006 - Replaced width and height attributes of img tag with
* style attribute.
* - Removed border attribute from img tag.
* v1.4 of 26 Nov 2006 - Included new external.js JavaScript file.
* - Replaced direct calls to external object with calls to
* functions in external.js.
* v1.5 of 15 Dec 2006 - Changed help text link to use .help-link CSS class.
* v1.6 of 18 Oct 2007 - Added "return false;" statement to end of each onclick
* event.
* v1.7 of 03 Nov 2007 - Added external-link class name to links displayed in
* external browser and command-link class name to links
* that trigger commands.
* - Added help-link class name to image links to help
* topics.
* - Added menu-item class name to links to be placed on
* pop-up menu
* - Changed case of some link text.
* v1.8 of 04 Nov 2007 - Changed to display help via "help:" protocol rather
* than using JavaScript calls.
* v1.9 of 14 Sep 2008 - Added class option-img to images related to menu
* links.
* v2.0 of 19 Jan 2009 - Renamed as nocompcheck-body.html.
* - Changed from complete HTML document to provide inner
* HTML of and existing HTML document:
* - doctype and <html> tags removed
* - all <head> section, including scripts, removed.
* - <body> tags removed.
* v2.1 of 16 Jun 2009 - Replaced reference to "routines" with "snippets".
* - Added info image to page and reworded slightly.
*
*
*
* ***** 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 nocompcheck-body.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-2009 Peter
* Johnson. All Rights Reserved.
*
* ***** END LICENSE BLOCK *****
-->
<h1>
No Compiler Check Available
</h1>
<div class="details">
<!-- explanatory text -->
<div style="float:left;margin-right:1em;">
<img src="symbol-information.png" style="width:64px;height:64px;" />
</div>
<p>
Compiler checks are not available for this item.
</p>
<p>
Please select a snippet to check from the list on the left.
</p>
<!-- end of explanatory text -->
<!-- options box -->
<div class="optionbox" style="clear:all;">
<!-- link to display About Compiler Checks help -->
<div class="option">
<a
href="help:CompChecks"
class="help-link"
onmouseover="showHint(vAboutCompChecksHint);"
onmouseout="clearHint();"
><img
src="help.gif"
class="option-img"
style="width:16px;height:16px;"
title="View About Compiler Checks help"
/></a>
<a
href="help:CompChecks"
class="help-link menu-item"
onmouseover="showHint(vAboutCompChecksHint);"
onmouseout="clearHint();"
>About Compiler Checks</a>
</div>
<!-- end of link -->
</div>
<!-- end of options box -->
</div>