mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Remove old validation system
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user