This commit is contained in:
39
templates/Maketank-prev/misc/alreadyinstalledhint.tpl
Normal file
39
templates/Maketank-prev/misc/alreadyinstalledhint.tpl
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Default-Style" content="text/css" />
|
||||
<link rel="stylesheet" href="../templates/Sparkle/assets/css/main.css" />
|
||||
<!--[if IE]><link rel="stylesheet" href="../templates/Sparkle/assets/css/main_ie.css" /><![endif]-->
|
||||
<!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]-->
|
||||
<link href="../templates/{$theme}/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<title>Froxlor Server Management Panel - Installation</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="loginpage">
|
||||
|
||||
<article class="login bradius">
|
||||
<header class="dark">
|
||||
<img src="templates/{$theme}/assets/img/logo.svg" alt="Froxlor Server Management Panel" />
|
||||
</header>
|
||||
|
||||
<section class="loginsec">
|
||||
<h2>Welcome to Froxlor</h2>
|
||||
<p>It seems that Froxlor has already been configured.</p>
|
||||
<p>Click on the link below to go to the login page.</p>
|
||||
<p> </p>
|
||||
<aside class="right">
|
||||
<a href="../index.php" title="Click to go to the login page">Go to login</a>
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<span>
|
||||
Froxlor © 2009-<CURRENT_YEAR> by <a href="http://www.froxlor.org/" rel="external">the Froxlor Team</a>
|
||||
</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
37
templates/Maketank-prev/misc/configurehint.tpl
Normal file
37
templates/Maketank-prev/misc/configurehint.tpl
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Default-Style" content="text/css" />
|
||||
<link rel="stylesheet" href="templates/Sparkle/assets/css/main.css" />
|
||||
<!--[if IE]><link rel="stylesheet" href="templates/Sparkle/assets/css/main_ie.css" /><![endif]-->
|
||||
<!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]-->
|
||||
<link href="templates/{$theme}/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<title>Froxlor Server Management Panel - Installation</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="loginpage">
|
||||
<article class="login bradius">
|
||||
<header class="dark">
|
||||
<img src="templates/{$theme}/assets/img/logo.svg" alt="Froxlor Server Management Panel" />
|
||||
</header>
|
||||
|
||||
<section class="loginsec">
|
||||
<h2>Welcome to Froxlor</h2>
|
||||
<p>It seems that Froxlor has not been installed yet.</p>
|
||||
<p>Click on the link below to start the installation.</p>
|
||||
<p> </p>
|
||||
<aside class="right">
|
||||
<a href="./install/install.php" title="Click to start the install process">Start install</a>
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
<footer>
|
||||
<span>
|
||||
Froxlor © 2009-<CURRENT_YEAR> by <a href="http://www.froxlor.org/" rel="external">the Froxlor Team</a>
|
||||
</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
50
templates/Maketank-prev/misc/dberrornice.tpl
Normal file
50
templates/Maketank-prev/misc/dberrornice.tpl
Normal file
@@ -0,0 +1,50 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Default-Style" content="text/css" />
|
||||
<link rel="stylesheet" href="templates/Sparkle/assets/css/main.css" />
|
||||
<!--[if IE]><link rel="stylesheet" href="templates/Sparkle/assets/css/main_ie.css" /><![endif]-->
|
||||
<!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]-->
|
||||
<link href="templates/{$theme}/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<title>Froxlor Server Management Panel - Database error</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="loginpage">
|
||||
|
||||
<article class="errorbox bradius">
|
||||
<header class="dark">
|
||||
<img src="templates/{$theme}/assets/img/logo.svg" alt="Froxlor Server Management Panel" />
|
||||
</header>
|
||||
|
||||
<section class="errorsec">
|
||||
<div class="errorcontainer bradius">
|
||||
<div class="errortitle">A database error occurred</div>
|
||||
<div class="error">
|
||||
<p><TEXT></p>
|
||||
<p> </p>
|
||||
<pre class="overflow"><DEBUG></pre>
|
||||
<p> </p>
|
||||
</div>
|
||||
</div>
|
||||
<aside>
|
||||
<div class="left">
|
||||
<a href="#" title="Click here to go back" id="historyback">Go back</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<REPORT>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<span>
|
||||
Froxlor © 2009-<CURRENT_YEAR> by <a href="http://www.froxlor.org/" rel="external">the Froxlor Team</a>
|
||||
</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
9
templates/Maketank-prev/misc/error.tpl
Normal file
9
templates/Maketank-prev/misc/error.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="errorcontainer bradius">
|
||||
<div class="errortitle">{$lng['error']['error']}</div>
|
||||
<div class="error">$error</div>
|
||||
$link
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
1
templates/Maketank-prev/misc/form/input_file.tpl
Normal file
1
templates/Maketank-prev/misc/form/input_file.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<input type="file" name="{$fieldname}" id="{$fieldname}" class="file" />
|
||||
1
templates/Maketank-prev/misc/form/input_text.tpl
Normal file
1
templates/Maketank-prev/misc/form/input_text.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<input type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$value}"{$extras} />{$ulfield}
|
||||
1
templates/Maketank-prev/misc/form/input_textarea.tpl
Normal file
1
templates/Maketank-prev/misc/form/input_textarea.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<textarea name="{$fieldname}" id="{$fieldname}" {$extras}>{$value}</textarea>
|
||||
8
templates/Maketank-prev/misc/form/table_end.tpl
Normal file
8
templates/Maketank-prev/misc/form/table_end.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="right">
|
||||
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
|
||||
<input type="submit" value="{$lng['panel']['save']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
12
templates/Maketank-prev/misc/form/table_row.tpl
Normal file
12
templates/Maketank-prev/misc/form/table_row.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<td class="formlabeltd">
|
||||
<label for="{$fieldname}"><strong>{$label}</strong>{$mandatory}:
|
||||
<if $desc != ''>
|
||||
<br /><small>{$desc}</small>
|
||||
</if>
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
{$data_field}
|
||||
</td>
|
||||
</tr>
|
||||
9
templates/Maketank-prev/misc/form/table_section.tpl
Normal file
9
templates/Maketank-prev/misc/form/table_section.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<tr class="section">
|
||||
<th>
|
||||
{$title}
|
||||
</th>
|
||||
<th class="right nolbr">
|
||||
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
|
||||
<input type="submit" value="{$lng['panel']['save']}" />
|
||||
</th>
|
||||
</tr>
|
||||
6
templates/Maketank-prev/misc/htmlarrowcode.tpl
Normal file
6
templates/Maketank-prev/misc/htmlarrowcode.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<a href="{$baseurl}&sortfield={$fieldname}&sortorder=desc">
|
||||
<img src="templates/{$theme}/assets/img/icons/up.png" alt="" />
|
||||
</a>
|
||||
<a href="{$baseurl}&sortfield={$fieldname}&sortorder=asc">
|
||||
<img src="templates/{$theme}/assets/img/icons/down.png" alt="" />
|
||||
</a>
|
||||
7
templates/Maketank-prev/misc/htmlsearchcode.tpl
Normal file
7
templates/Maketank-prev/misc/htmlsearchcode.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
{$lng['panel']['search']}:
|
||||
<select name="searchfield">
|
||||
{$fieldoptions}
|
||||
</select>
|
||||
<input type="text" name="searchtext" class="searchtext" value="{$searchtext}" />
|
||||
<input type="submit" name="Go" value="Go" class="submitsearch" />
|
||||
<input type="reset" name="Reset" value="Reset" class="resetsearch" />
|
||||
7
templates/Maketank-prev/misc/htmlsortcode.tpl
Normal file
7
templates/Maketank-prev/misc/htmlsortcode.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<select name="sortfield">
|
||||
{$fieldoptions}
|
||||
</select>
|
||||
{$breakorws}
|
||||
<select name="sortorder">
|
||||
{$orderoptions}
|
||||
</select> <input type="submit" name="Go" value="Go" />
|
||||
45
templates/Maketank-prev/misc/ownershiphint.tpl
Normal file
45
templates/Maketank-prev/misc/ownershiphint.tpl
Normal file
@@ -0,0 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Default-Style" content="text/css" />
|
||||
<link rel="stylesheet" href="templates/Sparkle/assets/css/main.css" />
|
||||
<!--[if IE]><link rel="stylesheet" href="templates/Sparkle/assets/css/main_ie.css" /><![endif]-->
|
||||
<!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]-->
|
||||
<link href="templates/Sparkle/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<title>Froxlor Server Management Panel - Installation</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="loginpage">
|
||||
|
||||
<article class="errorbox bradius">
|
||||
<header class="dark">
|
||||
<img src="templates/{$theme}/assets/img/logo.svg" alt="Froxlor Server Management Panel" />
|
||||
</header>
|
||||
|
||||
<section class="errorsec">
|
||||
<div class="errorcontainer bradius">
|
||||
<div class="errortitle">Whoops!</div>
|
||||
<div class="error">
|
||||
<p>The configuration file <b>lib/userdata.inc.php</b> cannot be read from the webserver.</p>
|
||||
<p> </p>
|
||||
<p>This mostly happens due to wrong ownership.<br />Try the following command to correct the ownership:</p>
|
||||
<p> </p>
|
||||
<p><pre>chown -R <USER>:<GROUP> <FROXLOR_INSTALL_DIR></pre></p>
|
||||
</div>
|
||||
</div>
|
||||
<aside class="right">
|
||||
<a href="index.php" title="Click to refresh">Refresh</a>
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<span>
|
||||
Froxlor © 2009-<CURRENT_YEAR> by <a href="http://www.froxlor.org/" rel="external">the Froxlor Team</a>
|
||||
</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
11
templates/Maketank-prev/misc/phperrornice.tpl
Normal file
11
templates/Maketank-prev/misc/phperrornice.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="messagewrapperfull" class="phperror">
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">PHP warning/error</div>
|
||||
<div class="warning">
|
||||
<p><TEXT></p>
|
||||
<p> </p>
|
||||
<pre class="overflow"><DEBUG></pre>
|
||||
<p> </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
19
templates/Maketank-prev/misc/question_yesno.tpl
Normal file
19
templates/Maketank-prev/misc/question_yesno.tpl
Normal file
@@ -0,0 +1,19 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<form action="$yesfile" method="post">
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">{$lng['question']['question']}</div>
|
||||
<div class="warning">
|
||||
$text
|
||||
<div>
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
{$hiddenparams}
|
||||
<input type="submit" name="submitbutton" value="{$lng['panel']['yes']}" />
|
||||
<input type="button" class="nobutton" value="{$lng['panel']['no']}" id="historyback" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
$footer
|
||||
20
templates/Maketank-prev/misc/question_yesno_checkbox.tpl
Normal file
20
templates/Maketank-prev/misc/question_yesno_checkbox.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<form action="$yesfile" method="post">
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">{$lng['question']['question']}</div>
|
||||
<div class="warning">
|
||||
$text
|
||||
<div class="messagecheckbox">$checkbox</div>
|
||||
<div>
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
{$hiddenparams}
|
||||
<input type="submit" name="submitbutton" value="{$lng['panel']['yes']}" />
|
||||
<input type="button" class="nobutton" value="{$lng['panel']['no']}" id="historyback" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
$footer
|
||||
13
templates/Maketank-prev/misc/success.tpl
Normal file
13
templates/Maketank-prev/misc/success.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="successcontainer bradius">
|
||||
<div class="successtitle">{$lng['success']['success']}</div>
|
||||
<div class="success">
|
||||
$success_message
|
||||
<if $redirect_url != ''>
|
||||
<br /><br /><a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}</a>
|
||||
</if>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
Reference in New Issue
Block a user