header on each page

This commit is contained in:
Keith Donald
2009-03-24 03:30:11 +00:00
parent a7a4b537bb
commit b7a121e503
6 changed files with 7 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
<script type="text/javascript" src="<c:url value="/resources/spring/Spring-Dojo.js"/>"></script>
</head>
<body class="tundra">
<a href="http://www.springsource.org"><img src="<c:url value="/resources/images/logo.png"/>"/></a>
<h1>
Creating Your First Web Flow
</h1>

View File

@@ -10,6 +10,7 @@
<script type="text/javascript" src="<c:url value="/resources/spring/Spring-Dojo.js"/>"></script>
</head>
<body class="tundra">
<a href="http://www.springsource.org"><img src="<c:url value="/resources/images/logo.png"/>"/></a>
<h1>
Overview of the Spring Web Flow Project
</h1>

View File

@@ -12,6 +12,7 @@
<script type="text/javascript" src="<c:url value="/resources/spring/Spring-Dojo.js"/>"></script>
</head>
<body class="tundra">
<a href="http://www.springsource.org"><img src="<c:url value="/resources/images/logo.png"/>"/></a>
<h1>
Setting up Web Flow in a Spring Web Application
</h1>

View File

@@ -10,6 +10,7 @@
<script type="text/javascript" src="<c:url value="/resources/spring/Spring-Dojo.js"/>"></script>
</head>
<body class="tundra">
<a href="http://www.springsource.org"><img src="<c:url value="/resources/images/logo.png"/>"/></a>
<h1>
Where To Go with From Here
</h1>

View File

@@ -6,10 +6,10 @@
<link rel="stylesheet" href="<c:url value="/resources/styles/main.css"/>" type="text/css" />
</head>
<body>
<a href="http://www.springsource.org"><img src="<c:url value="/resources/images/logo.png"/>"/></a>
<h1>
Congratulations! You're running Spring!
</h1>
<a href="http://www.springsource.org"><img src="<c:url value="/resources/images/logo.png"/>"/></a>
<h2>Welcome to the <i>Getting Started with Spring Web Flow</i> tutorial</h2>
<p>
This tutorial provides a guide to getting up and running with Spring Web Flow in 10 minutes.

View File

@@ -1,3 +1,5 @@
@IMPORT url("main.css");
.dijitTitlePane + .dijitTitlePane {
padding-top: 1em;
}