ConLite/conlite/templates/standard/template.rights_create.html

39 Zeilen
1.6 KiB
HTML

<html>
<head>
<title></title>
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<script type="text/javascript" src="scripts/rowMark.js"></script>
<script type="text/javascript" src="scripts/infoBox.js"></script>
<script type="text/javascript">
parent.parent.frames["left"].frames["left_bottom"].location.reload();
</script>
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
<style type="text/css">
#contenido_notification {margin-bottom:5px;}
table.content { border:0px; border-left:1px; border-bottom:1px; border-style:solid; }
table.content td { border:0px; border-top:1px; border-right:1px; border-style:solid; border-color:{BORDERCOLOR}; }
</style>
</head>
<body style="margin:10px">
{NOTIFICATION}
{FORM}
<table class="content" style="border-color:{BORDERCOLOR};" cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN:BLOCK -->
<tr class="text_medium" style="background-color:{BGCOLOR};">
<td valign="top" style="border-color:{BORDERCOLOR};">{CATNAME}</td>
<td valign="top" style="border-color:{BORDERCOLOR};" align="left">{CATFIELD}</td>
</tr>
<!-- END:BLOCK -->
<tr class="text_medium" style="background-color:#FFFFFF;">
<td valign="top" style="border-right:0px; border-color:{BORDERCOLOR};">&nbsp;</td>
<td valign="top" style="border-color:{BORDERCOLOR};" align="right">
<input type="image" src="images/but_ok.gif" alt="{SUBMITTEXT}" border="0">
</td>
</tr>
</table>
</form>
</body>
</html>