/template/myown/ |
H A D | tpl_functions.php | 19 global $conf, $ID, $REV, $INFO; 25 $pos = strrpos($ID, ":"); 28 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 36 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 53 global $INFO,$ID,$lang; 96 $pos = strrpos($ID, ":"); 113 $path = substr($ID, 0, strpos($ID, $namespacechar)); 117 $path = $ID; 154 if ( false != strpos($ID, ":") ) 156 $path = substr($ID, 0, strpos($ID, ":")); [all …]
|
/template/simpleclean/ |
H A D | tpl_functions.php | 19 global $conf, $ID, $REV, $INFO; 25 $pos = strrpos($ID, ":"); 28 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 36 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 53 global $INFO,$ID,$lang; 96 $pos = strrpos($ID, ":"); 113 $path = substr($ID, 0, strpos($ID, $namespacechar)); 117 $path = $ID; 154 if ( false != strpos($ID, ":") ) 156 $path = substr($ID, 0, strpos($ID, ":")); [all …]
|
/template/darkclean/ |
H A D | tpl_functions.php | 19 global $conf, $ID, $REV, $INFO; 25 $pos = strrpos($ID, ":"); 28 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 36 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 53 global $INFO,$ID,$lang; 96 $pos = strrpos($ID, ":"); 113 $path = substr($ID, 0, strpos($ID, $namespacechar)); 117 $path = $ID; 154 if ( false != strpos($ID, ":") ) 156 $path = substr($ID, 0, strpos($ID, ":")); [all …]
|
/template/mmclean/ |
H A D | tpl_functions.php | 19 global $conf, $ID, $REV, $INFO; 34 global $INFO,$ID,$lang; 43 if(file_exists(wikiFN($ID))) { 74 global $conf, $ID, $REV, $INFO, $lang; 83 if ( false != strpos($ID, ":") ) 85 $path = substr($ID, 0, strpos($ID, ":")); 89 $path = $ID; 111 global $conf, $ID, $REV, $INFO, $ACT; 124 if ( false != strpos($ID, ":") ) 126 $path = substr($ID, 0, strpos($ID, ":")); [all …]
|
/template/minima/ |
H A D | functions.php | 38 global $ID, $REV, $ACT, $conf; 41 $saveID = $ID; 51 $ID = $sidebar; 53 echo p_wiki_xhtml($ID, $REV, false); 61 $ID = $fileSidebar; 63 echo p_wiki_xhtml($ID, $REV, false); 78 $ID = $saveID; 127 global $ID; 133 $ns = getNS($ID); 164 if ($id == $ID) [all …]
|
/template/spacedok/ |
H A D | functions.php | 38 global $ID, $REV, $ACT, $conf; 41 $saveID = $ID; 51 $ID = $sidebar; 53 echo p_wiki_xhtml($ID, $REV, false); 61 $ID = $fileSidebar; 63 echo p_wiki_xhtml($ID, $REV, false); 78 $ID = $saveID; 127 global $ID; 133 $ns = getNS($ID); 164 if ($id == $ID) [all …]
|
/template/amanuensis/inc/ |
H A D | functionmods.php | 40 global $ID; 48 print '<input type="hidden" name="id" value="'.$ID.'"/>'; 83 global $ID; 96 tpl_link(wl($ID,'do=edit&rev='.$REV), 100 tpl_link(wl($ID,'do=edit&rev='.$REV), 110 tpl_link(wl($ID,'do=show'), 125 tpl_link(wl($ID,'do=backlink'),$pre.$lang['btn_back'].$suf,'class="action" accesskey="b"'); 130 tpl_link(wl($ID,'do=logout'),$pre.$lang['btn_logout'].$suf,'class="action"'); 132 tpl_link(wl($ID,'do=login'),$pre.$lang['btn_login'].$suf,'class="action"'); 138 tpl_link(wl($ID,'do=admin'),$pre.$lang['btn_admin'].$suf,'class="action"'); [all …]
|
/template/scanlines/ |
H A D | main.php | 162 …<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"')?… 193 …<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"')?… 234 …<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"')?… 269 …<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"')?… 306 …<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"')?…
|
/template/r7throot1/ |
H A D | functions.php | 32 global $ID, $REV, $conf; 35 $saveID = $ID; 39 $fileSidebar = getSidebarFN(getNS($ID), tpl_getConf('sidebar_page')); 43 $ID = $fileSidebar; 45 print p_wiki_xhtml($ID,$REV,false); 52 $ID = $saveID; 86 global $ID; 89 $ns = getNS($ID); 97 resolve_pageid(getNS($ID), $id, $exists); 107 if ($id == $ID) $out .= '<span class="activetab">'.$title.'</span> ';
|
/template/kajukkk/ |
H A D | main.php | 37 if (p_get_metadata($ID,"adult")) $noadsense=true; 46 …<title><?php echo (p_get_first_heading($ID))?p_get_first_heading($ID):strrchr(':'.$INFO['id'],":")… 51 …<meta name="description" content="<?php $_desc=p_get_metadata($ID,"description"); if ($_desc !=nul… 141 <?php if ((auth_quickaclcheck($ID) >= AUTH_EDIT)&&($ACT=="show")): ?> 153 <h1>"<?php echo noNS($ID); ?>"에 대한 검색 결과</h1> 193 $_title= p_get_metadata($ID,"title"); 194 $_tags=@implode(' #',p_get_metadata($ID, 'subject', METADATA_DONT_RENDER)); 228 …if (!plugin_isdisabled("shorturl") && (auth_quickaclcheck($ID) >= AUTH_READ) && ($INFO['exists'])): 231 print $shorturl->shorturlPrintLink($ID); 240 <?php echo tpl_pagesize($ID) ?> [all …]
|
/template/lilas/ |
H A D | sidebar.php | 10 global $ID; 66 if($dataList[$i]["id"] == $ID){ 77 if($dataList[$i]["id"] == $ID){ 105 global $ID; 110 $folder = getNS($ID); 115 $ns = cleanID($ID); 117 $ns = dirname(str_replace(':','/',$ID)); 132 global $ID; 134 if(in_array($_REQUEST["do"], $except) || auth_quickaclcheck($ID) < 1) return false; 138 $content = p_wiki_xhtml($ID);
|
/template/battlehorse/ |
H A D | tplfn_sidebar.php | 39 global $ID, $REV, $conf; 42 $saveID = $ID; 49 $fileSidebar = getSidebarFN(getNS($ID), $conf['sidebar']['page']); 54 $ID = $fileSidebar; 56 print p_wiki_xhtml($ID,$REV,false); 64 $ID = $saveID; 83 global $ID; 84 $id = $ID;
|
/template/roundbox/ |
H A D | sidebar.php | 47 global $ID, $conf, $lang; 54 $fileSidebar = getSidebarFN(getNS($ID), 'sidebar'); 84 global $ID, $REV, $ACT, $conf; 87 $saveID = $ID; 93 $fileSidebar = getSidebarFN(getNS($ID), 'sidebar'); 99 $ID = 'sidebar'; 112 $ID = $fileSidebar; 128 $ID = $saveID;
|
/template/mmkanso/ |
H A D | tpl_functions.php | 22 global $INFO,$ID,$lang,$REV; 45 global $INFO,$ID,$lang,$REV; 70 global $INFO, $ID, $conf; 86 if ( false != strpos($ID, ":") ) 88 $path = substr($ID, 0, strpos($ID, ":")); 92 $path = $ID;
|
/template/dokubook2/ |
H A D | tpl_functions.php | 56 global $ID; 59 $svID = cleanID($ID); 147 global $ID; 163 if (ereg('^talk:', $ID)) 164 …tpl_link(wl(ereg_replace('^talk:','',$ID)),$pre.$lang['btn_article'].$suf,'class="action article" … 166 …tpl_link(wl($ID),$pre.$lang['btn_article'].$suf,'class="action article" accesskey="v" rel="nofollo… 169 if (ereg('^talk:', $ID)) { 170 …tpl_link(wl($ID),$pre.$lang['btn_discussion'].$suf,'class="action discussion" style="margin-right:… 172 …tpl_link(wl('talk:'.$ID),$pre.$lang['btn_discussion'].$suf,'class="action" style="margin-right:40p…
|
/template/a_new_day/ |
H A D | tplfn_sidebar.php | 40 global $ID, $REV, $conf; 43 $saveID = $ID; 50 $fileSidebar = getSidebarFN(getNS($ID), $conf['sidebar']['page']); 55 $ID = $fileSidebar; 57 $sidebar = p_wiki_xhtml($ID,$REV,false); 83 $ID = $saveID; 103 global $ID; 104 $id = $ID;
|
/template/dokukit/ |
H A D | tpl_functions.php | 23 global $ID; 30 $ns_sb = _getNsSb($ID); 43 echo ' ', p_index_xhtml($ID), DOKU_LF; 67 global $ID; 73 …if($ID != $conf['start'] && $ID != $conf['lang'].':'.$conf['start'] || !tpl_getConf('showboxes'))… 77 $ns_sb = _getNsSb($ID, $pname); 143 global $ID; 199 global $ID; 220 global $ID; 223 if (!auth_quickaclcheck($ID)) { return; }
|
/template/sidebar/ |
H A D | tplfn_sidebar.php | 36 global $ID, $conf, $lang; 42 $fileSidebar = getSidebarFN(getNS($ID), tpl_getConf('page')); 62 global $ID, $REV, $ACT, $conf; 65 $saveID = $ID; 73 $fileSidebar = getSidebarFN(getNS($ID), tpl_getConf('page')); 78 $ID = $fileSidebar; 95 $ID = $saveID;
|
/template/mmzire/ |
H A D | tpl_functions.php | 20 global $INFO,$ID,$lang; 30 if(file_exists(wikiFN($ID))) { 31 …echo '<a href="?id='.$ID.'&do=edit" class="interwiki" title="'.$lang['btn_edit'].'">'.$lang['b… 33 …echo '<a href="?id='.$ID.'&do=edit" class="interwiki" title="'.$lang['btn_create'].'">'.$lang[… 39 …echo '<a href="?id='.$ID.'&do=edit" class="interwiki" title="'.$lang['btn_source'].'">'.$lang[… 68 global $conf, $ID, $REV, $INFO;
|
/template/zero/ |
H A D | main.php | 54 …[[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"'… 92 if (getNS($ID)) $pmenu = ":".getNS($ID).":menuL"; 128 if (getNS($ID)) $pmenu = ":".getNS($ID).":menuR";
|
/template/dokubook/ |
H A D | tpl_functions.php | 19 global $ID; 83 global $ID; 86 $svID = cleanID($ID); 139 $ID = $svID; 148 global $ID; 150 $svID = $ID; 171 $ID = $svID; 203 global $ID; 208 $ns = dirname(str_replace(':','/',$ID));
|
/template/writers/ |
H A D | tpl_functions.php | 20 global $ID; 22 $discussPage = str_replace('@ID@',$ID,$discussionPage); 24 $isDiscussPage = strpos($ID,$discussPageRaw)!==false; 25 $backID = str_replace($discussPageRaw,'',$ID); 74 global $ID; 82 tpl_link(wl($ID,'do=register'),$lang_register,'class="action register" rel="nofollow"'); 84 echo html_btn('register',$ID,'',array('do'=>'register'),'get',0,$lang_register);
|
/template/lisps/ |
H A D | main.php | 18 global $ID; 22 $id_save = $ID; 24 $ID = $pageid; 30 $ID = $id_save; 60 $ID); 113 <div class="pageId"><span><?php echo hsc($ID) ?></span></div> 125 …<?php echo '<a class="mainpermalink" href="' . DOKU_BASE . "doku.php?id=" . $ID.'&rev='.($INFO['re…
|
/template/ad-hominem/ |
H A D | my_template.php | 26 global $ID; 49 $meta = p_get_metadata($ID); 51 $head['meta'][] = array('property' => 'og:title', 'content' => tpl_pagetitle($ID, true)); 54 $head['meta'][] = array('property' => 'og:url', 'content' => wl($ID, '', true, '&')); 82 'rel' => 'contents', 'href'=> wl($ID, 'do=index', false, '&'), 117 'href' => wl($ID, 'do=edit', false, '&') 132 'href'=> exportlink($ID, 'xhtml', '', false, '&') 139 'href'=> exportlink($ID, 'raw', '', false, '&') 148 if((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID) ) { 153 $canonicalUrl = wl($ID, '', tru [all...] |
/template/r7throot3/ |
H A D | tpl_functions.php | 22 global $conf, $ID, $REV, $INFO; 32 global $conf, $ID, $REV, $INFO, $lang; 34 $svID = $ID; 37 $nom = $ID.'_'.$conf['sidebar-theme']['sidebar_pagename']; 57 $ID = $svID;
|