diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-08-07 16:58:42 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-07 16:58:42 -0400 |
commit | 210ff7bf228943abcc0399e6239d67462875d0db (patch) | |
tree | 4b7197d4ef2d304b6d9ccd4e83528b758f6109a1 /testsuite/systemtap.examples/html/html_header.tmpl | |
parent | 384c5fe974abe35ab11dce4446dc5eed86585a3b (diff) | |
download | systemtap-steved-210ff7bf228943abcc0399e6239d67462875d0db.tar.gz systemtap-steved-210ff7bf228943abcc0399e6239d67462875d0db.tar.xz systemtap-steved-210ff7bf228943abcc0399e6239d67462875d0db.zip |
PR6823: store generated sample index files
Diffstat (limited to 'testsuite/systemtap.examples/html/html_header.tmpl')
-rw-r--r-- | testsuite/systemtap.examples/html/html_header.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.examples/html/html_header.tmpl b/testsuite/systemtap.examples/html/html_header.tmpl index 33ce558f..25c7e5a0 100644 --- a/testsuite/systemtap.examples/html/html_header.tmpl +++ b/testsuite/systemtap.examples/html/html_header.tmpl @@ -3,7 +3,7 @@ <html> <head> <title>SystemTap Examples</title> - <link rel="stylesheet" href="systemtap.css" type="text/css"> + <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> @@ -11,7 +11,7 @@ <body> <table cellspacing="2" cellpadding="2" border="0" width="100%"> <tr> - <td valign="bottom" height="80"><img src="systemtaplogo.png" + <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> | @@ -21,7 +21,7 @@ <div class="mainbackground"> <div class="maintextregion"> - <img src="systemtapcorner.gif"> + <img src="html/systemtapcorner.gif"> <table cellspacing="2" cellpadding="4" border="0" width="99%" style="margin-top:17;"> <tr> |