You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2010/11/28 10:25:49 UTC

svn commit: r1039851 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates/DatesPage.html

Author: mgrigorov
Date: Sun Nov 28 09:25:48 2010
New Revision: 1039851

URL: http://svn.apache.org/viewvc?rev=1039851&view=rev
Log:
Format the html. No functional changes

Modified:
    wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates/DatesPage.html

Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates/DatesPage.html
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates/DatesPage.html?rev=1039851&r1=1039850&r2=1039851&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates/DatesPage.html (original)
+++ wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates/DatesPage.html Sun Nov 28 09:25:48 2010
@@ -1,38 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title>Wicket Examples - dates</title>
-<link rel="stylesheet" type="text/css" href="style.css" />
-<style type="text/css">
-th {
-	color: grey;
-}
-</style>
-</head>
-<body>
-<span wicket:id="mainNavigation" />
-<form wicket:id="localeForm">
-<p><select wicket:id="localeSelect" /> [<a href="#"
-	wicket:id="localeUSLink">set to english</a>]</p>
-</form>
-<p>
-Example using DateTextField:&nbsp;
-<form wicket:id="form"><input type="text"
-	wicket:id="dateTextField" /> <input type="submit" value="submit" /></form>
-</p>
-
-<br/>
-<p>
-Example using DateTimeField:&nbsp;
-<form wicket:id="form2">
-<span wicket:id="dateTimeField"></span>
-<input type="submit" value="submit" />
-</form>
-</p>
-
-<p>
-	<div wicket:id="feedback"></div>
-</p>
-
-</body>
+	<head>
+		<title>Wicket Examples - dates</title>
+		<link rel="stylesheet" type="text/css" href="style.css" />
+		<style type="text/css">
+			th {
+				color: grey;
+			}
+		</style>
+	</head>
+	<body>
+		<span wicket:id="mainNavigation"></span>
+		<form wicket:id="localeForm">
+		<p><select wicket:id="localeSelect" /> [<a href="#"
+			wicket:id="localeUSLink">set to english</a>]</p>
+		</form>
+		<p>
+		Example using DateTextField:&nbsp;
+		<form wicket:id="form"><input type="text"
+			wicket:id="dateTextField" /> <input type="submit" value="submit" /></form>
+		</p>
+		
+		<br/>
+		<p>
+		Example using DateTimeField:&nbsp;
+		<form wicket:id="form2">
+		<span wicket:id="dateTimeField"></span>
+		<input type="submit" value="submit" />
+		</form>
+		</p>
+		
+		<p>
+			<div wicket:id="feedback"></div>
+		</p>
+		
+	</body>
 </html>