diff --git a/nbproject/mplheader.txt b/nbproject/mplheader.txt new file mode 100644 index 0000000..f7703e8 --- /dev/null +++ b/nbproject/mplheader.txt @@ -0,0 +1,9 @@ +<#if licenseFirst??> +${licenseFirst} + +${licensePrefix}This Source Code Form is subject to the terms of the Mozilla Public +${licensePrefix}License, v. 2.0. If a copy of the MPL was not distributed with this +${licensePrefix}file, You can obtain one at http://mozilla.org/MPL/2.0/. +<#if licenseLast??> +${licenseLast} + \ No newline at end of file diff --git a/nbproject/project.properties b/nbproject/project.properties index e276e33..9dc7bcd 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -3,5 +3,6 @@ auxiliary.org-netbeans-modules-cordova.phonegap=false file.reference.BusinessMobile-test=test file.reference.BusinessMobile-www=www files.encoding=UTF-8 +project.licensePath=./nbproject/mplheader.txt site.root.folder=${file.reference.BusinessMobile-www} test.folder=${file.reference.BusinessMobile-test} diff --git a/www/icons/ic_lock.svg b/www/icons/ic_lock.svg new file mode 100644 index 0000000..da01ce6 --- /dev/null +++ b/www/icons/ic_lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/www/js/app.js b/www/js/app.js index a881f68..abb5958 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -132,6 +132,9 @@ function setnavbar(type, title, returnscreen) { navbar.fadeOut(150, function () { switch (type) { case "home": + navbar.html('Business     '); + break; + case "setup": navbar.html('Business   '); break; case "settings": diff --git a/www/views/mobilecode.html b/www/views/mobilecode.html new file mode 100644 index 0000000..1af9943 --- /dev/null +++ b/www/views/mobilecode.html @@ -0,0 +1,37 @@ + + +
+
+
+

+
+ +
+
+
+
+ + diff --git a/www/views/setup1.html b/www/views/setup1.html index 04ed8a5..bc6b010 100644 --- a/www/views/setup1.html +++ b/www/views/setup1.html @@ -146,5 +146,5 @@ } } - setnavbar("home"); + setnavbar("setup"); \ No newline at end of file diff --git a/www/views/setup2.html b/www/views/setup2.html index 04cd71a..09e1638 100644 --- a/www/views/setup2.html +++ b/www/views/setup2.html @@ -38,5 +38,5 @@ }); } - setnavbar("home"); + setnavbar("setup"); \ No newline at end of file