diff options
Diffstat (limited to 'html/drivers/scripts')
-rw-r--r-- | html/drivers/scripts/footer.txt | 10 | ||||
-rw-r--r-- | html/drivers/scripts/style.css | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/html/drivers/scripts/footer.txt b/html/drivers/scripts/footer.txt index 89216ce97e12..d716cbf20a94 100644 --- a/html/drivers/scripts/footer.txt +++ b/html/drivers/scripts/footer.txt @@ -1,7 +1,9 @@ document.write("\ <table><tr>\ -<td width='50%' ><img src='../icons/home.gif' align='middle' alt='gif'>\ +<td width='33%' align='center'><img src='../icons/home.gif' align='middle'>\ <a href='../index.html'>Home Page</a></td>\ -<td width='50%' ><img src='../icons/mail2.gif' align='middle' alt='gif'>\ -<a href='http://www.ntp.org/contact.html'>Contacts</a></i></td>\ -</tr></table>")
\ No newline at end of file +<td width='33%' ><img src='../icons/sitemap.png' align='middle'>\ +<a href='../sitemap.html'>Site Map</a></td>\ +<td width='33%' ><img src='../icons/mail2.gif' align='middle'>\ +<a href='http://www.ntp.org/contact'>Contacts</a></td>\ +</tr></table>") diff --git a/html/drivers/scripts/style.css b/html/drivers/scripts/style.css index 096b18a6a1d9..7b90fce0048d 100644 --- a/html/drivers/scripts/style.css +++ b/html/drivers/scripts/style.css @@ -61,4 +61,4 @@ th {background: #FFFFCC; th.caption {background: #EEEEEE; color: #006600; - text-align: center;}
\ No newline at end of file + text-align: center;} |