Home
last modified time | relevance | path

Searched +full:template +(+path:plugin +path:siteexport) -(+path:plugin +path:siteexport +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/siteexport/
H A Dpreload.php29 } else if (array_key_exists('template', $_REQUEST)) {
44 // define Template baseURL
45 $newTemplate = array_key_exists('template', $tempREQUEST) ? $tempREQUEST['template'] : null;
46 …// Make sure, that the template is set and the basename is equal to the template, alas there are n…
56 if (!defined('SITEEXPORT_TPL')) define('SITEEXPORT_TPL', $tempREQUEST['template']);
72 …EQUEST['base']) ? DOKU_BASE : $tempREQUEST['base']) . 'lib/tpl/' . $tempREQUEST['template'] . '/');
H A DREADME.md14 * a writable <code>/inc/preload.php</code> file for template switching
51 …ng exported with potentially empty folders but having the lib (plugins, template) directories beei…
84 #### Export Template
86 Allows to export the pages with a different template than the default one.
H A Dhelper.php207 …ent(form_makeListboxField('template', $this->__getTemplates(), $conf['template'], $this->getLang('
213 …$form->addElement('Can\'t create preload file in \'inc\' directory. Template switching is not avai…
H A Dscript.js513 …$('form#siteexport #pdfExport:input, form#siteexport select#template').prop('disabled', $(this).pr…
/plugin/siteexport/action/
H A Dstartup.php40 * Check for Template changes
52 $conf['template'] = SITEEXPORT_TPL;
56 * Check for Template changes in JS
126 $template = defined('SITEEXPORT_TPL') ? SITEEXPORT_TPL : $conf['template'];
132 $script['src'] .= '&template=' . $template;
H A Dajax.php487 …lpdesk%3Ade%3Ahds%3Agetting-started&pdfExport=1&renderer=siteexport_siteexportpdf&template=helpdesk
506 // set Template
507 if (!empty($_REQUEST['template'])) {
508 $request['template'] = $_REQUEST['template'];
864 …$DATA[2] .= '.t.' . $this->functions->cleanID($_REQUEST['template']) . '.js'; // allways put param…
865 // set Template
866 if (!empty($_REQUEST['template'])) {
867 $url .= (strstr($url, '?') ? '&' : '?') . 'template=' . $_REQUEST['template'];
1290 $tpl = trim(preg_replace('/[^\w-]+/', '', $_REQUEST['template']));
/plugin/siteexport/inc/
H A Dfunctions.php552 $removeKeys[] = 'template';