2011-08-24 16:36:03 +04:00
< input type = " hidden " id = " bookmarkFilterTag " value = " <?php if(isset( $_GET['tag'] )) echo htmlentities( $_GET['tag'] ); ?> " />
2011-08-16 00:05:07 +04:00
< h2 class = " bookmarks_headline " >< ? php echo isset ( $_GET [ " tag " ]) ? 'Bookmarks with tag: ' . urldecode ( $_GET [ " tag " ]) : 'All bookmarks' ; ?> </h2>
< div class = " bookmarks_menu " >
2011-08-25 14:15:03 +04:00
< input type = " button " class = " bookmarks_addBtn " value = " Add Bookmark " />& nbsp ;
2011-09-09 22:51:53 +04:00
< a class = " bookmarks_addBml " href = " javascript:var url = encodeURIComponent(location.href);window.open('<?php echo OC_Helper::linkTo('bookmarks', 'addBm.php', null, true); ?>?url='+url, 'owncloud-bookmarks'); " title = " Drag this to your browser bookmarks and click it, when you want to bookmark a webpage. " > Add page to ownCloud </ a >
2011-08-16 00:05:07 +04:00
</ div >
< div class = " bookmarks_add " >
2011-08-16 14:45:44 +04:00
< p >< label class = " bookmarks_label " > Address </ label >< input type = " text " id = " bookmark_add_url " class = " bookmarks_input " /></ p >
2011-09-06 16:43:03 +04:00
< p >< label class = " bookmarks_label " > Title </ label >< input type = " text " id = " bookmark_add_title " class = " bookmarks_input " />
< img class = " loading_meta " src = " <?php echo OC_Helper::imagePath('core', 'loading.gif'); ?> " /></ p >
< p >< label class = " bookmarks_label " > Description </ label >< input type = " text " id = " bookmark_add_description " class = " bookmarks_input " />
< img class = " loading_meta " src = " <?php echo OC_Helper::imagePath('core', 'loading.gif'); ?> " /></ p >
2011-08-16 14:45:44 +04:00
< p >< label class = " bookmarks_label " > Tags </ label >< input type = " text " id = " bookmark_add_tags " class = " bookmarks_input " /></ p >
2011-08-19 15:48:08 +04:00
< p >< label class = " bookmarks_label " > </ label >< label class = " bookmarks_hint " > Hint : Use space to separate tags .</ label ></ p >
2011-08-16 00:05:07 +04:00
< p >< label class = " bookmarks_label " ></ label >< input type = " submit " id = " bookmark_add_submit " /></ p >
</ div >
2011-08-25 14:55:13 +04:00
< div class = " bookmarks_sorting pager " >
< ul >
< li class = " bookmarks_sorting_recent " > Recent Bookmarks </ li >
< li class = " bookmarks_sorting_clicks " > Most clicks </ li >
</ ul >
</ div >
< div class = " clear " ></ div >
2011-08-16 00:05:07 +04:00
< div class = " bookmarks_list " >
< noscript >
JavaScript is needed to display your Bookmarks
</ noscript >
You have no bookmarks
2011-08-16 14:45:44 +04:00
</ div >