* added price and curruncy
[aramzamzam-ru.rentdom.git] / rentdom-web / src / main / resources / ru / rentdom / components / Layout.tml
blobc7af8a85eb71a0194d6e02cf5bfd09f99defd1ce
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
3 <head>
4         <script src="/js/dojo/dojo.js" type="text/javascript" djConfig="isDebug: true"></script>
5         <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6         <title>agentnasutki.ru - ${title}</title>
7         <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
8         <link rel="stylesheet" href="/js/rd/themes/default/default.css" type="text/css" charset="utf-8"/>
9         <script type="text/javascript">
10                 dojo.require("dijit._base.sniff");
11         </script>
12 </head>
13 <body>
14   <t:body/>
15 </body>
16 </html>