PHP Classes

File: application/view/templates/forms.tpl

Recommend this page to a friend!
  Classes of Stephan Kasdorf (bittomine)   Nibiru   application/view/templates/forms.tpl   Download  
File: application/view/templates/forms.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nibiru
Generate code for rapid application prototyping
Author: By
Last change:
Date: 1 month ago
Size: 1,058 bytes
 

Contents

Class file image Download
{include 'shared/header.tpl'} <body> <div class="container"> <div class="with-iconav"> {include file="navigation.tpl"} </div> <div class="col-sm-12 content"> <div class="dashhead"> <div class="dashhead-titles"> <h6 class="dashhead-subtitle">Rapid Prototyping Framework</h6> <h2 class="dashhead-title">{$title}</h2> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="col-md-12 text-center"><img src="public/img/logos/MediumSquareLogo.png"></div> </div> </div> <div class="row"> <div class="col-lg-12"> {$formdata} </div> </div> <div class="row"> <div class="col-lg-12"> <div class="col-md-12 text-center">This is just a basic example for a form, for more details read this section: <a href="https://www.nibiru-framework.com/documentation/forms">Forms</a>. </div> </div> </div> </div> {include 'shared/footer.tpl'} </body> </html>