brotherton-erpnext/erpnext/website/page/website_home/website_home.html

39 lines
1.2 KiB
HTML
Raw Normal View History

2012-02-21 13:33:50 +00:00
<div class="layout-wrapper layout-wrapper-background">
2012-04-13 06:11:43 +00:00
<div class="appframe-area"></div>
2012-02-21 13:33:50 +00:00
<div class="layout-main-section">
2012-03-01 06:19:54 +00:00
<h1>Website</h1>
2012-02-21 13:33:50 +00:00
<hr>
<div style="width: 48%; float: left;">
2012-02-29 13:49:01 +00:00
<h4><a href="#!List/Web Page">Web Page</a></h4>
2012-02-21 13:33:50 +00:00
<p class="help">Static (content) web page</p>
2012-04-13 06:11:43 +00:00
<br>
2012-02-21 13:33:50 +00:00
<h4><a href="#!List/Product">Product</a></h4>
<p class="help">Product listed in catolog</p>
2012-04-13 06:11:43 +00:00
<br>
2012-02-21 13:33:50 +00:00
<h4><a href="#!List/Blog">Blog</a></h4>
<p class="help">Weblog (blog) entry</p>
</div>
<div style="width: 48%; float: right;">
<h4><a href="#!Form/Website Settings/Website Settings">Website Settings</a></h4>
<p class="help">Setup of top navigation bar, footer and logo</p>
2012-04-13 06:11:43 +00:00
<br>
2012-02-21 13:33:50 +00:00
<h4><a href="#!Form/Style Settings/Style Settings">Style Settings</a></h4>
<p class="help">Setup of fonts and background</p>
2012-04-13 06:11:43 +00:00
<br>
2012-02-21 13:33:50 +00:00
<h4><a href="#!Form/Products Settings/Products Settings">Products Settings</a></h4>
<p class="help">Setup product categories</p>
</div>
<div style="clear: both"></div>
<hr>
<h3>Reports</h3>
<div class="reports-list"></div>
</div>
<div class="layout-side-section">
<div class="psidebar">
<div class="section">
</div>
</div>
</div>
<div style="clear: both;"></div>
</div>