1+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2+ < html xmlns ="http://www.w3.org/1999/xhtml "
3+ xmlns:wicket ="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd "
4+ xml:lang ="en " lang ="en ">
5+
6+ < body >
7+ < wicket:panel >
8+ < tr style ="background-color: #bbb " wicket:id ="nodeHeader " data-row-type ="folder "> </ tr >
9+ < tr wicket:id ="subFolders ">
10+ < span wicket:id ="rowContent "> </ span >
11+ </ tr >
12+ < wicket:container wicket:id ="repositories ">
13+ < tr wicket:id ="rowContent " data-row-type ="repo ">
14+ < td wicket:id ="firstColumn " class ="left "
15+ style ="padding-left: 3px; ">
16+ < div style ="border-left: 1px solid black; margin-left:6px; width: 19px;display: inline-block;float: left; "
17+ wicket:id ="depth "> </ div >
18+ < span wicket:id ="repoIcon "> </ span > < span
19+ style ="padding-left: 3px; " wicket:id ="repositoryName "> [repository
20+ name]</ span >
21+ </ td >
22+ < td class ="hidden-phone "> < span class ="list "
23+ wicket:id ="repositoryDescription "> [repository description]</ span > </ td >
24+ < td class ="hidden-tablet hidden-phone author "> < span
25+ wicket:id ="repositoryOwner "> [repository owner]</ span > </ td >
26+ < td class ="hidden-phone "
27+ style ="text-align: right; padding-right: 10px; "> < img
28+ class ="inlineIcon " wicket:id ="sparkleshareIcon " /> < img
29+ class ="inlineIcon " wicket:id ="frozenIcon " /> < img class ="inlineIcon "
30+ wicket:id ="federatedIcon " /> < img class ="inlineIcon "
31+ wicket:id ="accessRestrictionIcon " /> </ td >
32+ < td > < span wicket:id ="repositoryLastChange "> [last change]</ span > </ td >
33+ < td class ="rightAlign hidden-phone "
34+ style ="text-align: right; padding-right: 15px; "> < span
35+ style ="font-size: 0.8em; " wicket:id ="repositorySize "> [repository
36+ size]</ span > </ td >
37+ </ tr >
38+ </ wicket:container >
39+
40+ < wicket:fragment wicket:id ="emptyFragment ">
41+ </ wicket:fragment >
42+
43+ < wicket:fragment wicket:id ="repoIconFragment ">
44+ < span class ="octicon octicon-centered octicon-repo "> </ span >
45+ </ wicket:fragment >
46+
47+ < wicket:fragment wicket:id ="mirrorIconFragment ">
48+ < span class ="octicon octicon-centered octicon-mirror "> </ span >
49+ </ wicket:fragment >
50+
51+ < wicket:fragment wicket:id ="forkIconFragment ">
52+ < span class ="octicon octicon-centered octicon-repo-forked "> </ span >
53+ </ wicket:fragment >
54+
55+ < wicket:fragment wicket:id ="cloneIconFragment ">
56+ < span class ="octicon octicon-centered octicon-repo-push "
57+ wicket:message ="title:gb.workingCopyWarning "> </ span >
58+ </ wicket:fragment >
59+
60+ < wicket:fragment wicket:id ="tableGroupMinusCollapsible ">
61+ < i title ="Click to expand/collapse " class ="fa fa-minus-square-o table-group-collapsible " aria-hidden ="true " style ="padding-right:3px;cursor:pointer; "> </ i >
62+ </ wicket:fragment >
63+
64+ < wicket:fragment wicket:id ="tableGroupPlusCollapsible ">
65+ < i title ="Click to expand/collapse " class ="fa fa-plus-square-o table-group-collapsible " aria-hidden ="true " style ="padding-right:3px;cursor:pointer; "> </ i >
66+ </ wicket:fragment >
67+
68+ < wicket:fragment wicket:id ="tableAllCollapsible ">
69+ < i title ="Click to expand all "
70+ class ="fa fa-plus-square-o table-openall-collapsible "
71+ aria-hidden ="true " style ="padding-right: 3px; cursor: pointer; "> </ i >
72+ < i title ="Click to collapse all "
73+ class ="fa fa-minus-square-o table-closeall-collapsible "
74+ aria-hidden ="true " style ="padding-right: 3px; cursor: pointer; "> </ i >
75+ </ wicket:fragment >
76+
77+ < wicket:fragment wicket:id ="groupRepositoryHeader ">
78+ < tr >
79+ < th class ="left "> < span wicket:id ="allCollapsible "> </ span > < img
80+ style ="vertical-align: middle; " src ="git-black-16x16.png " /> < wicket:message
81+ key ="gb.repository "> Repository</ wicket:message > </ th >
82+ < th class ="hidden-phone "> < span > < wicket:message
83+ key ="gb.description "> Description</ wicket:message > </ span > </ th >
84+ < th class ="hidden-tablet hidden-phone "> < span > < wicket:message
85+ key ="gb.owner "> Owner</ wicket:message > </ span > </ th >
86+ < th class ="hidden-phone "> </ th >
87+ < th > < wicket:message key ="gb.lastChange "> Last Change</ wicket:message > </ th >
88+ < th class ="right hidden-phone "> </ th >
89+ </ tr >
90+ </ wicket:fragment >
91+
92+ < wicket:fragment wicket:id ="groupRepositoryRow ">
93+ < td wicket:id ="firstColumn " style ="" colspan ="1 ">
94+ < div style ="border-left: 1px solid black; margin-left:6px; width: 19px; display: inline-block;float: left; "
95+ wicket:id ="depth "> </ div >
96+ < span
97+ wicket:id ="groupCollapsible "> </ span > < span wicket:id ="groupName "> [group
98+ name]</ span > </ td >
99+ < td colspan ="6 " style ="padding: 2px; "> < span class ="hidden-phone "
100+ style ="font-weight: normal; color: #666; "
101+ wicket:id ="groupDescription "> [description]</ span > </ td >
102+ </ wicket:fragment >
103+
104+ </ wicket:panel >
105+ </ body >
106+ </ html >
0 commit comments