REFACTORING: updated the base template with some examples, also added annotations for autocomplete in the core view and controller core.
This commit is contained in:
34
application/view/templates/forms.tpl
Normal file
34
application/view/templates/forms.tpl
Normal file
@@ -0,0 +1,34 @@
|
||||
{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>
|
||||
|
||||
Reference in New Issue
Block a user