vtenext/Smarty/templates/AccessDenied.tpl
2021-04-28 20:10:26 +02:00

26 lines
1001 B
Smarty

{*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************}
{* crmv@97237 *}
<table border='0' cellpadding='5' cellspacing='0' width='100%' height='450px'>
<tr><td align='center'>
<div style='border: 3px solid rgb(153, 153, 153); background-color: rgb(255, 255, 255); width: 80%; position: relative; z-index: 10000000;'>
<table border='0' cellpadding='5' cellspacing='0' width='98%'>
<tbody>
<tr>
<td rowspan='2' width='11%'><img src="{'denied.gif'|resourcever}" border="0"></td>
<td style='border-bottom: 1px solid rgb(204, 204, 204);' nowrap='nowrap' width='70%'><span class='genHeaderSmall'> {$TEXT} </span></td>
</tr>
<tr>
<td class='small' align='right' nowrap='nowrap'>
<a href='javascript:window.history.back();'>{$APP.LBL_GO_BACK}</a><br>
</td>
</tr>
</tbody>
</table>
</div>
</td></tr>
</table>