GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Digital_Repository
Browse code
- Fixed broken stats URLs.
master
1 parent
a978b28
commit
351807d34e0171fa0eb1b2a0667bf74e77732162
nstanger
authored
on 13 Dec 2005
Patch
Showing
2 changed files
Repositories/statistics/includes/inc.html.footer.es.php
Repositories/statistics/includes/inc.html.header.es.php
Ignore Space
Show notes
View
Repositories/statistics/includes/inc.html.footer.es.php
<p> <a href="#top">top of page <img src="images/up_arrow.gif" width="15" height="16" align="top" border="0" hspace="0" vspace="0" alt="up arrow" /></a> </p> <table border="0" style="border: dashed #CCC; border-width: 1px 0px 0px 0px;"> <tr> <td> <p>The orginal code for generating these statistics was written at the University of Melbourne, then modified and substantially rewritten by Christian McGee and Arthur Sale at the University of Tasmania (contact <a href="mailto:eprints@leven.comp.utas.edu.au">eprints@leven.comp.utas.edu.au</a>).</p> </td> </tr> </table> </td> </tr> </table> <table width="725" border="0" align="center"> <tr> <td class="footer" align="left"> <p> <a href="/">Home</a> | <a href="/perl/search">Search</a> | <a href="/view/">Browse</a> | <a href="/perl/users/home_local">User Area</a> | <a href="/es">Statistics</a> | <a href="/help/">Help</a> | <a href="/information.html">About</a> </p> </td> <td class="footer" align="right"> <p> <a href="http://www.business.otago.ac.nz/">School of Business</a> | <a href="http://www.otago.ac.nz/">University of Otago</a> </p> </td> </tr> </table> <map name="title_bannerMap" id="title_bannerMap"> <area shape="rect" coords="0,21,130,115" href="http://www.otago.ac.nz" alt="University of Otago"></area> <area shape="rect" coords="237,32,481,91" href="http://www.business.otago.ac.nz" alt="School of Business"></area> </map> </body> </html>
<p> <a href="#top">top of page <img src="images/up_arrow.gif" width="15" height="16" align="top" border="0" hspace="0" vspace="0" alt="up arrow" /></a> </p> <table border="0" style="border: dashed #CCC; border-width: 1px 0px 0px 0px;"> <tr> <td> <p>The orginal code for generating these statistics was written at the University of Melbourne, then modified and substantially rewritten by Christian McGee and Arthur Sale at the University of Tasmania (contact <a href="mailto:eprints@leven.comp.utas.edu.au">eprints@leven.comp.utas.edu.au</a>).</p> </td> </tr> </table> </td> </tr> </table> <table width="725" border="0" align="center"> <tr> <td class="footer" align="left"> <p> <a href="/">Home</a> | <a href="/perl/search">Search</a> | <a href="/view/">Browse</a> | <a href="/perl/users/home_local">User Area</a> | <a href="/perl/es">Statistics</a> | <a href="/help/">Help</a> | <a href="/information.html">About</a> </p> </td> <td class="footer" align="right"> <p> <a href="http://www.business.otago.ac.nz/">School of Business</a> | <a href="http://www.otago.ac.nz/">University of Otago</a> </p> </td> </tr> </table> <map name="title_bannerMap" id="title_bannerMap"> <area shape="rect" coords="0,21,130,115" href="http://www.otago.ac.nz" alt="University of Otago"></area> <area shape="rect" coords="237,32,481,91" href="http://www.business.otago.ac.nz" alt="School of Business"></area> </map> </body> </html>
Ignore Space
Show notes
View
Repositories/statistics/includes/inc.html.header.es.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html> <head> <!-- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> --> <title>University of Otago School of Business Pilot Repository - Usage Statistics</title> <style type="text/css" media="screen"> @import url(/otago.css); @import url(/eprints.css); </style> <style type="text/css" media="print"> @import url(/eprints.css); @import url(/print.css); </style> <link rel="Top" href="/" /> <link rel="Search" href="/perl/search" /> <link rel="Help" href="/help" /> </head> <body class="indexbody"> <a name="top"></a> <table width="725" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"><a href="http://www.business.otago.ac.nz/"><img name="title_banner" src="/images/header.gif" width="725" height="108" border="0" hspace="0" vspace="0" alt="" usemap="#title_bannerMap" id="title_banner" /></a></td> </tr> <tr> <td colspan="3" class="navstripindex"> <table border="0" cellpadding="0" cellspacing="0" class="navstripindextable" summary="Repository user navigation"> <tr> <td><a href="http://www.otago.ac.nz/"><img src="/images/spacer.gif" width="130" height="19" border="0" alt="" /></a></td> <td width="160"><a href="/">Home</a></td> <td width="160"><a href="/perl/search">Search</a></td> <td width="160"><a href="/view/">Browse</a></td> <td width="160"><a href="/perl/users/home_local">User Area</a></td> <td width="160"><a href="/es">Statistics</a></td> <td width="160"><a href="/help/">Help</a></td> <td width="160"><a href="/information.html">About</a></td> </tr> </table> </td> </tr> <tr> <td><a href="http://www.otago.ac.nz/"><img name="index_r3_c1" src="/images/index_r3_c1.gif" width="235" height="13" hspace="0" vspace="0" border="0" alt="" /></a></td> <td colspan="2"><img src="/images/index_r3_c2.gif" alt="" name="index_r3_c2" width="490" height="13" border="0" id="index_r3_c2" /></td> </tr> </table> <table width="695" border="0" align="center"> <tr> <td align="left" valign="top"> <h1>Repository Usage Statistics<br /> <?php print '<span style="font-size:small;color:#cccccc;">[Last updated ' . $sql->getLastProc() . ']</span>'; ?> </h1>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html> <head> <!-- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> --> <title>University of Otago School of Business Pilot Repository - Usage Statistics</title> <style type="text/css" media="screen"> @import url(/otago.css); @import url(/eprints.css); </style> <style type="text/css" media="print"> @import url(/eprints.css); @import url(/print.css); </style> <link rel="Top" href="/" /> <link rel="Search" href="/perl/search" /> <link rel="Help" href="/help" /> </head> <body class="indexbody"> <a name="top"></a> <table width="725" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"><a href="http://www.business.otago.ac.nz/"><img name="title_banner" src="/images/header.gif" width="725" height="108" border="0" hspace="0" vspace="0" alt="" usemap="#title_bannerMap" id="title_banner" /></a></td> </tr> <tr> <td colspan="3" class="navstripindex"> <table border="0" cellpadding="0" cellspacing="0" class="navstripindextable" summary="Repository user navigation"> <tr> <td><a href="http://www.otago.ac.nz/"><img src="/images/spacer.gif" width="130" height="19" border="0" alt="" /></a></td> <td width="160"><a href="/">Home</a></td> <td width="160"><a href="/perl/search">Search</a></td> <td width="160"><a href="/view/">Browse</a></td> <td width="160"><a href="/perl/users/home_local">User Area</a></td> <td width="160"><a href="/perl/es">Statistics</a></td> <td width="160"><a href="/help/">Help</a></td> <td width="160"><a href="/information.html">About</a></td> </tr> </table> </td> </tr> <tr> <td><a href="http://www.otago.ac.nz/"><img name="index_r3_c1" src="/images/index_r3_c1.gif" width="235" height="13" hspace="0" vspace="0" border="0" alt="" /></a></td> <td colspan="2"><img src="/images/index_r3_c2.gif" alt="" name="index_r3_c2" width="490" height="13" border="0" id="index_r3_c2" /></td> </tr> </table> <table width="695" border="0" align="center"> <tr> <td align="left" valign="top"> <h1>Repository Usage Statistics<br /> <?php print '<span style="font-size:small;color:#cccccc;">[Last updated ' . $sql->getLastProc() . ']</span>'; ?> </h1>
Show line notes below