mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-04-18 18:18:49 -04:00
the file server contains a patch that temporary matches all xml paths to api, that means all interfaces still work. Please adopt all your interfaces to the new path. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5497 6c8d7289-2bf4-0310-a012-ef5d649a1542
28 lines
761 B
JSON
28 lines
761 B
JSON
#(display)#
|
|
{
|
|
page: #[page]#,
|
|
total: #[total]#,
|
|
posts: [
|
|
#{bookmarks}#
|
|
{bookmark:["#[hash]#",#(public)#"public"::"private"#(/public)#,"#[title]#","#[link]#","#[tags]#","#[folders]#","#[date]#"]}#[comma]#
|
|
#{/bookmarks}#
|
|
]
|
|
}
|
|
::
|
|
{
|
|
page: #[page]#,
|
|
total: #[total]#,
|
|
rows: [
|
|
#{bookmarks}#
|
|
{id:"#[id]#",cell:[
|
|
"#[hash]#",
|
|
#(public)#"<img src='img-2/world2.png' alt='public' title='public bookmark'/>"::"<img src='img-2/lock.png' alt='private' title='private bookmark'/>"#(/public)#,
|
|
"<h3 class='linktitle'>#[title-html]#</h3><p class='desc'>#[desc-html]#</p><p class='url'><a href='#[link]#'>#[link]#</a>",
|
|
"<p class='tags'>#[tags-html]#</p>",
|
|
"<p class='folders'>#[folders-html]#</p>",
|
|
"<p class='date'>#[rfc822date]#</p>"]}#[comma]#
|
|
#{/bookmarks}#
|
|
]
|
|
}
|
|
#(/display)#
|