diff options
| -rw-r--r-- | htroot/AugmentedBrowsingFilters_p.html | 2 | ||||
| -rw-r--r-- | htroot/AugmentedBrowsing_p.html | 2 | ||||
| -rw-r--r-- | htroot/AugmentedParsing_p.html | 2 | ||||
| -rw-r--r-- | htroot/DictionaryLoader_p.html | 2 | ||||
| -rw-r--r-- | htroot/Triple_p.html | 2 | ||||
| -rw-r--r-- | htroot/Triplestore_p.html | 2 | ||||
| -rw-r--r-- | htroot/env/templates/header.template | 9 | ||||
| -rw-r--r-- | htroot/env/templates/submenuAugmentation.template | 7 | ||||
| -rw-r--r-- | htroot/env/templates/submenuAugmentedParsing.template | 6 | ||||
| -rw-r--r-- | htroot/env/templates/submenuConfig.template | 1 | ||||
| -rw-r--r-- | htroot/env/templates/submenuSemantic.template | 28 | ||||
| -rw-r--r-- | htroot/env/templates/submenuTriplestore.template | 7 |
12 files changed, 35 insertions, 35 deletions
diff --git a/htroot/AugmentedBrowsingFilters_p.html b/htroot/AugmentedBrowsingFilters_p.html index 096bc8665..ae55196b5 100644 --- a/htroot/AugmentedBrowsingFilters_p.html +++ b/htroot/AugmentedBrowsingFilters_p.html @@ -6,7 +6,7 @@ </head> <body id="Settings"> #%env/templates/header.template%# - #%env/templates/submenuAugmentation.template%# + #%env/templates/submenuSemantic.template%# <h2>Augmented Browsing - Filters and Modules</h2> <form id="augmentationFilters" action="AugmentedBrowsingFilters_p.html" method="post" enctype="multipart/form-data"> diff --git a/htroot/AugmentedBrowsing_p.html b/htroot/AugmentedBrowsing_p.html index 2960aff2c..b830c2027 100644 --- a/htroot/AugmentedBrowsing_p.html +++ b/htroot/AugmentedBrowsing_p.html @@ -6,7 +6,7 @@ </head> <body id="Settings"> #%env/templates/header.template%# - #%env/templates/submenuAugmentation.template%# + #%env/templates/submenuSemantic.template%# <h2>Augmented Browsing</h2> <form id="parsersettings" action="AugmentedBrowsing_p.html" method="post" enctype="multipart/form-data"> diff --git a/htroot/AugmentedParsing_p.html b/htroot/AugmentedParsing_p.html index 2e07c9944..618bb5517 100644 --- a/htroot/AugmentedParsing_p.html +++ b/htroot/AugmentedParsing_p.html @@ -6,7 +6,7 @@ </head> <body id="Settings"> #%env/templates/header.template%# - #%env/templates/submenuAugmentedParsing.template%# + #%env/templates/submenuSemantic.template%# <h2>Augmented Parsing</h2> <form id="parsersettings" action="AugmentedParsing_p.html" method="post" enctype="multipart/form-data"> diff --git a/htroot/DictionaryLoader_p.html b/htroot/DictionaryLoader_p.html index 13a22110b..f7bd274a9 100644 --- a/htroot/DictionaryLoader_p.html +++ b/htroot/DictionaryLoader_p.html @@ -6,7 +6,7 @@ </head> <body id="DictionaryLoader"> #%env/templates/header.template%# - #%env/templates/submenuConfig.template%# + #%env/templates/submenuSemantic.template%# <h2>Dictionary Loader</h2> <p> diff --git a/htroot/Triple_p.html b/htroot/Triple_p.html index 1c1f00e0a..b04fa999b 100644 --- a/htroot/Triple_p.html +++ b/htroot/Triple_p.html @@ -10,7 +10,7 @@ <body id="Experiments">
#%env/templates/header.template%#
- #%env/templates/submenuTriplestore.template%#
+ #%env/templates/submenuSemantic.template%#
#(mode)#
diff --git a/htroot/Triplestore_p.html b/htroot/Triplestore_p.html index c01f9700c..6e5a5233a 100644 --- a/htroot/Triplestore_p.html +++ b/htroot/Triplestore_p.html @@ -6,7 +6,7 @@ </head> <body id="Settings"> #%env/templates/header.template%# - #%env/templates/submenuTriplestore.template%# + #%env/templates/submenuSemantic.template%# <h2>Triplestore</h2> <form id="parsersettings" action="Triplestore_p.html" method="post" enctype="multipart/form-data"> diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 4346e5ff0..ba5f7d5f8 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -23,14 +23,6 @@ <li><a href="/Wiki.html?display=1" class="MenuItemLink">Local Peer Wiki</a></li>
</ul>
</li>
- <li class="menugroup" id="menugroupInteraction">
- <h3>Interaction</h3>
- <ul class="menu"> - <li><a href="/AugmentedBrowsing_p.html" class="MenuItemLink lock">Augmented Browsing</a></li>
- <li><a href="/AugmentedParsing_p.html" class="MenuItemLink lock">Augmented Parsing</a></li>
- <li><a href="/Triplestore_p.html" class="MenuItemLink lock">Triplestore</a></li> - </ul>
- </li>
<li class="menugroup" id="menugroupCrawlerControl">
<h3>Index Production</h3>
<ul class="menu">
@@ -38,6 +30,7 @@ <li><a href="/Crawler_p.html" class="MenuItemLink lock">Creation Monitor</a></li>
<li><a href="/IndexControlRWIs_p.html" class="MenuItemLink lock">Index Administration</a></li>
<li><a href="/Blacklist_p.html" class="MenuItemLink lock">Filter & Blacklists</a></li>
+ <li><a href="/DictionaryLoader_p.html" class="MenuItemLink lock">Content Semantic</a></li>
</ul>
</li>
<li class="menugroup" id="menugroupMonitoring">
diff --git a/htroot/env/templates/submenuAugmentation.template b/htroot/env/templates/submenuAugmentation.template deleted file mode 100644 index f322bb452..000000000 --- a/htroot/env/templates/submenuAugmentation.template +++ /dev/null @@ -1,7 +0,0 @@ -<div class="SubMenu"> - <h3>Augmented Browsing</h3> - <ul class="SubMenu"> - <li><a href="/AugmentedBrowsing_p.html" class="MenuItemLink lock">Augmented Browsing</a></li> - <li><a href="/AugmentedBrowsingFilters_p.html" class="MenuItemLink lock">Filters and Modules</a></li> - </ul> -</div>
\ No newline at end of file diff --git a/htroot/env/templates/submenuAugmentedParsing.template b/htroot/env/templates/submenuAugmentedParsing.template deleted file mode 100644 index 4ed57c72f..000000000 --- a/htroot/env/templates/submenuAugmentedParsing.template +++ /dev/null @@ -1,6 +0,0 @@ -<div class="SubMenu"> - <h3>Augmented Parsing</h3> - <ul class="SubMenu"> - <li><a href="/AugmentedParsing_p.html" class="MenuItemLink lock">Augmented Parsing</a></li> - </ul> -</div>
\ No newline at end of file diff --git a/htroot/env/templates/submenuConfig.template b/htroot/env/templates/submenuConfig.template index adfc3a20e..824314b36 100644 --- a/htroot/env/templates/submenuConfig.template +++ b/htroot/env/templates/submenuConfig.template @@ -6,7 +6,6 @@ <li><a href="/ConfigAccounts_p.html" class="MenuItemLink lock">Accounts</a></li> <li><a href="/ConfigNetwork_p.html" class="MenuItemLink lock">Network Configuration</a></li> <li><a href="/ConfigHeuristics_p.html" class="MenuItemLink lock">Heuristics</a></li> - <li><a href="/DictionaryLoader_p.html" class="MenuItemLink lock">Dictionary Loader</a></li> <li><a href="/ConfigUpdate_p.html" class="MenuItemLink lock">Download System Update</a></li> </ul> </div> diff --git a/htroot/env/templates/submenuSemantic.template b/htroot/env/templates/submenuSemantic.template new file mode 100644 index 000000000..3c2d83d3e --- /dev/null +++ b/htroot/env/templates/submenuSemantic.template @@ -0,0 +1,28 @@ +<div class="SubMenu"> + <h3>Semantic</h3> +</div> +<div class="SubMenu"> + <div class="SubMenugroup"> + <h3>Automated Annotation</h3> + <ul class="SubMenu"> + <li><a href="/DictionaryLoader_p.html" class="MenuItemLink lock">Dictionary Loader</a></li> + </ul> + </div> + + <div class="SubMenugroup"> + <h3>Augmented Content</h3> + <ul class="SubMenu"> + <li><a href="/AugmentedBrowsing_p.html" class="MenuItemLink lock">Augmented Browsing</a></li> + <li><a href="/AugmentedBrowsingFilters_p.html" class="MenuItemLink lock">Filters and Modules</a></li> + <li><a href="/AugmentedParsing_p.html" class="MenuItemLink lock">Augmented Parsing</a></li> + </ul> + </div> + + <div class="SubMenugroup"> + <h3>Linked Data</h3> + <ul class="SubMenu"> + <li><a href="/Triplestore_p.html" class="MenuItemLink lock">Triplestore</a></li> + <li><a href="/Triple_p.html" class="MenuItemLink lock">Query</a></li> + </ul> + </div> +</div>
\ No newline at end of file diff --git a/htroot/env/templates/submenuTriplestore.template b/htroot/env/templates/submenuTriplestore.template deleted file mode 100644 index d3598018e..000000000 --- a/htroot/env/templates/submenuTriplestore.template +++ /dev/null @@ -1,7 +0,0 @@ -<div class="SubMenu"> - <h3>Triplestore</h3> - <ul class="SubMenu"> - <li><a href="Triplestore_p.html" class="MenuItemLink lock">Triplestore</a></li> - <li><a href="Triple_p.html" class="MenuItemLink lock">Query</a></li> - </ul> -</div>
\ No newline at end of file |
