0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-print_article.tpl
<!DOCTYPE html> <html id="print" 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{html_body_attributes}> <div id="tiki-clean"> <div class="articletitle"> <h2>{$title|escape}</h2> <span class="titleb">{tr}By:{/tr} {$authorName|escape} {$publishDate|tiki_short_datetime:'On:'} ({$reads} {tr}Reads{/tr})</span> </div> <div class="articleheading"> {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 lt 0} width="{$image_x}"{/if}{if $image_y gt 0} height="{$image_y}"{/if} /> {elseif $topicId ne 0} <img alt="{tr}Topic image{/tr}" src="article_image.php?image_type=topic&id={$topicId}" /> {/if} {elseif $topicId ne 0} <img alt="{tr}Topic image{/tr}" src="article_image.php?image_type=topic&id={$topicId}" /> {/if} <div class="articleheadingtext">{$parsed_heading}</div> </div> {if $show_size eq 'y'} <div class="articletrailer"> ({$size} {tr}bytes{/tr}) </div> {/if} <div class="articlebody"> {if $tiki_p_read_article eq 'y'} {$parsed_body} {else} <div class="error simplebox"> {tr}You do not have permission to read complete articles.{/tr} </div> {/if} </div> </div> {include file='footer.tpl'} </body> </html>