Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
241 ashish 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
4
<html xmlns="http://www.w3.org/1999/xhtml"
5
  xmlns:py="http://genshi.edgewall.org/"
6
  xmlns:xi="http://www.w3.org/2001/XInclude">
7
 
8
<xi:include href="master.html" />
9
 
10
<head>
11
  <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
12
  <title>New ${modelname}</title>
13
</head>
14
 
15
<body>
16
 
17
<h1>New ${modelname}</h1>
18
 
19
<div py:replace="tmpl_context.form(value)">Input Form</div>
20
 
21
</body>
22
</html>