993a045eb4
added functionality for random tag lines. made the search have a lot more options. change HTML for footer. added the Changelog to the footer. updated intro page. added installation instructions.
22 lines
708 B
HTML
22 lines
708 B
HTML
<div class="footer">
|
|
<span style="float: left;">
|
|
<a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.1</a>
|
|
<a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a>
|
|
<a href="http://sourceforge.net/projects/kwotes/">Project Page</a>
|
|
<a href="Changelog">Changelog</a>
|
|
</span>
|
|
<span style="float: right;">
|
|
${KWOTE_COUNT} Live Kwotes, ${KWOTE_BACKUP_COUNT} Deleted Kwotes
|
|
</span>
|
|
<span style="float: right; clear: right;">
|
|
<a href="http://sourceforge.net">
|
|
<img src="http://sourceforge.net/sflogo.php?group_id=121598&type=1"
|
|
width="88" height="31" alt="SourceForge.net!" />
|
|
</a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|