Project

General

Profile

Download (1.49 KB) Statistics
| Branch: | Tag: | Revision:
1 4b501287 Andreas Kohlbecker
<!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-grid-layout width-full>
10
   <row>
11
    <column>
12
     <vaadin-label icon="fonticon://FontAwesome/f02b" style-name="label-nowrap" size-auto plain-text _id="typeStateLabel">
13
       State 
14
     </vaadin-label>
15
    </column>
16
    <column>
17
     <vaadin-link caption="http://phycobank/100000" _id="identifierLink" :center></vaadin-link>
18
    </column>
19
    <column>
20
     <vaadin-css-layout style-name="v-component-group" :right>
21
      <vaadin-button icon="fonticon://FontAwesome/f071" enabled="false" style-name="tiny" plain-text _id="blockedByButton"></vaadin-button>
22
      <vaadin-button icon="fonticon://FontAwesome/f075" enabled="false" style-name="tiny" plain-text _id="messageButton"></vaadin-button>
23
      <vaadin-button icon="fonticon://FontAwesome/f085" style-name="tiny primary" plain-text _id="openButton"></vaadin-button>
24
     </vaadin-css-layout>
25
    </column>
26
   </row>
27
   <row>
28
    <column>
29
     <vaadin-label size-auto plain-text _id="citationLabel">
30
       Publication citation string 
31
     </vaadin-label>
32
    </column>
33
   </row>
34
   <row></row>
35
  </vaadin-grid-layout>
36
 </body>
37
</html>