|
From: Christian O. <chr...@us...> - 2006-04-09 16:05:40
|
Update of /cvsroot/bbps/bbps/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6963/templates Modified Files: _footer.tpl _header.tpl Log Message: first and very limited support for adding dynamicly generated Mozilla/Firefox search engines Index: _header.tpl =================================================================== RCS file: /cvsroot/bbps/bbps/templates/_header.tpl,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** _header.tpl 9 Feb 2006 04:45:12 -0000 1.35 --- _header.tpl 9 Apr 2006 16:05:33 -0000 1.36 *************** *** 27,30 **** --- 27,31 ---- echo '<script type="text/javascript">var starttime = new Date().getTime();</script>'; } + echo "\n"; ?> </head> Index: _footer.tpl =================================================================== RCS file: /cvsroot/bbps/bbps/templates/_footer.tpl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** _footer.tpl 9 Sep 2005 14:45:34 -0000 1.23 --- _footer.tpl 9 Apr 2006 16:05:33 -0000 1.24 *************** *** 7,10 **** --- 7,14 ---- ?> <a href="./procesa.php?action=logout"><?php }else{ ?><a href="./procesa.php?action=login"> <?php } ?>#</a><br> + + Mozilla Search Engine: + <a href="javascript:void(window.open('firefox_search.php', 'FirefoxSearch', 'toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=yes, scrollbars=yes, copyhistory=no'))">install bbps search</a> + <br> <a href="http://validator.w3.org/check?uri=referer"><img border="0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"></a> </p> |