yacy_search_server/htroot/env/templates/submenuUseCaseAccount.template
Michael Peter Christen 41d00350e4 moved network configuration to Use Case submenu; this is necessary
because the definiton of portal peers within the YaCy freeworld network
is otherwise splitted into two different main menus.
2014-12-01 01:12:51 +01:00

8 lines
433 B
Plaintext

<div class="SubMenu">
<h3>Use Case &amp; Accounts</h3>
<ul class="SubMenu">
<li><a href="ConfigBasic.html" class="MenuItemLink">Basic Configuration</a></li>
<li><a href="ConfigAccounts_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Accounts</a></li>
<li><a href="ConfigNetwork_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Network Configuration</a></li>
</ul>
</div>