File: IndexLastTime-Head.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 (30 lines) | stat: -rw-r--r-- 771 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
<!-- This is just the head of the index body since the contents are different for each index -->

<!--

Available WWWOFFLE Variables (all with a '$' prefix).

number     = Which version of the page it is, lasttime='', prevtime='0'-'3' (='$number').
total      = The total number of pages for this index (='$total').
date       = The date when last online (='$date').

-->

$number?{<h2>Previous Time Online Pages ($number)</h2>}{<h2>Last Time Online Pages</h2>}

Index starts: $date
<p>

$total?=0{<b>No Pages</b>}{<b>$total Pages</b>}

<p>

$delete?{$totaldelete=$total}{$totaldelete=0}
$totaldelete?=0{}
{
<form action="/control/delete-multiple/url" method=post>
}

<ul>

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