summaryrefslogtreecommitdiffstats
path: root/website/templates/page
blob: 93dd573c369f9ef5e2a8838426e142cd676ec634 (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>[% title %]</title>
<meta name="description" content="Virt Tools are open source virtualization management tools for Linux system administrators.  This site provides tutorials, videos, documentation, online help and roadmaps to help you understand and get started with the tools." />
<meta name="keywords" content="virsh, virt-install, virt-manager, virt-top, virt-df, virt-p2v, virt-v2v, virt-viewer, virt-df, ncftool, augeas, aug-tool, guestfish, guestfs-browser, hivex, libguestfs, virt-what" />
<link rel="stylesheet" href="[% topdir %]/css/standard.css" type="text/css" title="Standard"/>
[% IF local_stylesheet %]<link rel="stylesheet" href="style.css" type="text/css" title="Standard"/>[% END %]
<link rel="alternate stylesheet" href="[% topdir %]/css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
</head>
<body>
<h1><span>[% h1 %]</span></h1>

[% IF topdir == "../.." -%]
<p id="vtbacktosectiontop">
(from&nbsp;<a href="../">[% section_titles.$section %]</a>)
</p>
[%- END %]

<ul id="vtmenu">
[% FOREACH s IN sections -%]
  [%- IF section == s -%]
    [%- IF topdir == "." || topdir == ".." -%]
  <li class="vtmenuselected">
    <span>[% section_titles.$s %]</span>
  </li>
    [%- ELSE -%]
  <li class="vtmenuselected">
    <a href="[% topdir %][% section_paths.$s %]">[% section_titles.$s %]</a>
  </li>
    [%- END -%]
  [%- ELSE -%]
  <li class="vtmenunotselected">
    <a href="[% topdir %][% section_paths.$s %]">[% section_titles.$s %]</a>
  </li>
  [%- END -%]
[%- END %]
</ul>

[% content %]

[% IF topdir == "../.." -%]
<p id="vtbacktosectionbottom">
Back to <a href="../">[% section_titles.$section %]</a>.
</p>
[%- END %]

<p id="vtfooter">
Copyright &copy; [% year %] <a href="http://redhat.com/">Red Hat Inc.</a> &mdash;
License: GPLv2+ &mdash;
Last updated on [% printable_date %]
</p>

[%- INCLUDE google_analytics -%]
</body>
</html>