Project

General

Profile

Download (2.13 KB) Statistics
| Branch: | Tag: | Revision:
1
<!doctype html>
2
<html>
3
 <head>
4
  <meta charset="UTF-8">
5
  <meta name="design-properties" content="{&quot;RULERS_VISIBLE&quot;:true,&quot;GUIDELINES_VISIBLE&quot;:false,&quot;SNAP_TO_OBJECTS&quot;:true,&quot;SNAP_TO_GRID&quot;:true,&quot;SNAPPING_DISTANCE&quot;:10,&quot;JAVA_SOURCES_ROOT&quot;:&quot;src/main/java&quot;,&quot;THEME&quot;:&quot;edit-valo&quot;}">
6
  <meta name="vaadin-version" content="7.7.0">
7
 </head>
8
 <body>
9
  <vaadin-horizontal-layout style-name="registration-item" width-full>
10
   <vaadin-vertical-layout :expand>
11
    <vaadin-horizontal-layout spacing width-full height="34px" :middle>
12
     <vaadin-label icon="fonticon://FontAwesome/f02b" style-name="label-nowrap" size-auto plain-text _id="typeStateLabel">
13
       State 
14
     </vaadin-label>
15
     <vaadin-link caption="http://phycobank/100000" _id="identifierLink" :center :expand></vaadin-link>
16
    </vaadin-horizontal-layout>
17
    <vaadin-label plain-text _id="citationLabel">
18
      Publication citation string 
19
    </vaadin-label>
20
    <vaadin-label plain-text _id="summaryLabel">
21
      Publication citation string possibly spanning multiple lines 
22
    </vaadin-label>
23
   </vaadin-vertical-layout>
24
   <vaadin-vertical-layout width-auto height-full>
25
    <vaadin-css-layout style-name="v-component-group">
26
     <vaadin-button icon="fonticon://FontAwesome/f071" enabled="false" style-name="tiny" plain-text _id="blockedByButton"></vaadin-button>
27
     <vaadin-button icon="fonticon://FontAwesome/f075" enabled="false" style-name="tiny" plain-text _id="messageButton"></vaadin-button>
28
     <vaadin-button icon="fonticon://FontAwesome/f085" style-name="tiny primary" plain-text _id="openButton"></vaadin-button>
29
    </vaadin-css-layout>
30
    <vaadin-vertical-layout size-full :bottom :right>
31
     <vaadin-label caption="Created" style-name="label-nowrap" size-auto plain-text _id="createdLabel" :bottom :right>
32
       12.12.2012 
33
     </vaadin-label>
34
     <vaadin-label caption="Published" style-name="label-nowrap" size-auto plain-text _id="publishedLabel" :bottom :right>
35
       12.12.2012 
36
     </vaadin-label>
37
    </vaadin-vertical-layout>
38
   </vaadin-vertical-layout>
39
  </vaadin-horizontal-layout>
40
 </body>
41
</html>
(2-2/7)