brotherton-erpnext/erpnext/website/page/website_home/website_home.html
2012-04-13 11:41:43 +05:30

52 lines
1.7 KiB
HTML

<div class="layout-wrapper layout-wrapper-background">
<div class="appframe-area"></div>
<div class="layout-main-section">
<h1>Website</h1>
<hr>
<div style="width: 48%; float: left;">
<h4><a href="#!List/Web Page">Web Page</a></h4>
<p class="help">Static (content) web page</p>
<br>
<h4><a href="#!List/Product">Product</a></h4>
<p class="help">Product listed in catolog</p>
<br>
<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>
<br>
<h4><a href="#!Form/Style Settings/Style Settings">Style Settings</a></h4>
<p class="help">Setup of fonts and background</p>
<br>
<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 class="section-head">Tools</div>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "About Us page"
href="#!Form/About Us Settings/About Us Settings">About Us Settings</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Contact Us page"
href="#!Form/Contact Us Settings/Contact Us Settings">Contact Us Settings</a>
</div>
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
</div>