mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
This commit is contained in:
commit
a287131154
|
@ -5,16 +5,19 @@ $settings = new Settings();
|
||||||
$rootDir = realpath ("..");
|
$rootDir = realpath ("..");
|
||||||
$settings->_rootDir = $rootDir.'/';
|
$settings->_rootDir = $rootDir.'/';
|
||||||
|
|
||||||
$theme = "blue";
|
$theme = "bootstrap";
|
||||||
include("../inc/inc.Language.php");
|
include("../inc/inc.Language.php");
|
||||||
include("../inc/inc.ClassUI.php");
|
include("../inc/inc.ClassUI.php");
|
||||||
|
|
||||||
UI::htmlStartPage("INSTALL");
|
UI::htmlStartPage("INSTALL");
|
||||||
|
UI::globalBanner();
|
||||||
|
UI::contentStart();
|
||||||
UI::contentHeading("SeedDMS Installation...");
|
UI::contentHeading("SeedDMS Installation...");
|
||||||
UI::contentContainerStart();
|
UI::contentContainerStart();
|
||||||
echo "<h2>".getMLText('settings_install_welcome_title')."</h2>";
|
echo "<h2>".getMLText('settings_install_welcome_title')."</h2>";
|
||||||
echo "<div style=\"width: 600px;\">".getMLText('settings_install_welcome_text')."</div>";
|
echo "<div style=\"width: 600px;\">".getMLText('settings_install_welcome_text')."</div>";
|
||||||
echo '<p><a href="install.php">' . getMLText("settings_start_install") . '</a></p>';
|
echo '<p><a href="install.php">' . getMLText("settings_start_install") . '</a></p>';
|
||||||
UI::contentContainerEnd();
|
UI::contentContainerEnd();
|
||||||
|
UI::contentEnd();
|
||||||
UI::htmlEndPage();
|
UI::htmlEndPage();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user