page-config.html #3

  • //
  • guest/
  • paul_allen/
  • p4am/
  • src/
  • main/
  • resources/
  • spark/
  • template/
  • freemarker/
  • page-config.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html>
<head>
<title>PAM</title>
<link rel="stylesheet" href="/bootstrap-3.3.4-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/bootstrap-3.3.4-dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/css/parent.css">
</head>
<body>

	<#include "nav.html"> <#include "error.html">

	<div class="container theme-showcase" role="main">
		<div class="row">

			<div class="page-header">
				<h1>${title}</h1>
			</div>


			<div class="panel panel-primary">
				<div class="panel-heading">Artifact Repositories</div>


				<div class="list-group">
					<#list depots as d> <a href=${d.getLink()} class="list-group-item"> <span>
					<div>${d.getTitle()} <code> ${d.getPath()} </code></div>
					</a> </#list>
				</div>


				<div class="panel-footer">
					<a href="/config/depot" class="btn btn-primary" id="createDepot">
						<i class="glyphicon glyphicon-plus"></i> <span>New Repo</span>
					</a>
				</div>
			</div>

		</div>
	</div>


	<script src="/js/jquery.min.js"></script>
	<script src="/bootstrap-3.3.4-dist/js/bootstrap.min.js"></script>
</body>
</html>
# Change User Description Committed
#8 15012 Paul Allen Proxy configuration.
#7 14882 Paul Allen Refactor static html pages
#6 14866 Paul Allen Create different Depot types.
 - Display site types
#5 14864 Paul Allen Depot Configuration and Site type
#4 14863 Paul Allen Change File/Dir browse to support extended options
#3 14226 Paul Allen Tidy up Browse elements over to micro MVC model
#2 14181 Paul Allen Lots of updates and refactoring.
#1 13969 Paul Allen Depot list/create for Assets