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.
34 lines
1.1 KiB
34 lines
1.1 KiB
{
|
|
"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)#,
|
|
#(crawlstart)#
|
|
""
|
|
::
|
|
"<img src='/yacy/ui/img-2/accept.png' alt='#[info]#' title='#[info]#'/>"
|
|
::
|
|
"<img src='/yacy/ui/img-2/calendar.png' alt='#[info]#' title='#[info]#'/>"
|
|
::
|
|
"<img src='/yacy/ui/img/crawl.png' alt='#[info]#' title='#[info]#'/>"
|
|
#(/crawlstart)#,
|
|
"<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>",
|
|
"<p class='apicall_pk'>#[apicall_pk]#</p>",
|
|
"<p class='date'>#[date_recording]#</p>",
|
|
"<p class='date'>#[date_next_exec]#</p>",
|
|
"<p class='date'>#[date_last_exec]#</p>"
|
|
]}#[comma]#
|
|
#{/json}#
|
|
]
|
|
} |