[Cpan-forum-commit] rev 181 - in trunk: . templates

svn at pti.co.il svn at pti.co.il
Sun Aug 27 07:12:57 IDT 2006


Author: gabor
Date: 2006-08-27 07:12:55 +0300 (Sun, 27 Aug 2006)
New Revision: 181

Modified:
   trunk/
   trunk/templates/about.tmpl
   trunk/templates/navigation.tmpl
Log:
add link to perltrainig.org



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:11029
   + 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:11030

Modified: trunk/templates/about.tmpl
===================================================================
--- trunk/templates/about.tmpl	2006-08-27 04:12:49 UTC (rev 180)
+++ trunk/templates/about.tmpl	2006-08-27 04:12:55 UTC (rev 181)
@@ -81,8 +81,22 @@
 <a name="todo"></a>
 <div class="about_list">
 	<p class="about_title">TODO</p>
+    <p>
 	Read the <a href="http://svn.pti.co.il/svn/cpan-forum/trunk/TODO">TODO</a> directly from the repository.
+    </p>
 </div>
+<div class="about_list">
+	<p class="about_title">Sponsorship, Development grants</p>
+    <p>
+    Instead of sponsoring the development and maintenance of CPAN::Forum, I  
+    would be glad to be invited to provide Perl training in your company.
+    <br />
+    Basically anywhere in the world.
+    <br />
+    See the list of my training classes at <a href="http://www.pti.co.il/courses.html">Perl courses</a>
+    </p>
+</div>
 
+
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: trunk/templates/navigation.tmpl
===================================================================
--- trunk/templates/navigation.tmpl	2006-08-27 04:12:49 UTC (rev 180)
+++ trunk/templates/navigation.tmpl	2006-08-27 04:12:55 UTC (rev 181)
@@ -1,22 +1,25 @@
 <div class="navigation">
-		[
-		<a href="/">home</a> |
-		<a href="/faq/">FAQ</a> |
-		<a href="/about/">about</a> |
-		<a href="/stats/">stats</a> |
-		<a href="/new_post/<TMPL_VAR group>">new post</a> |
-		<TMPL_IF loggedin>
-		  You are logged in as <a href="/users/<TMPL_VAR username>"><TMPL_VAR username></a> |
-		  <a href="/mypan/">mypan</a> | 
-		  <a href="/selfconfig/">selfconfig</a> | 
-		  <a href="/logout/">logout</a> | 
-		  <TMPL_IF admin>
-		  <a href="/admin/">admin</a> | 
-		  </TMPL_IF>
-		<TMPL_ELSE>
-		  <a href="/login/">login</a> |
-		  <a href="/register/">register</a>
-		</TMPL_IF>
-		]
-	</div>
+[
+    <a href="/">home</a>
+    | <a href="/faq/">FAQ</a>
+    | <a href="/about/">about</a>
+    | <a href="/stats/">stats</a>
+    | <a href="/new_post/<TMPL_VAR group>">new post</a>
+    <TMPL_IF loggedin>
+        | You are logged in as <a href="/users/<TMPL_VAR username>"><TMPL_VAR username></a>
+        | <a href="/mypan/">mypan</a>
+        | <a href="/selfconfig/">selfconfig</a>
+        | <a href="/logout/">logout</a>
+        <TMPL_IF admin>
+            | <a href="/admin/">admin</a>
+        </TMPL_IF>
+    <TMPL_ELSE>
+        | <a href="/login/">login</a>
+        | <a href="/register/">register</a>
+    </TMPL_IF>
+]
+</div>
+<div class="navigation">
+<a href="http://www.perltraining.org/">Perl Training</a>
+</div>
 



More information about the Cpan-forum-commit mailing list