Home
last modified time | relevance | path

Searched refs:npd (Results 1 – 9 of 9) sorted by relevance

/plugin/new_page_dialog/
H A Dstyle.css1 div.npd div.page {
8 div.npd form {
11 div.npd input.text {
26 div.npd {
30 body.npd {
35 div.npd .li {
40 div.npd li {
67 div.npd li.new,
75 div.npd li.new,
85 div.npd ul {
[all …]
H A DREADME.mdown3 All documentation for the **npd plugin** can be found on the
4 [npd plugin page on dokuwiki.org](http://www.dokuwiki.org/plugin:new_page_dialog)
7 `lib/plugins/npd/` - if the folder is called different it
H A Dplugin.info.txt1 base npd
/plugin/npd/
H A Dstyle.css1 div.npd div.page {
8 div.npd form {
11 div.npd input.text {
26 div.npd {
30 body.npd {
35 div.npd .li {
40 div.npd li {
67 div.npd li.new,
75 div.npd li.new,
85 div.npd ul {
[all …]
H A DREADME.mdown10 http://www.dokuwiki.org/plugin:npd.
13 `lib/plugins/npd/` - if the folder is called different it
29 if (!plugin_isdisabled('npd') && ($npd =& plugin_load('helper', 'npd'))) {
30 $npd->html_new_page_button();
38 …<?php if (!plugin_isdisabled('npd') && ($npd =& plugin_load('helper', 'npd'))) $npd->html_new_page…
H A Dplugin.info.txt1 base npd
7 url http://www.dokuwiki.org/plugin:npd
/plugin/new_page_dialog/tpl/
H A Dmain.php18 if (plugin_isdisabled('npd') || !($npd =& plugin_load('helper', 'npd'))) { variable
101 …var answer = confirm('<?php echo htmlspecialchars($npd->getLang("dlg_confirm_page_name")); ?>'+pag…
110 …ae_prompt(npd_new_folder_cb, "<?php echo str_replace(array("\n", "\r"), " ", $npd->locale_xhtml('d…
168 …ae_prompt(edit_folder_name_cb, "<?php echo htmlspecialchars($npd->getLang('dlg_new_folder')); ?>",…
364 <br><div><input type="button" id="aep_ok" onclick="ae_clk(1);" value="<?php echo addcslashes($npd->…
385 value="<?php echo addcslashes($npd->getLang('msc_page_title'), '"'); ?>"
389 …<input type="button" id="npd_save" class="text" value="<?php echo addcslashes($npd->getLang('btn_c…
391 …<input type="button" id="npd_new_folder" class="button" value="<?php echo addcslashes($npd->getLan…
/plugin/npd/tpl/
H A Dmain.php18 if (plugin_isdisabled('npd') || !($npd =& plugin_load('helper', 'npd'))) { variable
109 …ae_prompt(npd_new_folder_cb, "<?php echo str_replace(array("\n", "\r"), " ", $npd->locale_xhtml('d…
167 …ae_prompt(edit_folder_name_cb, "<?php echo htmlspecialchars($npd->getLang('dlg_new_folder')); ?>",…
370 <br><div><input type="button" id="aep_ok" onclick="ae_clk(1);" value="<?php echo addcslashes($npd->…
391 value="<?php echo addcslashes($npd->getLang('msc_page_title'), '"'); ?>"
395 …<input type="button" id="npd_save" class="text" value="<?php echo addcslashes($npd->getLang('btn_c…
397 …<input type="button" id="npd_new_folder" class="button" value="<?php echo addcslashes($npd->getLan…
/plugin/sidebarng/
H A Daction.php202 if(!plugin_isdisabled('npd') && ($npd =& plugin_load('helper', 'npd'))) {
203 $npb = $npd->html_new_page_button(true);