Project

General

Profile

1
<!DOCTYPE html>
2
<html lang="en">
3
  <head>
4
    <meta charset="utf-8">
5
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
    <meta name="viewport" content="width=device-width, initial-scale=1">
7

    
8
    <title>$title$</title>
9

    
10
	<!-- Bootstrap core CSS -->
11
    <link href="/$context$/mvc/resources/css/bootstrap.min.css" rel="stylesheet">
12
    <!-- Custom styles for this template -->
13
    <link href="/$context$/mvc/resources/css/jumbotron.css" rel="stylesheet">
14
    
15
  </head>
16

    
17
  <body>
18
   <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
19
    <div class="container">
20
     <div class="navbar-header">
21
          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
22
            <span class="sr-only">Toggle navigation</span>
23
            <span class="icon-bar"></span>
24
            <span class="icon-bar"></span>
25
            <span class="icon-bar"></span>
26
          </button>
27
          <a class="navbar-brand" href="$baseURL$">Vocabularies</a>
28
          $navbars$
29
      </div>
30
	
31
	</div>
32
	</div>
33
	<!-- the main content of the page -->
34
	<div class="container">
35
	$content$
36
	</div>
37
	
38
    <!-- Bootstrap core JavaScript
39
    ================================================== -->
40
    <!-- Placed at the end of the document so the pages load faster -->
41
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
42
    <script src="/$context$/mvc/resources/js/bootstrap.min.js"></script>
43
   
44
  </body>
45
</html>
(4-4/5)