sintonia/htmlUI/templates/file/data.tpl
paul.baranowski c4b96da797 CC-1695 Remove Campcaster Studio and make install easier
Changing htmlUI dir structure to be better.
2010-09-30 15:56:56 -04:00

14 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>