improve plugin overview

This commit is contained in:
Sebastian Sdorra
2011-09-13 15:43:58 +02:00
parent bd58bfb1b3
commit bc36dfab1a
2 changed files with 17 additions and 12 deletions

View File

@@ -1,11 +1,22 @@
<#include "template/header.html">
<ul>
<div id="plugins">
<#list plugins as plugin>
<li>
<a href="${contextPath}/page/detail/${plugin.groupId}/${plugin.artifactId}.html">${plugin.name}</a>
</li>
<h3><a href="#">${plugin.name}</a></h3>
<p>
${plugin.description}<br />
<a href="${contextPath}/page/detail/${plugin.groupId}/${plugin.artifactId}.html">more</a>
</p>
</#list>
</ul>
</div>
<script type="text/javascript">
jQuery(document).ready(function(){
$( "#plugins" ).accordion({
active: false
});
});
</script>
<#include "template/footer.html">

View File

@@ -53,7 +53,7 @@
<div class="col-width">
<hgroup id="logo">
<h1 id="site-title">
<a href="http://www.scm-manager.org">SCM-Manager Plugins</a>
<a href="${contextPath}/page/index.html">SCM-Manager Plugins</a>
</h1>
<h2 id="site-description">
The easiest way to share your Git, Mercurial and Subversion repositories over http.
@@ -71,12 +71,6 @@
<li class="page_item page-item-36">
<a title="News" href="http://www.scm-manager.org/news/">News</a>
</li>
<li class="page_item page-item-15">
<a title="Screenshots" href="http://www.scm-manager.org/screenshots/">Screenshots</a>
</li>
<li class="page_item page-item-45">
<a title="Videos" href="http://www.scm-manager.org/videos/">Videos</a>
</li>
</ul>
</div>
</nav>