Added: ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php?rev=1787742&view=auto ============================================================================== --- ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php (added) +++ ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php Mon Mar 20 12:28:40 2017 @@ -0,0 +1,64 @@ +<?php +/* + * arguments: + * $page_name + */ +?> +<!-- header --> +<header id="mainHeader" class="clearfix"> + <div class="navbar navbar-fixed-top"> + <div class="navbar-inner"> + <div class="container"> <a href="index.html" class="brand"><img src="images/OFBiz-logoV3-apache.png" alt="Apache OFBiz Logo"/></a> + <nav id="mainMenu" class="clearfix"> + <ul> + <li><a href="index.html" class="firstLevel<?php if (basename($page_name) == 'index.tpl.php'):?> active<?php endif;?>">Home</a></li> + <li><a href="" class="firstLevel<?php if ($page_name == 'getting-started.tpl.php'):?> active<?php endif;?>">Getting Started</a> + <ul> + <li><a href="developers.html" class="">Developers</a></li> + <li><a href="business-users.html" class="last">Business Users</a></li> + </ul> + </li> + <li><a href="" class="firstLevel<?php if (basename($page_name) == 'news.tpl.php'):?> active<?php endif;?>">News</a> + <ul> + <li><a href="https://twitter.com/apacheofbiz">Twitter</a></li> + <li><a href="https://blogs.apache.org/ofbiz/">Blog</a></li> + <li><a href="user-stories.html">User Stories and References</a></li> + <li><a href="" class="last">Press</a></li> + </ul> + </li> + <li><a href="" class="firstLevel<?php if (basename($page_name) == 'documentation.tpl.php'):?> active<?php endif;?>">Documentation</a> + <ul> + <li><a href="" class="">User Documentation</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page" class="">Technical Documentation</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" class="">Wiki</a></li> + <li><a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" class="last">API Reference</a></li> + </ul> + </li> + <li><a href="" class="firstLevel<?php if (basename($page_name) == 'community.tpl.php'):?> active<?php endif;?>">Community</a> + <ul> + <li><a href="getting-involved.html">Getting Involved</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Events">Meetups / Events</a></li> + <li><a href="mailinglists.html">Mailing Lists</a></li> + <li><a href="">Source Repository</a></li> + <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel">Issue Tracker</a></li> + <li><a href="service-providers.html">Service Providers</a></li> + <li><a href="faqs.html" class="last">FAQ</a></li> + </ul> + </li> + <li><a href="" class="firstLevel<?php if (basename($page_name) == 'users.tpl.php'):?> active<?php endif;?>">Users</a> + <ul> + <li><a href="our-users.html">e-Commerce / e-business</a></li> + <li><a href="our-users.html">Manufacturing</a></li> + <li><a href="our-users.html">Retail</a></li> + <li><a href="our-users.html">Distribution</a></li> + <li><a href="our-users.html">Service Industries</a></li> + <li><a href="our-users.html" class="last">Other</a></li> + </ul> + </li> + </ul> + </nav> + </div> + </div> + </div> +</header> +<!-- header --> Propchange: ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php ------------------------------------------------------------------------------ svn:executable = * Propchange: ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/ofbiz-new-website/template/region/scripts.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/region/scripts.tpl.php?rev=1787742&view=auto ============================================================================== --- ofbiz/branches/ofbiz-new-website/template/region/scripts.tpl.php (added) +++ ofbiz/branches/ofbiz-new-website/template/region/scripts.tpl.php Mon Mar 20 12:28:40 2017 @@ -0,0 +1,30 @@ +<?php +/* + * arguments: + */ +?> +<script type="text/javascript" src="js-plugin/respond/respond.min.js"></script> +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> +<script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script> +<!-- third party plugins --> +<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script> +<script type="text/javascript" src="bootstrap/js/bootstrap-carousel.js"></script> +<script type="text/javascript" src="js-plugin/easing/jquery.easing.1.3.js"></script> +<script type="text/javascript" src="js-plugin/pretty-photo/js/jquery.prettyPhoto.js"></script> +<script type="text/javascript" src="js-plugin/hoverdir/jquery.hoverdir.js"></script> +<!-- jQuery KenBurn Slider --> +<script type="text/javascript" src="js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js"></script> +<script type="text/javascript" src="js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js"></script> +<!-- Custom --> +<script type="text/javascript" src="js/custom.js"></script> +<script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', UA]); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); +</script> Propchange: ofbiz/branches/ofbiz-new-website/template/region/scripts.tpl.php ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/ofbiz-new-website/template/region/scripts.tpl.php ------------------------------------------------------------------------------ svn:executable = * Propchange: ofbiz/branches/ofbiz-new-website/template/region/scripts.tpl.php ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/template/region/scripts.tpl.php ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/ofbiz-new-website/user-stories.html URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/user-stories.html?rev=1787742&view=auto ============================================================================== --- ofbiz/branches/ofbiz-new-website/user-stories.html (added) +++ ofbiz/branches/ofbiz-new-website/user-stories.html Mon Mar 20 12:28:40 2017 @@ -0,0 +1,277 @@ +<!DOCTYPE html> +<html lang="en"> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> +<head> +<meta charset="utf-8"> +<title>The Apache OFBiz ™ Project</title> +<meta name="description" content="Apache OFBiz (The Apache Open For Business + Project) is an open source enterprise automation software project licensed + under the Apache License Version 2.0. Being open source under the Apache 2.0 + license and driven by a community Apache OFBiz offers both flexibility by + design and by access to code, and a solution where you're not alone but + rather can work with many others to get things done."> +<meta name="keywords" content="Open Source ERP,Open Source CRM, + Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source SCM, + Open Source MRP,Open Source CMMS,Open Source EAM,web services,workflow, + ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software, + open source,entity engine,service engine,erp,crm,party,accounting,facility, + supply,chain,management,catalog,order,project,task,work effort,financial, + ledger,content management,customer,inventory"/> + +<meta name="Robots" content="index,follow" /> +<!-- Mobile Specific Metas + ================================================== --> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> +<!-- CSS + ================================================== --> +<!-- Bootstrap --> +<link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> +<!-- web font --> +<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css"> +<!-- plugin css --> +<link rel="stylesheet" type="text/css" href="js-plugin/pretty-photo/css/prettyPhoto.css" /> +<link rel="stylesheet" type="text/css" href="js-plugin/rs-plugin/css/settings.css" media="screen" /> +<link type="text/css" rel="stylesheet" href="js-plugin/hoverdir/css/style.css"> +<!-- icon fonts --> +<link type="text/css" rel="stylesheet" href="font-icons/custom-icons/css/custom-icons.css"> +<link type="text/css" rel="stylesheet" href="font-icons/custom-icons/css/custom-icons-ie7.css"> +<!-- Custom css --> +<link type="text/css" rel="stylesheet" href="css/layout.css"> +<link type="text/css" id="colors" rel="stylesheet" href="css/colors.css"> +<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> +<!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]--> +<script src="js/modernizr-2.6.1.min.js"></script> +<!-- Favicons + ================================================== --> +<link rel="shortcut icon" href="images/favicon.ico"> +<link rel="apple-touch-icon" href="images/apple-touch-icon.png"> +<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> +<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> +<link rel="apple-touch-icon" sizes="144x144" href="images/apple-touch-icon-144x144.png"> +</head> +<body> +<!-- header --> +<header id="mainHeader" class="clearfix"> + <div class="navbar navbar-fixed-top"> + <div class="navbar-inner"> + <div class="container"> <a href="index.html" class="brand"><img src="images/OFBiz-logoV3-apache.png" alt="Apache OFBiz Logo"/></a> + <nav id="mainMenu" class="clearfix"> + <ul> + <li><a href="index.html" class="firstLevel">Home</a></li> + <li><a href="" class="firstLevel">Getting Started</a> + <ul> + <li><a href="developers.html" class="">Developers</a></li> + <li><a href="business-users.html" class="last">Business Users</a></li> + </ul> + </li> + <li><a href="" class="firstLevel">News</a> + <ul> + <li><a href="https://twitter.com/apacheofbiz">Twitter</a></li> + <li><a href="https://blogs.apache.org/ofbiz/">Blog</a></li> + <li><a href="user-stories.html">User Stories and References</a></li> + <li><a href="" class="last">Press</a></li> + </ul> + </li> + <li><a href="" class="firstLevel">Documentation</a> + <ul> + <li><a href="" class="">User Documentation</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page" class="">Technical Documentation</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" class="">Wiki</a></li> + <li><a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" class="last">API Reference</a></li> + </ul> + </li> + <li><a href="" class="firstLevel">Community</a> + <ul> + <li><a href="getting-involved.html">Getting Involved</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Events">Meetups / Events</a></li> + <li><a href="mailinglists.html">Mailing Lists</a></li> + <li><a href="">Source Repository</a></li> + <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel">Issue Tracker</a></li> + <li><a href="service-providers.html">Service Providers</a></li> + <li><a href="faqs.html" class="last">FAQ</a></li> + </ul> + </li> + <li><a href="" class="firstLevel">Users</a> + <ul> + <li><a href="our-users.html">e-Commerce / e-business</a></li> + <li><a href="our-users.html">Manufacturing</a></li> + <li><a href="our-users.html">Retail</a></li> + <li><a href="our-users.html">Distribution</a></li> + <li><a href="our-users.html">Service Industries</a></li> + <li><a href="our-users.html" class="last">Other</a></li> + </ul> + </li> + </ul> + </nav> + </div> + </div> + </div> +</header> +<!-- header --> +<!-- globalWrapper --> +<div id="globalWrapper"> + <!-- content --> + <section id="content" class="project"> + <header class="headerPage"> + <div class="container clearfix"> + <div class="row"> + <h1 class="span8">User Stories </h1> + <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="">users</a><span>/</span><span class="current">stories</span> </div> + </div> + </div> + </header> + <div class="slice clearfix"> + <div class="container"> + <div class="row"> + <header class="span12"> + <div class="row"> + <div class="span8"> <img src="images/portfolio/project1.jpg" alt="project title"> </div> + <div class="span4"> + <nav id="projectsNav"> + <ul> + <li><a href="" class="btn btn-3d btnSmall">Previous</a></li> + <li><a href="" class="btn btn-3d btnSmall">Next</a></li> + </ul> + </nav> + <div class="divider"><span></span></div> + <p>Add some details about this </p> + <h3>Client</h3> + <p>Stannah</p> + <h3>OFBiz Modules Used</h3> + <p>Budgeting, Human Resources, Facility, Manufacturing, Order Management, Payments, Catalog, Pricing</p> + <div id="shareme" data-text="Check out this great #themeforest item 'OHMY! HTML5, CSS3, Bootstrap website template"> </div> + </div> + </div> + </header> + </div> + </div> + <section class="slice"> + <div class="container clearfix" id="otherProjects"> + <div class="row da-thumbs"> + <div class="span12"> + <h2>Other works <span>in this category</span></h2> + <div class="divider"><span></span></div> + </div> + <article class="span4 bloc"> <a href="user-stories.html"> + <section class="imgWrapper"> <img src="images/portfolio/vign2.jpg" alt=""/></section> + <div> <span class="iconWrapper iconLink"><i class="icon-search"></i></span> </div> + </a> + <h3>Lorem ipsum dolor sit amet</h3> + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique senectus et netus... <a href="#" class="moreLink">→ read more</a> </p> + </article> + <article class="span4 bloc"> <a href="user-stories.html"> + <section class="imgWrapper"> <img src="images/portfolio/vign5.jpg" alt=""/></section> + <div> <span class="iconWrapper iconLink"><i class="icon-search"></i></span> </div> + </a> + <h3>Lorem ipsum dolor sit amet</h3> + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique senectus et netus... <a href="#" class="moreLink">→ read more</a> </p> + </article> + <article class="span4 bloc"> <a href="user-stories.html"> + <section class="imgWrapper"> <img src="images/portfolio/vign9.jpg" alt=""/></section> + <div> <span class="iconWrapper iconLink"><i class="icon-search"></i></span> </div> + </a> + <h3>Lorem ipsum dolor sit amet</h3> + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique senectus et netus... <a href="#" class="moreLink">→ read more</a> </p> + </article> + </div> + </div> + </section> + </div> + </section> + <!-- page content --> + +<!-- footer --> +<footer class="footer1"> + <div class="container" id="footer"> + <div class="row"> + <div class="span6 timelineWidget"> + <h2>Latest tweets</h2> + <div class="divider"><span></span></div> + <ul class="socialNetwork nav"> + <li> + <a href="https://twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips" + target="_blank" title="follow us on Twitter"><span>twitter</span></a> + </li> + <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips" title="follow us on Youtube"><span>Youtube</span></a></li> + <!--<li><a href="#" class="icon-rss socialIcon tips" title="Our rss feed"><span>rss feed</span></a></li> + <li><a href="#" class="icon-facebook socialIcon tips" title="follow us on Facebook"><span>facebook</span></a></li> + <li><a href="#" class="icon-gplus socialIcon tips" title="follow us on Google +"><span>google +</span></a></li> + <li><a href="#" class="icon-instagram socialIcon tips" title="follow us on Instagram"><span>instagram</span></a></li> + <li><a href="#" class="icon-linkedin socialIcon tips" title="follow us on Linkedin"><span>linkedin</span></a></li> + <li><a href="#" class="icon-pinterest-circled socialIcon tips" title="follow us on Pinterest"><span>Pinterest</span></a></li>--> + </ul> + <div id="twitterFrame"> <a class="twitter-timeline" href="https://twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896" data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a> + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> + </div> + </div> + <div class="span3 contactWidget"> + <h2>Contact Community</h2> + <div class="divider"><span></span></div> + <ul> + <li><a href="mailinglists.html">Mailing Lists</a></li> + <li><a href="source-repositories.html">Source Repository (SVN)</a></li> + <li><a href="https://issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li> + <li><a href="https://www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li> + <li><a href="https://www.hipchat.com/g4vOayvmc" target="external">OFBiz HipChat Room</a></li> + </ul> + </div> + <div class="span3 sociallWidget"> + <h2>ASF Information</h2> + <div class="divider"><span></span></div> + <ul> + <li><a href="#">Apache Software Foundation</a></li> + <li><a href="#">Sponsorship</a></li> + <li><a href="#">Thanks</a></li> + <li><a href="#">Security</a></li> + </ul> + </div> + </div> + </div> +</footer> +<footer class="footer2" id="footerRights"> + <div class="container"> + <div class="row"> + <div class="span12"> + <p> + Copyright © 2016 The Apache Software Foundation. Licensed under the + Apache License, Version 2.0. Apache OFBiz, OFBiz, the project logo + and the Apache feather logo are trademarks of The Apache Software + Foundation. + </p> + </div> + </div> + </div> +</footer> +<!-- footer --> +</div> +<!-- globalWrapper --> +<script type="text/javascript" src="js-plugin/respond/respond.min.js"></script> +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> +<script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script> +<!-- third party plugins --> +<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script> +<script type="text/javascript" src="bootstrap/js/bootstrap-carousel.js"></script> +<script type="text/javascript" src="js-plugin/easing/jquery.easing.1.3.js"></script> +<script type="text/javascript" src="js-plugin/pretty-photo/js/jquery.prettyPhoto.js"></script> +<script type="text/javascript" src="js-plugin/hoverdir/jquery.hoverdir.js"></script> +<!-- jQuery KenBurn Slider --> +<script type="text/javascript" src="js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js"></script> +<script type="text/javascript" src="js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js"></script> +<!-- Custom --> +<script type="text/javascript" src="js/custom.js"></script> +<script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', UA]); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); +</script> +</body> +</html> Propchange: ofbiz/branches/ofbiz-new-website/user-stories.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/ofbiz-new-website/user-stories.html ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/user-stories.html ------------------------------------------------------------------------------ svn:mime-type = text/html |
Free forum by Nabble | Edit this page |