OSDN Git Service

Add generic page overlay to report missing content.
[mingw/website.git] / header.html
index 03ef550..7d0c8ac 100644 (file)
  * OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  * DAMAGE.
  *
+ *
+ * Note: this page assumes browser support for the following numeric
+ * HTML entity codes:
+ *
+ *    ‑  non-breaking hyphen
+ *    ’  typographic apostrophe
+ *
 -->
 <a href="index.html"><div id="logo"></div></a>
 <div class="text">
   <h1>Minimalist GNU for Windows</h1>
   <ul id="navbar">
     <li><a href="index.html">Home</a></li>
-    <li><a href="#">Downloads</a></li>
-    <li><a href="#">Licensing</a></li>
-    <li><a href="#">Documentation</a></li>
-    <li><a href="#">Contact Us</a></li>
+    <li><a onclick="load_page_overlay('download.html',
+          'MinGW Downloads', 'MinGW.org File Release System')"
+        href="#"
+       >Downloads</a>
+    </li>
+    <li><a onclick="load_page_overlay('terms.html', 'MinGW Licensing',
+          'Terms of Use for MinGW.org Products and Resources')"
+          href="#"
+       >Licensing</a>
+    </li>
+    <li><a onclick="load_page_overlay('docrefs.html',
+          'MinGW Product Documentation',
+          'Links to Documentation Resources for MinGW.org Products')"
+        href="#"
+       >Documentation</a>
+    </li>
+    <li><a onclick="load_page_overlay('contact.html',
+          'Contacting MinGW.org',
+          'When the Web&#8209;Site doesn&#8217;t Provide an Answer')"
+        href="#"
+       >Contact Us</a>
+    </li>
   </ul>
 </div>