<?xml version="1.0"?>
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
 * This Source Code Form is subject to the terms of the Mozilla Public License,
 * v. 2.0. If a copy of the MPL was not distributed with this file, You can
 * obtain one at http://mozilla.org/MPL/2.0/
 *
 * Copyright (C) 2009-2012, Peter Johnson (www.delphidabbler.com).
 *
 * $Rev$
 * $Date$
 *
 * Template for content displayed in active text preview dialogue box.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>dlg-activetext-preview-tplt.html</title>
    <script type="text/javascript">
      function showHint(hint) {
        // Do nothing function that swallows showHint calls in document
      }
      function clearHint() {
        // Do nothing function that swallows clearHint calls in document
      }
    </script>
  </head>
  <body>
    <p>
      Please review the rendered markup below.
      <span id="linktext">Click any link to see its URL and (optionally) open
      it.</span>
    </p>
    <div id="content">
      <%Content%>
    </div>
  </body>
</html>