mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6093
This commit is contained in:
parent
d18861e5e7
commit
3507d8cc48
|
@ -29,24 +29,22 @@ function page_head($title) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function copyright() {
|
function copyright() {
|
||||||
|
$y = date("Y ");
|
||||||
echo "
|
echo "
|
||||||
Copyright © $y University of California
|
<font color=888888>
|
||||||
";
|
Copyright © $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 "
|
||||||
|
|
|
@ -137,7 +137,6 @@ echo "
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<center>
|
|
||||||
";
|
";
|
||||||
copyright();
|
copyright();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue