brotherton-erpnext/website/page/website_home/website_home.html
2012-12-27 18:40:42 +05:30

47 lines
1.7 KiB
HTML

<div class="layout-wrapper layout-wrapper-background">
<div class="appframe-area"></div>
<div class="layout-main-section">
<div style="width: 48%; float: left;">
<h5><a href="#List/Web Page">Web Page</a></h5>
<p class="help">Static (content) web page.</p>
<br>
<h5><a href="#List/Blog">Blog</a></h5>
<p class="help">Weblog (blog) entry.</p>
<br>
<h5><a href="#List/Website Slideshow">Website Slideshow</a></h5>
<p class="help">Slideshows for adding in website pages.</p>
</div>
<div style="width: 48%; float: right;">
<h5><a href="#Form/Website Settings">Website Settings</a></h5>
<p class="help">Setup of top navigation bar, footer and logo.</p>
<br>
<h5><a href="#Form/Style Settings">Style Settings</a></h5>
<p class="help">Setup of fonts and background.</p>
<br>
<h5><a href="#Form/Product Settings">Product Settings</a></h5>
<p class="help">Settings for Product Catalog on the website.</p>
<br>
<h5><a href="#Form/About Us Settings">About Us Settings</a></h5>
<p class="help">Settings for About Us Page.</p>
<br>
<h5><a href="#Form/Contact Us Settings">Contact Us Settings</a></h5>
<p class="help">Settings for the Contact Us Page.</p>
</div>
<div style="clear: both"></div>
</div>
<div class="layout-side-section">
<div class="psidebar">
<div class="section">
<div class="section-head">Advanced</div>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Javascript to append to the head section of the page."
href="#Form/Website Script">Website Script</a>
</div>
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
</div>