diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-06-13 13:22:43 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-06-13 13:22:43 +0200 |
| commit | 0600d510e1260a862bf45d88e55d95b0d5c19d96 (patch) | |
| tree | b8cf1d7aae5c2a14000e52bbf0e86c2bc222ebc7 /htroot/ViewFile.html | |
| parent | 1a92b61d6943f7403fb5abe690400312e751fd4b (diff) | |
show the citation report also in ViewFile
Diffstat (limited to 'htroot/ViewFile.html')
| -rw-r--r-- | htroot/ViewFile.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html index 2bf65cbbf..2442aefd3 100644 --- a/htroot/ViewFile.html +++ b/htroot/ViewFile.html @@ -114,6 +114,7 @@ function updatepage(str) { <option value="sentences"#(vMode-sentences)#:: selected="selected"#(/vMode-sentences)#>Parsed Sentences</option>
<option value="words"#(vMode-words)#:: selected="selected"#(/vMode-words)#>Parsed Tokens/Words</option>
<option value="links"#(vMode-links)#:: selected="selected"#(/vMode-links)#>Link List</option>
+ <option value="iframeCitations"#(vMode-iframeCitations)#:: selected="selected"#(/vMode-iframeCitations)#>Citation Report</option>
</select>
<noscript><input type="submit" name="show" value="Show" /></noscript>
</dd>
@@ -205,6 +206,10 @@ function updatepage(str) { <li class="tt"><tt>#[word]#</tt></li>#{/words}#
</ol>
</fieldset>
+:: <!-- 8 -->
+ <fieldset><legend>CitationReport</legend>
+ <iframe src="/api/citation.html?url=#[url]#" width="800" height="400" />
+ </fieldset>
#(/viewMode)#
</td></tr></table>
|
