From a06a971e888f38c05a4d74c8985fd2237b4eeb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Thu, 15 Nov 2018 18:37:39 +0900 Subject: [PATCH] Add: contract --- src/web/module/maestro_section_main.html | 4 +- src/web/module/maestro_section_register.html | 235 ++++++++++++++++++- 2 files changed, 230 insertions(+), 9 deletions(-) diff --git a/src/web/module/maestro_section_main.html b/src/web/module/maestro_section_main.html index f93a3f4..3b96f76 100644 --- a/src/web/module/maestro_section_main.html +++ b/src/web/module/maestro_section_main.html @@ -130,6 +130,7 @@ function deactivateApp(appID) { + + diff --git a/src/web/module/maestro_section_register.html b/src/web/module/maestro_section_register.html index 3006d47..f75ec38 100644 --- a/src/web/module/maestro_section_register.html +++ b/src/web/module/maestro_section_register.html @@ -186,6 +186,11 @@ function register_account() { ); } +function showContractModal() { + console.log("showContractModal"); + $("#contractModal").modal(); +} + $('#myTab a').on('click', function (e) { e.preventDefault(); // $(this).tab('show') @@ -194,6 +199,217 @@ $('#myTab a').on('click', function (e) { + + +