| | |
| | | </tr>
|
| | | </tbody>
|
| | | </table>
|
| | |
|
| | | <wicket:fragment wicket:id="repoIconFragment">
|
| | | <span class="octicon octicon-centered octicon-repo"></span>
|
| | | </wicket:fragment>
|
| | |
|
| | | <wicket:fragment wicket:id="mirrorIconFragment">
|
| | | <span class="octicon octicon-centered octicon-mirror"></span>
|
| | | </wicket:fragment>
|
| | |
|
| | | <wicket:fragment wicket:id="forkIconFragment">
|
| | | <span class="octicon octicon-centered octicon-repo-forked"></span>
|
| | | </wicket:fragment>
|
| | | |
| | | <wicket:fragment wicket:id="cloneIconFragment">
|
| | | <span class="octicon octicon-centered octicon-repo-push" wicket:message="title:gb.workingCopyWarning"></span>
|
| | | </wicket:fragment>
|
| | |
|
| | | <wicket:fragment wicket:id="adminLinks">
|
| | | <!-- page nav links -->
|
| | | <div class="admin_nav">
|
| | | <a class="btn-small" wicket:id="clearCache">
|
| | | <a class="btn btn-mini" wicket:id="clearCache">
|
| | | <i class="icon icon-remove"></i>
|
| | | <wicket:message key="gb.clearCache"></wicket:message>
|
| | | </a>
|
| | | <a class="btn-small" wicket:id="newRepository" style="padding-right:0px;">
|
| | | <a class="btn btn-mini" wicket:id="newRepository">
|
| | | <i class="icon icon-plus-sign"></i>
|
| | | <wicket:message key="gb.newRepository"></wicket:message>
|
| | | </a>
|
| | |
| | | <wicket:fragment wicket:id="personalLinks">
|
| | | <!-- page nav links -->
|
| | | <div class="admin_nav">
|
| | | <a class="btn-small" wicket:id="newRepository" style="padding-right:0px;">
|
| | | <a class="btn btn-mini" wicket:id="newRepository">
|
| | | <i class="icon icon-plus-sign"></i>
|
| | | <wicket:message key="gb.newRepository"></wicket:message>
|
| | | </a>
|
| | | </div>
|
| | | </wicket:fragment>
|
| | |
|
| | | <wicket:fragment wicket:id="repositoryAdminLinks">
|
| | | <span class="link"><a wicket:id="editRepository"><wicket:message key="gb.edit">[edit]</wicket:message></a> | <a wicket:id="deleteRepository"><wicket:message key="gb.delete">[delete]</wicket:message></a></span>
|
| | | </wicket:fragment>
|
| | |
|
| | | <wicket:fragment wicket:id="repositoryOwnerLinks">
|
| | | <span class="link"><a wicket:id="editRepository"><wicket:message key="gb.edit">[edit]</wicket:message></a></span>
|
| | | </wicket:fragment>
|
| | |
|
| | | <wicket:fragment wicket:id="flatRepositoryHeader">
|
| | |
| | | <th class="hidden-tablet hidden-phone" wicket:id="orderByOwner"><wicket:message key="gb.owner">Owner</wicket:message></th>
|
| | | <th class="hidden-phone"></th>
|
| | | <th wicket:id="orderByDate"><wicket:message key="gb.lastChange">Last Change</wicket:message></th>
|
| | | <th class="hidden-phone"></th>
|
| | | <th class="right"></th>
|
| | | <th class="right hidden-phone"></th>
|
| | | </tr>
|
| | | </wicket:fragment>
|
| | |
|
| | |
| | | <th class="hidden-tablet hidden-phone"><span><wicket:message key="gb.owner">Owner</wicket:message></span></th>
|
| | | <th class="hidden-phone"></th>
|
| | | <th><wicket:message key="gb.lastChange">Last Change</wicket:message></th>
|
| | | <th class="hidden-phone"></th>
|
| | | <th class="right"></th>
|
| | | <th class="right hidden-phone"></th>
|
| | | </tr>
|
| | | </wicket:fragment>
|
| | |
|
| | |
| | | </wicket:fragment>
|
| | |
|
| | | <wicket:fragment wicket:id="repositoryRow">
|
| | | <td class="left" style="padding-left:3px;" ><b><span class="repositorySwatch" wicket:id="repositorySwatch"></span></b> <span style="padding-left:3px;" wicket:id="repositoryName">[repository name]</span></td>
|
| | | <td class="left" style="padding-left:3px;" ><span wicket:id="repoIcon"></span><span style="padding-left:3px;" wicket:id="repositoryName">[repository name]</span></td>
|
| | | <td class="hidden-phone"><span class="list" wicket:id="repositoryDescription">[repository description]</span></td>
|
| | | <td class="hidden-tablet hidden-phone author"><span wicket:id="repositoryOwner">[repository owner]</span></td>
|
| | | <td class="hidden-phone" style="text-align: right;padding-right:10px;"><img class="inlineIcon" wicket:id="sparkleshareIcon" /><img class="inlineIcon" wicket:id="forkIcon" /><img class="inlineIcon" wicket:id="docsIcon" /><img class="inlineIcon" wicket:id="frozenIcon" /><img class="inlineIcon" wicket:id="federatedIcon" /><img class="inlineIcon" wicket:id="accessRestrictionIcon" /></td>
|
| | | <td class="hidden-phone" style="text-align: right;padding-right:10px;"><img class="inlineIcon" wicket:id="sparkleshareIcon" /><img class="inlineIcon" wicket:id="frozenIcon" /><img class="inlineIcon" wicket:id="federatedIcon" /><img class="inlineIcon" wicket:id="accessRestrictionIcon" /></td>
|
| | | <td><span wicket:id="repositoryLastChange">[last change]</span></td>
|
| | | <td class="hidden-phone" style="text-align: right;padding-right:15px;"><span style="font-size:0.8em;" wicket:id="repositorySize">[repository size]</span></td>
|
| | | <td class="rightAlign">
|
| | | <span class="hidden-phone">
|
| | | <span wicket:id="repositoryLinks"></span>
|
| | | <a style="text-decoration: none;" wicket:id="syndication" wicket:message="title:gb.feed">
|
| | | <img style="border:0px;vertical-align:middle;" src="feed_16x16.png"></img>
|
| | | </a>
|
| | | </span>
|
| | | </td> |
| | | <td class="rightAlign hidden-phone" style="text-align: right;padding-right:15px;"><span style="font-size:0.8em;" wicket:id="repositorySize">[repository size]</span></td>
|
| | | </wicket:fragment>
|
| | |
|
| | | </wicket:panel>
|