diff --git a/.gitignore b/.gitignore index add7806..b35fbfb 100755 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ install/conf.php html/svc/BU-commander private.txt -vendor/ \ No newline at end of file +vendor/ +logs/ \ No newline at end of file diff --git a/src/bu-command-nav.json b/src/bu-command-nav.json index a4f3977..5842f9f 100644 --- a/src/bu-command-nav.json +++ b/src/bu-command-nav.json @@ -17,6 +17,18 @@ }, "style":[ "/css/login.css" ], "page_builder" : "login_page" + }, + + "Johnpearcey\\Amara\\Router\\RqHandlerCls_lostpwd" : { + "style":[ "/css/login.css" ], + "page_builder" : { + "name" : "reset_pwd", + "data" : { + "rst_pwd_form" : { + "btn_submit_value" : "Reset" + } + } + } } }, diff --git a/src/bu-command-pages.json b/src/bu-command-pages.json index a22d5c3..5619be0 100644 --- a/src/bu-command-pages.json +++ b/src/bu-command-pages.json @@ -10,7 +10,17 @@ "Templates": { - "template_root" : "./templates" + "template_root" : "./templates", + + "body": [ + "body_o", + "title_bar", + "content_area_o", + "----", + "content_area_c", + "body_footer", + "body_c" + ] } diff --git a/src/css/main.css b/src/css/main.css index 3fe1a36..4e537e7 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -3,7 +3,7 @@ padding: 0px 0px 0px 0px; } -body, html { +body { padding: 3px 3px 3px 3px; background-color: #D8DBE2; font-family: Ubuntu, Verdana, sans-serif; @@ -21,25 +21,30 @@ background-color: salmon; } - div.main_page { - position: relative; - display: table; +.content_area{ + min-height:350px; + border: solid #8E9CB2 2px; +} - width: 1000px; + div.main_page { + position: relative; + display: table; - margin-bottom: 3px; - margin-left: auto; - margin-right: auto; - padding: 0px 0px 0px 0px; + width: 1000px; - border-width: 2px; - border-color: #212738; - border-style: solid; + margin-bottom: 3px; + margin-left: auto; + margin-right: auto; + padding: 5px; - background-color: #FFFFFF; + border-width: 2px; + border-color: #212738; + border-style: solid; - text-align: center; - } + background-color: #FFFFFF; + + text-align: center; + } div.content_section_text { padding: 4px 8px 4px 8px; @@ -70,8 +75,8 @@ } div.section_header { + padding: 3px 6px 3px 6px; - background-color: #8E9CB2; color: #FFFFFF; diff --git a/src/index.php b/src/index.php index 77430b0..a610a8d 100755 --- a/src/index.php +++ b/src/index.php @@ -21,7 +21,7 @@ JPLogger::get()->info("*** Request start ***"); // database required for backup commander and Amara - $db = new \PDO('sqlite:'.__DIR__.'/data/data.db'); + $db = new \PDO('sqlite:'.dirname(__DIR__).'/html/data/data.db'); // secret properties, logins for email etc. $local_props_json = __DIR__."/bu-command-local-conf.json"; diff --git a/src/templates/body_footer.tp b/src/templates/body_footer.tp new file mode 100644 index 0000000..e90fdc4 --- /dev/null +++ b/src/templates/body_footer.tp @@ -0,0 +1,8 @@ +?> +
For help using this panel, please email john@pearcey.net
+This backup utility is open source and can be downloaded from pearcey.net
+Please report bugs to john@pearcey.net
+