diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-07-23 18:36:57 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-07-23 18:36:57 +0200 |
| commit | bf4f320b1661740385f5bfaf198066a2914f8712 (patch) | |
| tree | 70508e95eba72a5fccbc15d4e4c38d019a0984a4 /htroot/IndexControlURLs_p.html | |
| parent | 313204ae2c8cdd52961a61efb2315d2b2bdbbde0 (diff) | |
Optionally render the response header when using the Solr html writer
With params rendered as html input fields for conveniently modifying
params values and refreshing results.
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 119f5e26c..a190b1007 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -63,7 +63,7 @@ function updatepage(str) { #%env/templates/header.template%#
#%env/templates/submenuIndexControl.template%#
<div id="api">
- <a href="solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[urlhash]#%22">
+ <a href="solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&omitHeader=true&q=id:%22#[urlhash]#%22">
<img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
<span>These document details can be retrieved as <a href="http://www.w3.org/TR/xhtml-rdfa-primer/" target="_blank">XHTML+RDFa</a>
document containg <a href="http://www.w3.org/RDF/" target="_blank">RDF</a> annotations in <a href="http://dublincore.org/" target="_blank">Dublin Core</a> vocabulary.
@@ -181,7 +181,7 @@ function updatepage(str) { #(genUrlProfile)#
::No entry found for URL-hash #[urlhash]#
- ::<iframe src="solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[urlhash]#%22" width="100%" height="420" frameborder="0" scrolling="no"></iframe>
+ ::<iframe src="solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&omitHeader=true&q=id:%22#[urlhash]#%22" width="100%" height="420" frameborder="0" scrolling="no"></iframe>
<br />
<p>
<form action="ViewFile.html" method="get" accept-charset="UTF-8">
|
