Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/lib/HTTP/WebTest/Recorder/template
In directory sc8-pr-cvs1:/tmp/cvs-serv27815/lib/HTTP/WebTest/Recorder/template
Modified Files:
page.inc
Log Message:
Use css stylesheet
Index: page.inc
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/lib/HTTP/WebTest/Recorder/template/page.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** page.inc 2 Feb 2003 17:25:00 -0000 1.3
--- page.inc 22 Apr 2003 22:59:43 -0000 1.4
***************
*** 4,7 ****
--- 4,8 ----
<head>
<title>[% title | html %]</title>
+ <link rel="stylesheet" type="text/css" href="css" />
</head>
<body>
|