PHP Classes

File: Layouts/Popup.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP ASP.NET WebForms   Layouts/Popup.php   Download  
File: Layouts/Popup.php
Role: Auxiliary data
Content type: text/plain
Description: Example script
Class: PHP ASP.NET WebForms
Emulation of ASP.NET WebForms engine in PHP
Author: By
Last change:
Date: 8 years ago
Size: 510 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html xmlns:php="http://aleksey.nemiro.ru/php-webforms"> <head> <title></title> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" href="/Content/css/compiled.min.css" /> <script src="/Scripts/compiled.min.js" type="text/javascript"></script> <!--add block of content "Head"--> <php:Head/> <!--//--> </head> <body> <div class="container"> <!--add block of content "MainContent"--> <php:MainContent/> <!--//--> </div> </body> </html>