diff options
author | Mark Wielaard <mwielaard@redhat.com> | 2008-08-07 15:18:14 +0200 |
---|---|---|
committer | Mark Wielaard <mwielaard@redhat.com> | 2008-08-07 15:18:14 +0200 |
commit | 1cfd2143ecabdf664b2d61f6d46bfab6fdd77816 (patch) | |
tree | ca53e03faca6d5e41e8c3c09d7a56a43ae131d79 /testsuite/systemtap.examples/html_header.tmpl | |
parent | ea667a9f0d42dad0652563e7b76ce1527ebb9fc3 (diff) | |
download | systemtap-steved-1cfd2143ecabdf664b2d61f6d46bfab6fdd77816.tar.gz systemtap-steved-1cfd2143ecabdf664b2d61f6d46bfab6fdd77816.tar.xz systemtap-steved-1cfd2143ecabdf664b2d61f6d46bfab6fdd77816.zip |
Add new examples-index-gen.pl script and support files.
Diffstat (limited to 'testsuite/systemtap.examples/html_header.tmpl')
-rw-r--r-- | testsuite/systemtap.examples/html_header.tmpl | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/html_header.tmpl b/testsuite/systemtap.examples/html_header.tmpl new file mode 100644 index 00000000..33ce558f --- /dev/null +++ b/testsuite/systemtap.examples/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> | + </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"> </td> + <td valign="bottom"><h1>Examples</h1></td> + </tr> + <tr> + <td> </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> + |