summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/html
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/html')
-rw-r--r--testsuite/systemtap.examples/html/html_footer.tmpl14
-rw-r--r--testsuite/systemtap.examples/html/html_header.tmpl41
-rw-r--r--testsuite/systemtap.examples/html/systemtap.css164
-rw-r--r--testsuite/systemtap.examples/html/systemtapcorner.gifbin0 -> 970 bytes
-rw-r--r--testsuite/systemtap.examples/html/systemtaplogo.pngbin0 -> 1860 bytes
5 files changed, 219 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/html/html_footer.tmpl b/testsuite/systemtap.examples/html/html_footer.tmpl
new file mode 100644
index 00000000..27eccd3c
--- /dev/null
+++ b/testsuite/systemtap.examples/html/html_footer.tmpl
@@ -0,0 +1,14 @@
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+
+ <table cellspacing="2" cellpadding="2" border="0" width="100%">
+ <tr>
+ <td align="center" class="footer"><a href=
+ "http://sourceware.org/systemtap">SystemTap</a></td>
+ </tr>
+ </table>
+</body>
+</html>
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>
+
diff --git a/testsuite/systemtap.examples/html/systemtap.css b/testsuite/systemtap.examples/html/systemtap.css
new file mode 100644
index 00000000..445d95f4
--- /dev/null
+++ b/testsuite/systemtap.examples/html/systemtap.css
@@ -0,0 +1,164 @@
+body {
+ background-color: #cccccc;
+}
+
+.topnavright {
+ color: #787878;
+ text-align: right;
+ font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ margin-right: 10px;
+}
+
+.topnavright a:link {
+ text-decoration: none;
+ color: #944E0F;
+}
+
+.topnavright a:visited {
+ text-decoration: none;
+ color: #944E0F;
+}
+
+div.mainbackground {
+ background-color: #ffffff;
+ padding: 17 17 17 17;
+}
+
+div.maintextregion {
+ background-color: #5b5b5b;
+ color: #ffffff;
+}
+
+div.maintextregion h1 {
+ color: #F38019;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 28px
+}
+
+div.maintextregion h2 {
+ color: #F38019;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ margin-bottom: 2px;
+ font-size: 18px;
+ margin-top: 28px;
+}
+
+div.maintextregion h4 {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-weight: bold;
+}
+
+div.maintextregion p {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 150%;
+ text-align: justify;
+}
+
+div.maintextregion ul {
+ color: #ffffff;
+ list-style-type: square;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 150%;
+ text-align: justify;
+}
+
+div.maintextregion td ul ul {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+div.maintextregion dt {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ margin-top: 10px;
+}
+
+div.maintextregion pre {
+ color: #ffffff;
+ font-size: 14px;
+}
+
+div.maintextregion td pre {
+ color: #ffffff;
+ font-size: 14px;
+}
+
+div.maintextregion dd {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 10px;
+}
+
+div.maintextregion table {
+ margin-top: 20;
+}
+
+div.maintextregion th {
+ color: #ffffff;
+ background-color: #494949;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ text-align: left;
+}
+
+div.maintextregion tr.odd {
+ color: #ffffff;
+ background-color: #393939;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+div.maintextregion tr.even {
+ color: #ffffff;
+ background-color: #4d4d4d;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+div.maintextregion form {
+ color: #ffffff;
+ background-color: #4d4d4d;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ border: thin solid #424242;
+ padding: 6;
+}
+
+div.maintextregion dd.left {
+ color: #ffffff;
+ margin-left: 0;
+}
+
+a:link {
+ color: #ff9600;
+ text-decoration: none;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+a:visited {
+ color: #ff9600;
+ text-decoration: none;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+.imgholder {
+ text-align: center;
+ padding: 8;
+}
+.footer a:link {
+ text-decoration: none;
+ color: #944E0F;
+ font-size: 12px;
+ font-weight: bold;
+}
+.footer a:visited {
+ text-decoration: none;
+ color: #944E0F;
+ font-size: 12px;
+ font-weight: bold;
+}
+
diff --git a/testsuite/systemtap.examples/html/systemtapcorner.gif b/testsuite/systemtap.examples/html/systemtapcorner.gif
new file mode 100644
index 00000000..c44f2c75
--- /dev/null
+++ b/testsuite/systemtap.examples/html/systemtapcorner.gif
Binary files differ
diff --git a/testsuite/systemtap.examples/html/systemtaplogo.png b/testsuite/systemtap.examples/html/systemtaplogo.png
new file mode 100644
index 00000000..c223babd
--- /dev/null
+++ b/testsuite/systemtap.examples/html/systemtaplogo.png
Binary files differ