PHP Classes

File: templates/builders/index.html.tpl

Recommend this page to a friend!
  Classes of Saro Carvello   PHP Web MVC Framework   templates/builders/index.html.tpl   Download  
File: templates/builders/index.html.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web MVC Framework
MVC framework providing autogenerated MySQL models
Author: By
Last change: Reformatting code
Date: 11 months ago
Size: 1,678 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <title>Bootstrap 3 Template</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap core CSS --> <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" media="screen"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script> <![endif]--> </head> <body> <div class="container"> <h1>{RES:Welcome} {RES:to} PHP WEB MVC Framework</h1> <h3>{RES:SelectUtility}</h3> <a href="skeleton_builder" class="btn btn-lg btn-success"><span class="glyphicon glyphicon-wrench"></span> {RES:RunSkeletonBuilderCaption}</a> <a href="../util/app_create_beans.php" class="btn btn-lg btn-info"><span class="glyphicon glyphicon-list-alt"></span> {RES:RunMySQLBuilderCaption}</a> <a href="../examples/" class="btn btn-lg btn-default"><span class="glyphicon glyphicon-home"></span> {RES:ExamplesHome}</a> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js"></script> </body> </html>