<%inherit file="base.html"/> <%block name="lo_head_title"> <% site_name = config['SITEINFO']['site_name'] if site_name: bookshelf_title = _("Bookshelf") + ' - ' + site_name else: bookshelf_title = _("Bookshelf") + ' - ' + _("LoNote") %> ${bookshelf_title | h} <%block name="lo_head_stylesheet"> <%block name="lo_nav_header"> <% if 'e' in a_type: text = _('Drag & drop to move following papers') else: text = _('Without full access permission, you cannot move following papers') %> ${_("Bookshelf") | h} <%namespace file="element.html" import="*"/> <%block name="lo_nav_tools">
${btn_search()} ${btn_configure_start()}
<%block name="lo_data"> ${modal_search()} ${modal_configure_start()} <%namespace file="data-bookshelf.html" import="*"/> <%block name="lo_article_content">${editnav_all(bs)} <%block name="append_script">