add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
68
templates/Classic/misc/alreadyinstalledhint.tpl
Normal file
68
templates/Classic/misc/alreadyinstalledhint.tpl
Normal file
@@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="Publisher" content="Froxlor" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<title>Attention: Froxlor has not been configured yet!</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
.default {
|
||||
width: 500px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
height: 70px;
|
||||
padding: 1em;
|
||||
margin: -100px 0 0 -258px;
|
||||
background-color: #2d6b85;
|
||||
border: 1px solid #254f76;
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
-moz-border-radius-topleft:20px;
|
||||
-moz-border-radius-topright:20px;
|
||||
}
|
||||
.default ul { list-style: none; padding: 0; margin: .75em; }
|
||||
.default ul li { margin-bottom: 1em; margin-top: 1.25em; }
|
||||
.default ul li a { text-decoration: underline; font-weight: bold; color: #fff; }
|
||||
.default ul li a:hover { text-decoration: none; font-weight: bold; color: #cccccc; }
|
||||
.footer {
|
||||
width: 500px;
|
||||
position: absolute;
|
||||
top: 70%;
|
||||
left: 50%;
|
||||
height: 25px;
|
||||
padding: 1em;
|
||||
margin: -100px 0 0 -258px;
|
||||
color: #666666;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.footer ul { list-style: none; padding: 0; margin: 0; }
|
||||
.footer ul li a { text-decoration: none; color: #666666; }
|
||||
.footer ul li a:hover { text-decoration: none; color: #000000; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="default">
|
||||
<ul>
|
||||
<li>It seems that Froxlor has already been installed..</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<ul><li>© 2009-2010 by <a href="http://www.froxlor.org">the Froxlor Team</a></li></ul>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
68
templates/Classic/misc/configurehint.tpl
Normal file
68
templates/Classic/misc/configurehint.tpl
Normal file
@@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="Publisher" content="Froxlor" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<title>Attention: Froxlor has not been configured yet!</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
.default {
|
||||
width: 500px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
height: 70px;
|
||||
padding: 1em;
|
||||
margin: -100px 0 0 -258px;
|
||||
background-color: #2d6b85;
|
||||
border: 1px solid #254f76;
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
-moz-border-radius-topleft:20px;
|
||||
-moz-border-radius-topright:20px;
|
||||
}
|
||||
.default ul { list-style: none; padding: 0; margin: .75em; }
|
||||
.default ul li { margin-bottom: 1em; margin-top: 1.25em; }
|
||||
.default ul li a { text-decoration: underline; font-weight: bold; color: #fff; }
|
||||
.default ul li a:hover { text-decoration: none; font-weight: bold; color: #cccccc; }
|
||||
.footer {
|
||||
width: 500px;
|
||||
position: absolute;
|
||||
top: 70%;
|
||||
left: 50%;
|
||||
height: 25px;
|
||||
padding: 1em;
|
||||
margin: -100px 0 0 -258px;
|
||||
color: #666666;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.footer ul { list-style: none; padding: 0; margin: 0; }
|
||||
.footer ul li a { text-decoration: none; color: #666666; }
|
||||
.footer ul li a:hover { text-decoration: none; color: #000000; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="default">
|
||||
<ul>
|
||||
<li>You have to <a href="./install/install.php">configure Froxlor</a> first.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<ul><li>© 2009-2010 by <a href="http://www.froxlor.org">the Froxlor Team</a></li></ul>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
13
templates/Classic/misc/error.tpl
Normal file
13
templates/Classic/misc/error.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
$header
|
||||
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
|
||||
<tr>
|
||||
<td class="maintitle" colspan="2"><b> <img src="images/Classic/title.gif" alt="" /> {$lng['error']['error']}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_center_noborder"><img src="images/Classic/error.gif" alt="" /></td>
|
||||
<td class="field_name">$error</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
1
templates/Classic/misc/form/input_text.tpl
Normal file
1
templates/Classic/misc/form/input_text.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<input class="<if $ulfield != ''>textul<else>text</if>" type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$value}"{$extras} />{$ulfield}
|
||||
1
templates/Classic/misc/form/input_textarea.tpl
Normal file
1
templates/Classic/misc/form/input_textarea.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<textarea class="textarea_noborder" name="{$fieldname}" id="{$fieldname}" {$extras}>{$value}</textarea>
|
||||
9
templates/Classic/misc/form/table_row.tpl
Normal file
9
templates/Classic/misc/form/table_row.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<tr>
|
||||
<td class="main_field_name"{$style}>
|
||||
{$label}{$mandatory}:
|
||||
<if $desc != ''>
|
||||
<br /><span style="font-size:85%;">{$desc}</span>
|
||||
</if>
|
||||
</td>
|
||||
<td class="main_field_display" nowrap="nowrap">{$data_field}</td>
|
||||
</tr>
|
||||
8
templates/Classic/misc/form/table_section.tpl
Normal file
8
templates/Classic/misc/form/table_section.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<tr>
|
||||
<td class="maintitle_apply_left">
|
||||
<b><img src="images/Classic/title.gif" alt="{$title}" /> {$title}</b>
|
||||
</td>
|
||||
<td class="maintitle_apply_right" nowrap="nowrap">
|
||||
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||
</td>
|
||||
</tr>
|
||||
6
templates/Classic/misc/htmlarrowcode.tpl
Normal file
6
templates/Classic/misc/htmlarrowcode.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<a href="{$baseurl}&sortfield={$fieldname}&sortorder=desc">
|
||||
<img src="images/Classic/order_desc.gif" border="0" alt="" />
|
||||
</a>
|
||||
<a href="{$baseurl}&sortfield={$fieldname}&sortorder=asc">
|
||||
<img src="images/Classic/order_asc.gif" border="0" alt="" />
|
||||
</a>
|
||||
6
templates/Classic/misc/htmlsearchcode.tpl
Normal file
6
templates/Classic/misc/htmlsearchcode.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
{$lng['panel']['search']}:
|
||||
<select class="dropdown_noborder" name="searchfield">
|
||||
{$fieldoptions}
|
||||
</select>
|
||||
<input type="text" name="searchtext" value="{$searchtext}" />
|
||||
<input type="submit" name="Go" value="Go" />
|
||||
7
templates/Classic/misc/htmlsortcode.tpl
Normal file
7
templates/Classic/misc/htmlsortcode.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<select class="dropdown_noborder" name="sortfield">
|
||||
{$fieldoptions}
|
||||
</select>
|
||||
{$breakorws}
|
||||
<select class="dropdown_noborder" name="sortorder">
|
||||
{$orderoptions}
|
||||
</select> <input type="submit" name="Go" value="Go" />
|
||||
18
templates/Classic/misc/question_yesno.tpl
Normal file
18
templates/Classic/misc/question_yesno.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
$header
|
||||
<form action="$yesfile" method="post">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
$hiddenparams
|
||||
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
|
||||
<tr>
|
||||
<td class="maintitle" colspan="2"><b> <img src="images/Classic/title.gif" alt="" /> {$lng['question']['question']}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_border_left">$text</td>
|
||||
<td class="field_name" nowrap="nowrap"><input type="submit" class="bottom" name="submitbutton" value="{$lng['panel']['yes']}" /> <input type="button" class="bottom" value="{$lng['panel']['no']}" onclick="history.go(-{$back_nr});" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
21
templates/Classic/misc/question_yesno_checkbox.tpl
Normal file
21
templates/Classic/misc/question_yesno_checkbox.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
$header
|
||||
<form action="$yesfile" method="post">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
$hiddenparams
|
||||
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
|
||||
<tr>
|
||||
<td class="maintitle" colspan="2"><b> <img src="images/Classic/title.gif" alt="" /> {$lng['question']['question']}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_center_noborder">$text</td>
|
||||
<td class="field_name">$checkbox</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_border_left" nowrap="nowrap" style="text-align: center;" colspan="2"><input type="submit" class="bottom" name="submitbutton" value="{$lng['panel']['yes']}" /> <input type="button" class="bottom" value="{$lng['panel']['no']}" onclick="history.back();" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
13
templates/Classic/misc/success.tpl
Normal file
13
templates/Classic/misc/success.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
$header
|
||||
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
|
||||
<tr>
|
||||
<td class="maintitle" colspan="2"><b> <img src="images/Classic/title.gif" alt="" /> {$lng['success']['success']}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_center_noborder"><img src="images/Classic/info.png" alt="" /></td>
|
||||
<td class="field_name">$success_message<if $redirect_url != ''><br /><a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}</a></if></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
Reference in New Issue
Block a user