diff --git a/gulliver/methods/errors/block.css b/gulliver/methods/errors/block.css
deleted file mode 100644
index 5dd5a2261..000000000
--- a/gulliver/methods/errors/block.css
+++ /dev/null
@@ -1,92 +0,0 @@
-*, *:before, *:after {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-
-body {
- font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
- font-size: 13px;
- font-weight: 400;
- line-height: 1.471;
-}
-
-.special-page {
- color: #fff;
- background: #3397e2;
-}
-
-.container {
- width: 100%;
- padding: 0;
-}
-
-.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
- position: relative;
- min-height: 1px;
- float: left;
- padding-right: 10px;
- padding-left: 10px;
-}
-
-.col-middle {
- margin-top: 5%;
-}
-
-.text-center {
- text-align: center;
-}
-
-p {
- margin: 0 0 10px;
-}
-
-img {
- vertical-align: middle;
- border: 0;
-}
-
-.text-error {
- background: rgba(255,255,255,0.9);
- color: #000;
- padding: 25px 0;
- margin: 120px 0;
-}
-
-h1 {
- margin-top: 10px;
- margin-bottom: 10px;
- font-family: 'Montserrat', sans-serif;
- font-size: 36px;
- font-weight: 500;
- line-height: 1.1;
- color: inherit;
- margin: 0.67em 0;
-}
-b, strong {
- font-weight: bold;
-}
-.mid_center {
- width: 370px;
- margin: 0 auto;
- text-align: center;
- padding: 10px 20px;
-}
-.btn-success {
- border: none;
- box-shadow: none;
- border-radius: 2px;
- font-size: 1.4rem;
- cursor: pointer;
- background: #1fbc99;
- border: 1px solid #1ba385;
-}
-
-.buttons, button, .btn {
- margin-right: 5px;
-}
-#push, #footer {
- height: 60px;
- text-align: center;
- color: #fff;
-}
\ No newline at end of file
diff --git a/gulliver/methods/errors/block.php b/gulliver/methods/errors/block.php
deleted file mode 100644
index 19e20213e..000000000
--- a/gulliver/methods/errors/block.php
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
-
Hi there, please check your tabs!
-
A browser instance of ProcessMaker is actually open. You can start only one at the time.
- For more information:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gulliver/methods/errors/error.php b/gulliver/methods/errors/error.php
deleted file mode 100644
index da6920928..000000000
--- a/gulliver/methods/errors/error.php
+++ /dev/null
@@ -1,33 +0,0 @@
-.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
- $ERROR_TEXT = "Server Error ";
- $ERROR_DESCRIPTION = "
-
- An unknown error took place within our web server.
-
- ";
-
- include ( "header.php");
-?>
\ No newline at end of file
diff --git a/gulliver/methods/errors/error400.php b/gulliver/methods/errors/error400.php
deleted file mode 100644
index 412a835f4..000000000
--- a/gulliver/methods/errors/error400.php
+++ /dev/null
@@ -1,33 +0,0 @@
-.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
- $ERROR_TEXT = "400 Bad Request ";
- $ERROR_DESCRIPTION = "Your browser (or proxy) sent a request
- that this server could not understand.
-
- ";
-
- $fileHeader = PATH_GULLIVER_HOME . 'methods/errors/header.php' ;
- include ( $fileHeader);
-?>
\ No newline at end of file
diff --git a/gulliver/methods/errors/error401.php b/gulliver/methods/errors/error401.php
deleted file mode 100644
index 46af6fd50..000000000
--- a/gulliver/methods/errors/error401.php
+++ /dev/null
@@ -1,39 +0,0 @@
-.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
- $ERROR_TEXT = "401 Unauthorized ";
- $ERROR_DESCRIPTION = "
- This server could not verify that
- you are authorized to access. You either supplied the wrong credentials
- (e.g., bad password), or your browser doesn't understand how to supply
- the credentials required.
-
- In case you are allowed to request the document,
- please check your user-id and password and try again
-
- ";
-
- $fileHeader = PATH_GULLIVER_HOME . 'methods/errors/header.php' ;
- include ( $fileHeader);
-?>
\ No newline at end of file
diff --git a/gulliver/methods/errors/error403.php b/gulliver/methods/errors/error403.php
deleted file mode 100644
index a4c25b831..000000000
--- a/gulliver/methods/errors/error403.php
+++ /dev/null
@@ -1,109 +0,0 @@
- 4) {
- $urlLogin = $http . "://" . $host . "/sys" . $sysSys . "/" . $sysLang . "/" . $sysSkin . "/login/login" . "?url=" . implode("/", $url);
- $urlHome = $http . "://" . $host . "/sys" . $sysSys . "/" . $sysLang . "/" . $sysSkin . "/cases/main" . "?url=" . implode("/", $url);
- } else {
- $urlLogin = $http . "://" . $host . "/sys" . $sysSys . "/" . $sysLang . "/" . $sysSkin . "/login/login";
- $urlHome = $http . "://" . $host . "/sys" . $sysSys . "/" . $sysLang . "/" . $sysSkin . "/cases/main";
- }
- }
-}
-
-?>
-
-
-
-
-
-
-
-
- Processmaker Styleguide
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
403 Access denied
-
You don't have privileges to access with those credentials. You can contact your administrator,
go back to where you came from, or
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/gulliver/methods/errors/error503.php b/gulliver/methods/errors/error503.php
deleted file mode 100644
index 614c3ddf2..000000000
--- a/gulliver/methods/errors/error503.php
+++ /dev/null
@@ -1,35 +0,0 @@
-.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
- $ERROR_TEXT = "503 Service unavailable ";
- $ERROR_DESCRIPTION = "
- The server is temporarily unable to service your request due to maintenance
- downtime or capacity problems. Please try again later.
-
-
- ";
-
- $fileHeader = PATH_GULLIVER_HOME . 'methods/errors/header.php' ;
- include ( $fileHeader);
-?>
diff --git a/gulliver/methods/errors/error701.php b/gulliver/methods/errors/error701.php
deleted file mode 100644
index ddac44ff9..000000000
--- a/gulliver/methods/errors/error701.php
+++ /dev/null
@@ -1,32 +0,0 @@
-.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
- $ERROR_TEXT = "701 workspace not available ";
- $ERROR_DESCRIPTION = "You have specified a workspace not available in this server.
- Please review your URL and try it again.
-
- ";
- $fileHeader = PATH_GULLIVER_HOME . 'methods/errors/header.php' ;
- include ( $fileHeader);
-?>
\ No newline at end of file
diff --git a/gulliver/methods/errors/error702.php b/gulliver/methods/errors/error702.php
deleted file mode 100644
index 9faae96d9..000000000
--- a/gulliver/methods/errors/error702.php
+++ /dev/null
@@ -1,33 +0,0 @@
-.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
- $ERROR_TEXT = "702 workspace undefined ";
- $ERROR_DESCRIPTION = "You have specified an undefined workspace.
- Please review your URL and try it again.
-
- ";
-
- $fileHeader = PATH_GULLIVER_HOME . 'methods/errors/header.php' ;
- include ( $fileHeader);
-?>
\ No newline at end of file
diff --git a/gulliver/methods/errors/error703.php b/gulliver/methods/errors/error703.php
deleted file mode 100644
index efd1a1a4c..000000000
--- a/gulliver/methods/errors/error703.php
+++ /dev/null
@@ -1,33 +0,0 @@
-.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
- $ERROR_TEXT = "703 style undefined ";
- $ERROR_DESCRIPTION = "You have specified an undefined style for this workspace.
- Please review your URL and try it again.
-
- ";
-
- $fileHeader = PATH_GULLIVER_HOME . 'methods/errors/header.php' ;
- include ( $fileHeader);
-?>
\ No newline at end of file
diff --git a/gulliver/methods/errors/error704.php b/gulliver/methods/errors/error704.php
deleted file mode 100644
index 47cd88045..000000000
--- a/gulliver/methods/errors/error704.php
+++ /dev/null
@@ -1,33 +0,0 @@
-.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
- $ERROR_TEXT = "704 DB directory not found ";
- $ERROR_DESCRIPTION = "You have specified an invalid directory for DB files ( database definitions ).
- Please review your URL and try it again.
-
- ";
-
- $fileHeader = PATH_GULLIVER_HOME . 'methods/errors/header.php' ;
- include ( $fileHeader);
-?>
\ No newline at end of file
diff --git a/gulliver/methods/errors/header.php b/gulliver/methods/errors/header.php
deleted file mode 100644
index a7dfe112d..000000000
--- a/gulliver/methods/errors/header.php
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-Server Error ::
-
-
-
-
-
-
- | |
-  |
- |
- |
-
-
- |
-
-
-
-
-
-
-
diff --git a/gulliver/methods/errors/images/background.jpg b/gulliver/methods/errors/images/background.jpg
deleted file mode 100644
index 9e914649f..000000000
Binary files a/gulliver/methods/errors/images/background.jpg and /dev/null differ
diff --git a/gulliver/methods/errors/images/background2.jpg b/gulliver/methods/errors/images/background2.jpg
deleted file mode 100644
index 5e507b40d..000000000
Binary files a/gulliver/methods/errors/images/background2.jpg and /dev/null differ
diff --git a/gulliver/methods/errors/images/bottom.png b/gulliver/methods/errors/images/bottom.png
deleted file mode 100644
index ccbc9214c..000000000
Binary files a/gulliver/methods/errors/images/bottom.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/box_bg.png b/gulliver/methods/errors/images/box_bg.png
deleted file mode 100644
index be16d33c6..000000000
Binary files a/gulliver/methods/errors/images/box_bg.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/colortab.png b/gulliver/methods/errors/images/colortab.png
deleted file mode 100644
index 127b67e85..000000000
Binary files a/gulliver/methods/errors/images/colortab.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/colosa.png b/gulliver/methods/errors/images/colosa.png
deleted file mode 100644
index 141e7a34c..000000000
Binary files a/gulliver/methods/errors/images/colosa.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/content_bg.png b/gulliver/methods/errors/images/content_bg.png
deleted file mode 100644
index 97744be85..000000000
Binary files a/gulliver/methods/errors/images/content_bg.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/fa-hand-pointer-o.png b/gulliver/methods/errors/images/fa-hand-pointer-o.png
deleted file mode 100644
index feac7ccc2..000000000
Binary files a/gulliver/methods/errors/images/fa-hand-pointer-o.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/img-01.png b/gulliver/methods/errors/images/img-01.png
deleted file mode 100644
index 673df81bf..000000000
Binary files a/gulliver/methods/errors/images/img-01.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/img-02.png b/gulliver/methods/errors/images/img-02.png
deleted file mode 100644
index 5951ffe3e..000000000
Binary files a/gulliver/methods/errors/images/img-02.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/pm.png b/gulliver/methods/errors/images/pm.png
deleted file mode 100644
index 9182318e3..000000000
Binary files a/gulliver/methods/errors/images/pm.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/pmlogo.png b/gulliver/methods/errors/images/pmlogo.png
deleted file mode 100644
index 7709d1aee..000000000
Binary files a/gulliver/methods/errors/images/pmlogo.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/processmaker.logow.png b/gulliver/methods/errors/images/processmaker.logow.png
deleted file mode 100644
index f8981bd46..000000000
Binary files a/gulliver/methods/errors/images/processmaker.logow.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/socialmedia/fb.png b/gulliver/methods/errors/images/socialmedia/fb.png
deleted file mode 100644
index d68edfbb9..000000000
Binary files a/gulliver/methods/errors/images/socialmedia/fb.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/socialmedia/rs.png b/gulliver/methods/errors/images/socialmedia/rs.png
deleted file mode 100644
index abb50e2c1..000000000
Binary files a/gulliver/methods/errors/images/socialmedia/rs.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/socialmedia/tw.png b/gulliver/methods/errors/images/socialmedia/tw.png
deleted file mode 100644
index 0c0942fd1..000000000
Binary files a/gulliver/methods/errors/images/socialmedia/tw.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/socialmedia/yb.png b/gulliver/methods/errors/images/socialmedia/yb.png
deleted file mode 100644
index b36a57f0d..000000000
Binary files a/gulliver/methods/errors/images/socialmedia/yb.png and /dev/null differ
diff --git a/gulliver/methods/errors/images/top.png b/gulliver/methods/errors/images/top.png
deleted file mode 100644
index c936fa7fc..000000000
Binary files a/gulliver/methods/errors/images/top.png and /dev/null differ
diff --git a/gulliver/methods/errors/style.css b/gulliver/methods/errors/style.css
deleted file mode 100644
index 7e78e354b..000000000
--- a/gulliver/methods/errors/style.css
+++ /dev/null
@@ -1,78 +0,0 @@
-body {
- COLOR: #004474;
- FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
- FONT-SIZE: 11px;
- font-weight: normal;
- margin: 0px;
- background-color: #efeff0;
- }
-
-a:link, a:visited {
- color: #000000;
- text-decoration: none;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
- font-style: normal;
- font-weight: none;
- background-color: none; }
-a:hover {
- color: #000000;
- text-decoration: underline;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
- font-style: normal;
- font-weight: none;
- background-color: none;
- }
-
-INPUT {
-
-background-color: #FFFFCC;
-
-border: #FFCC00 1px solid;
-
-color: #333333;
-
-font-family: verdana;
-
-font-size: 8pt
-
-}
-
-
-
-.altButtonFormat {
-
-background-color: #FFCC00;
-
-font-family: verdana;
-
-border: #FFCC00 1px solid;
-
-font-weight: bold;
-
-font-size: 10px;
-
-color: #333333
-}
-
-.mxbOnlineTextBlue {
-font-family: Arial, Helvetica, sans-serif;
-font-size: 16px;
- font-style: normal;
-font-weight: bold;
-color: #004474;
-text-decoration: none
-}
-
-
-.langLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #003366; text-decoration: none}
-.navOff { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #003366; text-decoration: none }
-.navOn { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #6699CC; text-decoration: none }
-.news { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #336699; text-decoration: none }
-.newsArchive { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #669933; text-decoration: none }
-.mainBackgr { background-attachment: scroll; background-image: url(../images/mainBackgr.gif); background-repeat: no-repeat; background-position: right top}
-.mxbOnlineText { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none }
-.mxbOnlineLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #FFCC00; text-decoration: none }
-.mainCopy { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333}
-.copyright { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #999999}
\ No newline at end of file
diff --git a/gulliver/methods/errors/style1.css b/gulliver/methods/errors/style1.css
deleted file mode 100644
index b58dd46da..000000000
--- a/gulliver/methods/errors/style1.css
+++ /dev/null
@@ -1,287 +0,0 @@
-
- /* Reset */
- * {
- margin: 0 auto;
- padding: 0;
- }
-
- /* Body */
- body {
- background: url(images/background.jpg) no-repeat top #00B4CD;
- text-align: center;
- }
-
- /* No borders around images */
- img {
- border: none;
- }
-
- /* Warp around everything */
- #warp {
- margin: 0 auto;
- margin-top: 10px;
- width: 985px;
- font-family: Helvetica;
- text-align: left;
- }
-
- /* Header */
- #header_top {
- background: url(images/top.png) no-repeat;
- width: 985px;
- height: 30px;
- }
-
- /* Header content */
- #header {
- background: url(images/box_bg.png) repeat-y;
- width: 985px;
- text-align: center;
- }
-
- /* Page title */
- #header h2 {
- padding-top: 10px;
- }
-
- /* Subtitle */
- #header h5 {
- margin-top: 5px;
- padding-bottom: 15px;
- color: #acacac;
- }
-
- /* Content div */
- #content {
- background: url(images/content_bg.png) repeat-y;
- width: 985px;
- }
-
- /* The info text */
- #text {
- float: left;
- margin: 10px 0 10px 60px;
- width: 420px;
- /* IE margin fix */
- display: inline;
- font-size: 13px;
- }
-
- /* The info text P */
- #text p {
- margin-top: 5px;
- font-size: 14px;
- line-height: 20px;
- color: #292929;
- }
-
- /* The links list */
-
- /* The list items */
-
- /* The links */
- #text a {
- color: #292929;
- text-decoration: none;
- }
-
- /* Link hover */
- #text a:hover {
- text-decoration: none;
- }
-
- /* The book icon */
- #book {
- float: right;
- width: 472px;
- height: 332px;
- margin: 20px 20px 10px 0;
-
-
- }
-
- /* Footer */
- #footer {
- background: url(images/box_bg.png) repeat-y;
- width: 985px;
-
- }
-
- /* Footer bottom */
- #footer_bottom {
- background: url(images/bottom.png) no-repeat;
- width: 985px;
- height: 28px;
-
- }
-
- /* Twitter icon */
- #twitter {
- margin: 10px 0px 0px 60px;
- float: left;
- }
-
- /* The tweet text */
- #twitter_text {
- float: left;
- margin-left: 10px;
- margin-top: 15px;
- width: 300px;
- color: #878787;
- float: left;
- font-size: 10px;
- }
-
- /* Twitter links */
- #twitter_text a {
- text-decoration: none;
- font-weight: bold;
- }
-
- /* Search form */
- #searchform {
- float: right;
- margin: 15px 60px 0px 0px;
- /* IE margin fix */
- display: inline;
- }
-
- /* Search input */
- input#search {
- background: url(images/searchfield_bg.png) no-repeat;
- border: none;
- height: 31px;
- width: 244px;
- float: right;
- line-height: 30px;
- padding-left: 10px;
- }
-
- /* The Send button */
- input#submit {
- border: none;
- float: right;
- margin-left: 5px;
- height: 31px;
- width: 74px;
- color: #fff;
- }
-
- input:focus {
- outline: none;
- }
-
- /* Social media */
- #socialmedia {
- margin-top: 5px;
- margin-right: 40px;
- margin-bottom: 10px;
- display: inline;
- list-style: none;
- float: right;
- }
-
- /* Social media list items */
- #socialmedia a{
- text-decoration: none;
- }
-
- /* COLOR CHANGER */
- #colorchanger {
- text-align: left;
- }
-
- #showChanger {
- margin-left: 10px;
- }
-
- #colors {
- padding: 10px;
- background: #425a5e;
- height: 17px;
- }
-
- /* The div around the color change links */
- .colorbox {
- width:15px;
- height:15px;
- border:1px solid #050505;
- float:left;
- margin:0px 2px;
- cursor:pointer;
- display:block;
- }
-
- /* Blue */
- .colorblue {
- background-color:#1e82ac;
- }
- /* Blue Hover */
- .colorblue:hover {
- background-color:#177197;
- }
-
- /* Red */
- .colorred {
- background-color:#cc2b2b;
- }
- /* Red Hover */
- .colorred:hover {
- background-color:#af1a1a;
- }
-
- /* Grey */
- .colorgrey {
- background-color:#4d4d4d;
- }
- /* Grey Hover */
- .colorgrey:hover {
- background-color:#7c7c7c;
- }
-
- /* Brown */
- .colorbrown {
- background-color:#4b3a15;
- }
- /* Brown Hover */
- .colorbrown:hover {
- background-color:#5e4b20;
- }
-
- /* Green */
- .colorgreen {
- background-color:#6c8b2f;
- }
- /* Green Hover */
- .cologreen:hover {
- background-color:#7da137;
- }
- /* Page title */
- #header h2 {
- color: #187086;
- }
-
- /* Page links */
- #text a:hover {
- color: #16687d;
- }
-
- /* Search button */
- input#submit {
- background: url(images/searchbutton_bg.png) no-repeat;
- }
-
- /* Twitter links */
- #twitter_text a {
- color: #135869;
- }
- #textInfo{
- list-style: square inside none;
- padding: 0px;
- margin: 0px;
- line-height: 20px;
- }
- #textInfo li{
- padding: 5px 0px;
- text-align: justify;
- }
\ No newline at end of file
diff --git a/workflow/engine/skinEngine/base/error404.php b/workflow/engine/skinEngine/base/error404.php
index ce6f7e602..2d902591f 100644
--- a/workflow/engine/skinEngine/base/error404.php
+++ b/workflow/engine/skinEngine/base/error404.php
@@ -1,144 +1,144 @@
-
-
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Possible reasons:
-
-- The link is broken. This may occur when you receive a link via email but your client software adds line breaks, thus distorting long URLs.
-- The page you requested is no longer active.
-- There is a spelling mistake in the link, in case you entered the URL into the browser's address toolbar.
-
-
-
- What you can do?
-
-
-
-
- - You might try retyping the URL and trying again.
- - Or we could take you back to the home page.
- - Or you could start again from the login page.
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
404 - Page Not Found
+
+
+
+
+ $url";
+ },
+ $escapedMessage
+ );
+ echo $escapedMessage;
+ ?>
+
+
-
+
\ No newline at end of file
diff --git a/workflow/engine/skinEngine/lurana/css2/style1.css b/workflow/engine/skinEngine/lurana/css2/style1.css
deleted file mode 100755
index e91947aca..000000000
--- a/workflow/engine/skinEngine/lurana/css2/style1.css
+++ /dev/null
@@ -1,287 +0,0 @@
-
- /* Reset */
- * {
- margin: 0 auto;
- padding: 0;
- }
-
- /* Body */
- body {
- background: url(../images/background.jpg) no-repeat top #8F8F8F;
- text-align: center;
- }
-
- /* No borders around images */
- img {
- border: none;
- }
-
- /* Warp around everything */
- #warp {
- margin: 0 auto;
- margin-top: 10px;
- width: 985px;
- font-family: Helvetica;
- text-align: left;
- }
-
- /* Header */
- #header_top {
- background: url(../images/top.png) no-repeat;
- width: 985px;
- height: 30px;
- }
-
- /* Header content */
- #header {
- background: url(../images/box_bg.png) repeat-y;
- width: 985px;
- text-align: center;
- }
-
- /* Page title */
- #header h2 {
- padding-top: 10px;
- }
-
- /* Subtitle */
- #header h5 {
- margin-top: 5px;
- padding-bottom: 15px;
- color: #acacac;
- }
-
- /* Content div */
- #content {
- background: url(../images/content_bg.png) repeat-y;
- width: 985px;
- }
-
- /* The info text */
- #text {
- float: left;
- margin: 10px 0 10px 60px;
- width: 420px;
- /* IE margin fix */
- display: inline;
- font-size: 13px;
- }
-
- /* The info text P */
- #text p {
- margin-top: 5px;
- font-size: 14px;
- line-height: 20px;
- color: #292929;
- }
-
- /* The links list */
-
- /* The list items */
-
- /* The links */
- #text a {
- color: #292929;
- text-decoration: none;
- }
-
- /* Link hover */
- #text a:hover {
- text-decoration: none;
- }
-
- /* The book icon */
- #book {
- float: right;
- width: 472px;
- height: 332px;
- margin: 20px 20px 10px 0;
-
-
- }
-
- /* Footer */
- #footer {
- background: url(../images/box_bg.png) repeat-y;
- width: 985px;
-
- }
-
- /* Footer bottom */
- #footer_bottom {
- background: url(../images/bottom.png) no-repeat;
- width: 985px;
- height: 28px;
-
- }
-
- /* Twitter icon */
- #twitter {
- margin: 10px 0px 0px 60px;
- float: left;
- }
-
- /* The tweet text */
- #twitter_text {
- float: left;
- margin-left: 10px;
- margin-top: 15px;
- width: 300px;
- color: #878787;
- float: left;
- font-size: 10px;
- }
-
- /* Twitter links */
- #twitter_text a {
- text-decoration: none;
- font-weight: bold;
- }
-
- /* Search form */
- #searchform {
- float: right;
- margin: 15px 60px 0px 0px;
- /* IE margin fix */
- display: inline;
- }
-
- /* Search input */
- input#search {
- background: url(../images/searchfield_bg.png) no-repeat;
- border: none;
- height: 31px;
- width: 244px;
- float: right;
- line-height: 30px;
- padding-left: 10px;
- }
-
- /* The Send button */
- input#submit {
- border: none;
- float: right;
- margin-left: 5px;
- height: 31px;
- width: 74px;
- color: #fff;
- }
-
- input:focus {
- outline: none;
- }
-
- /* Social media */
- #socialmedia {
- margin-top: 5px;
- margin-right: 40px;
- margin-bottom: 10px;
- display: inline;
- list-style: none;
- float: right;
- }
-
- /* Social media list items */
- #socialmedia a{
- text-decoration: none;
- }
-
- /* COLOR CHANGER */
- #colorchanger {
- text-align: left;
- }
-
- #showChanger {
- margin-left: 10px;
- }
-
- #colors {
- padding: 10px;
- background: #425a5e;
- height: 17px;
- }
-
- /* The div around the color change links */
- .colorbox {
- width:15px;
- height:15px;
- border:1px solid #050505;
- float:left;
- margin:0px 2px;
- cursor:pointer;
- display:block;
- }
-
- /* Blue */
- .colorblue {
- background-color:#1e82ac;
- }
- /* Blue Hover */
- .colorblue:hover {
- background-color:#177197;
- }
-
- /* Red */
- .colorred {
- background-color:#cc2b2b;
- }
- /* Red Hover */
- .colorred:hover {
- background-color:#af1a1a;
- }
-
- /* Grey */
- .colorgrey {
- background-color:#4d4d4d;
- }
- /* Grey Hover */
- .colorgrey:hover {
- background-color:#7c7c7c;
- }
-
- /* Brown */
- .colorbrown {
- background-color:#4b3a15;
- }
- /* Brown Hover */
- .colorbrown:hover {
- background-color:#5e4b20;
- }
-
- /* Green */
- .colorgreen {
- background-color:#6c8b2f;
- }
- /* Green Hover */
- .cologreen:hover {
- background-color:#7da137;
- }
- /* Page title */
- #header h2 {
- color: #187086;
- }
-
- /* Page links */
- #text a:hover {
- color: #16687d;
- }
-
- /* Search button */
- input#submit {
- background: url(../images/searchbutton_bg.png) no-repeat;
- }
-
- /* Twitter links */
- #twitter_text a {
- color: #135869;
- }
- #textInfo{
- list-style: square inside none;
- padding: 0px;
- margin: 0px;
- line-height: 20px;
- }
- #textInfo li{
- padding: 5px 0px;
- text-align: justify;
- }
\ No newline at end of file
diff --git a/workflow/engine/skinEngine/lurana/error404.php b/workflow/engine/skinEngine/lurana/error404.php
index 1d4dd8f3b..542763d10 100755
--- a/workflow/engine/skinEngine/lurana/error404.php
+++ b/workflow/engine/skinEngine/lurana/error404.php
@@ -1,129 +1,152 @@
-
-
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Possible reasons:
-
-- The link is broken. This may occur when you receive a link via email but your client software adds line breaks, thus distorting long URLs.
-- The page you requested is no longer active.
-- There is a spelling mistake in the link, in case you entered the URL into the browser's address toolbar.
-
-
-
- What you can do?
-
-
-
-
- - You might try retyping the URL and trying again.
- - Or we could take you back to the home page.
- - Or you could start again from the login page.
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
404 - Page Not Found
+
+
+
+
+ $url";
+ },
+ $escapedMessage
+ );
+ echo $escapedMessage;
+ ?>
+
+
\ No newline at end of file
diff --git a/workflow/public_html/images/bottom.png b/workflow/public_html/images/bottom.png
deleted file mode 100755
index ccbc9214c..000000000
Binary files a/workflow/public_html/images/bottom.png and /dev/null differ
diff --git a/workflow/public_html/images/box_bg.png b/workflow/public_html/images/box_bg.png
deleted file mode 100755
index be16d33c6..000000000
Binary files a/workflow/public_html/images/box_bg.png and /dev/null differ
diff --git a/workflow/public_html/images/content_bg.png b/workflow/public_html/images/content_bg.png
deleted file mode 100755
index 97744be85..000000000
Binary files a/workflow/public_html/images/content_bg.png and /dev/null differ
diff --git a/workflow/public_html/images/favicon.ico b/workflow/public_html/images/favicon.ico
deleted file mode 100644
index fe367787c..000000000
Binary files a/workflow/public_html/images/favicon.ico and /dev/null differ
diff --git a/workflow/public_html/images/img-01.png b/workflow/public_html/images/img-01.png
deleted file mode 100755
index 673df81bf..000000000
Binary files a/workflow/public_html/images/img-01.png and /dev/null differ
diff --git a/workflow/public_html/images/top.png b/workflow/public_html/images/top.png
deleted file mode 100755
index c936fa7fc..000000000
Binary files a/workflow/public_html/images/top.png and /dev/null differ