Footer should not appear in the middle of pages...

This commit is contained in:
zach%zachlipton.com 2005-08-17 21:43:24 +00:00
Родитель 7c6db314da
Коммит a9d26c7d29
3 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -65,8 +65,6 @@ p#banner-version { font-size: 85%; }
background-color: #FFFF99;
width: 55%;
border: 1px solid #000;
position: absolute;
bottom: 10px;
}
.pagetitle

Просмотреть файл

@ -19,11 +19,11 @@
#%]
[%# INTERFACE:
# none
# style (optional) - css to apply to the footer
#%]
<form name="search" method="get" action="show_test.cgi">
<div class="footer">
<div class="footer" style="[%style%]">
<strong>Go:</strong> <a href="index.cgi">Home</a> | <a href="run_tests.cgi">Run Tests</a> |
Test ID: <input name="id" type="text" size="6">
<input name="search" type="submit" id="search" value="View"> |

Просмотреть файл

@ -225,4 +225,4 @@
[% INCLUDE hotlist title='Testing Hotlist - Top 15 Confirmed Failures' hotlist = hotlist %]
</div>
[% INCLUDE global/footer.html.tmpl %]
[% INCLUDE global/footer.html.tmpl style="position: absolute;bottom: 10px;" %]