Rename samples subdirectories

This commit is contained in:
Joshua Peek
2012-07-23 15:52:49 -05:00
parent 314f0e4852
commit 7b6caa0f6c
273 changed files with 2952 additions and 2955 deletions

View File

@@ -0,0 +1,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Testing with SiteMesh and Resources</title>
<meta name="layout" content="blankMain"/>
<r:require module="style"/>
</head>
<body>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<%@ page contentType="text/html;charset=UTF-8" %>
<html>
<head>
<title>Using page directive tag</title>
</head>
<body>
<div class="center">
<a href="#" alt="Download" id="downloadButton">Download</a>
</div>
<div class="center">
<a href="#" alt="Print" id="printButton">Print</a>
</div>
</body>
</html>

View File

@@ -0,0 +1,9 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Testing with Resources</title>
<r:require module="style"/>
</head>
<body>
</body>
</html>

View File

@@ -0,0 +1,9 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Testing with SiteMesh and ${example}</title>
</head>
<body>
</body>
</html>