[Cpan-forum-commit] rev 277 - in trunk: . templates www www/img

svn at pti.co.il svn at pti.co.il
Sat Jul 21 18:15:22 EEST 2007


Author: gabor
Date: 2007-07-21 18:15:22 +0300 (Sat, 21 Jul 2007)
New Revision: 277

Added:
   trunk/www/img/pti-round-80.jpg
Modified:
   trunk/
   trunk/templates/footer.tmpl
   trunk/www/style.css
Log:
add link to szabgab.com and pti.co.il with logo of pti



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 7bc34947-122d-0410-bc5a-f898d2bb5f81:/local/cpan-forum:4262
8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:12752
   + 7bc34947-122d-0410-bc5a-f898d2bb5f81:/local/cpan-forum:4270
8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:12752

Modified: trunk/templates/footer.tmpl
===================================================================
--- trunk/templates/footer.tmpl	2007-07-20 14:46:04 UTC (rev 276)
+++ trunk/templates/footer.tmpl	2007-07-21 15:15:22 UTC (rev 277)
@@ -1,8 +1,8 @@
 <TMPL_INCLUDE name="navigation.tmpl">
 
-<div class="footer">
+<div class="left_footer">
 	Service launched on 2nd of February 2005.<br />
-	Comments, and other submissions on CPAN Forum are Copyright 2005-2006, their respective owners.<br />
+	Comments, and other submissions on CPAN Forum are Copyright 2005-2007, their respective owners.<br />
 	Site maintainer is not responsible for content.
 </div>
 <!--
@@ -16,5 +16,10 @@
 	    alt="Valid CSS!" /></a>
 </p>
 -->
+<div class="right_footer">
+Maintained and hosted by <a href="http://www.szabgab.com/">Gabor Szabo</a> at 
+<a href="http://www.pti.co.il/">Perl Training Israel</a><br />
+<a href="http://www.pti.co.il/"><img border="0" src="/img/pti-round-80.jpg" /></a>
+</div>
 </body>
 </html>

Added: trunk/www/img/pti-round-80.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/www/img/pti-round-80.jpg
___________________________________________________________________
Name: svn:mime-type
   + image/jpeg

Modified: trunk/www/style.css
===================================================================
--- trunk/www/style.css	2007-07-20 14:46:04 UTC (rev 276)
+++ trunk/www/style.css	2007-07-21 15:15:22 UTC (rev 277)
@@ -1,5 +1,5 @@
 BODY { 
-	background: #eeeeee; 
+	background: #ffffff; 
 	font-family: Arial;
 }
 
@@ -212,9 +212,15 @@
 	font-size: 9pt;
 }
 
-.footer {
+.left_footer {
 	font-size: 8pt;
 }
+
+.right_footer {
+	font-size: 8pt;
+    text-align: right;
+}
+
 .error {
 	color: red;
 }



More information about the Cpan-forum-commit mailing list