|
From: OryNider <ory...@us...> - 2007-12-14 03:16:10
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14574 Modified Files: overall_footer.html Log Message: Olympus footer :P Index: overall_footer.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_footer.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overall_footer.html 14 Dec 2007 02:13:28 -0000 1.2 --- overall_footer.html 14 Dec 2007 03:16:05 -0000 1.3 *************** *** 1,27 **** ! <div align="center"> ! <span class="copyright"> ! <!-- BEGIN editcp_exists --> ! <span class="genmed">{editcp_exists.ADMIN_OPTIONS}</span> ! <span class="newsbutton" onclick="mx_toggle_editCP(this, 'editCP_switch', '{editcp_exists.EDITCP_EXPAND_IMG}', '{editcp_exists.EDITCP_CONTRACT_IMG}');"><img src="{editcp_exists.EDITCP_DYNAMIC_IMG}" border="0" alt="" /></span><br /> ! <!-- END editcp_exists --> ! {ADMIN_LINK}<br /> <!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers ! but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good ! reason) retain the full copyright we request you at least leave in place the ! Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse ! to include even this then support on our forums may be affected. ! The phpBB Group : 2002 & mxBB Team : 2002 ! // --> ! {POWERED_BY} <a href="http://www.mxbb.net/" target="_mx-system" class="copyright">mxBB Portal</a> {MX_VERSION} © 2001-2007 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> </div> ! </td> ! </tr> ! </table> ! <!-- This displays generation info at the bottom of the page --> ! {EXECUTION_STATS} ! {MX_ADDITIONAL_FOOTER_TEXT} </body> </html> \ No newline at end of file --- 1,51 ---- ! </div> ! ! <div id="page-footer"> ! ! <div class="navbar"> ! <div class="inner"><span class="corners-top"><span></span></span> ! ! <ul class="linklist"> ! <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li> ! <!-- IF not S_IS_BOT --> ! <!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF --> ! <!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF --> ! <!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF --> ! <!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF --> ! <!-- ENDIF --> ! <li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a> • <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> • <!-- ENDIF -->{S_TIMEZONE}</li> ! </ul> ! ! <span class="corners-bottom"><span></span></span></div> ! </div> ! <!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers ! but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain ! the full copyright we ask you at least leave in place the "Powered by phpBB" line, with ! "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our ! forums may be affected. ! The phpBB Group : 2006 ! //--> ! ! <div class="copyright">{POWERED_BY} <a href="http://www.mxbb.net/" target="_mx-system" class="copyright">mxBB Portal</a> {MX_VERSION} © 2001-2008 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2000, 2002, 2005, 2007 phpBB Group | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> ! <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> ! <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> ! <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --> ! <!-- This displays generation info at the bottom of the page --> ! <br />{EXECUTION_STATS} ! <br />{MX_ADDITIONAL_FOOTER_TEXT} ! </div> </div> ! ! </div> ! ! <div> ! <a id="bottom" name="bottom" accesskey="z"></a> ! <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --> ! </div> ! </body> </html> \ No newline at end of file |