Searched refs:page_id (Results 1 – 3 of 3) sorted by relevance
/template/bootstrap3/js/plugins/ |
H A D | semantic.js | 30 page_id = $wikilink.attr('title'); 37 if (!page_id) return false; 38 if (page_id == JSINFO.id) return false; // Self 43 id: page_id, 51 + ' <a class="btn btn-xs btn-primary" href="' + $wikilink.attr('href') + '">' + page_id + '</a>' 58 title: page_id, 63 $wikilink.attr('title', page_id); 70 // { call: 'plugin_semantic', id: page_id }, 77 // $wikilink.data('original-title', page_id); 97 // $wikilink.attr('title', page_id); [all...] |
/template/congrid/ |
H A D | tpl_functions.php | 349 * @param boolean $page_id Render the page ID section 353 function tpl_generate_content($page_id=true, $doc_info=true, $toc=true) { argument 358 if ($page_id == true) {
|
/template/bootstrap3/ |
H A D | Template.php | 826 $page_id = str_replace('{NAME}', $_SERVER['REMOTE_USER'], $interwiki['user']); 828 return cleanID($page_id);
|