Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
birt
/
2500ed3df2f64b6a573d59d0e43ffcf77c9fdaa0
/
.
/
phoenix
/
birt.inc
blob: b52ba288a52d0a801809d0fbc533a587ef8f0172 [
file
] [
log
] [
blame
]
<?
php
/*
*/
?>
<?
php
function
linkToTop
()
{
$return
=
<<<
EODATA
<
p align
=
"right"
><
small
><
a href
=
"#top"
>
go to top
<
/a></
small
></
p
>
EODATA
;
return
$return
;
}
?>