*) less HTML errors, but still several left

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7457 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 14 years ago
parent ae10ed5613
commit 77715c2b16

@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>YaCy '#[clientname]#': Crawl Profile Editor</title> <title>YaCy '#[clientname]#': Crawl Profile Editor</title>
@ -12,7 +12,7 @@
<h3>Crawl Scheduler</h3> <h3>Crawl Scheduler</h3>
<p>Scheduled Crawls can be modified in this table</p> <p>Scheduled Crawls can be modified in this table</p>
<iframe id="APITable" src="Table_API_p.html?inline=true&filter=crawler" width="100%" height="0" align="left" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe> <iframe id="APITable" src="Table_API_p.html?inline=true&amp;filter=crawler" width="100%" height="0" align="left" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" ></iframe>
<h3>Crawl Profile Editor</h3> <h3>Crawl Profile Editor</h3>
<p>Crawl profiles hold information about a crawl process that is currently ongoing.</p> <p>Crawl profiles hold information about a crawl process that is currently ongoing.</p>

@ -34,7 +34,8 @@
<form action="Table_API_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="apilist"> <form action="Table_API_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="apilist">
<fieldset> <fieldset>
<legend><label for="apilist">Recorded Actions</label></legend> <legend><label for="apilist">Recorded Actions</label></legend>
<p><span id="resCounter" style="display: inline;"> <br />
<span id="resCounter" style="display: inline;">
#(navigation)# #(navigation)#
:: ::
#(left)#<img src="env/grafics/navdl.gif" alt="no previous page" />::<a href="Table_API_p.html?startRecord=#[startRecord]#&amp;maximumRecords=#[maximumRecords]#&amp;inline=#(inline)#false::true#(/inline)#&amp;filter=#[filter]#" target="_self"><img src="env/grafics/navsl.gif" alt="previous page" /></a>#(/left)# #(left)#<img src="env/grafics/navdl.gif" alt="no previous page" />::<a href="Table_API_p.html?startRecord=#[startRecord]#&amp;maximumRecords=#[maximumRecords]#&amp;inline=#(inline)#false::true#(/inline)#&amp;filter=#[filter]#" target="_self"><img src="env/grafics/navsl.gif" alt="previous page" /></a>#(/left)#
@ -42,20 +43,21 @@
#(right)#<img src="env/grafics/navdr.gif" alt="no next page" />::<a href="Table_API_p.html?startRecord=#[startRecord]#&amp;maximumRecords=#[maximumRecords]#&amp;inline=#(inline)#false::true#(/inline)#&amp;filter=#[filter]#" target="_self"><img src="env/grafics/navsr.gif" alt="next page" /></a>#(/right)# #(right)#<img src="env/grafics/navdr.gif" alt="no next page" />::<a href="Table_API_p.html?startRecord=#[startRecord]#&amp;maximumRecords=#[maximumRecords]#&amp;inline=#(inline)#false::true#(/inline)#&amp;filter=#[filter]#" target="_self"><img src="env/grafics/navsr.gif" alt="next page" /></a>#(/right)#
<img src="env/grafics/nave.gif" alt="" /> <img src="env/grafics/nave.gif" alt="" />
#(/navigation)# #(/navigation)#
<div>
<input type="hidden" name="startRecord" value="#[startRecord]#" /> <input type="hidden" name="startRecord" value="#[startRecord]#" />
<input type="hidden" name="maximumRecords" value="#[maximumRecords]#" /> <input type="hidden" name="maximumRecords" value="#[maximumRecords]#" />
<input type="hidden" name="inline" value="#(inline)#false::true#(/inline)#" /> <input type="hidden" name="inline" value="#(inline)#false::true#(/inline)#" />
<input type="hidden" name="filter" value="#[filter]#" /> <input type="hidden" name="filter" value="#[filter]#" />
<input type="text" name="query" value="#[query]#" style="font-size:16px;float:left;border:0px;height:20px;background-image:url('env/grafics/find.gif');background-repeat:no-repeat;background-position:right top;" /> <input type="text" name="query" value="#[query]#" style="font-size:16px;float:left;border:0px;height:20px;background-image:url('env/grafics/find.gif');background-repeat:no-repeat;background-position:right top;" />
</div>
</span><br/></p> </span>
<p style="clear:both;"> <br/>
<table class="sortable" border="0" cellpadding="2" cellspacing="1"> <div style="clear:both;">
<table class="sortable" style="border:0px; padding:2px; border-spacing:1px">
<tr class="TableHeader" valign="bottom"> <tr class="TableHeader" valign="bottom">
<th class="sorttable_nosort"><input type="checkbox" id="allswitch" onclick="checkAll(this.form.id, this.checked);" /></th> <th class="sorttable_nosort"><input type="checkbox" id="allswitch" onclick="checkAll(this.form.id, this.checked);" /></th>
<th>Type</th> <th>Type</th>
<th width="100">Comment</th> <th style="width: 100%;">Comment</th>
<th>Call<br/>Count</th> <th>Call<br/>Count</th>
<th>Recording<br/>Date</th> <th>Recording<br/>Date</th>
<th>Last&nbsp;Exec<br/>Date</th> <th>Last&nbsp;Exec<br/>Date</th>
@ -85,19 +87,21 @@
</form> </form>
:: ::
<form action="Table_API_p.html" method="post" enctype="multipart/form-data" id="modify_repeat"> <form action="Table_API_p.html" method="post" enctype="multipart/form-data" id="modify_repeat">
<table><tr><td> <table>
<select name="repeat_time" onchange='this.form.submit()'> <tr><td>
#{scale}# <select name="repeat_time" onchange='this.form.submit()'>
<option value="#[time]#" #(selected)#::selected="selected"#(/selected)#>#[time]#</option> #{scale}#
#{/scale}# <option value="#[time]#" #(selected)#::selected="selected"#(/selected)#>#[time]#</option>
</select> #{/scale}#
</td><td> </select>
<select name="repeat_unit" onchange='this.form.submit()'> </td><td>
<option value="selminutes" #(selectedMinutes)#::selected="selected"#(/selectedMinutes)#>minutes</option> <select name="repeat_unit" onchange='this.form.submit()'>
<option value="selhours" #(selectedHours)#::selected="selected"#(/selectedHours)#>hours</option> <option value="selminutes" #(selectedMinutes)#::selected="selected"#(/selectedMinutes)#>minutes</option>
<option value="seldays" #(selectedDays)#::selected="selected"#(/selectedDays)#>days</option> <option value="selhours" #(selectedHours)#::selected="selected"#(/selectedHours)#>hours</option>
</select> <option value="seldays" #(selectedDays)#::selected="selected"#(/selectedDays)#>days</option>
</td></tr></table> </select>
</td></tr>
</table>
<input type="hidden" name="pk" value="#[pk]#" /> <input type="hidden" name="pk" value="#[pk]#" />
<input type="hidden" name="inline" value="#[inline]#" /> <input type="hidden" name="inline" value="#[inline]#" />
<input type="hidden" name="filter" value="#[filter]#" /> <input type="hidden" name="filter" value="#[filter]#" />
@ -108,9 +112,9 @@
#(inline)#<td>#[url]#</td>::#(/inline)# #(inline)#<td>#[url]#</td>::#(/inline)#
</tr> </tr>
#{/list}# #{/list}#
</fieldset>
</table> </table>
</p> </div>
</fieldset>
<p> <p>
<input type="hidden" name="num" value="#[num]#" /> <input type="hidden" name="num" value="#[num]#" />
<input type="submit" name="execrows" value="Execute Selected Actions" /> <input type="submit" name="execrows" value="Execute Selected Actions" />
@ -123,7 +127,7 @@
<form action="#"> <form action="#">
<fieldset> <fieldset>
<legend><label for="table">Result of API execution</label></legend> <legend><label for="table">Result of API execution</label></legend>
<table class="sortable" border="0" cellpadding="2" cellspacing="1"> <table class="sortable" style="border:0px; padding:2px; border-spacing:1px">
<tr class="TableHeader" valign="bottom"> <tr class="TableHeader" valign="bottom">
<td>Status</td> <td>Status</td>
<td>URL</td> <td>URL</td>
@ -137,6 +141,7 @@
</table> </table>
</fieldset> </fieldset>
</form> </form>
#(/showexec)# #(/showexec)#
#(showschedulerhint)#:: #(showschedulerhint)#::
Scheduled actions are executed after the next execution date has arrived within a time frame of #[tfminutes]# minutes. Scheduled actions are executed after the next execution date has arrived within a time frame of #[tfminutes]# minutes.

Loading…
Cancel
Save