PHP Classes

File: CMF/Web/application/views/en/admin/file.php

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/application/views/en/admin/file.php   Download  
File: CMF/Web/application/views/en/admin/file.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BurgeATS
CRM, Ticketing system, and employee manangement
Author: By
Last change: Update of CMF/Web/application/views/en/admin/file.php
Date: 1 year ago
Size: 382 bytes
 

Contents

Class file image Download
<div class="main">
    <div class="container">
        <h1>{files_text}</h1>

        <div class="containter separated">
            <iframe id="inline" style="border:0;width:100%" ></iframe>
        </div>
    </div>
    <script type="text/javascript">
        $(function()
        {
            $("#inline")
                .prop("src","<?php echo get_link('admin_file_inline');?>")
                .css("height",$(window).height()-100);
        });
    </script>
</div>