-
Notifications
You must be signed in to change notification settings - Fork 1
/
detail.php
38 lines (30 loc) · 1.12 KB
/
detail.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/**
* mmClean DokuWiki Template
*
* @author Marcin Mierzejewski <[email protected]>
*/
require_once(dirname(__FILE__).'/tpl_functions.php');
@include(dirname(__FILE__).'/header.php');
?>
<body>
<?php /*old includehook*/ @include(dirname(__FILE__).'/topheader.html')?>
<div class="page" style="width: <?php echo tpl_img_getTag('File.Width')+40; ?>px;">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<div class="container">
<?php html_msgarea()?>
<?php flush()?>
<div class="content" style="width: <?php echo tpl_img_getTag('File.Width')+10; ?>px; padding-top: 15px;">
<center>
<img src="<?php echo ml($IMG);?>" width="<?php echo tpl_img_getTag('File.Width')?>" height="<? echo tpl_img_getTag('File.Height')?>">
<br><br>Back to <?php echo tpl_pagelink($ID);?><br><br>
</center>
</div>
</div>
<div class="clearer"> </div>
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
<?php flush()?>
</div>
<?php tpl_indexerWebBug();?>
</body>
</html>