svn: /pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ Main.tpl.php
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Mon, 14 Jun 2010 20:59:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300444
Log:
Add jQuery and basic JavaScript to template.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Main.tpl.php
Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Main.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Main.tpl.php 2010-06-14 20:58:22 UTC (rev 300443)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Main.tpl.php 2010-06-14 20:59:48 UTC (rev 300444)
@@ -12,6 +12,9 @@
<link rel="stylesheet" href="<?php echo PEAR2\SimpleChannelFrontend\Main::getURL(); ?>css/signin.css" />
<link rel="stylesheet" href="<?php echo PEAR2\SimpleChannelFrontend\Main::getURL(); ?>css/account-request.css" />
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+ <script src="<?php echo PEAR2\SimpleChannelFrontend\Main::getURL(); ?>js/pearweb.js"></script>
+
<link rel="alternate" title="PEAR2 Latest Releases" type="application/rss+xml" href="<?php echo PEAR2\SimpleChannelFrontend\Main::getURL(); ?>?view=latest&format=rss" />
</head>