PHP Classes

File: tests/widgets/NEWSBOX3.wid

Recommend this page to a friend!
  Classes of Jose Maria Rodriguez Millan   Siviglia Templating 2   tests/widgets/NEWSBOX3.wid   Download  
File: tests/widgets/NEWSBOX3.wid
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Siviglia Templating 2
Template engine with configurable grammar
Author: By
Last change:
Date: 11 years ago
Size: 574 bytes
 

Contents

Class file image Download
<div style="padding-left:5px;width:625px;border:1px solid black;background-color:orange;"> [_TITLE][*:SIMPLETITLE][_*][#][#] <div> <?php for($k=0;$k<count($source);$k++) { $iterator=$source[$k]; ?> [_NEWS] <div style="float:left;margin-right:5px"> [*:BOX] [_:TITLE][_TITLE][_*][#][#] [_:CONTENTS][_TITLE][_*][#][#] [#] </div> [#] <?php } ?> <div style="clear:both"></div> <br> </div> </div>