Báze pro UI. Přidaná podpora validace. Podpora filtrování pře LambdaJ.

This commit is contained in:
2014-04-23 21:33:34 +02:00
parent 2ca878f52d
commit c5c8aacd31
28 changed files with 650 additions and 17 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Objednávky</title>
</head>
<body>
aplikace
</body>
</html>
+6
View File
@@ -0,0 +1,6 @@
<?page title="Test" contentType="text/html;charset=UTF-8"?>
<zk>
<window title="Test" border="normal">
New Content Here!
</window>
</zk>