From 2afa6ebfe890d13eb91b2ec8960f55e1c92639aa Mon Sep 17 00:00:00 2001 From: Joe Tretter Date: Mon, 27 Apr 2020 14:33:37 -0500 Subject: [PATCH 1/3] Fix up the css for chrome -- still many other issue, but at least it's good enough for a quick demo now ;) --- menuBar.css | 1 + node.css | 3 +++ 2 files changed, 4 insertions(+) diff --git a/menuBar.css b/menuBar.css index a451aaf..1fcfdfd 100644 --- a/menuBar.css +++ b/menuBar.css @@ -1,5 +1,6 @@ div.menuBar { -moz-border-radius-bottomright:20px; + -webkit-border-bottom-right-radius: 20px; position:fixed; top:0px; left:150px; diff --git a/node.css b/node.css index 236b9d8..35f4ff2 100644 --- a/node.css +++ b/node.css @@ -4,6 +4,7 @@ span.collapsedNode { -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; + -webkit-border-radius: 10px; background:#a41e2a; font-size:13px; padding:10px; @@ -20,6 +21,7 @@ span.node { -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; + -webkit-border-radius: 10px; background:#a41e2a; font-size:13px; padding:10px; @@ -35,6 +37,7 @@ span.node { span.boxToolbar { -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; + -webkit-border-top-left-radius: 5px; background:#BEF76D; color:#000000; min-width:120; From 7ce0a387638b57279418e4a987edf196bcbb6b69 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 27 Apr 2020 15:35:11 -0500 Subject: [PATCH 2/3] Fix up for current browser... --- WebThinkTC.html | 0 addJavaScriptHash.sh | 0 config.php.example | 0 consyntools.jar | Bin dataTools.js | 0 deploy/deploy.sh | 0 dragNDrop.js | 0 drawLine.js | 0 fileSelectorControl.js | 0 iconControl.js | 0 icons/arrowDown.png | Bin icons/arrowDownExclam.png | Bin icons/arrowLeft.png | Bin icons/arrowRight.png | Bin icons/arrowUp.png | Bin icons/arrowUpExclam.png | Bin icons/bulb.png | Bin icons/clock.png | Bin icons/cross.png | Bin icons/exclamationMark.png | Bin icons/heart.png | Bin icons/phone.png | Bin icons/questionSign.png | Bin icons/rose.png | Bin icons/smileyBad.png | Bin icons/smileyGood.png | Bin icons/smileyOh.png | Bin icons/smileysBase.xcf | Bin icons/thumbDown.png | Bin icons/thumbUp.png | Bin icons/tick.png | Bin impressum.html | 0 login.css | 0 login.js | 0 login.php | 8 +- mainPage.php | 30 ++-- menu.css | 0 menuBar.css | 0 menuBarControl.js | 0 menuControl.js | 0 miscMain.css | 0 node.css | 0 node.js | 4 +- nodeRel.css | 0 nodeRel.js | 0 obfuscate.sh | 0 observerHandling.js | 0 pix/WebthinkLogo.png | Bin pix/WebthinkLogoMedium.png | Bin pix/ginamail.jpg | Bin pix/icnArrowDown.png | Bin pix/icnArrowUp.png | Bin pix/icnBusyWait.png | Bin pix/icnMoveBranch.png | Bin pix/icnNewBranch.png | Bin pix/icnStar.png | Bin pix/icnWaste.png | Bin profile.html | 0 requestTarget.php | 14 +- sql/createDB.sql | 0 sql/exportSchema.sh | 0 sql/prepareIcon.sql | 0 sql/preparePKey.sql | 0 textControl.js | 0 todoList.txt | 0 toolbar.js | 0 tutorial/exampleMap1.png | Bin tutorial/freeRelation1.png | Bin tutorial/iconMenu1.png | Bin tutorial/iconMenu2.png | Bin tutorial/icons1.png | Bin tutorial/index.html | 0 tutorial/node1.png | Bin tutorial/node2.png | Bin tutorial/parentRelation1.png | Bin tutorial/relationMenu1.png | Bin tutorial/toolBar1.png | Bin uiTools.js | 0 webRequest.js | 268 ++++------------------------------- workspaceResize.js | 0 80 files changed, 56 insertions(+), 268 deletions(-) mode change 100644 => 100755 WebThinkTC.html mode change 100644 => 100755 addJavaScriptHash.sh mode change 100644 => 100755 config.php.example mode change 100644 => 100755 consyntools.jar mode change 100644 => 100755 dataTools.js mode change 100644 => 100755 deploy/deploy.sh mode change 100644 => 100755 dragNDrop.js mode change 100644 => 100755 drawLine.js mode change 100644 => 100755 fileSelectorControl.js mode change 100644 => 100755 iconControl.js mode change 100644 => 100755 icons/arrowDown.png mode change 100644 => 100755 icons/arrowDownExclam.png mode change 100644 => 100755 icons/arrowLeft.png mode change 100644 => 100755 icons/arrowRight.png mode change 100644 => 100755 icons/arrowUp.png mode change 100644 => 100755 icons/arrowUpExclam.png mode change 100644 => 100755 icons/bulb.png mode change 100644 => 100755 icons/clock.png mode change 100644 => 100755 icons/cross.png mode change 100644 => 100755 icons/exclamationMark.png mode change 100644 => 100755 icons/heart.png mode change 100644 => 100755 icons/phone.png mode change 100644 => 100755 icons/questionSign.png mode change 100644 => 100755 icons/rose.png mode change 100644 => 100755 icons/smileyBad.png mode change 100644 => 100755 icons/smileyGood.png mode change 100644 => 100755 icons/smileyOh.png mode change 100644 => 100755 icons/smileysBase.xcf mode change 100644 => 100755 icons/thumbDown.png mode change 100644 => 100755 icons/thumbUp.png mode change 100644 => 100755 icons/tick.png mode change 100644 => 100755 impressum.html mode change 100644 => 100755 login.css mode change 100644 => 100755 login.js mode change 100644 => 100755 login.php mode change 100644 => 100755 mainPage.php mode change 100644 => 100755 menu.css mode change 100644 => 100755 menuBar.css mode change 100644 => 100755 menuBarControl.js mode change 100644 => 100755 menuControl.js mode change 100644 => 100755 miscMain.css mode change 100644 => 100755 node.css mode change 100644 => 100755 node.js mode change 100644 => 100755 nodeRel.css mode change 100644 => 100755 nodeRel.js mode change 100644 => 100755 obfuscate.sh mode change 100644 => 100755 observerHandling.js mode change 100644 => 100755 pix/WebthinkLogo.png mode change 100644 => 100755 pix/WebthinkLogoMedium.png mode change 100644 => 100755 pix/ginamail.jpg mode change 100644 => 100755 pix/icnArrowDown.png mode change 100644 => 100755 pix/icnArrowUp.png mode change 100644 => 100755 pix/icnBusyWait.png mode change 100644 => 100755 pix/icnMoveBranch.png mode change 100644 => 100755 pix/icnNewBranch.png mode change 100644 => 100755 pix/icnStar.png mode change 100644 => 100755 pix/icnWaste.png mode change 100644 => 100755 profile.html mode change 100644 => 100755 requestTarget.php mode change 100644 => 100755 sql/createDB.sql mode change 100644 => 100755 sql/exportSchema.sh mode change 100644 => 100755 sql/prepareIcon.sql mode change 100644 => 100755 sql/preparePKey.sql mode change 100644 => 100755 textControl.js mode change 100644 => 100755 todoList.txt mode change 100644 => 100755 toolbar.js mode change 100644 => 100755 tutorial/exampleMap1.png mode change 100644 => 100755 tutorial/freeRelation1.png mode change 100644 => 100755 tutorial/iconMenu1.png mode change 100644 => 100755 tutorial/iconMenu2.png mode change 100644 => 100755 tutorial/icons1.png mode change 100644 => 100755 tutorial/index.html mode change 100644 => 100755 tutorial/node1.png mode change 100644 => 100755 tutorial/node2.png mode change 100644 => 100755 tutorial/parentRelation1.png mode change 100644 => 100755 tutorial/relationMenu1.png mode change 100644 => 100755 tutorial/toolBar1.png mode change 100644 => 100755 uiTools.js mode change 100644 => 100755 webRequest.js mode change 100644 => 100755 workspaceResize.js diff --git a/WebThinkTC.html b/WebThinkTC.html old mode 100644 new mode 100755 diff --git a/addJavaScriptHash.sh b/addJavaScriptHash.sh old mode 100644 new mode 100755 diff --git a/config.php.example b/config.php.example old mode 100644 new mode 100755 diff --git a/consyntools.jar b/consyntools.jar old mode 100644 new mode 100755 diff --git a/dataTools.js b/dataTools.js old mode 100644 new mode 100755 diff --git a/deploy/deploy.sh b/deploy/deploy.sh old mode 100644 new mode 100755 diff --git a/dragNDrop.js b/dragNDrop.js old mode 100644 new mode 100755 diff --git a/drawLine.js b/drawLine.js old mode 100644 new mode 100755 diff --git a/fileSelectorControl.js b/fileSelectorControl.js old mode 100644 new mode 100755 diff --git a/iconControl.js b/iconControl.js old mode 100644 new mode 100755 diff --git a/icons/arrowDown.png b/icons/arrowDown.png old mode 100644 new mode 100755 diff --git a/icons/arrowDownExclam.png b/icons/arrowDownExclam.png old mode 100644 new mode 100755 diff --git a/icons/arrowLeft.png b/icons/arrowLeft.png old mode 100644 new mode 100755 diff --git a/icons/arrowRight.png b/icons/arrowRight.png old mode 100644 new mode 100755 diff --git a/icons/arrowUp.png b/icons/arrowUp.png old mode 100644 new mode 100755 diff --git a/icons/arrowUpExclam.png b/icons/arrowUpExclam.png old mode 100644 new mode 100755 diff --git a/icons/bulb.png b/icons/bulb.png old mode 100644 new mode 100755 diff --git a/icons/clock.png b/icons/clock.png old mode 100644 new mode 100755 diff --git a/icons/cross.png b/icons/cross.png old mode 100644 new mode 100755 diff --git a/icons/exclamationMark.png b/icons/exclamationMark.png old mode 100644 new mode 100755 diff --git a/icons/heart.png b/icons/heart.png old mode 100644 new mode 100755 diff --git a/icons/phone.png b/icons/phone.png old mode 100644 new mode 100755 diff --git a/icons/questionSign.png b/icons/questionSign.png old mode 100644 new mode 100755 diff --git a/icons/rose.png b/icons/rose.png old mode 100644 new mode 100755 diff --git a/icons/smileyBad.png b/icons/smileyBad.png old mode 100644 new mode 100755 diff --git a/icons/smileyGood.png b/icons/smileyGood.png old mode 100644 new mode 100755 diff --git a/icons/smileyOh.png b/icons/smileyOh.png old mode 100644 new mode 100755 diff --git a/icons/smileysBase.xcf b/icons/smileysBase.xcf old mode 100644 new mode 100755 diff --git a/icons/thumbDown.png b/icons/thumbDown.png old mode 100644 new mode 100755 diff --git a/icons/thumbUp.png b/icons/thumbUp.png old mode 100644 new mode 100755 diff --git a/icons/tick.png b/icons/tick.png old mode 100644 new mode 100755 diff --git a/impressum.html b/impressum.html old mode 100644 new mode 100755 diff --git a/login.css b/login.css old mode 100644 new mode 100755 diff --git a/login.js b/login.js old mode 100644 new mode 100755 diff --git a/login.php b/login.php old mode 100644 new mode 100755 index 9c24be5..7418857 --- a/login.php +++ b/login.php @@ -3,10 +3,10 @@ WebThink Login - - - - + + + + diff --git a/mainPage.php b/mainPage.php old mode 100644 new mode 100755 index bc42c4c..c91500a --- a/mainPage.php +++ b/mainPage.php @@ -25,21 +25,21 @@ if (!isset($_SESSION['UserPKey'])) {
.
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + +