1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/docroot/SSI/menu.shtml
2015-01-23 17:24:36 +01:00

15 lines
352 B
Plaintext

<p><a href="/SSI/index.shtml">Solar System</a></p>
<ul>
<li><a href="mercury">Mercury</a></li>
<li><a href="venus">Venus</a></li>
<li><a href="/SSI/earth/index.shtml">Earth</a>
<!--#if expr="$REQUEST_URI ^= /SSI/earth" -->
<!--#include virtual="/SSI/earth/menu.shtml" -->
<!--#endif -->
</li>
<li><a href="/mars">Mars</a></li>
...
</ul>