2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/templates/clear_logo/completed.pstpl

21 lines
403 B
Plaintext

<table class="completed-table bf">
<tr>
<td>
<table width="80%" align="center">
<tr>
<td class="completed-text">
{COMPLETED}<br /><br />
<span>{URL}</span><br /><br />
<center>
<input type="button" name="closeme" value="Close Window" onclick="top.window.close();" />
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>