diff --git a/dicoogle/src/main/resources/webapp/js/components/about/aboutView.js b/dicoogle/src/main/resources/webapp/js/components/about/aboutView.js
index 9c3395bc1..f72d4efaa 100644
--- a/dicoogle/src/main/resources/webapp/js/components/about/aboutView.js
+++ b/dicoogle/src/main/resources/webapp/js/components/about/aboutView.js
@@ -24,112 +24,116 @@ const AboutView = React.createClass({
let versionNumber = this.state.version;
var title =
Dicoogle PACS, version: {versionNumber}
;
var licenses = (
-
-
-
- dcm4che2
-
License: GPL
-
-
- react.js+reflux
-
License: BSD
-
-
- Jetty
-
License: GPL
-
-
-
+
+
+
+ dcm4che2
+
License: GPL
+
+
+ react.js+reflux
+
License: BSD
+
+
+ Jetty
+
License: GPL
+
+
+
);
var panelsInstance = (
-
-
- Dicoogle is an open-source PACS archive software that replaces the traditional database model
- with an extensible indexing and retrieval framework and provides easy
- expansion of functionalities through the use of plug-ins. It was
- designed to accommodate automatic information extraction,
- indexing, and storage of all meta-data detected in medical images, without re-engineering or reconfiguration requirements,
- thus overcoming the limitations of traditional DICOM query
- services. By presenting the technical assets for plugin development
- such as a Software Development Kit (SDK),
- developers are free to expand the archive independently and
- non-exclusively, without changes to the core platform. This extensible architecture of Dicoogle has enabled its use
- in research and the healthcare industry, as many use cases can
- be fulfilled in the same deployment
-
-
+
+
+ Dicoogle is an open-source PACS archive software that replaces the
+ traditional database model with an extensible indexing and retrieval
+ framework and provides easy expansion of functionalities through the
+ use of plug-ins. It was designed to accommodate automatic information
+ extraction, indexing, and storage of all meta-data detected in medical
+ images, without re-engineering or reconfiguration requirements, thus
+ overcoming the limitations of traditional DICOM query services. By
+ presenting the technical assets for plugin development such as a
+ Software Development Kit (SDK), developers are free to expand the
+ archive independently and non-exclusively, without changes to the core
+ platform. This extensible architecture of Dicoogle has enabled its use
+ in research and the healthcare industry, as many use cases can be
+ fulfilled in the same deployment
+
+
-
- {licenses}
- Note: Although these are not the only components used, these are
- considered the main ones.
-
+
+ {licenses}
+ Note: Although these are not the only components used, these are
+ considered the main ones.
+
-
- This software is provided by the copyright holders and contributors
- "as is" and any express or implied warranties, including, but not
- limited to, the implied warranties of merchantability and fitness for
- a particular purpose are disclaimed. In no event shall the copyright
- owner or contributors be liable for any direct, indirect, incidental,
- special, exemplary, or consequential damages (including, but not
- limited to, procurement of substitute goods or services; loss of use,
- data, or profits; or business interruption) however caused and on any
- theory of liability, whether in contract, strict liability, or tort
- (including negligence or otherwise) arising in any way out of the use
- of this software, even if advised of the possibility of such damage.
-
-
- As an open source software, Dicoogle can accept contributions from
- developers around the world. Dicoogle OSS is led and supported by
- Bioinformatics UA and
- BMD Software. Please check{" "}
+
+ This software is provided by the copyright holders and contributors
+ "as is" and any express or implied warranties, including, but not
+ limited to, the implied warranties of merchantability and fitness for
+ a particular purpose are disclaimed. In no event shall the copyright
+ owner or contributors be liable for any direct, indirect, incidental,
+ special, exemplary, or consequential damages (including, but not
+ limited to, procurement of substitute goods or services; loss of use,
+ data, or profits; or business interruption) however caused and on any
+ theory of liability, whether in contract, strict liability, or tort
+ (including negligence or otherwise) arising in any way out of the use
+ of this software, even if advised of the possibility of such damage.
+
+
+ As an open source software, Dicoogle can accept contributions from
+ developers around the world. Dicoogle OSS is led and supported by
+ Bioinformatics UA and{" "}
+
+ BMD Software
+ . Please check{" "}
+
the Dicoogle website
{" "}
- or our{" "}
-
- GitHub repository
- {" "}
- for more information.
-
-
-
-
+ or our{" "}
+
+ GitHub repository
+ {" "}
+ for more information.
+
+
+
+
);
return panelsInstance;
}
diff --git a/dicoogle/src/main/resources/webapp/js/components/login/loginView.js b/dicoogle/src/main/resources/webapp/js/components/login/loginView.js
index 43c64b66e..568a807f2 100644
--- a/dicoogle/src/main/resources/webapp/js/components/login/loginView.js
+++ b/dicoogle/src/main/resources/webapp/js/components/login/loginView.js
@@ -1,7 +1,7 @@
import React from "react";
import * as UserActions from "../../actions/userActions";
import UserStore from "../../stores/userStore";
-import {Panel} from "react-bootstrap";
+import { Panel } from "react-bootstrap";
const LoginView = React.createClass({
contextTypes: {
@@ -101,7 +101,6 @@ const LoginView = React.createClass({
{guestCredentials}
-
{/*to fill the empty space between the login and footer*/}
@@ -109,11 +108,16 @@ const LoginView = React.createClass({