]> WPIA git - gigi.git/blob - src/org/cacert/gigi/output/NameInput.templ
fix: indentation of NameInput.templ
[gigi.git] / src / org / cacert / gigi / output / NameInput.templ
1 <h3><?=_First-Last-Suffix Name?></h3>
2 <h4><?=_Structure?></h4>
3 <?=_Name consists of one or more first names, one or more last names and any amount of suffixes?>
4 <h4><?=_Variant Generation?></h4>
5 <ul>
6   <li><?=_First names may be swapped?></li>
7   <li><?=_The first Last Name is mandatory, any other ones may be omitted, but must stay in sequence.?></li>
8   <li><?=_Any Suffixes may be omitted, but must stay in sequence.?></li>
9 </ul>
10 <div class="form-group">
11   <input type='text' name='fname' class="form-control" placeholder="<?=_First Names?>" value="<?=$fname?>">
12 </div>
13 <div class="form-group">
14   <input type='text' name='lname' class="form-control" placeholder="<?=_Last Names?>" value="<?=$lname?>">
15 </div>
16 <div class="form-group">
17   <input type='text' name='suffix' class="form-control" placeholder="<?=_Suffixes?>" value="<?=$suffix?>">
18 </div>
19
20 <h3><?=_Single Name?></h3>
21 <h4><?=_Structure?></h4>
22 <?=_Name of one part?>
23 <h4><?=_Variant Generation?></h4>
24 <ul>
25   <li><?=_Name has no variants?></li>
26 </ul>
27 <div class="form-group">
28   <input type='text' name='name' class="form-control" placeholder="<?=_Name?>" value="<?=$name?>">
29 </div>