diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-21 10:30:34 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-21 10:30:34 +0200 |
commit | 8bebcf2008083ac1e2659fce6b8a43a021974097 (patch) | |
tree | d405bf72da830d0d8bda8ddc343ff4e32251712c /id/server/moa-id-frontend-resources/src/main/resources/mainGUI | |
parent | f21dc2a4fd89f9d2ac416ea5cce00f87fc2dcaa0 (diff) | |
download | moa-id-spss-8bebcf2008083ac1e2659fce6b8a43a021974097.tar.gz moa-id-spss-8bebcf2008083ac1e2659fce6b8a43a021974097.tar.bz2 moa-id-spss-8bebcf2008083ac1e2659fce6b8a43a021974097.zip |
update first parts in readme, handbook, and default configuration
Diffstat (limited to 'id/server/moa-id-frontend-resources/src/main/resources/mainGUI')
-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> |