Home
last modified time | relevance | path

Searched refs:bookcreator (Results 1 – 11 of 11) sorted by relevance

/plugin/bookcreator/script/
Dnspicker.js35 title: LANG.plugins.bookcreator.namespace_picker,
39 …'<div>' + LANG.plugins.bookcreator.select_namespace + ' <input type="text" class="edit" id="bc__ns…
40 … '<input type="button" value="' + LANG.plugins.bookcreator.select + '" id="bc__nspicker_select">' +
41 … '<input type="button" value="' + LANG.plugins.bookcreator.cancel + '" id="bc__nspicker_cancel">' +
42 …heckbox" value="Recursive" id="bc__nspicker_recursive">' + LANG.plugins.bookcreator.add_subns_too +
310 content = LANG.plugins.bookcreator.added_pages + "\n\n";
320 content += LANG.plugins.bookcreator.no_pages_selected + "\n";
/plugin/bookcreator/
Dscript.js231 …let text = LANG.plugins.bookcreator['btn_' + (this.isCurrentPageSelected ? 'remove' : 'add') + 'to…
268 if(!JSINFO.bookcreator.areToolsVisible) {
273 return JSINFO.bookcreator.showBookbar === 'always'
274 || JSINFO.bookcreator.showBookbar === 'noempty' && this.selectedpages.count() > 0;
367 liopen2 = "' title='" + LANG.plugins.bookcreator.sortable + "'>" +
368 "<a class='action remove' title='" + LANG.plugins.bookcreator['remove'] + "'>" +
370 … "</a><a class='action include' title='" + LANG.plugins.bookcreator['include'] + "'>" +
373 liopen3 = "' title='" + LANG.plugins.bookcreator.showpage + "'>",
544 msg = LANG.plugins.bookcreator.confirmdel;
549 msg = LANG.plugins.bookcreator.confirmload;
[all …]
Dplugin.info.txt1 base bookcreator
7 url https://www.dokuwiki.org/plugin:bookcreator
DREADME.md1 dokuwiki-plugin-bookcreator
DMenuItem.php3 namespace dokuwiki\plugin\bookcreator;
/plugin/bookcreator/_test/
DSyntaxTest.php5 namespace dokuwiki\plugin\bookcreator\test;
/plugin/bookcreator/action/
Dpagetools.php8 use dokuwiki\plugin\bookcreator\MenuItem;
/plugin/odt/
DChangeLog.txt18 * Added/merged support for exporting books to ODT (interface to bookcreator plugin).
/plugin/zwidoku/files/
H A Djs.js1bookcreator.namespace_picker,resizable:false}).html('<div>'+LANG.plugins.bookcreator.select_namesp… property
H A Dcommon.css1bookcreator/images/notebook-outline.svg);background-position:40px 5px;background-repeat:no-repeat;…
/plugin/zwidoku/css/
H A Dstyle.css1923 background-image: url(/dokuwiki/lib/plugins/bookcreator/images/notebook-outline.svg);
2113 background-image: url(/dokuwiki/lib/plugins/bookcreator/../../images/up.png);
2116 background-image: url(/dokuwiki/lib/plugins/bookcreator/../../images/page.png);
2119 background-image: url(/dokuwiki/lib/plugins/bookcreator/../../images/ns.png);