1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
<!-- This is just the tail of the index body since the contents are different for each index -->
</ul>
<!--
Available WWWOFFLE Variables (all with a '$' prefix).
indexed = The number of pages that are indexed (='$indexed').
notindexed = The number of pages that are not indexed (='$notindexed').
-->
$notindexed?=0{$anynotindexed=0}{$anynotindexed=$total}
$anynotindexed?=0{}{<a href="/index/$type$subtype?sort=$sort$delete$refresh$monitor;all$config$info"><i>$notindexed pages not indexed</i></a>}
<p>
$delete?{$indexeddelete=$indexed}{$indexeddelete=0}
$indexeddelete?=0{}
{
<script type="text/javascript" src="$localurl/wwwoffle.js">
</script>
<script type="text/javascript">
<!--//
document.write("<INPUT onclick=form_make_url_unchecked(this.form) type='button' value='Unselect all'>")
document.write("<INPUT onclick=form_toggle_url_checked(this.form) type='button' value='Toggle'>")
document.write("<INPUT onclick=form_make_url_checked(this.form) type='button' value='Select all'>")
//-->
</script>
<noscript>
<input type="reset" value="Unselect all">
</noscript>
<p>
<input type="submit" value="Delete Selected">
}
$totaldelete?=0{}
{
</form>
<form action="/control/delete/req-all" method=post>
<input type="submit" value="Delete All Requests">
</form>
}
<hr class="wwwoffle-index-buttons-bottom" width="50%">
<div class="wwwoffle-index-buttons-bottom" align="center">
<a href="/refresh-options/">[Specify a page to be requested]</a>
</div>
<!-- This is just the tail of the index body since the contents are different for each index -->
|