… | |
… | |
51 | <li class="property" wicket:id="properties"> |
51 | <li class="property" wicket:id="properties"> |
52 | <span class="property-namespace" wicket:id="namespace">namespace</span><span class="property-name" wicket:id="name">Property name</span> |
52 | <span class="property-namespace" wicket:id="namespace">namespace</span><span class="property-name" wicket:id="name">Property name</span> |
53 | |
53 | |
54 | <span wicket:id="type" class="property-type">Property type</span> |
54 | <span wicket:id="type" class="property-type">Property type</span> |
55 | <a wicket:id="delete"><img wicket:id="remove-icon" style="vertical-align: middle" width="16" height="16"/></a> |
55 | <a wicket:id="delete"><img wicket:id="remove-icon" style="vertical-align: middle" width="16" height="16"/></a> |
56 | <table class="property-value-container" width="100%"> |
56 | <table class="property-value-container" width="100%" wicket:id="values-container"> |
57 | <tr> |
57 | <tr> |
58 | <td width="100%"> |
58 | <td width="100%"> |
59 | <ul style="list-style: none"> |
59 | <ul style="list-style: none"> |
60 | <li class="property-value" wicket:id="values"> |
60 | <li class="property-value" wicket:id="values"> |
61 | <span wicket:id="value"></span> |
61 | <span wicket:id="value"></span> |