diff options
author | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2015-10-12 11:52:44 +0200 |
---|---|---|
committer | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2015-10-12 11:52:44 +0200 |
commit | 16bb1e9b6d7bcad60335ab5b3ce84c7a950c525b (patch) | |
tree | ca632188355691821585fa5f701fb24efc9840c1 /id/ConfigWebTool/src/main/webapp/jsp/usermanagement.jsp | |
parent | 36ccf377f54a4fa5290044ede87f4396ea7222df (diff) | |
download | moa-id-spss-16bb1e9b6d7bcad60335ab5b3ce84c7a950c525b.tar.gz moa-id-spss-16bb1e9b6d7bcad60335ab5b3ce84c7a950c525b.tar.bz2 moa-id-spss-16bb1e9b6d7bcad60335ab5b3ce84c7a950c525b.zip |
added css and js files to all jsps
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/usermanagement.jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/usermanagement.jsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/usermanagement.jsp b/id/ConfigWebTool/src/main/webapp/jsp/usermanagement.jsp index 1d5d4ac12..41222cff6 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/usermanagement.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/usermanagement.jsp @@ -7,6 +7,7 @@ <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> + <link rel="stylesheet" type="text/css" href="../css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="../css/index.css"> <title><%=LanguageHelper.getGUIString("title", request) %></title> <script type="text/javascript" src="../js/common.js"></script> |