File: RefreshPage.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 (120 lines) | stat: -rw-r--r-- 3,506 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>

<!--

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

localurl  = The root URL of the server running wwwoffled (='$localurl').
version   = The version of the WWWOFFLE server (='$version').
url       = The URL that was asked for (or none) (='$url').

The FetchOptions section of the config file:
    stylesheets (='$stylesheets').
    images      (='$images').
    frames      (='$frames').
    scripts     (='$scripts').
    objects     (='$objects').

-->

<HEAD>
<TITLE>WWWOFFLE - Formulario Interactivo de Recarga</TITLE>
<LINK href="$localurl/wwwoffle.css" type="text/css" rel="stylesheet">
</HEAD>

<BODY class="wwwoffle-message">

<!-- Standard WWWOFFLE Message Page Header Start -->

<div class="wwwoffle-header" align="center">
<b>WWWOFFLE</b> <b>-</b> <b>W</b>orld <b>W</b>ide <b>W</b>eb <b>Offl</b>ine <b>E</b>xplorer <b>-</b> <b>v$version</b>
</div>
<hr class="wwwoffle-header">

<!-- Standard WWWOFFLE Message Page Header End -->

<H1 align="center">WWWOFFLE Formulario Interactivo de Recarga</H1>

Puede usar este formulario para recargar o descargar cualquier URL, ya sea una
slo o siguiendo los enlaces recursivamente.

<p>
<form action="/refresh-request/" method=post>
Descargar
<select name="depth">
<option value="0" selected>slo esta URL
<option value="1"         >recursivamente hasta la profundidad 1
<option value="2"         >recursivamente hasta la profundidad 2
<option value="3"         >recursivamente hasta la profundidad 3
<option value="4"         >recursivamente hasta la profundidad 4
<option value="5"         >recursivamente hasta la profundidad 5
</select>
<select name="method">
<option value="none" selected>slo esta URL
<option value="dir"          >en el mismo directorio
<option value="host"         >en el mismo servidor
<option value="proto"        >con el mismo protocolo
<option value="any"          >en cualquier servidor
</select>

<br>
<input type="text" name="url" value="$url" size=60>

<br>
<input name="stylesheets" type="checkbox" value="Y" $stylesheets?{checked}{}>
Descargar hojas de estilo en la pginas

<br>
<input name="images" type="checkbox" value="Y" $images?{checked}{}>
Descargar imgenes en las pginas

<br>
<input name="frames" type="checkbox" value="Y" $frames?{checked}{}>
Descargar marcos en las pginas

<br>
<input name="scripts" type="checkbox" value="Y" $scripts?{checked}{}>
Descargar guiones en las pginas

<br>
<input name="objects" type="checkbox" value="Y" $objects?{checked}{}>
Descargar objetos en las pginas

<br>
<input name="force" type="checkbox" value="Y">
Forzar la recarga aunque ya est en la cach.

<br>
<input type="submit" value="Descargar Ahora">

</form>

<p>

Notas:
<ol>
  <li>El protocolo por defecto es http si no se especifica.
  <li>Para obtener un listado de directorio en ftp asegrese de que la rua termina en '/'.
  <li>Para hacer un 'finger user@remote.host' debe insertar la URL como finger://remote.host/user.
</ol>

<div class="wwwoffle-nav" align="center">
[<a href="/index/outgoing/?sort=alpha">Ver la lista de pginas pedidas</a>]
</div>

<!-- Standard WWWOFFLE Message Page Footer Start -->

<hr class="wwwoffle-footer">
<div class="wwwoffle-footer" align="center">
WWWOFFLE - [ \
<a href="$localurl/Welcome.html">Pgina de Bienvenida</a>| \
<a href="$localurl/FAQ.html">FAQ</a> \
] - WWWOFFLE
</div>

<!-- Standard WWWOFFLE Message Page Footer End -->

</BODY>

</HTML>