6 |
<body> |
<body> |
7 |
<h1>Certificate of <c c="${subject.cn}"></c></h1> |
<h1>Certificate of <c c="${subject.cn}"></c></h1> |
8 |
<div if="!${cert}"> |
<div if="!${cert}"> |
|
<p class="topinfo-ok" if="${request}">This certificate is currently awaiting approval.</p> |
|
9 |
<p class="topinfo-bad" if="!${request}">This certificate is incomplete, please consider removing it.</p> |
<p class="topinfo-bad" if="!${request}">This certificate is incomplete, please consider removing it.</p> |
10 |
|
<div if="${request}"> |
11 |
|
<p class="topinfo-ok" if="!${request.submitted}">Your request still <a href="action:viewrequest">needs to be submitted</a> to the certificate authority.</p> |
12 |
|
<div if="${request.submitted}"> |
13 |
|
<p class="topinfo-ok" if="!${request.processed}">Your request is currently awaiting approval.</p> |
14 |
|
<p class="topinfo-ok" if="${request.processed}">Your request has been accepted, <a href="action:viewrequest">please retrieve it</a> to continue.</p> |
15 |
|
</div> |
16 |
|
</div> |
17 |
</div> |
</div> |
18 |
|
|
19 |
<table summary="certificate details" cellpadding="3"> |
<table summary="certificate details" cellpadding="3"> |