2014-02-01 02:49:22 +00:00
|
|
|
{{% define "base" %}}
|
2013-12-03 20:05:11 +00:00
|
|
|
<!DOCTYPE html>
|
2014-02-08 01:40:16 +00:00
|
|
|
<html lang="en" ng-app="gophish">
|
2013-12-03 20:05:11 +00:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
|
|
|
|
|
2014-02-01 02:49:22 +00:00
|
|
|
<title>Gophish - {{% .Title %}}</title>
|
2013-12-03 20:05:11 +00:00
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
|
|
<link href="/css/bootstrap.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
|
|
|
<link href="/css/main.css" rel="stylesheet">
|
|
|
|
<link href="/css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
|
2014-02-01 02:49:22 +00:00
|
|
|
{{%if .User%}}
|
|
|
|
<script>var API_KEY = {{%.User.APIKey%}}</script>
|
|
|
|
{{%end%}}
|
2013-12-03 20:05:11 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2014-02-01 02:49:22 +00:00
|
|
|
{{% template "content" . %}}
|
2013-12-09 06:35:07 +00:00
|
|
|
<!-- Footer -->
|
|
|
|
<div class="container">
|
|
|
|
<hr>
|
|
|
|
<footer>
|
2014-02-10 07:15:36 +00:00
|
|
|
<p>© Jordan (<a href="https://github.com/jordan-wright">jordan-wright</a>) 2014</p>
|
2013-12-09 06:35:07 +00:00
|
|
|
</footer>
|
|
|
|
</div>
|
2013-12-03 20:05:11 +00:00
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
|
|
<script src="/js/jquery.js"></script>
|
|
|
|
<script src="/js/bootstrap.min.js"></script>
|
2014-02-01 02:49:22 +00:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular.min.js"></script>
|
2014-02-08 01:40:16 +00:00
|
|
|
<script src="/js/ng-resource.min.js"></script>
|
|
|
|
<script src="/js/ng-table.min.js"></script>
|
|
|
|
<script src="/js/app/gophish.js"></script>
|
2013-12-03 20:05:11 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|
2014-02-01 02:49:22 +00:00
|
|
|
{{% end %}}
|