diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-04 02:27:29 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-04 02:27:29 +0000 |
| commit | c4c4c223b96acb57fb3978df186c0ea7e3a79efa (patch) | |
| tree | 8494b33e6a9dfc426831d5600638ce12fa2ff189 /htroot/ViewFile.html | |
| parent | 6072831235c33eba34addf24e82246abc966a8ea (diff) | |
fixed a problem with attribute flags on RWI entries that prevented proper selection of index-of constraint
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5437 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewFile.html')
| -rw-r--r-- | htroot/ViewFile.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html index 858186e6b..46fd69a9a 100644 --- a/htroot/ViewFile.html +++ b/htroot/ViewFile.html @@ -31,6 +31,7 @@ <option value="plain"#(vMode-plain)#:: selected="selected"#(/vMode-plain)#>Plain Text</option>
<option value="parsed"#(vMode-parsed)#:: selected="selected"#(/vMode-parsed)#>Parsed Text</option>
<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>
</select>
<input type="submit" name="show" value="Show" />
@@ -93,6 +94,12 @@ <td class="tt">#[attr]#</tt></td>
</tr>#{/links}#
</table>
+:: <!-- 6 -->
+ <fieldset><legend>Parsed Tokens</legend>
+ <ol>#{words}#
+ <li class="tt">#[word]#</li>#{/words}#
+ </ol>
+ </fieldset>
#(/viewMode)#
</p>
|
