File: IndexMonitor-Tail.html

package info (click to toggle)
wwwoffle 2.3a-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,452 kB
  • ctags: 1,064
  • sloc: ansic: 10,102; lex: 1,395; sh: 510; makefile: 263; perl: 78
file content (30 lines) | stat: -rw-r--r-- 828 bytes parent folder | download
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
<!-- 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).

total      = The total number of pages for this host (='$total').
indexed    = The number of hosts that are indexed (='$indexed').
notindexed = The number of hosts that are not indexed (='$notindexed').
sort       = The sort mode to use (='$sort').

-->

$notindexed?=0{$anynotindexed=0}{$anynotindexed=$total}
$anynotindexed?=0{}{<i>$notindexed pages not indexed</i>}

$total?=0{}
{
<p align=center>
[<a href="/control/delete-mon-all/">Delete all monitored pages</a>]
</p>
}

<p align=center>
[<a href="/monitor-options/">Specify a page to be monitored</a>]
</p>

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