File: IndexLastOut-Tail.html

package info (click to toggle)
wwwoffle 2.9f-2.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,716 kB
  • ctags: 2,077
  • sloc: ansic: 23,951; sh: 6,815; lex: 4,201; perl: 917; makefile: 623; ruby: 181; lisp: 14
file content (56 lines) | stat: -rw-r--r-- 2,453 bytes parent folder | download | duplicates (2)
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
51
52
53
54
55
56
<!-- 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>
}

<hr class="wwwoffle-index-buttons-bottom" width="50%">
<div class="wwwoffle-index-buttons-bottom" align="center">
$number?{<a href="/index/lastout/?sort=$sort$delete$refresh$monitor$all$config$info">[Last Outgoing]</a>}{<strong>Last Outgoing</strong>}
$number?{<strong>[Previous Outgoing</strong>}{[Previous Outgoing}
$number?=1{<strong>(1)</strong>}{<a href="/index/prevout1/?sort=$sort$delete$refresh$monitor$all$config$info">(1)</a>}
$number?=2{<strong>(2)</strong>}{<a href="/index/prevout2/?sort=$sort$delete$refresh$monitor$all$config$info">(2)</a>}
$number?=3{<strong>(3)</strong>}{<a href="/index/prevout3/?sort=$sort$delete$refresh$monitor$all$config$info">(3)</a>}
$number?=4{<strong>(4)</strong>}{<a href="/index/prevout4/?sort=$sort$delete$refresh$monitor$all$config$info">(4)</a>}
$number?=5{<strong>(5)</strong>}{<a href="/index/prevout5/?sort=$sort$delete$refresh$monitor$all$config$info">(5)</a>}
$number?=6{<strong>(6)</strong>}{<a href="/index/prevout6/?sort=$sort$delete$refresh$monitor$all$config$info">(6)</a>}
$number?=7{<strong>(7)</strong>}{<a href="/index/prevout7/?sort=$sort$delete$refresh$monitor$all$config$info">(7)</a>}
$number?{<strong>]</strong>}{]}
</div>

<!-- This is just the tail of the index body since the contents are different for each index -->