PHP Classes

File: examples/templates/users_list.tpl

Recommend this page to a friend!
  Classes of Michael Orji   Simplate   examples/templates/users_list.tpl   Download  
File: examples/templates/users_list.tpl
Role: Auxiliary data
Content type: text/plain
Description: template file
Class: Simplate
Template engine that replaces arrays of variables
Author: By
Last change:
Date: 9 years ago
Size: 368 bytes
 

Contents

Class file image Download
<h2>All Users</h2> <table> <thead> <tr> <th>Username</th> <th>Firstname</th> <th>Lastname</th> <th>Email</th> <th>Location</th> </tr> </thead> <tfoot> <tr> <th>Username</th> <th>Firstname</th> <th>Lastname</th> <th>Email</th> <th>Location</th> </tr> </tfoot> <tbody> {users} </tbody> </table>