| | |
| | | xml:lang="en"
|
| | | lang="en">
|
| | | <wicket:head>
|
| | | <wicket:link>
|
| | | <link href="/com/gitblit/wicket/resources/markdown.css" type="text/css" rel="stylesheet" />
|
| | | </wicket:link>
|
| | | <link href="markdown.css" type="text/css" rel="stylesheet" />
|
| | | </wicket:head>
|
| | |
|
| | | <body>
|
| | | <wicket:extend>
|
| | | <div wicket:id="adminPanel">[admin links]</div>
|
| | | <div class="topbar">
|
| | | <div class="fill">
|
| | | <div class="container">
|
| | | <a class="brand" title="gitblit homepage" href="http://gitblit.com/">
|
| | | <img src="gitblt_25.png" width="79" height="25" alt="gitblit" class="logo"/> |
| | | </a>
|
| | | <form class="pull-right" action="">
|
| | | <input class="input-small" type="text" placeholder="Username">
|
| | | <input class="input-small" type="password" placeholder="Password">
|
| | | <button class="btn primary" type="submit">Sign in</button>
|
| | | </form>
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | | <div style="text-align:center;padding-top:5px;" wicket:id="feedback">[Feedback Panel]</div>
|
| | |
|
| | | <div class="markdown" wicket:id="repositoriesMessage">[repositories message]</div>
|
| | | <div class="markdown" style="margin-top:-1em;padding-bottom:5px;" wicket:id="repositoriesMessage">[repositories message]</div>
|
| | | |
| | | <div wicket:id="repositoriesPanel">[repositories panel]</div>
|
| | |
|
| | | <div style="padding-top: 10px;"wicket:id="usersPanel">[users panel]</div>
|
| | | |
| | | <div style="padding-top: 10px;"wicket:id="federationTokensPanel">[federation tokens panel]</div>
|
| | |
|
| | | <div style="padding-top: 10px;"wicket:id="federationProposalsPanel">[federation proposals panel]</div>
|
| | |
|
| | | <div style="padding-top: 10px;"wicket:id="federationRegistrationsPanel">[federation registrations panel]</div>
|
| | |
|
| | | <table class="repositories">
|
| | | <tr>
|
| | | <th wicket:id="orderByRepository"><wicket:message key="gb.repository">Repository</wicket:message></th>
|
| | | <th wicket:id="orderByDescription"><wicket:message key="gb.description">Description</wicket:message></th>
|
| | | <th wicket:id="orderByOwner"><wicket:message key="gb.owner">Owner</wicket:message></th>
|
| | | <th wicket:id="orderByDate"><wicket:message key="gb.lastChange">Last Change</wicket:message></th>
|
| | | <th></th>
|
| | | </tr>
|
| | | <tbody>
|
| | | <tr wicket:id="repository">
|
| | | <td><div class="list" wicket:id="repositoryName">[repository name]</div></td>
|
| | | <td><div class="list" wicket:id="repositoryDescription">[repository description]</div></td>
|
| | | <td class="author"><span wicket:id="repositoryOwner">[repository owner]</span></td>
|
| | | <td><span wicket:id="repositoryLastChange">[last change]</span></td>
|
| | | <td><a wicket:id="repositoryLinks"><wicket:message key="gb.edit">[edit]</wicket:message></a></td>
|
| | | </tr>
|
| | | </tbody>
|
| | | </table>
|
| | | |
| | | <wicket:fragment wicket:id="adminLinks">
|
| | | <!-- page nav links --> |
| | | <div class="page_nav">
|
| | | <a wicket:id="newRepository"><wicket:message key="gb.newRepository"></wicket:message></a> | <a wicket:id="newUser"><wicket:message key="gb.newUser"></wicket:message></a>
|
| | | </div> |
| | | </wicket:fragment>
|
| | | </wicket:extend>
|
| | | </body>
|
| | | </html> |