mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-17 17:50:24 +00:00
3 lines
688 B
Plaintext
3 lines
688 B
Plaintext
<!-- quicknav -->
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100" class="quicknav-table"><tr><td width="100" height="49"><img src="/assets/images/quicknav-top.gif" width="100" height="49" alt="quicknav"></td></tr><tr><td width="100" background="/assets/images/quicknav-back.gif"><table border="0" cellpadding="0" cellspacing="0" width="85"><tr><td width="85" align="right">{% for entry in quicknav %}<a href="{{ entry.url }}" class="quicknav">{{ entry.label }}</a>{% if not loop.last %}<br>{% endif %}{% endfor %}</td></tr></table></td></tr><tr><td width="100" height="70"><img src="/assets/images/quicknav-end.gif" width="100" height="70" alt="quicknav"></td></tr></table>
|