/plugin/podcast/blogtng-tpl/ |
H A D | list.php | 18 $entry->tpl_link(); 22 $entry->tpl_link(); 57 …<a href="<?php $entry->tpl_link(); ?>" class="wikilink1 blogtng_permalink" title="<?php echo hsc($…
|
H A D | entry.php | 32 $entry->tpl_link(); 36 $entry->tpl_link();
|
H A D | recentcomments.php | 2 …<a href="<?php $entry->tpl_link($comment->tpl_cid())?>" class="wikilink1"><?php $entry->tpl_title(…
|
/plugin/blogtng/tpl/default/ |
H A D | list.php | 20 <a href="<?php $entry->tpl_link()?>" class="wikilink1 blogtng_permalink"><?php echo $this->getLang(… 26 …<a href="<?php $entry->tpl_link('the__comments')?>" class="wikilink1 blogtng_commentlink"><?php $e…
|
H A D | tagsearch.php | 16 …<a href="<?php $entry->tpl_link()?>" class="wikilink1 blogtng_permalink"><?php $entry->tpl_title()…
|
H A D | recentcomments.php | 14 …<a href="<?php $entry->tpl_link('comment_'.$comment->getCid())?>" class="wikilink1"><?php $entry->…
|
/plugin/tabinclude/ |
H A D | helper.php | 122 $tabs[] = array('error'=>tpl_link(wl($page),$page,'',true).' - '.$this->getLang('error_notfound'));
162 $pagelink = tpl_link(wl($tabs[$init_page_idx]['page']),$goto,'',true);
199 $html.=tpl_link(wl($ID,'tabpage_idx='.$i.'#dokuwiki__content'),$tabs[$i]['title'],'class="'.$selected_class.'"',true);
212 $pagelink = tpl_link(wl($tabs[$init_page_idx]['page']),$goto,'',true);
265 $pagelink = tpl_link(wl($tabs[$i]['page']),$goto,'',true);
|
H A D | ajax.php | 38 $pagelink = tpl_link(wl($link),$goto,'',true);
|
/plugin/nsexport/action/ |
H A D | export.php | 83 public function tpl_link($return = false) { function in action_plugin_nsexport_export 86 return tpl_link(wl($ID, array('do' => 'nsexport')), $caption,
|
/plugin/tipoftheday/syntax/ |
H A D | totd.php | 83 …$renderer->doc .= tpl_link(wl($ID, array('totd' => $sections[$prev])), "<", 'title="previous" o… 84 …$renderer->doc .= tpl_link(wl($ID, array('totd' => $sections[$next])), ">", 'title="next" oncli…
|
/plugin/siteexport/action/ |
H A D | startup.php | 101 …$event->data['items'][] = '<li>' . tpl_link(wl($ID, array('do' => 'siteexport_addpage')), '<span>E… 111 …$event->data['items'][] = '<li>' . tpl_link('', '<span>Copy Map-ID: <span class="mapID" data-done=…
|
/plugin/vbsso/ |
H A D | action.php | 165 …$form->addElement('<p>' . $this->getLang('reghere') . ': ' . tpl_link(sharedapi_url_add_destinatio… 171 …$form->addElement('<p>' . $this->getLang('pwdforget') . ': ' . tpl_link(sharedapi_url_add_destinat…
|
/plugin/eclipseupdateurl/ |
H A D | syntax.php | 106 …$renderer->doc .= $this->tpl_link($ITEM['url'] . 'plugins/' . $PLUGIN['id'] . '_' . $PLUGIN['vers… 146 …$renderer->doc .= $this->tpl_link($ITEM['url'] . 'plugins/' . $PLUGIN['id'] . '_' . $PLUGIN['vers… 162 function tpl_link($url,$name,$more=''){ function in syntax_plugin_eclipseupdateurl
|
/plugin/html2pdf/snorriheim/ |
H A D | main.php | 73 <?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" accesskey="h" title="[ALT+H]"')?>
|
/plugin/rplus/ |
H A D | renderer.php | 281 …$htmlOutput .= tpl_link(wl($page), '<span class="nicon_home" aria-hidden="true"></span>', 'title="… 309 …$htmlOutput .= tpl_link(wl($page), $linkContent, 'title="' . $pageTitle . '" class="navlink"', $re…
|
/plugin/geonav/tpl/startermap/ |
H A D | main.php | 48 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
|
/plugin/minimap/ |
H A D | syntax.php | 252 $miniMapList .= tpl_link( 285 $panelHeaderContent = tpl_link(
|
/plugin/tagsections/syntax/ |
H A D | tag.php | 112 $link = tpl_link($format, $name, 'rel="tag" title="'.$entry.'"', true);
|
/plugin/editions/ |
H A D | action.php | 115 …$editionLinks .= '<li>'.tpl_link($eLink,ucfirst($edition),'class="'.$edition.'" title="'.$editionL…
|
/plugin/combo/ComboStrap/Tag/ |
H A D | RelatedTag.php | 94 tpl_link(
|
/plugin/404manager/ |
H A D | action.php | 591 tpl_link( 603 tpl_link(
|
H A D | admin.php | 288 …tpl_link(wl($sourcePageId), $this->truncateString($sourcePageId, 30), 'title="' . $sourcePageId . … 291 …tpl_link(wl($targetPageId), $this->truncateString($targetPageId, 30), 'title="' . hsc($title) . ' …
|
/plugin/webcomponent/syntax/ |
H A D | related.php | 182 tpl_link(
|
/plugin/combo/action/ |
H A D | routermessage.php | 224 tpl_link(
|
/plugin/translator/syntax/ |
H A D | translator.php | 255 …if ( auth_ismanager() && !empty($line['TranslationValue']) ) $form->addElement("(" . tpl_link(wl($… 296 …s->getLang('Permalink')}:</div><div style='width:200px;float:right'>" . tpl_link(wl($ID, array('Ca…
|