Skip to content

Commit

Permalink
schema list in wizard, attribute and object class details design adde…
Browse files Browse the repository at this point in the history
…d. not finished yet.
  • Loading branch information
1azyman committed Feb 20, 2014
1 parent 04d4aa2 commit ac83c8a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
Expand Up @@ -18,7 +18,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<div class="row">
<div class="col-md-3">
<div class="col-md-4">
<h3><wicket:message key="SchemaListPanel.objectClass"/></h3>
<table class="table table-striped table-condensed">
<thead>
Expand Down Expand Up @@ -46,7 +46,19 @@ <h3><wicket:message key="SchemaListPanel.objectClass"/></h3>
</table>
<span>navigator</span>
</div>
<div class="col-md-9">
<div class="col-md-8">
<h3><wicket:message key="SchemaListPanel.details"/></h3>
<div class="row">
<div class="col-md-6">
asdf
</div>
<div class="col-md-6">
asdf
</div>
</div>

<h3><wicket:message key="SchemaListPanel.attributes"/></h3>
todo
</div>
</div>
</wicket:panel>
Expand Down
Expand Up @@ -15,4 +15,6 @@
#

SchemaListPanel.objectClass=Object class
SchemaListPanel.message.couldntParseSchema=Couldn't parse resource schema
SchemaListPanel.message.couldntParseSchema=Couldn't parse resource schema
SchemaListPanel.details=Details
SchemaListPanel.attributes=Attributes

0 comments on commit ac83c8a

Please sign in to comment.