page-create.html #2

  • //
  • guest/
  • paul_allen/
  • p4am/
  • src/
  • main/
  • resources/
  • spark/
  • template/
  • freemarker/
  • configuration/
  • page-create.html
  • View
  • Commits
  • Open Download .zip Download (924 B)
<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">
<link rel="stylesheet" href="/css/draglist.css">
</head>
<body>

	<#include "/navigation/bar.html">

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

			<div class="page-header">
				<h1>Create ${site.getTitle()}</h1>
				<h1>
					<small>${type.getTitle()}</small>
				</h1>
			</div>


			<div class="col-lg-10"><#include "/configuration/form-${site.getId()}.html"></div>

		</div>
	</div>








	<script src="/js/jquery.min.js"></script>
	<script src="/bootstrap-3.3.4-dist/js/bootstrap.min.js"></script>
	<script src="/js/jquery-ui.min.js"></script>
	<script src="/js/jquery.sortable.min.js"></script>
	<script src="/js/draglist.js"></script>
</body>
</html>
# Change User Description Committed
#3 15218 Paul Allen Index/catalog for Ruby.
Plus depot names must be lower-case.
#2 15029 Paul Allen Add drag and drop list for Group + POST back.
TODO: store result and use object.
#1 15012 Paul Allen Proxy configuration.
//guest/paul_allen/p4am/src/main/resources/spark/template/freemarker/page-depot.html
#7 14886 Paul Allen Asset --> Artifact refactor
#6 14882 Paul Allen Refactor static html pages
#5 14866 Paul Allen Create different Depot types.
 - Display site types
#4 14723 Paul Allen Tidy up deploy/upload
#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