mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 18:26:16 +01:00
improve plugin overview
This commit is contained in:
@@ -1,11 +1,22 @@
|
|||||||
<#include "template/header.html">
|
<#include "template/header.html">
|
||||||
|
|
||||||
<ul>
|
<div id="plugins">
|
||||||
<#list plugins as plugin>
|
<#list plugins as plugin>
|
||||||
<li>
|
<h3><a href="#">${plugin.name}</a></h3>
|
||||||
<a href="${contextPath}/page/detail/${plugin.groupId}/${plugin.artifactId}.html">${plugin.name}</a>
|
<p>
|
||||||
</li>
|
${plugin.description}<br />
|
||||||
|
<a href="${contextPath}/page/detail/${plugin.groupId}/${plugin.artifactId}.html">more</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
</#list>
|
</#list>
|
||||||
</ul>
|
</div>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
jQuery(document).ready(function(){
|
||||||
|
$( "#plugins" ).accordion({
|
||||||
|
active: false
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
<#include "template/footer.html">
|
<#include "template/footer.html">
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
<div class="col-width">
|
<div class="col-width">
|
||||||
<hgroup id="logo">
|
<hgroup id="logo">
|
||||||
<h1 id="site-title">
|
<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>
|
</h1>
|
||||||
<h2 id="site-description">
|
<h2 id="site-description">
|
||||||
The easiest way to share your Git, Mercurial and Subversion repositories over http.
|
The easiest way to share your Git, Mercurial and Subversion repositories over http.
|
||||||
@@ -71,12 +71,6 @@
|
|||||||
<li class="page_item page-item-36">
|
<li class="page_item page-item-36">
|
||||||
<a title="News" href="http://www.scm-manager.org/news/">News</a>
|
<a title="News" href="http://www.scm-manager.org/news/">News</a>
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user