Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git

pull/1/head
Michael Peter Christen 11 years ago
commit dc3159df17

@ -92,17 +92,18 @@
<label for="feed">Bookmark is a newsfeed</label> <label for="feed">Bookmark is a newsfeed</label>
</dt> </dt>
</dl> </dl>
<p style="text-align: center">
#(edit)# #(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)# #(/edit)#
</p>
<img src="env/grafics/empty.gif" name="ajax" /> <img src="env/grafics/empty.gif" name="ajax" />
</fieldset> </fieldset>
</form> </form>
:: <!-- import XML Bookmarks (mode=3) --> :: <!-- import XML Bookmarks (mode=3) -->
<form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div class="BookmarksFieldset">
<fieldset> <fieldset>
<legend>Import XML Bookmarks</legend> <legend>Import XML Bookmarks</legend>
<dl> <dl>
@ -122,9 +123,8 @@
</select> </select>
</dd> </dd>
</dl> </dl>
<input type="submit" name="importxml" value="import" /> <input type="submit" class="btn btn-primary" name="importxml" value="import" />
</fieldset> </fieldset>
</div>
</form> </form>
<!-- import Netscape Bookmarks --> <!-- import Netscape Bookmarks -->
<form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
@ -153,7 +153,7 @@
</select> </select>
</dd> </dd>
</dl> </dl>
<input type="submit" name="importbookmarks" value="import" /> <input type="submit" class="btn btn-primary" name="importbookmarks" value="import" />
</fieldset> </fieldset>
</form> </form>
:: ::

@ -90,8 +90,12 @@ $(function() {
</table> </table>
<div style="width: 550px; float: left;"> <div style="width: 550px; float: left;">
<fieldset class="yacys"> <fieldset class="yacys">
<input id="search" class="searchinput" name="query" type="text" size="40" maxlength="80" value="search words" /> <div class="input-group">
<input id="Enter" type="button" name="Enter" value="Search" onclick="var w = window.open('yacysearch.html','LayoutTest'); w.focus();" /> <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"> <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="text" name="search.text" value="true" #(search.text)#::checked="checked" #(/search.text)# /><label for="text">Text</label>
&nbsp;&nbsp;<input type="checkbox" id="image" name="search.image" value="true" #(search.image)#::checked="checked" #(/search.image)# /><label for="image">Images</label> &nbsp;&nbsp;<input type="checkbox" id="image" name="search.image" value="true" #(search.image)#::checked="checked" #(/search.image)# /><label for="image">Images</label>

Loading…
Cancel
Save