PHP Classes

File: SmallServerAdmin/Layouts/_LayoutFrame.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/Layouts/_LayoutFrame.php   Download  
File: SmallServerAdmin/Layouts/_LayoutFrame.php
Role: Auxiliary script
Content type: text/plain
Description: Additional template (layout) page for frames (without left menu)
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 8 years ago
Size: 802 bytes
 

Contents

Class file image Download
<?#Register Src="~/Controls/Header.php" TagPrefix="php" TagName="Header"?>
<?
#Register Src="~/Controls/Footer.php" TagPrefix="php" TagName="Footer"?>
<?
#Register Src="~/Controls/StaticIncludes.php" TagPrefix="php" TagName="StaticIncludes"?>
<!DOCTYPE html>

<html xmlns:php="http://aleksey.nemiro.ru/php-webforms" class="frame-page">
  <head>
    <title>SmallServerAdmin</title>
    <meta name="viewport" content="width=device-width" />
    <php:Head/>
  </head>
  <body ng-controller="MasterController">
    <php:Header ID="Header1" />

    <iframe src="${frame_src}" name="admin" frameborder="0" style="overflow:hidden;height:100%;width:100%">
      Your browser does not support frames.
    </iframe>

    <php:Footer ID="Footer1" />
    <php:StaticIncludes ID="StaticIncludes1" />
  </body>
</html>