芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr/modules/News/templates/orig_detail_template.tpl
{* set a canonical variable that can be used in the head section if process_whole_template is false in the config.php *} {if isset($entry->canonical)} {assign var='canonical' value=$entry->canonical} {/if} {if $entry->postdate}
{$entry->postdate|cms_date_format}
{/if}
{$entry->title|cms_escape:htmlall}
{if $entry->summary}
{eval var=$entry->summary}
{/if} {if $entry->category}
{$category_label} {$entry->category}
{/if} {if $entry->author}
{$author_label} {$entry->author}
{/if}
{eval var=$entry->content}
{if $entry->extra}
{$extra_label} {$entry->extra}
{/if}
{$entry->printlink}
{if $return_url != ""}
{$return_url}
{/if} {if isset($entry->fields)} {foreach from=$entry->fields item='field'}
{if $field->type == 'file'} {* this template assumes that every file uploaded is an image of some sort, because News doesn't distinguish *}
{else} {$field->name}: {eval var=$field->value} {/if}
{/foreach} {/if}