Login   Register  
PHP Classes
elePHPant
Icontem

File: examples/matrix.template

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of philippe thomassigny  >  Box Model  >  examples/matrix.template  >  Download  
File: examples/matrix.template
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Box Model
Create Web applications based on boxes
Author: By
Last change: patch 1.00.06
Date: 2012-05-17 00:37
Size: 1,012 bytes
 

Contents

Class file image Download
<style>
.row
{

}

.span4
{
  width: 280px;
  float: left;
  margin-left: 20px;
  border: 1px solid #ccc;
  padding: 10px;
}
</style>

<div style="clear: both;"></div>
<div class="row">
__BLOCK__
</div>
<div style="clear: both;"></div>

[[block]]
__LINES__

[[line]]
__CELLS__

%-- the cell format id is:

classification.cell.[counter].replace     is the template to insert for this specific cell counter (data is moved to the right)
classification.cell.[counter].place       is the template to use for this specific cell counter
classification.cell.[key of data].key     is the template for this specific key
classification.cell.[column].column       is the template for this column
classification.cell.[line].line           is the template for this line
classification.cell.1                     is the default template used if none of above is available

--%

[[cell.1]]
<div class="span4">
__CONTENT__
</div>
[[]]

[[cell.empty]][[]]

[[]]

%-- If there is nothing to show --%

[[noblock]]
&nbsp;
[[]]

[[]]