PHP Classes

File: header.htmlt

Recommend this page to a friend!
  Classes of Kaloyan Kirilov   Mrasnika's template system   header.htmlt   Download  
File: header.htmlt
Role: Auxiliary data
Content type: text/plain
Description: Example header template
Class: Mrasnika's template system
Multi-level object oriented template system
Author: By
Last change:
Date: 20 years ago
Size: 561 bytes
 

Contents

Class file image Download
<html> <head> <title>Template.System: #%TITLE%#</title> </head> <!--# This is the template style comments. They will be stripped out the HTML code of the template when it's parsed. #--> <body> <div align=center> <h1>#%TITLE%#: #%DATE%# #%TIME%#</h1> <h3 style="background:red;color:white">This is the header</h3> </div> <TEMPLATE user_logged> <div style="padding:60 20 60 20px; font: bold 23pt Arial, tahoma, verdana; color:white; background:blue" align=center> You successfully are logged in. </div> </TEMPLATE>