2009scape-website/_includes/menu.html
Bart Ribbers 4eda43f39b
Use templates better to remove a ton of code duplication (#254)
* Fix broken links in update posts

They were using relative links still which became invalid by moving
directories. It's better to link stuff absolutely anyway.

* Remove unused 'secure' registration and login pages

* Remove obsolete parse.py

* Use templates better to remove a ton of code duplication

Where it made sense I converted HTML pages to Markdown to ease writing
and discourage custom styling as much as possible. These pages can still
use custom HTML when necessary, and some do, but they are easier to read
and understand now.
2024-06-02 19:15:26 +10:00

56 lines
3.2 KiB
HTML

<ul id="menus">
<li class="top">
<a href="/index.html" id="home" class="tl">{% include active-menu.html content="home" %}Home</span></a>
<li class="top">
<a id="play" class="tl" href="https://cdn.2009scape.org/wiki/doku.php?id=start">
<span class="tl">Wiki</span>
</a>
<ul>
<li><a href="/services/m=data/drop-table/" class="fly"><span>Drop Tables & More</span></a></li>
</ul>
</li>
<!--class ts is active tl is inactive -->
<li class="top">
<a id="play" class="tl" href="/updates/">{% include active-menu.html content="updates" %}Updates</span></a>
</li>
</li>
<li class="top">
<a id="guide" class="tl" href="/site/game_guide/">{% include active-menu.html content="guide" %}Game Guide</span></a>
<ul>
<li><a href="/site/game_guide/" class="fly"><span>Browse the Game Guide</span></a></li>
<li><a href="/site/game_guide/credits.html" class="fly"><span>The Credit System</span></a>
<li><a href="/site/rules/rules.html" class="fly"><span>Our Rules</span></a></li>
<li><a href="/site/game_guide/about2009scape.html" class="fly"><span>About 2009scape</span></a></li>
</ul>
</li>
<li class="top"><a id="community" class="tl" href="/site/community/">{% include active-menu.html content="community" %}Community</span></a>
<ul>
<li><a href="https://forum.2009scape.org/" class="fly"><span>Forums</span> </a></li>
<li><a href="https://discord.gg/YY7WSttN7H" class="fly"><span>Discord Server</span> </a></li>
<li><a href="https://matrix.to/#/#2009scape:matrix.vddcore.eu" class="fly"><span>Matrix Server</span> </a></li>
<li><a href="/services/m=hiscore/hiscores.html?world=2" class="fly"><span>Hiscores</span></a></li>
<li><a href="/site/community/hall_of_fame.html" class="fly"><span>The Hall Of Fame</span></a>
<li><a href="/site/community/staff.html" class="fly"><span>Meet the Staff</span></a>
<li><a href="/site/community/contributors.html" class="fly"><span>To the Tributes!</span></a></li>
<li><a href="/site/classicapplet/playclassic.html" class="fly"><span>Play Classic</span></a></li>
<li><a href="/services/m=funorb/index.html" class="fly"><span>Funorb</span></a></li>
</ul>
</li>
<li class="top"><a id="help" class="tl" href="/site/help/">{% include active-menu.html content="help" %}Help</span></a>
<ul>
<li><a href="https://forum.2009scape.org/viewtopic.php?t=2-faq-check-here-first" class="fly"><span>Frequently Asked Questions</span></a></li>
<li><a href="https://gitlab.com/2009scape/2009scape/-/issues/new" class="fly"><span>Submit a Bug Report</span></a></li>
</ul>
</li>
<li class="top">
<a id="login" class="tl" href="https://gitlab.com/2009scape" rel="noopener noreferrer" target="_blank"><span class="tl">Source Code</span></a>
<ul>
<li><a href="https://gitlab.com/2009scape/2009scape" rel="noopener noreferrer" target="_blank" class="fly"><span>Game Source Code</span></a></li>
<li><a href="https://github.com/2009scape/2009Scape.github.io" rel="noopener noreferrer" target="_blank" class="fly"><span>Website Source Code</span></a></li>
</ul>
</li>
</ul>
<br class="clear" />