Project

General

Profile

Download (1.73 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-vertical-layout spacing>
10
   <vaadin-label style-name="huge" size-auto plain-text :center>
11
     New Registration 
12
   </vaadin-label>
13
   <vaadin-label size-auto plain-text :middle :center>
14
     What are you about to register, a scientific name or a typification for a name? 
15
   </vaadin-label>
16
   <vaadin-css-layout style-name="dashboard-actions" responsive _id="dashboard" :center>
17
    <vaadin-vertical-layout style-name="dashboard-action-2" spacing size-auto margin>
18
     <vaadin-button icon="fonticon://FontAwesome/f02b" style-name="borderless icon-align-top giant" plain-text _id="buttonName" :middle :center>
19
       Name 
20
     </vaadin-button>
21
     <vaadin-label size-auto plain-text :center>
22
       Start the registration process for a scientific name. 
23
     </vaadin-label>
24
    </vaadin-vertical-layout>
25
    <vaadin-vertical-layout style-name="dashboard-action-2" spacing size-auto margin>
26
     <vaadin-button icon="fonticon://FontAwesome/f02c" enabled="false" style-name="borderless icon-align-top giant" plain-text _id="buttonTypification" :middle :center>
27
       Typification 
28
     </vaadin-button>
29
     <vaadin-label size-auto plain-text :center>
30
       Start the registration process for a typification. 
31
     </vaadin-label>
32
    </vaadin-vertical-layout>
33
   </vaadin-css-layout>
34
  </vaadin-vertical-layout>
35
 </body>
36
</html>
(3-3/3)