Lines Matching full:php

3 <?php
23 @require_once(dirname(__FILE__).'/tplfn_sidebar.php');
25 include(DOKU_TPLINC.'tpl_functions.php');
26 include(DOKU_TPLINC.'tpl_actions.php');
29 @require_once(dirname(__FILE__).'/lang/'.tpl_translation($conf['lang']).'/settings.php');
32 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
33 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
37 <?php tpl_pagetitle()?>
38 [<?php echo strip_tags($conf['title'])?>]
41 <?php tpl_metaheaders()?>
43 <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
45 <?php /*old includehook*/ @include(dirname(__FILE__).'/meta.html')?>
47 <script src="<?php echo DOKU_TPL ?>js/prototype.js" type="text/javascript"></script>
48 <script src="<?php echo DOKU_TPL ?>js/scriptaculous.js" type="text/javascript"></script>
52 <?php /*old includehook*/ @include(dirname(__FILE__).'/topheader.html')?>
54 <?php html_msgarea()?>
60 [[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true))?>]]
63 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
70 <?php tpl_topbar() ?>
74 <?php /*old includehook*/ @include(dirname(__FILE__).'/header.html')?>
76 <?php if($conf['breadcrumbs']){?>
79 <?php tpl_breadcrumbs()?>
82 <?php tpl_searchform() ?>
84 <?php //tpl_youarehere() //(some people prefer this)?>
86 <?php }?>
88 <?php if($conf['youarehere']){?>
91 <?php tpl_youarehere() ?>
96 <?php }?>
99 <?php flush()?>
101 <?php /*old includehook*/ @include(dirname(__FILE__).'/pageheader.html')?>
104 <?php if (tpl_getConf('btl_sidebar_position') == "right") { ?>
108 <?php tpl_content()?>
112 <?php } ?>
114 <?php if (tpl_getConf('btl_sidebar_position') == "right") { ?>
116 <?php } else { ?>
118 <?php } ?>
120 <?php if (tpl_getConf('btl_sidebar_independent') == 1) { ?>
133 <?php tpl_sidebar() ?>
146 <?php } ?>
154 <?php if (tpl_getConf('btl_sidebar_independent') == 0) {
160 <?php tpl_sidebar() ?>
165 <?php } ?>
167 <?php if (tpl_getConf('btl_hide_page_actions') == 0) { ?>
169 …<?php if (tpl_getConf('btl_action_palette') && (is_action_enabled('history') || is_action_enabled(…
170 …<div class="userbarstrip" onclick="Effect.toggle('pageActionTableId','slide')"><?php echo $lang['b…
171 <?php } ?>
172 <div id="pageActionTableId" <?php action_group_status('page'); ?> ><div>
175 <?php if (is_action_enabled('history')) { ?>
176 <div class="smallpadding"><?php tpl_actionlink('history')?></div></td></tr><tr><td>
177 <?php } ?>
178 <?php if (is_action_enabled('backlink')) { ?>
179 <div class="smallpadding"><?php tpl_actionlink('backlink')?></div></td></tr><tr><td>
180 <?php } ?>
181 <?php if (is_action_enabled('edit')) { ?>
182 <div class="smallpadding"><?php tpl_actionlink('edit')?></div></td></tr><tr><td>
183 <?php } ?>
186 <?php } ?>
187 <?php if (tpl_getConf('btl_hide_wiki_actions') == 0) { ?>
189 …<?php if (tpl_getConf('btl_action_palette') && (is_action_enabled('index') || is_action_enabled('r…
190 …<div class="userbarstrip" onclick="Effect.toggle('wikiActionTableId','slide')"><?php echo $lang['b…
191 <?php } ?>
192 <div id="wikiActionTableId" <?php action_group_status('wiki'); ?> ><div>
195 <?php if (is_action_enabled('index')) { ?>
196 <div class="smallpadding"><?php tpl_actionlink('index')?></div></td></tr><tr><td>
197 <?php } ?>
198 <?php if (is_action_enabled('recent')) { ?>
199 <div class="smallpadding"><?php tpl_actionlink('recent')?></div></td></tr><tr><td>
200 <?php } ?>
201 <?php if (is_action_enabled('admin') && $INFO['perm'] == 255) { ?>
202 <div class="smallpadding"><?php tpl_actionlink('admin') ?></div></td></tr><tr><td>
203 <?php } ?>
206 <?php } ?>
207 <?php if (tpl_getConf('btl_hide_user_actions') == 0) { ?>
209 …<?php if (tpl_getConf('btl_action_palette') && (is_action_enabled('login') || (is_action_enabled('…
210 …<div class="userbarstrip" onclick="Effect.toggle('userActionTableId','slide')"><?php echo $lang['b…
211 <?php } ?>
212 <div id="userActionTableId" <?php action_group_status('user'); ?> ><div>
215 <?php if (is_action_enabled('login')) { ?>
216 <div class="smallpadding"><?php tpl_actionlink('login')?>
217 <?php
223 <?php } ?>
224 <?php if (is_action_enabled('profile') && $_SERVER['REMOTE_USER']) { ?>
225 <div class="smallpadding"><?php tpl_actionlink('profile') ?></div></td></tr><tr><td>
226 <?php } ?>
227 <?php if (is_action_enabled('subscribe')) { ?>
228 …<?php if($conf['useacl'] && $ACT == 'show' && $conf['subscribers'] == 1 && $_SERVER['REMOTE_USER']…
229 <div class="smallpadding"><?php tpl_actionlink('subscribe')?></div></td></tr><tr><td>
230 <?php } ?>
231 <?php } ?>
234 <?php } ?>
235 <?php if (tpl_getConf('btl_hide_submit_actions') == 0) { ?>
237 <?php if (tpl_getConf('btl_action_palette')) { ?>
238 …<div class="userbarstrip" onclick="Effect.toggle('submitActionTableId','slide')"><?php echo $lang[…
239 <?php } ?>
240 <div id="submitActionTableId" <?php action_group_status('submit'); ?> ><div>
242 <?php
252 …ackground: url('<?php echo DOKU_TPL ?>images/p/actions/<?php echo $action['action'] ?>.gif') no-re…
253 <?php echo $action['textlabel'] ?>
258 <?php
264 <?php } ?>
276 <?php if (tpl_getConf('btl_sidebar_position') == "left") { ?>
280 <?php tpl_content()?>
284 <?php } ?>
288 <?php flush()?>
294 <?php tpl_userinfo()?>
297 <?php tpl_pageinfo()?> &nbsp;
300 <?php tpl_actionlink('top') ?>
305 <?php /*old includehook*/ @include(dirname(__FILE__).'/pagefooter.html')?>
308 <?php /*old includehook*/ @include(dirname(__FILE__).'/footer.html')?>
309 …<img style="float:right" class="footer_border" src="<?php echo DOKU_TPL . '/images/footer_image_ri…
317 <div class="no"><?php /* provide DokuWiki housekeeping, required in all templates */ tpl_indexerWeb…