15 lines
239 B
Smarty
15 lines
239 B
Smarty
|
<div id="filedata">
|
||
|
{include file="sub/x.tpl"}
|
||
|
<center>
|
||
|
{if $fMetaData}
|
||
|
<textarea rows="25" cols="90" style="font-size:small">{$fMetaData|escape:'html'}</textarea>
|
||
|
{/if}
|
||
|
{if $_analyzeFile}
|
||
|
{$_analyzeFile}
|
||
|
{/if}
|
||
|
</center>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|