|
@@ -0,0 +1,112 @@
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
+<html lang="en">
|
|
|
|
+ <head>
|
|
|
|
+ <meta charset="utf-8">
|
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
+ <meta name="description" content="">
|
|
|
|
+ <meta name="author" content="">
|
|
|
|
+
|
|
|
|
+ <title>Misago UI: Form Page Template</title>
|
|
|
|
+
|
|
|
|
+ <!-- Custom styles for this template -->
|
|
|
|
+ <link href="./misago/css/style.css" rel="stylesheet">
|
|
|
|
+
|
|
|
|
+ <!-- Just for debugging purposes. Don't actually copy this line! -->
|
|
|
|
+ <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
|
|
|
|
+
|
|
|
|
+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
|
+ <!--[if lt IE 9]>
|
|
|
|
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
|
|
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
|
|
+ <![endif]-->
|
|
|
|
+ </head>
|
|
|
|
+
|
|
|
|
+ <body>
|
|
|
|
+
|
|
|
|
+ <div class="navbar navbar-default navbar-static-top" role="navigation">
|
|
|
|
+ <div class="container">
|
|
|
|
+ <div class="navbar-header">
|
|
|
|
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
|
|
+ <span class="sr-only">Toggle navigation</span>
|
|
|
|
+ <span class="icon-bar"></span>
|
|
|
|
+ <span class="icon-bar"></span>
|
|
|
|
+ <span class="icon-bar"></span>
|
|
|
|
+ </button>
|
|
|
|
+ <a class="navbar-brand" href="#">Misago UI</a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="collapse navbar-collapse">
|
|
|
|
+ <div class="navbar-nav-guest navbar-right">
|
|
|
|
+ <a href="#" class="btn btn-sign-in navbar-btn">Sign in</a>
|
|
|
|
+ <a href="#" class="btn btn-register navbar-btn">Register</a>
|
|
|
|
+ </div>
|
|
|
|
+ <ul class="nav navbar-nav navbar-nav-primary navbar-right">
|
|
|
|
+ <li>
|
|
|
|
+ <a href="#" class="tooltip-bottom" title="Forum index">
|
|
|
|
+ <span class="fa fa-th-list"></span>
|
|
|
|
+ <span class="item-label">Forum index</span>
|
|
|
|
+ </a>
|
|
|
|
+ </li>
|
|
|
|
+ <li>
|
|
|
|
+ <a href="#" class="tooltip-bottom" title="Users">
|
|
|
|
+ <span class="fa fa-users"></span>
|
|
|
|
+ <span class="item-label">Users</span>
|
|
|
|
+ </a>
|
|
|
|
+ </li>
|
|
|
|
+ <li>
|
|
|
|
+ <a href="#" class="tooltip-bottom" title="Search forums">
|
|
|
|
+ <span class="fa fa-search"></span>
|
|
|
|
+ <span class="item-label">Search forums</span>
|
|
|
|
+ </a>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div><!--/.nav-collapse -->
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="page-header">
|
|
|
|
+ <div class="container">
|
|
|
|
+
|
|
|
|
+ <h1>Modal</h1>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="container">
|
|
|
|
+
|
|
|
|
+ <div class="well">
|
|
|
|
+ <div class="modal" style="display: block; position: static;">
|
|
|
|
+ <div class="modal-dialog">
|
|
|
|
+ <div class="modal-content">
|
|
|
|
+ <div class="modal-header">
|
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
+ <h4 class="modal-title">Modal title</h4>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="modal-body">
|
|
|
|
+ <p>One fine body…</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="modal-footer">
|
|
|
|
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
|
|
|
+ <button type="button" class="btn btn-primary">Save changes</button>
|
|
|
|
+ </div>
|
|
|
|
+ </div><!-- /.modal-content -->
|
|
|
|
+ </div><!-- /.modal-dialog -->
|
|
|
|
+ </div><!-- /.modal -->
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <h1>Misago UI: Modal Template</h1>
|
|
|
|
+
|
|
|
|
+ <p>Misago adds extra styles for modal customisation.</p>
|
|
|
|
+
|
|
|
|
+ </div><!-- /.container -->
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- Bootstrap core JavaScript
|
|
|
|
+ ================================================== -->
|
|
|
|
+ <!-- Placed at the end of the document so the pages load faster -->
|
|
|
|
+ <script src="./misago/js/jquery.js"></script>
|
|
|
|
+ <script src="./misago/js/bootstrap.js"></script>
|
|
|
|
+ <script src="./misago/js/misago.js"></script>
|
|
|
|
+
|
|
|
|
+ </body>
|
|
|
|
+</html>
|