0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-print_article.tpl
{* $Id: tiki-print_article.tpl 17677 2009-03-30 02:11:15Z chibaguy $ *} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{if !empty($pageLang)}{$pageLang}{else}{$prefs.language}{/if}" lang="{if !empty($pageLang)}{$pageLang}{else}{$prefs.language}{/if}"> <head> {include file="header.tpl"} </head> <body{if isset($section) and $section eq 'wiki page' and $prefs.user_dbl eq 'y' and $dblclickedit eq 'y' and $tiki_p_edit eq 'y'} ondblclick="location.href='tiki-editpage.php?page={$page|escape:"url"}';"{/if} onload="{if $prefs.feature_tabs eq 'y'}tikitabs({if $cookietab neq ''}{$cookietab}{else}1{/if},50);{/if}{if $msgError} javascript:location.hash='msgError'{/if}"{if $section or $smarty.session.fullscreen eq 'y'} class="{if $section}tiki_{$section}{/if}{if $smarty.session.fullscreen eq 'y'} fullscreen{/if}"{/if}> {* Index we display a wiki page here *} <div id="tiki-main"> <div class="articletitle"> <h2>{$title}</h2> <span class="titleb">{tr}By:{/tr}{$authorName} {tr}on:{/tr}{$publishDate|tiki_short_datetime} ({$reads} {tr}Reads{/tr})</span> <br /> </div> <div class="articleheading"> <table cellpadding="0" cellspacing="0"> <tr> <td valign="top"> {if $useImage eq 'y'} {if $hasImage eq 'y'} <img alt="{tr}Article image{/tr}" src="article_image.php?image_type=article&id={$articleId}" {if $image_x > 0}width="{$image_x}"{/if}{if $image_y > 0 }height="{$image_y}"{/if} /> {else} <img alt="{tr}Topic image{/tr}" src="article_image.php?image_type=topic&id={$topicId}" /> {/if} {else} <img alt="{tr}Topic image{/tr}" src="article_image.php?image_type=topic&id={$topicId}" /> {/if} </td> <td valign="top"> <span class="articleheading">{$parsed_heading}</span> </td> </tr> </table> </div> <div class="articletrailer"> {if $show_size eq 'y'} ({$size} bytes) {/if} </div> <div class="articlebody"> {if $tiki_p_read_article eq 'y'} {$parsed_body} {else} <div class="error simplebox"> {tr}Permission denied. You do not have permission to read complete articles.{/tr} </div> {/if} </div> </div> {include file="footer.tpl"} </body> </html>