|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<title>YaCy '#[clientname]#': View URL Content</title>
|
|
|
|
#%env/templates/metas.template%#
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
#(display)#
|
|
|
|
#%env/templates/simpleheader.template%#
|
|
|
|
::
|
|
|
|
#%env/templates/header.template%#
|
|
|
|
::
|
|
|
|
#%env/templates/embeddedheader.template%#
|
|
|
|
#(/display)#
|
|
|
|
<h2>View URL Content</h2>
|
|
|
|
|
|
|
|
#(error)#
|
|
|
|
<form method="get" action="ViewFile.html" accept-charset="ascii">
|
|
|
|
<fieldset><legend>View URL Content</legend>
|
|
|
|
<dl>
|
|
|
|
<dt>URL:</dt> <dd><a href="#[url]#">#[url]#</a></dd>
|
|
|
|
<dt>Hash:</dt> <dd>#[hash]#</dd>
|
|
|
|
<dt>Word Count:</dt> <dd>#[wordCount]#</dd>
|
|
|
|
<dt>Description:</dt><dd>#[desc]#</dd>
|
|
|
|
<dt>Size:</dt> <dd>#[size]# Bytes</dd>#(mimeTypeAvailable)#::
|
|
|
|
<dt>MimeType:</dt> <dd>#[mimeType]#</dd>#(/mimeTypeAvailable)#
|
|
|
|
<dt><label for="viewMode">View as</label>:</dt>
|
|
|
|
<dd>
|
|
|
|
<select id="viewMode" name="viewMode">
|
|
|
|
<option value="iframe"#(vMode-iframe)#:: selected="selected"#(/vMode-iframe)#>Original</option>
|
|
|
|
<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" />
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<input type="hidden" name="words" value="#[words]#" />
|
|
|
|
<input type="hidden" name="urlHash" value="#[hash]#" />
|
|
|
|
<input type="hidden" name="display" value="#[display]#" />
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
:: <!-- 1 -->
|
|
|
|
<span class="error">No URL hash submitted.</span>
|
|
|
|
:: <!-- 2 -->
|
|
|
|
<span class="error">Unable to find URL Entry in DB</span>
|
|
|
|
:: <!-- 3 -->
|
|
|
|
<span class="error">Invalid URL</span>
|
|
|
|
:: <!-- 4 -->
|
|
|
|
<p class="error">Unable to download resource content.</p>
|
|
|
|
<tt>#[errorText]#</tt>
|
|
|
|
:: <!-- 5 -->
|
|
|
|
<p class="error">Unable to parse resource content.</p>
|
|
|
|
<tt>#[errorText]#</tt>
|
|
|
|
:: <!-- 6 -->
|
|
|
|
<span class="error">Unsupported protocol.</span>
|
|
|
|
#(/error)#
|
|
|
|
|
|
|
|
<p>
|
|
|
|
#(viewMode)#
|
|
|
|
:: <!-- 1 -->
|
|
|
|
<fieldset><legend>Plain Resource Content</legend>
|
|
|
|
<p class="tt">
|
|
|
|
#[plainText]#
|
|
|
|
</p>
|
|
|
|
</fieldset>
|
|
|
|
:: <!-- 2 -->
|
|
|
|
<fieldset><legend>Parsed Resource Content</legend>
|
|
|
|
<p class="tt">
|
|
|
|
#[parsedText]#
|
|
|
|
</p>
|
|
|
|
</fieldset>
|
|
|
|
:: <!-- 3 -->
|
|
|
|
<fieldset><legend>Parsed Resource Sentences</legend>
|
|
|
|
<ol>#{sentences}#
|
|
|
|
<li class="tt">#[text]#</li>#{/sentences}#
|
|
|
|
</ol>
|
|
|
|
</fieldset>
|
|
|
|
:: <!-- 4 -->
|
|
|
|
<fieldset><legend>Original Resource Content</legend>
|
|
|
|
<iframe src="#[url]#" width="800" height="400" />
|
|
|
|
</fieldset>
|
|
|
|
:: <!-- 5 -->
|
|
|
|
<h3>Link List</h3><br>
|
|
|
|
<table border="0" cellpadding="2" cellspacing="1">
|
|
|
|
#{links}#
|
|
|
|
<tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#">
|
|
|
|
<td>#[nr]#</td>
|
|
|
|
<td class="tt">#[type]#</tt></td>
|
|
|
|
<td class="tt">#[text]#</tt></td>
|
|
|
|
<td class="tt"><a href="#[url]#">#[link]#</a></tt></td>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
#%env/templates/footer.template%#
|
|
|
|
</body>
|
|
|
|
</html>
|