Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<!DOCTYPE html PUBLIC 
        "-//W3C//DTD XHTML 1.1 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
        <title>Entity Show</title>
</head>
<body>
#set ( $entityid = $action.getModel() )
#parse ( "templates/header.vm" )
#include ( "templates/entities/${entityid}.html" )
#parse ( "templates/footer.vm" )
</body>
</html>