diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-26 13:59:55 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-26 13:59:55 +0000 |
| commit | 1bda9e7ed9ab5218fa4e87b7a7c14d1e316574f1 (patch) | |
| tree | 9439c0184ce894bb1af5628bb48a06d97b7d0304 /htroot/Network.html | |
| parent | 991b92f4aef9fd5453a58b53ab068c5bdd2769f9 (diff) | |
option in network servlet to show the servlet with simple or embed menus
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7447 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index 87fd2245d..335b4552e 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -60,8 +60,13 @@ document.getElementById('apilink').setAttribute('href', 'Network.xml?' + window. Click the API icon to see the XML.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
</div>
-
- #%env/templates/header.template%#
+
+ #(menu)#
+ #%env/templates/embeddedheader.template%#
+ ::
+ #%env/templates/simpleheader.template%#
+ ::
+ #%env/templates/header.template%#
<div class="SubMenu">
<h3>YaCy Network</h3>
<ul class="SubMenu">
@@ -71,6 +76,8 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <li><a href="/Network.html?page=3" class="MenuItemLink">Potential Peers</a></li>
</ul>
</div>
+ #(/menu)#
+
#(page)#
<h2>Overview of '#[networkName]#' Network</h2>
::
|
