mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-17 08:26:08 -04:00
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
This commit is contained in:
@ -92,17 +92,18 @@
|
||||
<label for="feed">Bookmark is a newsfeed</label>
|
||||
</dt>
|
||||
</dl>
|
||||
<p style="text-align: center">
|
||||
#(edit)#
|
||||
<p><input type="submit" name="add" value="create" /></p>
|
||||
<input type="submit" class="btn btn-primary" name="add" value="create" />
|
||||
::
|
||||
<p><input type="submit" name="add" value="edit" /></p>
|
||||
<input type="submit" class="btn btn-primary" name="add" value="Save" />
|
||||
#(/edit)#
|
||||
</p>
|
||||
<img src="env/grafics/empty.gif" name="ajax" />
|
||||
</fieldset>
|
||||
</form>
|
||||
:: <!-- import XML Bookmarks (mode=3) -->
|
||||
<form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
|
||||
<div class="BookmarksFieldset">
|
||||
<fieldset>
|
||||
<legend>Import XML Bookmarks</legend>
|
||||
<dl>
|
||||
@ -122,9 +123,8 @@
|
||||
</select>
|
||||
</dd>
|
||||
</dl>
|
||||
<input type="submit" name="importxml" value="import" />
|
||||
<input type="submit" class="btn btn-primary" name="importxml" value="import" />
|
||||
</fieldset>
|
||||
</div>
|
||||
</form>
|
||||
<!-- import Netscape Bookmarks -->
|
||||
<form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
|
||||
@ -153,7 +153,7 @@
|
||||
</select>
|
||||
</dd>
|
||||
</dl>
|
||||
<input type="submit" name="importbookmarks" value="import" />
|
||||
<input type="submit" class="btn btn-primary" name="importbookmarks" value="import" />
|
||||
</fieldset>
|
||||
</form>
|
||||
::
|
||||
|
@ -90,8 +90,12 @@ $(function() {
|
||||
</table>
|
||||
<div style="width: 550px; float: left;">
|
||||
<fieldset class="yacys">
|
||||
<input id="search" class="searchinput" name="query" type="text" size="40" maxlength="80" value="search words" />
|
||||
<input id="Enter" type="button" name="Enter" value="Search" onclick="var w = window.open('yacysearch.html','LayoutTest'); w.focus();" />
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control searchinput typeahead" size="40" maxlength="80" placeholder="Web Search by the People, for the People" name="query" />
|
||||
<div class="input-group-btn">
|
||||
<button id="Enter" class="btn btn-default" type="submit">search</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="yacysearch">
|
||||
<input type="checkbox" id="text" name="search.text" value="true" #(search.text)#::checked="checked" #(/search.text)# /><label for="text">Text</label>
|
||||
<input type="checkbox" id="image" name="search.image" value="true" #(search.image)#::checked="checked" #(/search.image)# /><label for="image">Images</label>
|
||||
|
Reference in New Issue
Block a user