first commit
This commit is contained in:
20
templates/modern/index.html
Executable file
20
templates/modern/index.html
Executable file
@ -0,0 +1,20 @@
|
||||
<!-- Diese Datei gibt es nur im Standardtemplate, da vor dem Login man noch nicht wei<65> welches Template der User verwendet-->
|
||||
{if $action == ''}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" type="text/css">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<title>{$index_titel}</title>
|
||||
</head>
|
||||
<body onload="if(document.login)document.login.user.focus();return false;">
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td height="30"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
Reference in New Issue
Block a user