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

52 lines
1.8 KiB
HTML
Raw Normal View History

2012-02-21 13:33:50 +00:00
<div class="layout-wrapper layout-wrapper-background">
<div class="layout-main-section">
<a class="close" onclick="window.history.back();">&times;</a>
<h1>Support</h1>
<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>
<h4><a href="#!List/Product">Product</a></h4>
<p class="help">Product listed in catolog</p>
<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>
</div>
<div style="width: 48%; float: right;">
<h4><a href="#!Form/Style Settings/Style Settings">Style Settings</a></h4>
<p class="help">Setup of fonts and background</p>
</div>
<div style="width: 48%; float: right;">
<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>