header on each page
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@IMPORT url("main.css");
|
||||
|
||||
.dijitTitlePane + .dijitTitlePane {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user