summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/html/html_header.tmpl
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-08-08 15:15:19 -0400
committerDave Brolley <brolley@redhat.com>2008-08-08 15:15:19 -0400
commit71906647386a9684086b0542318b536d95ae089c (patch)
treefb0348d7bb34095e95ad830da8e832bad9187a55 /testsuite/systemtap.examples/html/html_header.tmpl
parentd5658775da9fa0ac792eb3f874df9f7c4d60de7e (diff)
parentf1118e1032612170cae8cd979cd529722ad95fdb (diff)
downloadsystemtap-steved-71906647386a9684086b0542318b536d95ae089c.tar.gz
systemtap-steved-71906647386a9684086b0542318b536d95ae089c.tar.xz
systemtap-steved-71906647386a9684086b0542318b536d95ae089c.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts: ChangeLog testsuite/ChangeLog
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..25c7e5a0
--- /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="html/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="html/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="html/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>
+