]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/export.bookmarks.html
Cleanup: explicitely loop over PHP variables in templates
[github/shaarli/Shaarli.git] / tpl / export.bookmarks.html
1 <!DOCTYPE NETSCAPE-Bookmark-file-1>
2 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
3 <!-- This is an automatically generated file.
4 It will be read and overwritten.
5 Do Not Edit! -->{ignore}The RainTPL loop is formatted to avoid generating extra newlines{/ignore}
6 <TITLE>{$pagetitle}</TITLE>
7 <H1>Shaarli export of {$selection} bookmarks on {$date}</H1>
8 <DL><p>{loop="$links"}
9 <DT><A HREF="{$value.url}" ADD_DATE="{$value.timestamp}" PRIVATE="{$value.private}" TAGS="{$value.taglist}">{$value.title}</A>{if="$value.description"}{$eol}<DD>{$value.description}{/if}{/loop}
10 </DL><p>