mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
first cut for lazy loading framework
This commit is contained in:
22
templates/index.html
Normal file
22
templates/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!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="dialog_back"></div>
|
||||
|
||||
<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>
|
||||
</body>
|
||||
Reference in New Issue
Block a user