8 lines
312 B
Smarty
8 lines
312 B
Smarty
<div class="pushbot">
|
|
<fieldset class="file">
|
|
<legend>{$realname}</legend>
|
|
<textarea class="shell" rows="1" readonly>$EDITOR {$realname}</textarea>
|
|
<textarea class="filecontent" rows="<if $numbrows <=20 >{$numbrows}<else>21</if>" readonly>{$file_content}</textarea>
|
|
</fieldset>
|
|
</div>
|