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.
28 lines
761 B
28 lines
761 B
#(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)#
|