coke
Version:
A full stack MVC framework that speeds up your web development.
12 lines (10 loc) • 341 B
HTML
it.styles.push( 'scaffold' )
it.title = 'New SDASH'
it.nav_selected = 'DASH'
<form action="/VIEW_PATH" method="POST" accept-charset="UTF-8" >
<div id="table">
it.partial( '/VIEW_PATH/form' )
</div>
<input class="submit-link" type="submit" value="Create SDASH" /> |
<a href="/VIEW_PATH">Back</a>
</form>