PHP Classes

File: widgets/FLOATBOX.html

Recommend this page to a friend!
  Classes of Jose Maria Rodriguez Millan   Siviglia Templating   widgets/FLOATBOX.html   Download  
File: widgets/FLOATBOX.html
Role: Example script
Content type: text/plain
Description: sample widget
Class: Siviglia Templating
Template engine that uses PHP as template language
Author: By
Last change:
Date: 13 years ago
Size: 336 bytes
 

Contents

Class file image Download
<div style="float:left;width:200px;height:100px;
            border:1px solid black;
            margin:5px;background-color:white">
    [_TITLE]
        <div style="background-color:yellow">
            [_*]
        </div>
    [/TITLE]
    [_CONTENTS]
        <div>
            [_*]
        </div>
    [/CONTENTS]
</div>