You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.0 KiB
42 lines
1.0 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>YaCy '#[clientname]#': Bookmarks</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
|
#%env/templates/header.template%#
|
|
<br><br>
|
|
<h2>Bookmarks</h2>
|
|
<!-- todo: div layout? -->
|
|
<table border="1" width="100%" height="100%">
|
|
<tr><td colspan="2">
|
|
<h3>Add Bookmark</h3>
|
|
<form action="Bookmarks_p.html" method="GET">
|
|
Url: <input type="text" name="url"><br />
|
|
Title: <input type="text" name="title"><br />
|
|
Tags(comma separated): <input type="text" name="tags"><br />
|
|
<input type="submit" name="add" value="create">
|
|
</form>
|
|
</td></tr>
|
|
<tr height="100%">
|
|
<td width="100%">
|
|
#{bookmarks}#
|
|
<a href="#[link]#">#[title]#</a><br />
|
|
Tagged with #[tags]#
|
|
<p />
|
|
#{/bookmarks}#
|
|
|
|
</td>
|
|
<td>
|
|
#{tags}#
|
|
<a href="Bookmarks_p.html?tag=#[name]#">#[name]#</a><br />
|
|
#{/tags}#
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|