Fixed header/footer to link to feeds/login/logout/register.

Added feeds template.
This commit is contained in:
mike.morgan%oregonstate.edu 2006-01-29 23:47:15 +00:00
Родитель 896a892c65
Коммит fc6c4fc984
3 изменённых файлов: 34 добавлений и 2 удалений

Просмотреть файл

@ -0,0 +1,30 @@
<div id="mBody">
<h1>Mozilla Add-ons Feeds</h1>
<p>You can use the following feeds to always know what's going on with Mozilla Add-ons. Here are your choices:</p>
<ul>
<li>Firefox
<ul>
<li>Most Popular <a href="./rss/firefox/extensions/popular">Extensions</a> | <a href="./rss/firefox/themes/popular">Themes</a></li>
<li>Recently Updated <a href="./rss/firefox/extensions/updated">Extensions</a> | <a href="./rss/firefox/themes/updated">Themes</a></li>
<li>Highest Rated <a href="./rss/firefox/extensions/rated">Extensions</a> | <a href="./rss/firefox/themes/rated">Themes</a></li>
<li>Newest <a href="./rss/firefox/extensions/newest">Extensions</a> | <a href="./rss/firefox/themes/newest">Themes</a></li>
</ul>
</li>
<li>Thunderbird
<ul>
<li>Most Popular <a href="./rss/firefox/extensions/popular">Extensions</a> | <a href="./rss/firefox/themes/popular">Themes</a></li>
<li>Recently Updated <a href="./rss/firefox/extensions/updated">Extensions</a> | <a href="./rss/firefox/themes/updated">Themes</a></li>
<li>Highest Rated <a href="./rss/firefox/extensions/rated">Extensions</a> | <a href="./rss/firefox/themes/rated">Themes</a></li>
<li>Newest <a href="./rss/firefox/extensions/newest">Extensions</a> | <a href="./rss/firefox/themes/newest">Themes</a></li>
</ul>
</li>
<li>Mozilla
<ul>
<li>Most Popular <a href="./rss/firefox/extensions/popular">Extensions</a> | <a href="./rss/firefox/themes/popular">Themes</a></li>
<li>Recently Updated <a href="./rss/firefox/extensions/updated">Extensions</a> | <a href="./rss/firefox/themes/updated">Themes</a></li>
<li>Highest Rated <a href="./rss/firefox/extensions/rated">Extensions</a> | <a href="./rss/firefox/themes/rated">Themes</a></li>
<li>Newest <a href="./rss/firefox/extensions/newest">Extensions</a> | <a href="./rss/firefox/themes/newest">Themes</a></li>
</ul>
</li>
</ul>
</div>

Просмотреть файл

@ -5,7 +5,8 @@
<div id="footer">
<p><a href="{$config.webpath}/?app=firefox" class="switch-fx">Firefox Add-ons </a><a href="{$config.webpath}/?app=thunderbird" class="switch-tb">Thunderbird Add-ons </a><a href="{$config.webpath}/?app=mozilla" class="switch-suite">Mozilla Suite Add-ons </a></p>
<p><a href="http://www.mozilla.org/privacy-policy.html">Privacy Policy</a> <a href="/faq.php">FAQ</a> <a href="http://www.mozilla.org/foundation/donate.html">Donate to Mozilla</a> <a href="http://mozilla.org/">The Mozilla Organization</a></p>
<p><a href="{$config.webpath}/faq.php">FAQ</a> <a href="{$config.webpath}/feeds.php">Feeds/RSS</a> <a href="{$config.webpath}/login.php">Log In</a> <a href="{$config.webpath}/logout.php">Logout</a> <a href="{$config.webpath}/createaccount.php">Register</a></p>
<p><a href="http://www.mozilla.org/privacy-policy.html">Privacy Policy</a> <a href="http://www.mozilla.org/foundation/donate.html">Donate to Mozilla</a> <a href="http://mozilla.org/">The Mozilla Organization</a></p>
<p><span>Copyright &copy; 2004-2006</span> <a href="http://www.xramp.com/">256-bit SSL Encryption provided by XRamp</a></p>
</div>

Просмотреть файл

@ -3,7 +3,8 @@
<div id="footer">
<p><a href="{$config.webpath}/?app=firefox" class="switch-fx">Firefox Add-ons </a><a href="{$config.webpath}/?app=thunderbird" class="switch-tb">Thunderbird Add-ons </a><a href="{$config.webpath}/?app=mozilla" class="switch-suite">Mozilla Suite Add-ons </a></p>
<p><a href="http://www.mozilla.org/privacy-policy.html">Privacy Policy</a> <a href="/faq.php">FAQ</a> <a href="http://www.mozilla.org/foundation/donate.html">Donate to Mozilla</a> <a href="http://mozilla.org/">The Mozilla Organization</a></p>
<p><a href="{$config.webpath}/faq.php">FAQ</a> <a href="{$config.webpath}/feeds.php">Feeds/RSS</a> <a href="{$config.webpath}/login.php">Log In</a> <a href="{$config.webpath}/logout.php">Logout</a> <a href="{$config.webpath}/createaccount.php">Register</a></p>
<p><a href="http://www.mozilla.org/privacy-policy.html">Privacy Policy</a> <a href="http://www.mozilla.org/foundation/donate.html">Donate to Mozilla</a> <a href="http://mozilla.org/">The Mozilla Organization</a></p>
<p><span>Copyright &copy; 2004-2006</span> <a href="http://www.xramp.com/">256-bit SSL Encryption provided by XRamp</a></p>
</div>