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.
18 lines
650 B
18 lines
650 B
{
|
|
"page" : #[page]#,
|
|
"total": #[total]#,
|
|
"rows" : [
|
|
#{json}#
|
|
{"id":"#[id]#","cell":[
|
|
"#[hash]#",
|
|
#(public)#"<img src='/yacy/ui/img-2/world2.png' alt='true' title='public bookmark'/>"::"<img src='/yacy/ui/img-2/lock.png' alt='false' title='private bookmark'/>"#(/public)#,
|
|
"<h3 class='linktitle'>#[title]#</h3><p class='desc'>#[desc]#</p><p class='url'><a href='#[url]#'>#[url]#</a>",
|
|
"<p class='tags'>#[tags]#</p>",
|
|
"<p class='folders'><img src='/yacy/ui/img/treeview/folder-closed.gif' />#[folders]#</p>",
|
|
"<p class='date'>#[date_added]#</p>",
|
|
"<p class='date'>#[date_modified]#</p>",
|
|
"<p class='date'>#[date_visited]#</p>"
|
|
]}#[comma]#
|
|
#{/json}#
|
|
]
|
|
} |