OSDN Git Service

Adapt index.html to serve arbitrarily specified content.
[mingw/website.git] / header.html
index 7d0c8ac..39e2ba1 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 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>
+    <li><a href="index.html?page=about.html">Home</a></li>
+    <li><a href="index.html?page=terms.html">Licensing</a></li>
+    <li><a href="index.html?page=download.html">Downloads</a></li>
+    <li><a href="index.html?page=docs.html">Documentation</a></li>
+    <li><a href="index.html?page=contact.html">Contact Us</a></li>
   </ul>
 </div>