<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> <ol class="breadcrumb"> <#list breadcrumb as c> <li><a href="${c.getLink()}"> <#if c.isHome()> <span class="glyphicon glyphicon-home" aria-hidden="true"></span> <#else> ${c.getCrumb()} </#if> </a></li> </#list> </ol> ${summary} <ul class="list-group"> <#list directories as d> <li class="list-group-item"><a href="${d.getLink()}">${d.getName()}</a></li> </#list> </ul> <ul class="list-group"> <#list files as f> <li class="list-group-item"><a href="${f.getLink()}">${f.getName()}</a></li> </#list> </ul> </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 | |
---|---|---|---|---|---|
#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 | 14227 | Paul Allen | Moved over MAVEN Artifact summary. | ||
#2 | 14226 | Paul Allen | Tidy up Browse elements over to micro MVC model | ||
#1 | 13869 | Paul Allen |
- Fix logout when testing cookie. - Refactor ftl->html - Add local bootstrap |
||
//guest/paul_allen/p4am/src/main/resources/spark/template/freemarker/browse.ftl | |||||
#3 | 13798 | Paul Allen | Basic file upload and login/logout cookie tidyup | ||
#2 | 13746 | Paul Allen | Basic File/Dir browsing and Cookie management. | ||
#1 | 13720 | Paul Allen | Perforce Asset Manager (PAM or P4AM) -- ideas |