Файл: adultscript-2.0.3-pro/files/admin/templates/default/file.tpl.php
Строк: 22
<?php defined('_VALID') or die('Restricted Access!'); ?>
<style type="text/css">
#kcfinder_in {
position: absolute;
width: 930px;
height: 600px;
background: #e0dfde;
border: 2px solid #3687e2;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 1px;
}
</style>
<?php echo $this->fetch('messages'); ?>
<div id="container" class="clearfix">
<div id="page">
<?php echo $this->fetch('main_menu'); ?>
<div class="clearfix content" style="height: 610px;">
<iframe name="kcfinder" src="<?php echo BASE_URL; ?>/editor/kcfinder/browse.php" frameborder="0" width="100%" height="100%" id="kcfinder_in" marginwidth="0" marginheight="0" scrolling="no" />
</div>
</div>
</div>