*** empty log message ***

svn path=/trunk/boinc/; revision=6093
This commit is contained in:
David Anderson 2005-05-10 17:16:40 +00:00
parent d18861e5e7
commit 3507d8cc48
2 changed files with 7 additions and 10 deletions

View File

@ -29,24 +29,22 @@ function page_head($title) {
} }
function copyright() { function copyright() {
$y = date("Y ");
echo " echo "
Copyright &copy; $y University of California <font color=888888>
"; Copyright &copy; $y University of California.
return; Permission is granted to copy, distribute and/or modify this document
echo " under the terms of the GNU Free Documentation License,
<br><br> Version 1.2 or any later version published by the Free Software Foundation.</font>
<!-- Creative Commons License -->
<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/2.0/\"><img alt=\"Creative Commons License\" border=\"0\" src=\"http://creativecommons.org/images/public/somerights20.gif\" /></a><br />
"; ";
} }
function page_tail() { function page_tail() {
$y = date("Y ");
echo " echo "
<hr size=1> <hr size=1>
<p align='center'> <p align='center'>
<a href='/'>Return to BOINC main page</a> <a href='/'>Return to BOINC main page</a>
<br/><br/> </p>
"; ";
copyright(); copyright();
echo " echo "

View File

@ -137,7 +137,6 @@ echo "
</table> </table>
<hr> <hr>
<center>
"; ";
copyright(); copyright();
?> ?>