svn: /pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ Categories.tpl.php Category.tpl.php OtherChannelsNote.tpl.php PackageList.tpl.php
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Thu, 17 Jun 2010 21:47:54 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300549
Log:
Add channel note to category page and split it into its own template file.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Categories.tpl.php
U pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Category.tpl.php
A pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/OtherChannelsNote.tpl.php
U pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageList.tpl.php
Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Categories.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Categories.tpl.php 2010-06-17 21:44:51 UTC (rev 300548)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Categories.tpl.php 2010-06-17 21:47:54 UTC (rev 300549)
@@ -71,9 +71,5 @@
</div>
</div>
- <div class="pear-message">
- <div class="pear-message-content">
- <h3>Don’t see what you need?</h3>
- <p>Many of the PEAR packages you know and love are still available on <a href="http://pear.php.net/packages.php">pear.php.net</a> or <a href="http://pear.php.net/channels/">other PEAR compatible channels</a>.</p>
- </div>
- </div>
+
+<?php echo $savant->render(null, 'OtherChannelsNote.tpl.php'); ?>
Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Category.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Category.tpl.php 2010-06-17 21:44:51 UTC (rev 300548)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Category.tpl.php 2010-06-17 21:47:54 UTC (rev 300549)
@@ -45,3 +45,5 @@
</div>
</div>
+
+<?php echo $savant->render(null, 'OtherChannelsNote.tpl.php'); ?>
Added: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/OtherChannelsNote.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/OtherChannelsNote.tpl.php (rev 0)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/OtherChannelsNote.tpl.php 2010-06-17 21:47:54 UTC (rev 300549)
@@ -0,0 +1,6 @@
+<div class="pear-message">
+ <div class="pear-message-content">
+ <h3>Don’t see what you need?</h3>
+ <p>Many of the PEAR packages you know and love are still available on <a href="http://pear.php.net/packages.php">pear.php.net</a> or <a href="http://pear.php.net/channels/">other PEAR compatible channels</a>.</p>
+ </div>
+</div>
Property changes on: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/OtherChannelsNote.tpl.php
___________________________________________________________________
Added: svn:keywords
+ Id Rev Revision
Added: svn:eol-style
+ native
Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageList.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageList.tpl.php 2010-06-17 21:44:51 UTC (rev 300548)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageList.tpl.php 2010-06-17 21:47:54 UTC (rev 300549)
@@ -17,9 +17,4 @@
</ul>
</div>
</div>
-<div class="pear-message">
- <div class="pear-message-content">
- <h3>Don’t see what you need?</h3>
- <p>Many of the PEAR packages you know and love are still available on <a href="http://pear.php.net/packages.php">pear.php.net</a> or <a href="http://pear.php.net/channels/">other PEAR compatible channels</a>.</p>
- </div>
-</div>
+<?php echo $savant->render(null, 'OtherChannelsNote.tpl.php'); ?>