- fixed issue https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/16 on moment.locale
- added favicon based on smiley on hapi logo
This commit is contained in:
30
src/main/webapp/WEB-INF/templates/tmpl-head.html
Normal file
30
src/main/webapp/WEB-INF/templates/tmpl-head.html
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head th:fragment="head">
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="description" content="" />
|
||||||
|
<meta name="author" content="" />
|
||||||
|
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
|
||||||
|
<script src="js/jquery-2.1.0.min.js"></script>
|
||||||
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<link href="css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="css/tester.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
<script type="text/javascript" th:utext="'var conformance = ' + ${jsonEncodedConf} + ';'">
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" th:utext="'var resourceName = \'' + ${resourceName} + '\';'">
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<link href="fa/css/font-awesome.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
<link href="css/hapi-narrative.css" rel="stylesheet" />
|
||||||
|
<script type="text/javascript" src="js/moment-with-locales.min.js"></script>
|
||||||
|
<link href="css/bootstrap-datetimepicker.min.css" rel="stylesheet" />
|
||||||
|
<script src="js/bootstrap-datetimepicker.min.js"></script>
|
||||||
|
<link href="css/select2.css" rel="stylesheet"/>
|
||||||
|
<script src="js/select2.min.js"></script>
|
||||||
|
<script src="js/RestfulTester.js" type="text/javascript" ></script>
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
BIN
src/main/webapp/img/favicon.ico
Normal file
BIN
src/main/webapp/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
1
src/main/webapp/js/moment-with-locales.min.js
vendored
Normal file
1
src/main/webapp/js/moment-with-locales.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user