enhanced HostBrowser buttons and fixed text input alignment

pull/1/head
Michael Peter Christen 11 years ago
parent 4a818ad72c
commit 9bb616d778

@ -81,15 +81,18 @@ function updatepage(str) {
<form action="HostBrowser.html" id="searchform" method="get" onkeyup="xmlhttpPost(); return false;">
<fieldset class="yacys">
<input type="hidden" name="admin" id="admin" value="#[admin]#" />
Host/URL:
<input id="search" type="text" name="path" value="#[path]#" size="80" maxlength="250" />
<input type="submit" name="list" value="Browse Host" class="btn btn-primary" style="width:160px;"/>
<div class="input-group" style="width:600px;float:left;">
<span class="input-group-addon">Host/URL</span>
<input id="search" type="text" name="path" value="#[path]#" maxlength="250" class="form-control"/>
<div class="input-group-btn">
<button id="list" name="list" class="btn btn-primary">Browse Host</button>
</div>
</div>
#(delete)#::
<input type="submit" name="delete" value="Delete Subpath" class="btn btn-primary" style="width:160px;" onclick="return confirm('Confirm Deletion')"/>
<input type="submit" name="reload404" value="Re-Load 404" class="btn btn-primary" style="width:160px;"/>
&nbsp;<input type="submit" name="delete" value="Delete Subpath" class="btn btn-danger" onclick="return confirm('Confirm Deletion')"/>
<input type="submit" name="reload404" value="Re-load load-failure docs (404s etc)" class="btn btn-warning" />
#(/delete)#
<br />
<div id="searchresults"></div>
<div id="searchresults" style="clear:both;"></div>
</fieldset>
</form>
#[result]#

@ -120,12 +120,6 @@ label {
cursor:pointer;
}
input {
margin:0.2em;
margin-top:0px;
margin-bottom:0px;
}
pre {
font-family:monospace;
}

Loading…
Cancel
Save