Browse Source

Initial theme, and path corrections for resources.

pull/59/head
Michael Jett 13 years ago
parent
commit
f4f7f8c8cb
  1. 20
      server/src/main/webapp/WEB-INF/tags/header.tag
  2. 15
      server/src/main/webapp/WEB-INF/views/home.jsp

20
server/src/main/webapp/WEB-INF/tags/header.tag

@ -8,14 +8,14 @@
<!-- Le javascript -->
<script src="http://code.jquery.com/jquery-1.7.min.js"></script>
<script src="../bootstrap/js/bootstrap-modal.js"></script>
<script src="../bootstrap/js/bootstrap-alerts.js"></script>
<script src="../bootstrap/js/bootstrap-twipsy.js"></script>
<script src="../bootstrap/js/bootstrap-popover.js"></script>
<script src="../bootstrap/js/bootstrap-dropdown.js"></script>
<script src="../bootstrap/js/bootstrap-scrollspy.js"></script>
<script src="../bootstrap/js/bootstrap-tabs.js"></script>
<script src="../bootstrap/js/bootstrap-buttons.js"></script>
<script src="/resources/bootstrap/js/bootstrap-modal.js"></script>
<script src="/resources/bootstrap/js/bootstrap-alerts.js"></script>
<script src="/resources/bootstrap/js/bootstrap-twipsy.js"></script>
<script src="/resources/bootstrap/js/bootstrap-popover.js"></script>
<script src="/resources/bootstrap/js/bootstrap-dropdown.js"></script>
<script src="/resources/bootstrap/js/bootstrap-scrollspy.js"></script>
<script src="/resources/bootstrap/js/bootstrap-tabs.js"></script>
<script src="/resources/bootstrap/js/bootstrap-buttons.js"></script>
<script>$(function () {
@ -27,14 +27,14 @@
<![endif]-->
<!-- Le styles -->
<link href="../bootstrap/bootstrap.css" rel="stylesheet">
<link href="/resources/bootstrap/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
.logo {
background: url("../images/openid_small.png") no-repeat left center;
background: url("/resources/images/openid_small.png") no-repeat left center;
padding-left: 30px;
}
</style>

15
server/src/main/webapp/WEB-INF/views/home.jsp

@ -1,14 +1,7 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="o" tagdir="/WEB-INF/tags" %>
<%@ page session="false" %>
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>
Hello world!
</h1>
<P> The time on the server is ${serverTime}. </P>
</body>
</html>
<o:header/>
<o:topbar/>
<o:footer/>

Loading…
Cancel
Save