Project

General

Profile

feature request #7977

Updated by Andreas Kohlbecker about 5 years ago

The layout of the registration needs to be rendered according to the following scheme: 

 ~~~ 
 if reg has name 
   print name  
   print name relations 
   line break 

 if reg has typedesignations 
   print type designations each in a separate line  
   print specimen table 

 if reference is a section & has inReference 
   print inReference 
 else  
   print reference 
 line break 

 print registration date and office 

 ~~~ 

 Registration Rigistration for testing the implementation:  

 * http://phycobank.org/100499 (name type and specimen type designations) 
 * http://phycobank.org/100014

Back