brotherton-erpnext/templates/index.html

21 lines
537 B
HTML
Raw Normal View History

2011-09-05 13:13:09 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<meta charset="utf-8">
<title>ERPNext</title>
<meta name="author" content="">
<script type="text/javascript">{{ boot }}</script>
</head>
<body>
<div id="startup_div" style="padding: 8px; font-size: 14px;"></div>
<!-- Main Starts -->
<div id="body_div">
<!--static (no script) content-->
<div class="no_script">
{{ content }}
</div>
</div>
2011-09-06 10:20:01 +00:00
<script>wn.require('js/app.js');</script>
2011-09-16 10:58:35 +00:00
<div id="dialog_back"></div>
2011-09-05 13:13:09 +00:00
</body>