Searched refs:npd (Results 1 – 9 of 9) sorted by relevance
| /plugin/new_page_dialog/ |
| D | style.css | 1 div.npd div.page { 8 div.npd form { 11 div.npd input.text { 17 div.npd input.button { 23 div.npd input.default { 26 div.npd { 30 body.npd { 35 div.npd .li { 40 div.npd li { 42 div.npd a.wikilink1 { [all …]
|
| D | README.mdown | 3 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
|
| D | plugin.info.txt | 1 base npd
|
| /plugin/npd/ |
| D | style.css | 1 div.npd div.page { 8 div.npd form { 11 div.npd input.text { 17 div.npd input.button { 23 div.npd input.default { 26 div.npd { 30 body.npd { 35 div.npd .li { 40 div.npd li { 42 div.npd a.wikilink1 { [all …]
|
| D | README.mdown | 10 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…
|
| D | plugin.info.txt | 1 base npd 7 url http://www.dokuwiki.org/plugin:npd
|
| /plugin/new_page_dialog/tpl/ |
| D | main.php | 18 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/ |
| D | main.php | 18 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/ |
| D | action.php | 202 if(!plugin_isdisabled('npd') && ($npd =& plugin_load('helper', 'npd'))) { 203 $npb = $npd->html_new_page_button(true);
|