blob: 543a0c21e0f09d9e5d60712b1049d622a5566b8f [file] [log] [blame]
<%@ taglib uri="/webwork" prefix="ww" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Source Code for Hello World</title>
<link rel="stylesheet" type="text/css" href="<ww:url value="/css/cookbook.css" />">
</head>
<body>
<ww:include value="/header-index.jsp"/>
<h1>Source Code for Hello World</h1>
<hr noshade="noshade"/>
<h2>Server Pages</h2>
<ul><li>
<a href="<ww:url action="View-Result"/>">Result.jsp</a>
</li></ul>
<h2>Actions</h2>
<p>None</p>
<h2>Configuration files</h2>
<ul><li>
<a href="<ww:url action="View-Config"/>">Hello-config.xml</a>
</li></ul>
<h2>Other source files</h2>
<p>None</p>
</body>
</html>