]> WPIA git - gigi.git/blob - src/org/cacert/gigi/output/NameInput.templ
add: Allow multiple names, name-schemes, multi-name-assurance, etc.
[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>
11 <input type='text' name='fname' class="form-control" placeholder="<?=_First Names?>" value="<?=$fname?>">
12 <input type='text' name='lname' class="form-control" placeholder="<?=_Last Names?>" value="<?=$lname?>">
13 <input type='text' name='suffix' class="form-control" placeholder="<?=_Suffixes?>" value="<?=$suffix?>">
14 </div>
15 <h3><?=_Single Name?></h3>
16 <h4><?=_Structure?></h4>
17 <?=_Name of one part?>
18 <h4><?=_Variant Generation?></h4>
19 <ul>
20 <li><?=_Name has no variants?></li>
21 </ul>
22 <div>
23 <input type='text' name='name' class="form-control" placeholder="<?=_Name?>" value="<?=$name?>">
24 </div>