summaryrefslogtreecommitdiffstats
path: root/leafymiracle/templates/model.pt
blob: f2e84d4ed87592064f51add90e17053f5b693cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal">
<head>
  <title>The auspicious and venerable Leafy Miracle</title>
  <link rel="stylesheet" type="text/css" href="static/css/leafy.css"/>
</head>
<body>
  <div tal:content="structure dialogwidget.display()"></div>
    <div class="searchbar-wrapper">
      <div tal:content="structure searchbarwidget.display()"></div>
    </div>
    <div class="outer">
      <a href="javascript:(function(){$('#leafy_dialog').dialog('open');})();">
        <img class="center" src="static/images/leafy_logo.png" />
      </a>
    </div>
    <div class="inner" tal:content="structure jitwidget.display()"></div>
</body>
</html>