yacy_search_server/htroot/Bookmarks_p.html
allo d5aaaf500f bookmarksDB:
lowercase Tags; if you create a Tag with Uppercase chars, friendlyName will be set.
So The Tag is displayed Uppercase, but stored Lowercase.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1328 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-13 15:10:24 +00:00

61 lines
1.9 KiB
HTML

<!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%#
<script src="/js/ajax.js"></script>
<script src="/js/Bookmarks.js"></script>
</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">
#(edit)#<h3>Add Bookmark</h3>::<h3>Edit Bookmark</h3>#(/edit)#
<form action="Bookmarks_p.html" method="GET">
Url: <input type="text" name="url" value="#[url]#" onblur="loadTitle()"><br />
Title: <input type="text" name="title" value="#[title]#"><br />
Description: <input type="text" name="description" value="#[description]#"><br />
Tags (comma separated): <input type="text" name="tags" value="#[tags]#"><br />
Public: <select name="public">
<option value="public" #(public)#::selected#(/public)#>yes</option>
<option value="private" #(public)#selected::#(/public)#>no</option>
</select>
#(edit)#
<input type="submit" name="add" value="create">
::
<input type="submit" name="add" value="edit">
#(/edit)#
</form>
</td></tr>
<tr height="100%">
<td width="100%">
#{bookmarks}#
<a href="#[link]#" target="_blank">#[title]#</a><br />
#[description]#<br />
Tagged with <span class="bookmarkTags">#[tags]#</span>. <br />
<a href="Bookmarks_p.html?edit=#[hash]#">Edit</a> /
<a href="Bookmarks_p.html?delete=#[hash]#">Delete</a>
<p />
#{/bookmarks}#
<p />
#(next-page)#
::<a href="Bookmarks_p.html?tag=#[tag]#&start=#[start]#">next page</a>
#(/next-page)#
&nbsp;
</td>
<td valign="top">
<a href="Bookmarks_p.html">All</a><br />
#{taglist}#
<a href="Bookmarks_p.html?tag=#[tag]#">#[name]#</a><br />
#{/taglist}#
&nbsp;
</td>
</tr>
</table>
#%env/templates/footer.template%#
</body>
</html>