smarty_report style.css,NONE,1.1 index.php,1.1.1.1,1.2 package.xml,1.1.1.1,1.2
Sebastian Bergmann <[email protected]> Sun, 11 Apr 2004 16:54:13 +0000
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/phpopencounter/smarty_report
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15178
Modified Files:
index.php package.xml
Added Files:
style.css
Log Message:
Flush.
--- NEW FILE: style.css ---
a:link {
color: #2564c4;
}
a:visited {
color: #2564c4;
}
a:hover {
color: #1d4c93;
text-decoration: underline;
}
a:active {
color: #2564c4;
}
body {
background-color: #ffffff;
color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
body, td {
font-family: "Bitstream Vera Sans Serif", Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 90%;
}
Index: package.xml
===================================================================
RCS file: /cvsroot/phpopencounter/smarty_report/package.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- package.xml 11 Apr 2004 16:34:41 -0000 1.1.1.1
+++ package.xml 11 Apr 2004 16:54:11 -0000 1.2
@@ -42,7 +42,9 @@
</dir>
<dir name="templates">
- <file role="php" name=".keep"/>
+ <file role="php" name="footer.htm"/>
+ <file role="php" name="header.htm"/>
+ <file role="php" name="index.htm"/>
</dir>
<dir name="templates_c">
@@ -50,6 +52,7 @@
</dir>
<file role="php" name="index.php"/>
+ <file role="php" name="style.css"/>
</dir>
</filelist>
<notes>
Index: index.php
===================================================================
RCS file: /cvsroot/phpopencounter/smarty_report/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- index.php 11 Apr 2004 16:34:41 -0000 1.1.1.1
+++ index.php 11 Apr 2004 16:54:10 -0000 1.2
@@ -21,4 +21,10 @@
require 'phpOpenTracker.php';
require 'Smarty.class.php';
+
+$smarty = new Smarty;
+
+$smarty->assign('pot_version', PHPOPENTRACKER_VERSION);
+
+$smarty->display('index.htm');
?>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click