| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:57:02 2008 ] | [ PHP Timeclock 1.02 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 3 // display 'Powered by' info in bottom right of each page // 4 5 echo " <tr class=hide><td height=4% class=misc_items align=right valign=middle scope=row colspan=2>Powered by <a class=footer_links 6 href='http://httpd.apache.org/'>Apache</a> ±<a class=footer_links href='http://mysql.org'> MySql</a> 7 ±"; 8 9 if ($email == "none") { 10 echo "<a class=footer_links href='http://php.net'> PHP</a>"; 11 } else { 12 echo "<a class=footer_links href='http://php.net'> PHP</a> • <a class=footer_links href='mailto:$email'>$email</a>"; 13 } 14 15 echo " •<a class=footer_links href='http://timeclock.sourceforge.net'> $app_name $app_version</a></td></tr>\n"; 16 echo " </table>\n"; 17 echo " </td>\n"; 18 echo " </tr>\n"; 19 echo "</table>\n"; 20 echo "</body>\n"; 21 echo "</html>\n"; 22 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |