Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / templates / official / munin-dynazoom.tmpl @ 09b88141

Historique | Voir | Annoter | Télécharger (1,82 ko)

1 f25b07da Steve Schnepp
<!-- -*- HTML -*- -->
2
<TMPL_INCLUDE NAME="partial/head.tmpl">
3
<body>
4
<TMPL_INCLUDE NAME="partial/logo_navigation.tmpl">
5
<div id="main">
6
<TMPL_INCLUDE NAME="partial/navigation.tmpl">
7
<div id="content">
8
<h2>Graph zoom</h2>
9
10
<div style="position:relative;">
11
	<img id="image" />
12
<div id="overlayDiv" />
13
14
</div>
15
<table>
16
<tr>
17
<td>
18
19
</td>
20
<td>
21
	Zooming is easy, it's done in 3 clicks (regular clicks, no drag&amp;drop):
22
	<ol>
23
		<li> First click to define the start of zoom.
24
		<li> Second click to define the ending of zoom.
25
		<li> Third click inside the defined zone to zoom, outside to cancel the zone.
26
	</ol>
27
<td>
28
</tr>
29
</table>
30
31
<form name="myNewForm" id="myNewForm">
32
<table>
33
	<!-- Plugin Name : "domain/hostname" -->
34
	<tr>
35
		<td>Plugin Name <em>(domain/hostname/plugin_name)</em> :</td>
36
		<td><input type="text" name="plugin_name" size="64" ></td>
37
	</tr>
38
39
	<!-- Start and stop -->
40
	<tr>
41
		<td>Start/Stop of the graph <br/>(format:2005-08-15T15:52:01+0000) <br /><em>(epoch)</em> :</td>
42
		<td>
43
			<input type="text" name="start_iso8601" size='24'> / <input type="text" name="stop_iso8601" size="24"> <input name="btnMaj" type=button value="update" /> <br />
44
45
			(<input type="text" name="start_epoch" size="10"> / <input type="text" name="stop_epoch" size="10">)
46
		</td>
47
	</tr>
48
49
	<!-- Limit high & low -->
50
	<tr>
51
		<td>Limit low/high :</td>
52
		<td>
53
54
			<input type="text" name="lower_limit" size="10"> /  <input type="text" name="upper_limit" size="10">
55
		</td>
56
	</tr>
57
58
59
	<!-- Image size -->
60
	<tr>
61
		<td>Graph size (w/o legend) <em>(pixels)</em>:</td>
62
63
		<td>
64
			<input type="text" name="size_x" size="5"> / <input type="text" name="size_y" size="5" >
65
		</td>
66
	</tr>
67
</table>
68
	<input type="submit" />
69
	<input type="button" name="btnZoomOut" value="Zoom Out x2" />
70
</form>
71
72
</body>
73
74
<script>
75
76
77
</script>
78
79
</div>
80
<TMPL_INCLUDE NAME="partial/footer.tmpl">
81
</body>
82
</html>