diff options
| author | reger <reger18@arcor.de> | 2014-08-31 05:04:19 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-08-31 05:04:19 +0200 |
| commit | 0ff66118bfb78d6cb821adbb18d1e3b0fb38e4ec (patch) | |
| tree | fb235e5398313e44faa12bdfc3669ea75495faaa /htroot/ServerScannerList.html | |
| parent | c7335318eb06b6aa1fe4e131f44731b684061a42 (diff) | |
exclude nav-header/footer in ServerScannerList.html?embedded
fixes display of header in yacyinteractive.html
Diffstat (limited to 'htroot/ServerScannerList.html')
| -rw-r--r-- | htroot/ServerScannerList.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htroot/ServerScannerList.html b/htroot/ServerScannerList.html index e8af381bc..d84acb0f0 100644 --- a/htroot/ServerScannerList.html +++ b/htroot/ServerScannerList.html @@ -9,7 +9,6 @@ #%env/templates/header.template%# <h2>Network Scanner Monitor</h2> :: -#%env/templates/embeddedheader.template%# #(/embedded)# #(servertable)#:: @@ -56,7 +55,9 @@ </fieldset></form> #(/servertable)# - + #(embedded)# #%env/templates/footer.template%# + :: + #(/embedded)# </body> </html> |
