*) HTML fixes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7342 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 14 years ago
parent 01ddb6d2ef
commit a9741cc876

@ -11,10 +11,10 @@
<h2>Blacklist Test</h2> <h2>Blacklist Test</h2>
<p>Used Blacklist engine: <span class="settingsValue">#[blacklistEngine]#</span></p> <p>Used Blacklist engine: <span class="settingsValue">#[blacklistEngine]#</span></p>
<!-- blacklist selection --> <!-- blacklist selection -->
<fieldset> <form action="BlacklistTest_p.html" method="post" enctype="multipart/form-data">
<legend>Test list:</legend> <fieldset>
<form action="BlacklistTest_p.html" method="post" enctype="multipart/form-data"> <legend>Test list:</legend>
<input type="text" name="testurl" size="50" value="#[url]#" />&nbsp; <input type="text" name="testurl" size="50" value="#[url]#" />
<input type="submit" name="testList" value="Test" /> <input type="submit" name="testList" value="Test" />
#(testlist)#:: #(testlist)#::
@ -35,8 +35,8 @@
<br /><br /> <br /><br />
<div>The tested URL was not valid.</div> <div>The tested URL was not valid.</div>
#(/testlist)# #(/testlist)#
</form> </fieldset>
</fieldset> </form>
#%env/templates/footer.template%# #%env/templates/footer.template%#
</body> </body>
</html> </html>

Loading…
Cancel
Save