summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/html/html_header.tmpl
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-08-07 16:47:18 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-08-07 16:47:18 -0400
commit384c5fe974abe35ab11dce4446dc5eed86585a3b (patch)
tree9bbdc8206d4a9c08866dc2251e40f4f7249696d4 /testsuite/systemtap.examples/html/html_header.tmpl
parent9b3f22a9b83c4fd5e66874d78f4d35ad742ff802 (diff)
downloadsystemtap-steved-384c5fe974abe35ab11dce4446dc5eed86585a3b.tar.gz
systemtap-steved-384c5fe974abe35ab11dce4446dc5eed86585a3b.tar.xz
systemtap-steved-384c5fe974abe35ab11dce4446dc5eed86585a3b.zip
samples: separate into subdirectories by subsystem
Diffstat (limited to 'testsuite/systemtap.examples/html/html_header.tmpl')
-rw-r--r--testsuite/systemtap.examples/html/html_header.tmpl41
1 files changed, 41 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/html/html_header.tmpl b/testsuite/systemtap.examples/html/html_header.tmpl
new file mode 100644
index 00000000..33ce558f
--- /dev/null
+++ b/testsuite/systemtap.examples/html/html_header.tmpl
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+<head>
+ <title>SystemTap Examples</title>
+ <link rel="stylesheet" href="systemtap.css" type="text/css">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta http-equiv="Content-Style-Type" content="text/css">
+</head>
+
+<body>
+ <table cellspacing="2" cellpadding="2" border="0" width="100%">
+ <tr>
+ <td valign="bottom" height="80"><img src="systemtaplogo.png"
+ alt="SystemTap logo" width="165" height="25"></td>
+ <td valign="bottom" class="topnavright" align="right">
+ <a href="http://sourceware.org/systemtap/">SystemTap</a>&nbsp;|&nbsp;
+ </td>
+ </tr>
+ </table>
+
+ <div class="mainbackground">
+ <div class="maintextregion">
+ <img src="systemtapcorner.gif">
+ <table cellspacing="2" cellpadding="4" border="0" width="99%"
+ style="margin-top:17;">
+ <tr>
+ <td width="200">&nbsp;</td>
+ <td valign="bottom"><h1>Examples</h1></td>
+ </tr>
+ <tr>
+ <td>&nbsp;</td>
+ <td valign="top">
+
+ <h2>Example Indexes</h2>
+ <ul>
+ <li><a href="index.html">All Examples</a></li>
+ <li><a href="subsystem-index.html">By Subsystem</a></li>
+ <li><a href="keyword-index.html">By Keyword</a></li>
+ </ul>
+