mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
improve plugin overview
This commit is contained in:
@@ -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">
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user