diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-12-08 00:13:38 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-12-08 00:13:38 +0100 |
| commit | c5801d3215a0969bcf90fb2d882775302cd92f19 (patch) | |
| tree | 232011e6090ee0100ab08e5c13c3991d1a413efa /htroot/env | |
| parent | eed704d23bc53e5d0359072e5e2134b469ae2eef (diff) | |
added AIShield config page for chat access settings. Also added chat to top menu in case that was wanted by the user. Also added the AILab to the main menu.
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/templates/header.template | 30 | ||||
| -rw-r--r-- | htroot/env/templates/simpleSearchHeader.template | 1 | ||||
| -rw-r--r-- | htroot/env/templates/simpleheader.template | 1 | ||||
| -rw-r--r-- | htroot/env/templates/submenuAI.template | 1 |
4 files changed, 24 insertions, 9 deletions
diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index b42d9a2c2..360e94e52 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -106,7 +106,7 @@ <li> </li> <li id="header_community"> <form action="https://community.searchlab.eu" target="_blank" method="get"> - <button accesskey="f" type="submit" class="btn btn-inverse navbar-btn label-info" title="Community"> + <button accesskey="f" type="submit" class="btn btn-inverse navbar-btn label-primary" title="Community"> <span class="glyphicon glyphicon-user"></span> <span class="hidden-sm"> Forum</span> </button> @@ -149,13 +149,24 @@ <li><a href="#">Please help! We need financial help to move on with the development!</a></li> </ul> </li> + #(navigation-showChatLink)#:: <li> </li> - <li id="header_administration"> + <li id="header_chat"> + <form action="yacychat.html" method="get"> + <button accesskey="c" type="submit" class="btn btn-inverse navbar-btn label-info" title="Chat"> + <span class="glyphicon glyphicon-console"></span> + <span class="hidden-sm"> Chat</span> + </button> + </form> + </li> + #(/navigation-showChatLink)# + <li> </li> + <li id="header_search"> <form action="index.html" method="get"> #(authorized)#:: <input type="hidden" name="auth" value=""/> #(/authorized)# - <button accesskey="s" type="submit" class="btn btn-inverse navbar-btn label-primary" title="Search"> + <button accesskey="s" type="submit" class="btn btn-inverse navbar-btn label-info" title="Search"> <span class="glyphicon glyphicon-search"></span> <span class="hidden-sm"> Search</span> </button> @@ -178,8 +189,7 @@ > <li><h3>First Steps</h3></li> <li><a href="ConfigBasic.html" class="MenuItemLink">Use Case & Account</a></li> - <li><a href="CrawlStartSite.html" class="MenuItemLink">Load Web Pages, Crawler</a></li> - <li><a href="Performance_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">RAM/Disk Usage & Updates</a></li> + <li><a href="CrawlStartSite.html" class="MenuItemLink">Grab a whole site</a></li> </ul> #(navigation-advanced)#<script>$("#first-steps").popover();</script>::#(/navigation-advanced)# @@ -201,17 +211,19 @@ #(navigation-advanced)#:: <ul class="nav nav-sidebar menugroup"> <li><h3>Production</h3></li> - <li><a href="CrawlStartExpert.html" class="MenuItemLink">Advanced Crawler</a></li> - <li><a href="IndexPackGenerator_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Index Export/Import</a></li> + <li><a href="CrawlStartExpert.html" class="MenuItemLink">Crawler</a></li> + <li><a href="AILab.html" class="MenuItemLink">AI Lab</a></li> + <li><a href="IndexPackGenerator_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">YaCy Packs & Import/Export</a></li> + <li><a href="Table_API_p.html?sort=-date_recording" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Process Scheduler</a></li> <li><a href="Vocabulary_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Content Semantic</a></li> - <li><a href="CrawlCheck_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Target Analysis</a></li> + <li><a href="CrawlCheck_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Target Analysis</a></li> </ul> <ul class="nav nav-sidebar menugroup"> <li><h3>Administration</h3></li> <li><a href="IndexControlURLs_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Index Administration</a></li> <li><a href="Settings_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">System Administration</a></li> <li><a href="Blacklist_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Filter & Blacklists</a></li> - <li><a href="Table_API_p.html?sort=-date_recording" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Process Scheduler</a></li> + <li><a href="Performance_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">RAM/Disk Usage & Updates</a></li> </ul> <ul class="nav nav-sidebar menugroup"> <li><h3>Search Portal Integration</h3></li> diff --git a/htroot/env/templates/simpleSearchHeader.template b/htroot/env/templates/simpleSearchHeader.template index 35fdf067c..5637778ca 100644 --- a/htroot/env/templates/simpleSearchHeader.template +++ b/htroot/env/templates/simpleSearchHeader.template @@ -40,6 +40,7 @@ <li id="header_websearch"><a href="index.html#(authSearch)#::?auth#(/authSearch)#" onclick="this.href='index.html?#(authSearch)#::auth&#(/authSearch)#former='+encodeURIComponent(document.searchform.search.value)">Web Search</a></li> <li id="header_filesearch"><a href="yacyinteractive.html" onclick="this.href='yacyinteractive.html?handover='+document.searchform.search.value">File Search</a></li> <li id="header_comparesearch"><a href="compare_yacy.html?display=0">Compare Search</a></li> + #(navigation-showChatLink)#::<li id="header_chat"><a href="yacychat.html">Chat</a></li>#(/navigation-showChatLink)# <li id="header_urlviewer"><a href="ViewFile.html">URL Viewer</a></li> <!--<li><a href="yacysearch_location.html">Location Search</a></li>--> <li class="divider" role="separator"></li> diff --git a/htroot/env/templates/simpleheader.template b/htroot/env/templates/simpleheader.template index 3112f4601..f58a66265 100644 --- a/htroot/env/templates/simpleheader.template +++ b/htroot/env/templates/simpleheader.template @@ -20,6 +20,7 @@ <li id="header_websearch"><a href="index.html#(authorized)#::?auth#(/authorized)#" onclick="this.href='index.html?#(authorized)#::auth&#(/authorized)#former='+encodeURIComponent(document.searchform.search.value)">Web Search</a></li> <li id="header_filesearch"><a href="yacyinteractive.html" onclick="this.href='yacyinteractive.html?handover='+document.searchform.search.value">File Search</a></li> <li id="header_comparesearch"><a href="compare_yacy.html?display=0">Compare Search</a></li> + #(navigation-showChatLink)#::<li id="header_chat"><a href="yacychat.html">Chat</a></li>#(/navigation-showChatLink)# <li id="header_urlviewer"><a href="ViewFile.html">URL Viewer</a></li> <!--<li><a href="yacysearch_location.html">Location Search</a></li>--> <li class="divider" role="separator"></li> diff --git a/htroot/env/templates/submenuAI.template b/htroot/env/templates/submenuAI.template index 614dff4a1..10a72c935 100644 --- a/htroot/env/templates/submenuAI.template +++ b/htroot/env/templates/submenuAI.template @@ -4,6 +4,7 @@ <li><a href="AILab.html" class="MenuItemLink">AI Lab</a></li> <li><a href="LLMSelection_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">LLM Selection</a></li> <li><a href="RAGConfig_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">RAG Config</a></li> + <li><a href="AIShield_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">AI Shield</a></li> <li><a href="yacychat.html" class="MenuItemLink">Chat</a></li> </ul> </div> |
