
-Added CSS and navbar from game docs. -Performed basic cleanup of <head>. -Fully cleaned up Contents.html, About.html git-svn-id: http://openexile.googlecode.com/svn/trunk@140 4ebdad44-0ea0-11de-aab3-ff745001d230
33 lines
1.3 KiB
JavaScript
33 lines
1.3 KiB
JavaScript
/*
|
|
|
|
The navbar, to be included in all files.
|
|
|
|
*/
|
|
|
|
document.write('\
|
|
<ol>\
|
|
<li><a href="About.html">About</a></li>\
|
|
<li><a href="Building.html">Tutorial</a></li>\
|
|
<li><a href="Editing.html">Making and Editing</a></li>\
|
|
<li><a href="Outdoors.html">Outdoors</a></li>\
|
|
<li><a href="Towns.html">Towns</a></li>\
|
|
<li><a href="Terrain.html">Terrain Types</a></li>\
|
|
<li><a href="Monsters.html">Monster Types</a></li>\
|
|
<li><a href="Items.html">Items</a></li>\
|
|
<li><a href="Advanced.html">Advanced</a></li>\
|
|
<li><a href="Specials.html">Special Encounters</a></li>\
|
|
<li><a href="Dialogue.html">Dialogue</a></li>\
|
|
<li><a href="Graphics.html">Customizing Graphics</a></li>\
|
|
<li><a href="Testing.html">Testing and Distributing</a></li>\
|
|
</ol>\
|
|
<h2>Appendices</h2>\
|
|
<ol style="list-style-type:upper-alpha">\
|
|
<li><a href="appendix/Specials.html">Special Encounter Node Types</a></li>\
|
|
<li><a href="appendix/Items.html">Item Ability Types</a></li>\
|
|
<li><a href="appendix/Terrain.html">Starting Terrain Types</a></li>\
|
|
<li><a href="appendix/Sounds.html">Blades Sound Effects</a></li>\
|
|
<li><a href="appendix/Messages.html">Text Messages</a></li>\
|
|
<li><a href="appendix/Magic.html">Spell and Alchemy Lists</a></li>\
|
|
<li><a href="appendix/Examples.html">Special Encounter Examples</a></li>\
|
|
</ol>\
|
|
'); |