@@ -89,33 +89,7 @@ <h3 class="text-center" th:text="#{t_collection_of(${ownerName})}">
89
89
/*/-->
90
90
91
91
< div class ="row ">
92
- < div class ="col-sm-4 ">
93
- < ul th:if ="${not #lists.isEmpty(seriesOfCollection)} " th:remove ="all-but-first ">
94
- < li th:each ="series : ${seriesOfCollection} ">
95
- < a href ="../series/info.html " th:href ="@{${INFO_SERIES_PAGE}(id=${series.id})} ">
96
- < span th:remove ="tag " th:text ="|${series.category}, | "> Animals, </ span >
97
- < span th:remove ="tag " th:if ="${series.country != null} " th:text ="|${series.country}, | "> Italy, </ span >
98
- < span th:remove ="tag " th:if ="${series.releaseYear != null} " th:text ="|${series.releaseYear}, | "> 1999, </ span >
99
- < span th:remove ="tag " th:text ="|${series.quantity} ${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}| "> 7 stamps</ span >
100
- < span th:remove ="tag " th:if ="${not series.perforated} " th:text ="|(#{t_wo_perforation_short})| "> (without perforation)</ span >
101
- </ a >
102
- <!--/*/
103
- <span class="label label-default"
104
- th:if="${series.quantity != series.numberOfStamps}"
105
- th:text="#{t_m_out_of_n(${series.numberOfStamps}, ${series.quantity})}"></span>
106
- /*/-->
107
- < span th:if ="${justAddedSeriesId != null and justAddedSeriesId == series.id} " class ="label label-success "> New</ span >
108
- </ li >
109
- < li >
110
- < a href ="../category/info.html "> Animals, Italy, 22 stamps</ a >
111
- < span class ="label label-default "> 20 out of 22</ span >
112
- </ li >
113
- < li >
114
- < a href ="../category/info.html "> Animals, Italy, 1983, 5 stamps</ a >
115
- </ li >
116
- </ ul >
117
- </ div >
118
- < div class ="col-sm-2 ">
92
+ < div class ="col-sm-2 col-md-push-4 ">
119
93
<!--/*/
120
94
<th:block togglz:active="SHOW_COLLECTION_STATISTICS" th:if="${not #lists.isEmpty(seriesOfCollection)}">
121
95
/*/-->
@@ -134,22 +108,48 @@ <h4 class="panel-title" th:text="#{t_in_collection}">In this collection</h4>
134
108
</th:block>
135
109
/*/-->
136
110
</ div >
137
- < div class ="col-sm-3 ">
111
+ < div class ="col-sm-3 col-md-push-4 ">
138
112
< div class ="panel panel-default " togglz:active ="SHOW_COLLECTION_CHARTS " th:if ="${not #lists.isEmpty(seriesOfCollection)} ">
139
113
< div class ="panel-heading ">
140
114
< h4 class ="panel-title " th:text ="#{t_stamps_by_countries} "> Stamps by countries</ h4 >
141
115
</ div >
142
116
< div id ="countries-chart " class ="panel-body no-padding "> </ div >
143
117
</ div >
144
118
</ div >
145
- < div class ="col-sm-3 ">
119
+ < div class ="col-sm-3 col-md-push-4 ">
146
120
< div class ="panel panel-default " togglz:active ="SHOW_COLLECTION_CHARTS " th:if ="${not #lists.isEmpty(seriesOfCollection)} ">
147
121
< div class ="panel-heading ">
148
122
< h4 class ="panel-title " th:text ="#{t_stamps_by_categories} "> Stamps by categories</ h4 >
149
123
</ div >
150
124
< div id ="categories-chart " class ="panel-body no-padding "> </ div >
151
125
</ div >
152
126
</ div >
127
+ < div class ="col-sm-4 col-md-pull-8 ">
128
+ < ul th:if ="${not #lists.isEmpty(seriesOfCollection)} " th:remove ="all-but-first ">
129
+ < li th:each ="series : ${seriesOfCollection} ">
130
+ < a href ="../series/info.html " th:href ="@{${INFO_SERIES_PAGE}(id=${series.id})} ">
131
+ < span th:remove ="tag " th:text ="|${series.category}, | "> Animals, </ span >
132
+ < span th:remove ="tag " th:if ="${series.country != null} " th:text ="|${series.country}, | "> Italy, </ span >
133
+ < span th:remove ="tag " th:if ="${series.releaseYear != null} " th:text ="|${series.releaseYear}, | "> 1999, </ span >
134
+ < span th:remove ="tag " th:text ="|${series.quantity} ${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}| "> 7 stamps</ span >
135
+ < span th:remove ="tag " th:if ="${not series.perforated} " th:text ="|(#{t_wo_perforation_short})| "> (without perforation)</ span >
136
+ </ a >
137
+ <!--/*/
138
+ <span class="label label-default"
139
+ th:if="${series.quantity != series.numberOfStamps}"
140
+ th:text="#{t_m_out_of_n(${series.numberOfStamps}, ${series.quantity})}"></span>
141
+ /*/-->
142
+ < span th:if ="${justAddedSeriesId != null and justAddedSeriesId == series.id} " class ="label label-success "> New</ span >
143
+ </ li >
144
+ < li >
145
+ < a href ="../category/info.html "> Animals, Italy, 22 stamps</ a >
146
+ < span class ="label label-default "> 20 out of 22</ span >
147
+ </ li >
148
+ < li >
149
+ < a href ="../category/info.html "> Animals, Italy, 1983, 5 stamps</ a >
150
+ </ li >
151
+ </ ul >
152
+ </ div >
153
153
</ div >
154
154
</ div >
155
155
</ div >
0 commit comments