Remove old validation system

This commit is contained in:
Nicolas Le Goff
2013-06-17 12:23:26 +02:00
parent c509a1bf47
commit e9569b2066
177 changed files with 0 additions and 35046 deletions

View File

@@ -1,26 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>jQuery Validation Plugin Password Extension demo</title>
<style>
iframe { width: 800px; height: 75px; }
iframe.milk { height: 500px; }
a { display: block; }
</style>
</head>
<body>
<iframe src="plain.html"></iframe>
<a href="plain.html">Plain</a>
<iframe src="localized.html"></iframe>
<a href="localized.html">Localized</a>
<iframe src="milk.html" class="milk"></iframe>
<a href="milk.html">Integrated</a>
</body>
</html>