diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2016-11-03 15:34:46 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2016-11-03 15:34:46 +0100 |
commit | 7cfb5362036273fbd7cd20f49072d3bbe9ad9425 (patch) | |
tree | a3c136ac03e74ec8cee60010dc0dcb84b1408732 /id/server/moa-id-frontend-resources/src | |
parent | 5a9ebb9a13299cf8cb5360bfd9de1860e257afc1 (diff) | |
download | moa-id-spss-7cfb5362036273fbd7cd20f49072d3bbe9ad9425.tar.gz moa-id-spss-7cfb5362036273fbd7cd20f49072d3bbe9ad9425.tar.bz2 moa-id-spss-7cfb5362036273fbd7cd20f49072d3bbe9ad9425.zip |
update first parts in readme, handbook, and default configuration
# Conflicts:
# id/history.txt
Diffstat (limited to 'id/server/moa-id-frontend-resources/src')
-rw-r--r-- | id/server/moa-id-frontend-resources/src/main/resources/mainGUI/index.html | 2 | ||||
-rw-r--r-- | id/server/moa-id-frontend-resources/src/main/resources/mainGUI/moa_errorcodes.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/index.html b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/index.html index d2e7d1e1b..5f7e92321 100644 --- a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/index.html +++ b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/index.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf8" > - <title>MOA-ID 3.1.x</title> + <title>MOA-ID 3.2.x</title> <link rel="stylesheet" href="./common/main.css" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link href='https://fonts.googleapis.com/css?family=Roboto:300,400' rel='stylesheet' type='text/css'> diff --git a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/moa_errorcodes.html b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/moa_errorcodes.html index a5702d60d..ba1b12a84 100644 --- a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/moa_errorcodes.html +++ b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/moa_errorcodes.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" > - <title>MOA-ID 2.0.x</title> + <title>MOA-ID 3.2.x</title> <link rel="stylesheet" href="./common/MOA.css" type="text/css"> </head> <body> |