summaryrefslogtreecommitdiff
path: root/htroot/ConfigBasic.html
diff options
context:
space:
mode:
authordanielr <danielr@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-06-29 18:35:15 +0000
committerdanielr <danielr@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-06-29 18:35:15 +0000
commit0c1dc703e4f7c29e2f781bc62b1fe044463abf65 (patch)
tree6789beea3541cbc592b372992d0788ca2014a24a /htroot/ConfigBasic.html
parentf6b92456c095e3cf0cdd1dc391ec021eeb8fc401 (diff)
- set staticIP at startUp
- added setting for reduced menu (simpleMenu) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4959 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigBasic.html')
-rw-r--r--htroot/ConfigBasic.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html
index 44bd56908..23fd46f68 100644
--- a/htroot/ConfigBasic.html
+++ b/htroot/ConfigBasic.html
@@ -89,6 +89,13 @@
</dl>
</fieldset>
</li>
+ <li>
+ (optional) How many options do you wish to see?
+ <fieldset>
+ <input type="radio" name="menuSimple" id="simpleMenu" value="1" #(menuSimple)#::checked="checked"#(/menuSimple)# /><label for="simpleMenu">show only important options</label>&nbsp;
+ <input type="radio" name="menuSimple" id="fullMenu" value="0" #(menuSimple)#checked="checked"::#(/menuSimple)# /><label for="fullMenu">show all options</label>
+ </fieldset>
+ </li>
</ol>
<fieldset>&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="set" value="Set Configuration" /></fieldset>
</form>
@@ -98,7 +105,7 @@
<p>Your basic configuration is complete! You can now (for example):</p>
<ul>
<li><a href="index.html">start an uncensored search</a>;</li>
- <li><a href="CrawlStartSimple_p.html">start your own crawl</a> and contribute to the global index, or create your own private web index;</li>
+ <li><a href="CrawlStart_p.html">start your own crawl</a> and contribute to the global index, or create your own private web index;</li>
<li><a href="ConfigProfile_p.html">set a personal peer profile</a> (optional settings);</li>
<li>just <a href="Network.html">monitor at the network page</a> what the other peers are doing</li>
</ul>::