]> WPIA git - gigi.git/blob - src/club/wpia/gigi/util/VerificationEntered.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / util / VerificationEntered.templ
1 Subject: <?=_Verification entered?>
2
3 <?=_Hi?>,
4
5 <?=_RA-Agent ${agent} verified your name(s):?>
6
7 <? foreach($names) { ?>\
8 <?=_${name}: with ${points} to total ${total} Verification Points.?>
9 <? if($rem) { ?>\
10 <?=_To issue client certificates with this name you need ${rem} more Verification Points.?>
11 <? } ?>\
12 <? if($gotGreater) { ?>\
13 <?=_You can now issue client certificates with this name.?>
14 <? } ?>\
15 <? } ?>\
16
17 <? if($remAll) { ?>\
18 <?=_To apply for RA Agent status or code signing ability you need ${remAll} more Verification Points.?>
19 <? } ?>\
20 <? if($gotGreaterAll) { ?>\
21 <?=_You can now apply for RA Agent status or code signing ability.?>
22 <? } ?>\