svn commit: r1614280 - in /ofbiz/trunk/applications/manufacturing/data: ./ helpdata/

2014-07-29 Thread sharan
Author: sharan
Date: Tue Jul 29 08:03:53 2014
New Revision: 1614280

URL: http://svn.apache.org/r1614280
Log:
Applied  OFBIZ-5684 (OFBIZ-2219) updates to manufacturing help screens

Modified:
ofbiz/trunk/applications/manufacturing/data/ManufacturingHelpData_EN.xml

ofbiz/trunk/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml

ofbiz/trunk/applications/manufacturing/data/helpdata/Help_MFG_EditRouting.xml

ofbiz/trunk/applications/manufacturing/data/helpdata/Help_MFG_EditRoutingProductLink.xml

ofbiz/trunk/applications/manufacturing/data/helpdata/Help_MFG_EditRoutingTask.xml
ofbiz/trunk/applications/manufacturing/data/helpdata/Help_MFG_main.xml

Modified: 
ofbiz/trunk/applications/manufacturing/data/ManufacturingHelpData_EN.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/data/ManufacturingHelpData_EN.xml?rev=1614280r1=1614279r2=1614280view=diff
==
--- ofbiz/trunk/applications/manufacturing/data/ManufacturingHelpData_EN.xml 
(original)
+++ ofbiz/trunk/applications/manufacturing/data/ManufacturingHelpData_EN.xml 
Tue Jul 29 08:03:53 2014
@@ -36,7 +36,7 @@
 ContentAssoc mapKey=MANUFACTURING_main contentId=HELP_MFG 
contentIdTo=MFG_Main contentAssocTypeId=TREE_CHILD fromDate=2012-01-12 
01:01:01 sequenceNum=000/
 
 DataResource dataResourceId=MFG_ProdRuns localeString=en 
dataResourceTypeId=OFBIZ_FILE 
-
objectInfo=applications/manufacturing/data/helpdata/Help_MFG_findProductionRun.xml
 dataTemplateTypeId=NONE statusId=CTNT_IN_PROGRESS
+
objectInfo=applications/manufacturing/data/helpdata/Help_MFG_FindProductionRun.xml
 dataTemplateTypeId=NONE statusId=CTNT_IN_PROGRESS
 dataResourceName=MFG_ProdRuns mimeTypeId=text/xml isPublic=Y /
 Content contentId=MFG_ProdRuns contentTypeId=DOCUMENT 
contentName=Production Runs templateDataResourceId=HELP_TEMPL 
 dataResourceId=MFG_ProdRuns statusId=CTNT_IN_PROGRESS 
mimeTypeId=text/html/

Modified: 
ofbiz/trunk/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml?rev=1614280r1=1614279r2=1614280view=diff
==
--- 
ofbiz/trunk/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml
 (original)
+++ 
ofbiz/trunk/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml
 Tue Jul 29 08:03:53 2014
@@ -23,62 +23,68 @@
 xmlns:xi=http://www.w3.org/2001/XInclude;
 xsi:schemaLocation=http://docbook.org/ns/docbook 
../../../../content/dtd/docbook.xsd
 xmlns=http://docbook.org/ns/docbook;
-titleManufacturing: Edit production run/title
+titleManufacturing: Edit Production Run/title
 para
-This screen displays the production run. Through this screen you can:
+This screen displays the details of a Production Run. Through this screen 
you can:
 /para
 itemizedlist
-listitemparaEdit the base details of the production 
run/para/listitem
-listitemparaCreate tasks - Click 'Taksks'/para/listitem
-listitemparaAdd materials - Click 'Materials'/para/listitem
-listitemparaAssociate equipment - Click 
'Equipment'/para/listitem
-listitemparaView associated (dependent) productie runs - click 
'Assocs'/para/listitem
-listitemparaView associated content - Click 
'Content'/para/listitem
-listitemparaView actual cost of the production run - Click 'Actual 
Costs'/para/listitem
+listitemparaEdit the basic details of the Production 
Run/para/listitem
+listitemparaCreate tasks that will be performed as part of the 
Production Run by clicking 'Tasks'/para/listitem
+listitemparaAdd materials that the Production Run will use to make 
the manufactured product by clicking 'Materials'/para/listitem
+listitemparaAssociate equipment that will be used as part of 
Production by clicking 'Equipment'/para/listitem
+listitemparaView any associated (or dependent) Production Runs by 
clicking 'Assocs'/para/listitem
+listitemparaView any associated content by clicking 
'Content'/para/listitem
+listitemparaView the actual cost of the Production Run by click 
'Actual Costs'/para/listitem
 /itemizedlist
 section
-titleBase details production run/title
+titleBasic Production Run Details/title
 para
-This section displays the base details of the production run. Additionally 
you can edit the details.
+This section displays the basic details of the Production Run. This 
includes information about the 
+Facility where the Production Run will take place, the quantity of product 
to be produced and the proposed start and 
+completion date./para
+paraThe majority of these fields are editable, the exception being

svn commit: r1614671 - in /ofbiz/branches/release13.07: ./ applications/manufacturing/data/ applications/manufacturing/data/helpdata/

2014-07-30 Thread sharan
Author: sharan
Date: Wed Jul 30 14:44:59 2014
New Revision: 1614671

URL: http://svn.apache.org/r1614671
Log:
Applied fix from trunk for revision: 1614280 
===

Applied  OFBIZ-5684 (OFBIZ-2219) updates to manufacturing help screens


Modified:
ofbiz/branches/release13.07/   (props changed)

ofbiz/branches/release13.07/applications/manufacturing/data/ManufacturingHelpData_EN.xml

ofbiz/branches/release13.07/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml

ofbiz/branches/release13.07/applications/manufacturing/data/helpdata/Help_MFG_EditRouting.xml

ofbiz/branches/release13.07/applications/manufacturing/data/helpdata/Help_MFG_EditRoutingProductLink.xml

ofbiz/branches/release13.07/applications/manufacturing/data/helpdata/Help_MFG_EditRoutingTask.xml

ofbiz/branches/release13.07/applications/manufacturing/data/helpdata/Help_MFG_main.xml

Propchange: ofbiz/branches/release13.07/
--
  Merged /ofbiz/trunk:r1614280

Modified: 
ofbiz/branches/release13.07/applications/manufacturing/data/ManufacturingHelpData_EN.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/manufacturing/data/ManufacturingHelpData_EN.xml?rev=1614671r1=1614670r2=1614671view=diff
==
--- 
ofbiz/branches/release13.07/applications/manufacturing/data/ManufacturingHelpData_EN.xml
 (original)
+++ 
ofbiz/branches/release13.07/applications/manufacturing/data/ManufacturingHelpData_EN.xml
 Wed Jul 30 14:44:59 2014
@@ -36,7 +36,7 @@
 ContentAssoc mapKey=MANUFACTURING_main contentId=HELP_MFG 
contentIdTo=MFG_Main contentAssocTypeId=TREE_CHILD fromDate=2012-01-12 
01:01:01 sequenceNum=000/
 
 DataResource dataResourceId=MFG_ProdRuns localeString=en 
dataResourceTypeId=OFBIZ_FILE 
-
objectInfo=applications/manufacturing/data/helpdata/Help_MFG_findProductionRun.xml
 dataTemplateTypeId=NONE statusId=CTNT_IN_PROGRESS
+
objectInfo=applications/manufacturing/data/helpdata/Help_MFG_FindProductionRun.xml
 dataTemplateTypeId=NONE statusId=CTNT_IN_PROGRESS
 dataResourceName=MFG_ProdRuns mimeTypeId=text/xml isPublic=Y /
 Content contentId=MFG_ProdRuns contentTypeId=DOCUMENT 
contentName=Production Runs templateDataResourceId=HELP_TEMPL 
 dataResourceId=MFG_ProdRuns statusId=CTNT_IN_PROGRESS 
mimeTypeId=text/html/

Modified: 
ofbiz/branches/release13.07/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml?rev=1614671r1=1614670r2=1614671view=diff
==
--- 
ofbiz/branches/release13.07/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml
 (original)
+++ 
ofbiz/branches/release13.07/applications/manufacturing/data/helpdata/Help_MFG_EditProductionRun.xml
 Wed Jul 30 14:44:59 2014
@@ -23,62 +23,68 @@
 xmlns:xi=http://www.w3.org/2001/XInclude;
 xsi:schemaLocation=http://docbook.org/ns/docbook 
../../../../content/dtd/docbook.xsd
 xmlns=http://docbook.org/ns/docbook;
-titleManufacturing: Edit production run/title
+titleManufacturing: Edit Production Run/title
 para
-This screen displays the production run. Through this screen you can:
+This screen displays the details of a Production Run. Through this screen 
you can:
 /para
 itemizedlist
-listitemparaEdit the base details of the production 
run/para/listitem
-listitemparaCreate tasks - Click 'Taksks'/para/listitem
-listitemparaAdd materials - Click 'Materials'/para/listitem
-listitemparaAssociate equipment - Click 
'Equipment'/para/listitem
-listitemparaView associated (dependent) productie runs - click 
'Assocs'/para/listitem
-listitemparaView associated content - Click 
'Content'/para/listitem
-listitemparaView actual cost of the production run - Click 'Actual 
Costs'/para/listitem
+listitemparaEdit the basic details of the Production 
Run/para/listitem
+listitemparaCreate tasks that will be performed as part of the 
Production Run by clicking 'Tasks'/para/listitem
+listitemparaAdd materials that the Production Run will use to make 
the manufactured product by clicking 'Materials'/para/listitem
+listitemparaAssociate equipment that will be used as part of 
Production by clicking 'Equipment'/para/listitem
+listitemparaView any associated (or dependent) Production Runs by 
clicking 'Assocs'/para/listitem
+listitemparaView any associated content by clicking 
'Content'/para/listitem
+listitemparaView the actual cost of the Production Run by click 
'Actual Costs'/para/listitem
 /itemizedlist
 section
-titleBase details production run/title

svn commit: r1614830 - /ofbiz/site/index.html

2014-07-31 Thread sharan
Author: sharan
Date: Thu Jul 31 08:48:51 2014
New Revision: 1614830

URL: http://svn.apache.org/r1614830
Log:
Published news about OFBiz sessions at ApacheCon EU 2014

Modified:
ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1614830r1=1614829r2=1614830view=diff
==
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Thu Jul 31 08:48:51 2014
@@ -176,6 +176,14 @@
 div
   h3News/h3
   p class=postmeta
+span class=dateJuly 31, 2014/span OFBiz at ApacheCon Europe 
2014
+  /p
+  p
+  A full OFBiz track has been included in the schedule at ApacheCon 
Europe 2014 in Budapest (17th - 21st November 2014). The six presentations are 
planned for the first day (17th November 2014 and will cover a range of 
business and technical topics.br/
+  If you are interested in attending ApacheCon Europe, details can be 
found a href=http://events.linuxfoundation.org/events/apachecon-europe; 
class=external-link rel=nofollow target=externalhere/a.br/
+ Details of the full ApacheCon Europe schedule can be found a 
href=http://events.linuxfoundation.org/events/apachecon-europe/program/schedule;
 class=external-link rel=nofollow target=externalhere/a   
+  /p
+  p class=postmeta
 span class=dateJune 16, 2014/span Apache OFBiz 12.04.03 
Released
   /p
   p




svn commit: r1614861 - /ofbiz/site/index.html

2014-07-31 Thread sharan
Author: sharan
Date: Thu Jul 31 11:28:32 2014
New Revision: 1614861

URL: http://svn.apache.org/r1614861
Log:
Added ApacheCon EU 2014 WebBadge and OFBiz schedule

Modified:
ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1614861r1=1614860r2=1614861view=diff
==
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Thu Jul 31 11:28:32 2014
@@ -180,8 +180,9 @@
   /p
   p
   A full OFBiz track has been included in the schedule at ApacheCon 
Europe 2014 in Budapest (17th - 21st November 2014). The six presentations are 
planned for the first day (17th November 2014 and will cover a range of 
business and technical topics.br/
-  If you are interested in attending ApacheCon Europe, details can be 
found a href=http://events.linuxfoundation.org/events/apachecon-europe; 
class=external-link rel=nofollow target=externalhere/a.br/
- Details of the full ApacheCon Europe schedule can be found a 
href=http://events.linuxfoundation.org/events/apachecon-europe/program/schedule;
 class=external-link rel=nofollow target=externalhere/a   
+  If you are interested in attending ApacheCon Europe, details can be 
found a 
href=http://events.linuxfoundation.org/events/apachecon-europe/attend/register;
 class=external-link rel=nofollow target=externalhere/a.br/
+ Details of the full OFBiz schedule at ApacheCon Europe can be found 
a 
href=http://apacheconeu2014.sched.org/overview/type/ofbiz?iframe=now=i:0;sidebar=yesbg=no#.U9oav_5xOPJ;
 class=external-link rel=nofollow target=externalhere/abr/
+ a href=http://bit.ly/1n9YlQT; target=_blankimg 
src=http://bit.ly/1ttg6CE; width=125 height=125 alt=I'm Speaking at 
ApacheCon Europe 2014! Join me! title=I'm Speaking at ApacheCon Europe 2014! 
Join me! border=0/a   
   /p
   p class=postmeta
 span class=dateJune 16, 2014/span Apache OFBiz 12.04.03 
Released




svn commit: r1657079 - in /ofbiz/branches/release14.12: ./ applications/humanres/data/ applications/humanres/data/helpdata/

2015-02-04 Thread sharan
Author: sharan
Date: Wed Feb  4 10:04:30 2015
New Revision: 1657079

URL: http://svn.apache.org/r1657079
Log:
Applied fix from trunk for revision: 1654509 
===

OFBIZ 6015 - added more HR help pages

Added:

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_EditEmplPosition.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmplPosition.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_EditEmployeeLeaves.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployeeLeaves.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_EditEmployeeQuals.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployeeQuals.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_EditEmployeeSkills.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployeeSkills.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_EditEmployeeTrainings.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployeeTrainings.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_EditEmployment.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployment.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_EmplPositionView.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EmplPositionView.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_EmployeeProfile.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EmployeeProfile.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_FindEmplPositions.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_FindEmplPositions.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_FindEmployments.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_FindEmployments.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_ListEmplPositions.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_ListEmplPositions.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_ListEmployments.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_ListEmployments.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_NewEmployee.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_NewEmployee.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_PayrollHistory.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_PayrollHistory.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_findEmployees.xml
  - copied unchanged from r1654509, 
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_findEmployees.xml
Modified:
ofbiz/branches/release14.12/   (props changed)
ofbiz/branches/release14.12/applications/humanres/data/HumanResHelpData.xml
ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml

Propchange: ofbiz/branches/release14.12/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Feb  4 10:04:30 2015
@@ -8,4 +8,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1649393,1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731,1652739,1653248,1653456,1654175,1654273,1655046,1655668,1655979,1656185,1656198,1656445,1656983
+/ofbiz/trunk:1649393,1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731,1652739,1653248,1653456,1654175,1654273,1654509,1655046,1655668,1655979,1656185,1656198,1656445,1656983

Modified: 
ofbiz/branches/release14.12/applications/humanres/data/HumanResHelpData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/humanres/data/HumanResHelpData.xml?rev=1657079r1=1657078r2=1657079view=diff
==
--- ofbiz/branches/release14.12/applications/humanres/data/HumanResHelpData.xml 
(original)
+++ ofbiz/branches

svn commit: r1653248 - in /ofbiz/trunk/applications/humanres/data/helpdata: HELP_HR.xml HELP_HR_main.xml

2015-01-20 Thread sharan
Author: sharan
Date: Tue Jan 20 13:59:18 2015
New Revision: 1653248

URL: http://svn.apache.org/r1653248
Log: (empty)

Modified:
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml

Modified: ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR.xml?rev=1653248r1=1653247r2=1653248view=diff
==
--- ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR.xml (original)
+++ ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR.xml Tue Jan 20 
13:59:18 2015
@@ -22,5 +22,45 @@ under the License.
   xsi:schemaLocation=http://docbook.org/ns/docbook 
../../../content/dtd/docbook.xsd
   xmlns=http://docbook.org/ns/docbook;
   titleHuman Resources Introduction/title
-  paraWIP, to be continued.../para
+
+   titleAbout OFBiz Human Resources/title
+paraThe people who work for your company, it's human capital, are it's
+most important asset. Selecting a software platform that increases the
+value of your companies human capital and delivers benefits, services and
+opportunities to your workforce, is critical to your companies success
+./para
+  
+  paraThat platform must be able to accurately and reliability process
+worker transactions, collect decision support information, and communicate
+between management, workers and outside resources. The OFBiz Human
+Resource application (HR App) can provide a backbone for building that
+platform./para
+
+ paraIn this chapter you are introduced to the organization of this
+document and to the key business objects that are the core to HR
+App./para
+
+paraIn the HR App you can:/para
+
+itemizedlist
+  listitem
+paraCreate positions/para
+  /listitem
+
+  listitem
+paraFulfill positions/para
+  /listitem
+
+  listitem
+paraDefine the responsibilities of a position/para
+  /listitem
+
+  listitem
+paraDefine a tree reporting structure between positions/para
+  /listitem
+
+  listitem
+paraTrack the positions fulfillments over time/para
+  /listitem
+/itemizedlist
 /section

Modified: ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml?rev=1653248r1=1653247r2=1653248view=diff
==
--- ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml (original)
+++ ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml Tue Jan 20 
13:59:18 2015
@@ -22,11 +22,51 @@ under the License.
   xsi:schemaLocation=http://docbook.org/ns/docbook 
../../../content/dtd/docbook.xsd
   xmlns=http://docbook.org/ns/docbook;
   titleThe Human Resources Main screen./title
+  
+  
+paraThe Main window is the entry point into the HR App and displays the
+Company tree view for navigating to key HR App items./para
+
   para This screen will show the the organization of your company, the top 
level company is defined in a system setup file: general.properties.
 The system will list devisions and departments in the role 
quot;Internal organizationquot; as defined in the party relationships 
 as a quot;Group memberquot; under it in as many levels as required.
   /para
+  
   para
 related to an quot;Internal Organizationquot; is an employee 
position which can be full filled by an employee in an employment. 
   /para
+   title Nodes In the Company Tree/title
+
+paraThere are three node types in the tree, each identified by a
+different icon. The top of the tree represents your Company, the highest
+level in the HR App organization. The Company and departments under the
+Company can have children departments or positions. Under positions are
+the people who fulfill the position./para
+  
+titleUsage/title
+
+itemizedlist
+  listitem
+paraNavigate the HR Organization to view departments, positions and
+people/para
+  /listitem
+
+  listitem
+paraAdd or remove a department/para
+  /listitem
+
+  listitem
+paraAdd a person/para
+  /listitem
+
+  listitem
+paraQuickly open the profile of any item in the tree/para
+  /listitem
+
+  listitem
+paraIf the item is a position you can add a person to fulfill the
+position/para
+  /listitem
+/itemizedlist
+  
 /section




svn commit: r1660389 - /ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml

2015-02-17 Thread sharan
Author: sharan
Date: Tue Feb 17 14:21:58 2015
New Revision: 1660389

URL: http://svn.apache.org/r1660389
Log:
Applied patch from Anahita for OFBIZ-5641

Modified:
ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml

Modified: ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml?rev=1660389r1=1660388r2=1660389view=diff
==
--- ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml (original)
+++ ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml Tue Feb 17 
14:21:58 2015
@@ -81,12 +81,12 @@ under the License.
 InvoiceItemType invoiceItemTypeId=PITM_ADD_FEATURE 
defaultGlAccountId=516100/
 InvoiceItemType invoiceItemTypeId=PITM_WARRANTY_ADJ 
defaultGlAccountId=516100/
 
-InvoiceItemType invoiceItemTypeId=PINV_PROD_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_FPROD_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_DPROD_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_FDPROD_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_PROD_FEATR_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_SPROD_ITEM 
defaultGlAccountId=14/
+InvoiceItemType invoiceItemTypeId=PINV_PROD_ITEM 
defaultGlAccountId=214000/
+InvoiceItemType invoiceItemTypeId=PINV_FPROD_ITEM 
defaultGlAccountId=214000/
+InvoiceItemType invoiceItemTypeId=PINV_DPROD_ITEM 
defaultGlAccountId=50/
+InvoiceItemType invoiceItemTypeId=PINV_FDPROD_ITEM 
defaultGlAccountId=214000/
+InvoiceItemType invoiceItemTypeId=PINV_PROD_FEATR_ITEM 
defaultGlAccountId=214000/
+InvoiceItemType invoiceItemTypeId=PINV_SPROD_ITEM 
defaultGlAccountId=50/
 
 InvoiceItemType invoiceItemTypeId=PINV_INVPRD_ITEM 
defaultGlAccountId=65/
 InvoiceItemType invoiceItemTypeId=PINV_SUPLPRD_ITEM 
defaultGlAccountId=65/




svn commit: r1660395 - in /ofbiz/branches/release14.12: ./ applications/accounting/data/DemoGlSetupData.xml

2015-02-17 Thread sharan
Author: sharan
Date: Tue Feb 17 14:48:00 2015
New Revision: 1660395

URL: http://svn.apache.org/r1660395
Log:
Applied fix from trunk for revision: 1660389 
===

Applied patch from Anahita for OFBIZ-5641

Modified:
ofbiz/branches/release14.12/   (props changed)
ofbiz/branches/release14.12/applications/accounting/data/DemoGlSetupData.xml

Propchange: ofbiz/branches/release14.12/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Feb 17 14:48:00 2015
@@ -8,4 +8,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1649393,1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731,1652739,1653248,1653456,1654175,1654273,1654509,1655046,1655668,1655979,1656185,1656198,1656445,1656983,1657323,1657506-1657507,1657514,1657714,1657790,1657848,1658364,1658662,1658882,1659224,1660031,1660053
+/ofbiz/trunk:1649393,1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731,1652739,1653248,1653456,1654175,1654273,1654509,1655046,1655668,1655979,1656185,1656198,1656445,1656983,1657323,1657506-1657507,1657514,1657714,1657790,1657848,1658364,1658662,1658882,1659224,1660031,1660053,1660389

Modified: 
ofbiz/branches/release14.12/applications/accounting/data/DemoGlSetupData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/accounting/data/DemoGlSetupData.xml?rev=1660395r1=1660394r2=1660395view=diff
==
--- 
ofbiz/branches/release14.12/applications/accounting/data/DemoGlSetupData.xml 
(original)
+++ 
ofbiz/branches/release14.12/applications/accounting/data/DemoGlSetupData.xml 
Tue Feb 17 14:48:00 2015
@@ -81,12 +81,12 @@ under the License.
 InvoiceItemType invoiceItemTypeId=PITM_ADD_FEATURE 
defaultGlAccountId=516100/
 InvoiceItemType invoiceItemTypeId=PITM_WARRANTY_ADJ 
defaultGlAccountId=516100/
 
-InvoiceItemType invoiceItemTypeId=PINV_PROD_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_FPROD_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_DPROD_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_FDPROD_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_PROD_FEATR_ITEM 
defaultGlAccountId=14/
-InvoiceItemType invoiceItemTypeId=PINV_SPROD_ITEM 
defaultGlAccountId=14/
+InvoiceItemType invoiceItemTypeId=PINV_PROD_ITEM 
defaultGlAccountId=214000/
+InvoiceItemType invoiceItemTypeId=PINV_FPROD_ITEM 
defaultGlAccountId=214000/
+InvoiceItemType invoiceItemTypeId=PINV_DPROD_ITEM 
defaultGlAccountId=50/
+InvoiceItemType invoiceItemTypeId=PINV_FDPROD_ITEM 
defaultGlAccountId=214000/
+InvoiceItemType invoiceItemTypeId=PINV_PROD_FEATR_ITEM 
defaultGlAccountId=214000/
+InvoiceItemType invoiceItemTypeId=PINV_SPROD_ITEM 
defaultGlAccountId=50/
 
 InvoiceItemType invoiceItemTypeId=PINV_INVPRD_ITEM 
defaultGlAccountId=65/
 InvoiceItemType invoiceItemTypeId=PINV_SUPLPRD_ITEM 
defaultGlAccountId=65/




svn commit: r1660397 - in /ofbiz/branches/release13.07: ./ applications/accounting/data/DemoGlSetupData.xml

2015-02-17 Thread sharan
Author: sharan
Date: Tue Feb 17 14:48:59 2015
New Revision: 1660397

URL: http://svn.apache.org/r1660397
Log:
Applied fix from trunk for revision: 1660389 
===

Applied patch from Anahita for OFBIZ-5641

Modified:
ofbiz/branches/release13.07/   (props changed)
ofbiz/branches/release13.07/applications/accounting/data/DemoGlSetupData.xml

Propchange: ofbiz/branches/release13.07/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Feb 17 14:48:59 2015
@@ -5,4 +5,4 @@
 /ofbiz/branches/jquery:952958-1044489
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release12.04:1557118
-/ofbiz/trunk:1506269,1506499,1506504,1506828,1509164,1510042,1511279,1512376,1512573,1516094,1517629,1517702,1517780,1517947,1518336,1518950,1519245,151,1520319,1520321,1520326,1524361,1524676,1524704,1524769,1524835,1524950,1525523,1526276,1526387,1526463,1527212,1527254,1527609,1527626,1527810,1528144,1528146,1528149,1528298,1529412,1529418,1529588,1530273,1530634,1530876,1530972,1530976,1531848,1532342,1532366,1533542,1533839,1535961,1536170,1536656,1537023,1537086,1537179,1537996,1538096,1539147,1539156,1539781,1542264,1542388,1542442,1543744,1543766,1543781,1543994,154,1547548,1548143,1549015,1550255,1550258,1550515,1551585,1551744,1552149,1552290,1552500,1552901,1552908,1554064,1554242,1554265,1554290,1554373,1554536,1554681,1554685,1554706,1554764,1554787,1555142,1557409-1557410,1557427,1557440,1557443,1557447,1557456-1557457,1557462,1557593,1558145,1558241,1558373,1558774,1559814,1560048,1560056,1560176,1560203,1560205,1560699,1561286,1561290,1561305,1561311,1561327,
 
1561467,1562767,1563238,1563683,1563958,1564111,1564113,1564463,1564473,1564493,1566096,1566273,1569078,1569743,1570611,1570622,1570639-1570640,1571207,1571219,1571247,1573161,1573498,1573639,1574019,1574201,1574404,1575508,1576259,1576331,1576378,1576506,1576511,1576757,1576839,1577268,1577744,1579155,1579161,1579277,1579309,1580455,1580850,1581386,1581972,1581997,1582762,1583040,1583427-1583428,1583551,1583674,1583681,1583689,1583696,1584873,1585033,1585574,1585958-1585959,1586987,1587841,1587843,1588733,1589589,1589602,1589606,1589612,1589625,1589669,1592530,1592588,1592745,1592977,1593902,1593908,1593952,1597239,1597464,1598113,1598327,1598475,1598544,1598913,1603439,1603732,1603739,1604357,1604363,1604522,1604554,1605029,1605269,1605348,1605354,1605707,1607457,1608355,1608495,1608526,1608698,1609047,1609065,1609076,1609087,1609149,1609155,1609167,1609184,1609389,1609394,1609398,1609406,1609418,1609885,1609889,1610355,1610420,1610425,1610685,1610918,1610925,1611321,1612190,16122
 
02,1613121,1614019,1614025,1614280,1614355,1614366,1614556,1615296-1615297,1616272,1616684,1616940,1617229,1617473,1617480,1617936,1617938,1618395,1618397,1618570,1618831,1619087,1619098,1619300,1621335,1621363,1621413,1621436,1621438-1621439,1621442,1621599,1621683,1622050,1622170,1622672,1623370,1624538,1624767,1624809,1624817,1626797,1627230,1627763,1628096,1628130,1628937,1628940,1629382,1629391,1629426,1631203,1631299-1631300,1632764,1632793,1633100,1633188,1633550,1636864,1637883,1639606,1639835,1639840-1639841,1639846,1639863,1639887,1640288,1640299,1640515,1640717,1641066,1641131,1641165,1641548,1641804,1642423,1643341,1644904,1645950,1646204,1646935,1646977,1646984,1647266,1647338,1647559,1647606,1648668,1649393,1650240,1650583,1650642,1650678,1650882,1650938,1651593,1652361,1652725,1652731,1652739,1653456,1654175,1654273,1655046,1656983
+/ofbiz/trunk:1506269,1506499,1506504,1506828,1509164,1510042,1511279,1512376,1512573,1516094,1517629,1517702,1517780,1517947,1518336,1518950,1519245,151,1520319,1520321,1520326,1524361,1524676,1524704,1524769,1524835,1524950,1525523,1526276,1526387,1526463,1527212,1527254,1527609,1527626,1527810,1528144,1528146,1528149,1528298,1529412,1529418,1529588,1530273,1530634,1530876,1530972,1530976,1531848,1532342,1532366,1533542,1533839,1535961,1536170,1536656,1537023,1537086,1537179,1537996,1538096,1539147,1539156,1539781,1542264,1542388,1542442,1543744,1543766,1543781,1543994,154,1547548,1548143,1549015,1550255,1550258,1550515,1551585,1551744,1552149,1552290,1552500,1552901,1552908,1554064,1554242,1554265,1554290,1554373,1554536,1554681,1554685,1554706,1554764,1554787,1555142,1557409-1557410,1557427,1557440,1557443,1557447,1557456-1557457,1557462,1557593,1558145,1558241,1558373,1558774,1559814,1560048,1560056,1560176,1560203,1560205,1560699,1561286,1561290,1561305,1561311,1561327,
 
1561467,1562767,1563238,1563683,1563958,1564111,1564113,1564463,1564473,1564493,1566096,1566273,1569078,1569743,1570611,1570622,1570639-1570640,1571207,1571219,1571247,1573161,1573498,1573639,1574019,1574201,1574404,1575508,1576259,1576331,1576378,1576506,1576511,1576757,1576839,1577268,1577744,1579155,1579161,1579277,1579309,1580455,1580850,1581386,1581972,1581997,1582762,1583040,1583427

svn commit: r1654509 - in /ofbiz/trunk/applications/humanres/data: ./ helpdata/

2015-01-24 Thread sharan
Author: sharan
Date: Sat Jan 24 13:09:37 2015
New Revision: 1654509

URL: http://svn.apache.org/r1654509
Log:
OFBIZ 6015 - added more HR help pages

Added:
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmplPosition.xml

ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployeeLeaves.xml

ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployeeQuals.xml

ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployeeSkills.xml

ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployeeTrainings.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EditEmployment.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EmplPositionView.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_EmployeeProfile.xml

ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_FindEmplPositions.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_FindEmployments.xml

ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_ListEmplPositions.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_ListEmployments.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_NewEmployee.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_PayrollHistory.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_findEmployees.xml
Modified:
ofbiz/trunk/applications/humanres/data/HumanResHelpData.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR.xml
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml

Modified: ofbiz/trunk/applications/humanres/data/HumanResHelpData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/data/HumanResHelpData.xml?rev=1654509r1=1654508r2=1654509view=diff
==
--- ofbiz/trunk/applications/humanres/data/HumanResHelpData.xml (original)
+++ ofbiz/trunk/applications/humanres/data/HumanResHelpData.xml Sat Jan 24 
13:09:37 2015
@@ -29,8 +29,87 @@ under the License.
 objectInfo=applications/humanres/data/helpdata/HELP_HR_main.xml 
dataTemplateTypeId=NONE statusId=CTNT_IN_PROGRESS dataResourceName=Human 
Resources Main Help mimeTypeId=text/xml isPublic=Y /
 Content contentId=HR_main contentTypeId=DOCUMENT contentName=Human 
Resources Main. templateDataResourceId=HELP_TEMPL dataResourceId=HR_main 
statusId=CTNT_IN_PROGRESS mimeTypeId=text/html/
 ContentAssoc contentId=HELP_HR contentIdTo=HR_main 
contentAssocTypeId=TREE_CHILD fromDate=2009-10-18 01:01:01 
sequenceNum=000 mapKey=HUMANRES_main/
-
-!-- training --
+   
+!-- employees --
+DataResource dataResourceId=HR_findEmployees localeString=en 
dataResourceTypeId=OFBIZ_FILE 
+  
objectInfo=applications/humanres/data/helpdata/HELP_HR_findEmployees.xml 
dataTemplateTypeId=NONE statusId=CTNT_IN_PROGRESS dataResourceName=Human 
Resources Find Employees Help mimeTypeId=text/xml isPublic=Y /
+   Content contentId=HR_findEmployees contentTypeId=DOCUMENT 
contentName=Find Employees templateDataResourceId=HELP_TEMPL 
dataResourceId=HR_findEmployees statusId=CTNT_IN_PROGRESS 
mimeTypeId=text/html/
+ContentAssoc contentId=HELP_HR contentIdTo=HR_findEmployees 
contentAssocTypeId=TREE_CHILD fromDate=2009-10-18 01:01:01 
sequenceNum=000 mapKey=HUMANRES_FindEmployee/
+  
+ DataResource dataResourceId=HR_NewEmployee localeString=en 
dataResourceTypeId=OFBIZ_FILE 
+  objectInfo=applications/humanres/data/helpdata/HELP_HR_NewEmployee.xml 
dataTemplateTypeId=NONE statusId=CTNT_IN_PROGRESS dataResourceName=Human 
Resources New Employee Help mimeTypeId=text/xml isPublic=Y /
+   Content contentId=HR_NewEmployee contentTypeId=DOCUMENT 
contentName=New Employee templateDataResourceId=HELP_TEMPL 
dataResourceId=HR_NewEmployee statusId=CTNT_IN_PROGRESS 
mimeTypeId=text/html/
+ContentAssoc contentId=HELP_HR contentIdTo=HR_NewEmployee 
contentAssocTypeId=TREE_CHILD fromDate=2009-10-18 01:01:01 
sequenceNum=000 mapKey=HUMANRES_NewEmployee/
+
+DataResource dataResourceId=HR_EmployeeProfile localeString=en 
dataResourceTypeId=OFBIZ_FILE 
+  
objectInfo=applications/humanres/data/helpdata/HELP_HR_EmployeeProfile.xml 
dataTemplateTypeId=NONE statusId=CTNT_IN_PROGRESS dataResourceName=Human 
Resources Employee Profile Help mimeTypeId=text/xml isPublic=Y /
+   Content contentId=HR_EmployeeProfile contentTypeId=DOCUMENT 
contentName=Employee Profile templateDataResourceId=HELP_TEMPL 
dataResourceId=HR_EmployeeProfile statusId=CTNT_IN_PROGRESS 
mimeTypeId=text/html/
+ContentAssoc contentId=HELP_HR contentIdTo=HR_EmployeeProfile 
contentAssocTypeId=TREE_CHILD fromDate=2009-10-18 01:01:01 
sequenceNum=000 mapKey=HUMANRES_EmployeeProfile/
+
+DataResource dataResourceId=HR_EditEmployeeSkill localeString=en 
dataResourceTypeId=OFBIZ_FILE 
+  
objectInfo=applications/humanres/data/helpdata/HELP_HR_EditEmployeeSkills.xml 
dataTemplateTypeId=NONE

svn commit: r1654519 - in /ofbiz/branches/release14.12: ./ applications/humanres/data/helpdata/HELP_HR.xml applications/humanres/data/helpdata/HELP_HR_main.xml

2015-01-24 Thread sharan
Author: sharan
Date: Sat Jan 24 14:05:10 2015
New Revision: 1654519

URL: http://svn.apache.org/r1654519
Log:
Applied fix from trunk for revision: 1653248 
===

OFBIZ-6015 updated HR Help Screens

Modified:
ofbiz/branches/release14.12/   (props changed)
ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR.xml

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml

Propchange: ofbiz/branches/release14.12/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Jan 24 14:05:10 2015
@@ -8,4 +8,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1649393,1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731,1652739,1653456,1654175,1654273
+/ofbiz/trunk:1649393,1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731,1652739,1653248,1653456,1654175,1654273

Modified: 
ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR.xml?rev=1654519r1=1654518r2=1654519view=diff
==
--- ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR.xml 
(original)
+++ ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR.xml 
Sat Jan 24 14:05:10 2015
@@ -22,5 +22,45 @@ under the License.
   xsi:schemaLocation=http://docbook.org/ns/docbook 
../../../content/dtd/docbook.xsd
   xmlns=http://docbook.org/ns/docbook;
   titleHuman Resources Introduction/title
-  paraWIP, to be continued.../para
+
+   titleAbout OFBiz Human Resources/title
+paraThe people who work for your company, it's human capital, are it's
+most important asset. Selecting a software platform that increases the
+value of your companies human capital and delivers benefits, services and
+opportunities to your workforce, is critical to your companies success
+./para
+  
+  paraThat platform must be able to accurately and reliability process
+worker transactions, collect decision support information, and communicate
+between management, workers and outside resources. The OFBiz Human
+Resource application (HR App) can provide a backbone for building that
+platform./para
+
+ paraIn this chapter you are introduced to the organization of this
+document and to the key business objects that are the core to HR
+App./para
+
+paraIn the HR App you can:/para
+
+itemizedlist
+  listitem
+paraCreate positions/para
+  /listitem
+
+  listitem
+paraFulfill positions/para
+  /listitem
+
+  listitem
+paraDefine the responsibilities of a position/para
+  /listitem
+
+  listitem
+paraDefine a tree reporting structure between positions/para
+  /listitem
+
+  listitem
+paraTrack the positions fulfillments over time/para
+  /listitem
+/itemizedlist
 /section

Modified: 
ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml?rev=1654519r1=1654518r2=1654519view=diff
==
--- 
ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml
 (original)
+++ 
ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml
 Sat Jan 24 14:05:10 2015
@@ -22,11 +22,51 @@ under the License.
   xsi:schemaLocation=http://docbook.org/ns/docbook 
../../../content/dtd/docbook.xsd
   xmlns=http://docbook.org/ns/docbook;
   titleThe Human Resources Main screen./title
+  
+  
+paraThe Main window is the entry point into the HR App and displays the
+Company tree view for navigating to key HR App items./para
+
   para This screen will show the the organization of your company, the top 
level company is defined in a system setup file: general.properties.
 The system will list devisions and departments in the role 
quot;Internal organizationquot; as defined in the party relationships 
 as a quot;Group memberquot; under it in as many levels as required.
   /para
+  
   para
 related to an quot;Internal Organizationquot; is an employee 
position which can be full filled by an employee in an employment. 
   /para
+   title Nodes In the Company Tree/title
+
+paraThere are three node types in the tree, each identified by a
+different icon. The top of the tree represents your Company, the highest
+level in the HR App organization

svn commit: r1669306 - in /ofbiz/site: images/logo.gif images/logo.png index.html

2015-03-26 Thread sharan
Author: sharan
Date: Thu Mar 26 09:32:56 2015
New Revision: 1669306

URL: http://svn.apache.org/r1669306
Log:
update logo to be transparent and change from gif to use png file

Added:
ofbiz/site/images/logo.png   (with props)
Modified:
ofbiz/site/images/logo.gif
ofbiz/site/index.html

Modified: ofbiz/site/images/logo.gif
URL: 
http://svn.apache.org/viewvc/ofbiz/site/images/logo.gif?rev=1669306r1=1669305r2=1669306view=diff
==
Binary files - no diff available.

Added: ofbiz/site/images/logo.png
URL: 
http://svn.apache.org/viewvc/ofbiz/site/images/logo.png?rev=1669306view=auto
==
Binary file - no diff available.

Propchange: ofbiz/site/images/logo.png
--
svn:mime-type = application/octet-stream

Modified: ofbiz/site/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1669306r1=1669305r2=1669306view=diff
==
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Thu Mar 26 09:32:56 2015
@@ -23,7 +23,7 @@
 !--header --
 div id=header
 div id=logo
-a href=#img src=images/logo.gif alt=images/logo.gif //a
+a href=#img src=images/logo.png alt=images/logo.png //a
 /div
 div id=nav
 ul




svn commit: r1663950 - /ofbiz/site/index.html

2015-03-04 Thread sharan
Author: sharan
Date: Wed Mar  4 11:58:00 2015
New Revision: 1663950

URL: http://svn.apache.org/r1663950
Log:
remove old news and add ApacheCon NA 2015 details

Modified:
ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1663950r1=1663949r2=1663950view=diff
==
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Wed Mar  4 11:58:00 2015
@@ -179,7 +179,14 @@
 --
 div
   h3News/h3
-  p class=postmeta
+ p class=postmeta
+span class=dateMarch 4, 2015/span OFBiz at ApacheCon North 
America 2015
+  /p
+  p
+   A full day OFBiz track has been included in the schedule at ApacheCon 
NA 2015 in Austin, Texas (13th - 16th April 2015). The six presentations are 
planned for the third day (15th April2015).br/
+ You can register to attend on the a 
href=http://events.linuxfoundation.org//events/apachecon-north-america/attend/register;
 class=external-link rel=nofollow target=externalLinux
Foundation website/a and details of the full OFBiz schedule can be found a 
href=http://apacheconna2015.sched.org/overview/type/ofbiz#.VPbv6zVVKlM; 
class=external-link rel=nofollow target=externalon 
Sched.org/abr/
+  /p
+p class=postmeta
 span class=dateOctober 6, 2014/span Apache OFBiz 13.07.01 
Released
   /p
   p
@@ -216,49 +223,7 @@
  Details of the full OFBiz schedule at ApacheCon Europe can be found 
a 
href=http://apacheconeu2014.sched.org/overview/type/ofbiz?iframe=now=i:0;sidebar=yesbg=no#.U9oav_5xOPJ;
 class=external-link rel=nofollow target=externalhere/abr/
  a href=http://bit.ly/1n9YlQT; target=_blankimg 
src=http://bit.ly/1ttg6CE; width=125 height=125 alt=I'm Speaking at 
ApacheCon Europe 2014! Join me! title=I'm Speaking at ApacheCon Europe 2014! 
Join me! border=0/a   
   /p
-  p class=postmeta
-span class=dateJune 16, 2014/span Apache OFBiz 12.04.03 
Released
-  /p
-  p
-  Apache OFBiz 12.04.03 is a bug fix release; all users of the 12.04 
series are encouraged to upgrade because the new version resolves a series of 
bugs.br/
-  The release files can be downloaded from the a 
href=download.htmldownload page/a.
-  /p
-  p class=postmeta
-span class=dateFebruary 18, 2014/span Apache OFBiz 
11.04.04 Released
-  /p
-  p
-  Apache OFBiz 11.04.04 is a bug fix release; all users of the 11.04 
series are encouraged to upgrade because the new version resolves a series of 
bugs.br/
-  The release files can be downloaded from the a 
href=download.htmldownload page/a.
-  /p
-  p class=postmeta
-span class=dateJuly 20, 2013/span Apache OFBiz 12.04.02, 
11.04.03 and 10.04.06 have been released
-  /p
-  p
-  These are bug fix releases for the 12.04, 11.04, 10.04 series; for 
the 10.04 series this is the last release; all users of these series are 
encouraged to upgrade because the new versions resolve some security 
vulnerabilities (a href=download.html#vulnerabilitiesCVE-2013-2137, 
CVE-2013-2250/a).br/
-  The release files can be downloaded from the a 
href=download.htmldownload page/a.
-  /p
-  p class=postmeta
-span class=dateApril 1, 2013/span Apache OFBiz 12.04.01 
Released
-  /p
-  p
-  Apache OFBiz 12.04.01 is the first release of the 12.04 series and 
contains all the features of the trunk up to April 2012.br/
-  The release files can be downloaded from the a 
href=download.htmldownload page/a.
-  /p
-  p class=postmeta
-span class=dateJanuary 18, 2013/span Apache OFBiz 11.04.02 
Released
-  /p
-  p
-  Apache OFBiz 11.04.02 is a bug fix release; all users of the 11.04 
series are encouraged to upgrade because the new version resolves some security 
vulnerabilities (a 
href=http://ofbiz.apache.org/download.html#vulnerabilities;CVE-2013-0177/a).br/
-  The release files can be downloaded from the a 
href=download.htmldownload page/a.
-  /p
-  p class=postmeta
-span class=dateJanuary 17, 2013/span Apache OFBiz 10.04.05 
Released
-  /p
-  p
-  Apache OFBiz 10.04.05 is a bug fix release; all users of the 10.04 
series are encouraged to upgrade because the new version resolves some security 
vulnerabilities (a 
href=http://ofbiz.apache.org/download.html#vulnerabilities;CVE-2013-0177/a).br/
-  The release files can be downloaded from the a 
href=download.htmldownload page/a.
-  /p
-/div
+ /div
 /div
 !-- main ends --
 




svn commit: r1661304 - in /ofbiz/branches/release14.12: ./ applications/humanres/data/helpdata/HELP_HR_main.xml

2015-02-21 Thread sharan
Author: sharan
Date: Sat Feb 21 09:16:00 2015
New Revision: 1661304

URL: http://svn.apache.org/r1661304
Log:
Applied fix from trunk for revision: 1661303 
===

Fix incorrect Docbook Syntax OFBIZ-6082

Modified:
ofbiz/branches/release14.12/   (props changed)

ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml

Propchange: ofbiz/branches/release14.12/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Feb 21 09:16:00 2015
@@ -8,4 +8,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1649393,1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731,1652739,1653248,1653456,1654175,1654273,1654509,1655046,1655668,1655979,1656185,1656198,1656445,1656983,1657323,1657506-1657507,1657514,1657714,1657790,1657848,1658364,1658662,1658882,1659224,1660031,1660053,1660389,1660444,1660579
+/ofbiz/trunk:1649393,1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731,1652739,1653248,1653456,1654175,1654273,1654509,1655046,1655668,1655979,1656185,1656198,1656445,1656983,1657323,1657506-1657507,1657514,1657714,1657790,1657848,1658364,1658662,1658882,1659224,1660031,1660053,1660389,1660444,1660579,1661303

Modified: 
ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml?rev=1661304r1=1661303r2=1661304view=diff
==
--- 
ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml
 (original)
+++ 
ofbiz/branches/release14.12/applications/humanres/data/helpdata/HELP_HR_main.xml
 Sat Feb 21 09:16:00 2015
@@ -34,6 +34,7 @@ under the License.
 
   paraThe number of organizational levels can be as many as required./para
   
+  section
  title Nodes In the Company Tree/title
 
 paraThere are three node types in the tree, each identified by a
@@ -41,7 +42,9 @@ under the License.
 level in the organization. The Company and departments under the
 Company can have sub departments or positions. Under positions are
 the people who fulfill the position./para
+  /section
   
+  section
 titleUsage/title
 
 itemizedlist
@@ -67,5 +70,6 @@ under the License.
 position/para
   /listitem
 /itemizedlist
+  /section
   
 /section




svn commit: r1661303 - /ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml

2015-02-21 Thread sharan
Author: sharan
Date: Sat Feb 21 09:10:15 2015
New Revision: 1661303

URL: http://svn.apache.org/r1661303
Log:
Fix incorrect Docbook Syntax OFBIZ-6082

Modified:
ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml

Modified: ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml?rev=1661303r1=1661302r2=1661303view=diff
==
--- ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml (original)
+++ ofbiz/trunk/applications/humanres/data/helpdata/HELP_HR_main.xml Sat Feb 21 
09:10:15 2015
@@ -34,6 +34,7 @@ under the License.
 
   paraThe number of organizational levels can be as many as required./para
   
+  section
  title Nodes In the Company Tree/title
 
 paraThere are three node types in the tree, each identified by a
@@ -41,7 +42,9 @@ under the License.
 level in the organization. The Company and departments under the
 Company can have sub departments or positions. Under positions are
 the people who fulfill the position./para
+  /section
   
+  section
 titleUsage/title
 
 itemizedlist
@@ -67,5 +70,6 @@ under the License.
 position/para
   /listitem
 /itemizedlist
+  /section
   
 /section




svn commit: r1722263 - /ofbiz/branches/release14.12/ant

2015-12-29 Thread sharan
Author: sharan
Date: Wed Dec 30 02:48:06 2015
New Revision: 1722263

URL: http://svn.apache.org/viewvc?rev=1722263=rev
Log:
Correct error in previous commit to alter ant path

Modified:
ofbiz/branches/release14.12/ant

Modified: ofbiz/branches/release14.12/ant
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/ant?rev=1722263=1722262=1722263=diff
==
--- ofbiz/branches/release14.12/ant (original)
+++ ofbiz/branches/release14.12/ant Wed Dec 30 02:48:06 2015
@@ -19,8 +19,6 @@
 #
 
 # location of java executable
-JAVA_HOME=/opt/java/jdk1.8.0_65
-
 if [ -f "$JAVA_HOME/bin/java" ]; then
   JAVA="$JAVA_HOME/bin/java"
 else




svn commit: r1722261 - in /ofbiz/branches/release14.12: ./ ant applications/accounting/data/AccountingTypeData.xml

2015-12-29 Thread sharan
Author: sharan
Date: Wed Dec 30 02:35:45 2015
New Revision: 1722261

URL: http://svn.apache.org/viewvc?rev=1722261=rev
Log:
Applied fix from trunk for revision: 1720883 
===

OFBIZ-6733 Add setup for Service Product Invoice Lines


Modified:
ofbiz/branches/release14.12/   (props changed)
ofbiz/branches/release14.12/ant

ofbiz/branches/release14.12/applications/accounting/data/AccountingTypeData.xml

Propchange: ofbiz/branches/release14.12/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Dec 30 02:35:45 2015
@@ -8,4 +8,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1649072,1649083-1649084,1649086,1649090,1649096,1649230,1649238-1649239,1649248,1649272,1649275,1649280-1649281,1649283,1649285-1649286,1649291,1649329,1649331,1649384,1649393,1649666,1649742,1650240,1650348,1650357,1650583,1650642,1650678,1650821,1650882,1650887,1650938,1651593,1652312,1652361,1652638,1652641,1652672,1652688,1652706,1652725,1652731,1652739,1652852,1653248,1653296,1653456,1653597,1653614,1654175,1654273,1654509,1654670,1654672-1654673,1654683-1654684,1654824,1655046,1655668,1655979,1656014,1656185,1656198,1656445,1656983,1657323,1657506-1657507,1657514,1657714,1657790,1657848,1658364,1658662,1658882,1659224,1659965,1660031,1660053,1660389,1660444,1660579,1661303,1661328,1661760,1661778,1661853,1661862,1661873,1661940,1661951,1661977,1662119-1662120,1662361,1662500,1662812,1662919,1663202,1663912,1663979,1664602,1664604,1664696,1665154,1665162,1665535,1666404,1666511,133,1666836,1666939,1666949,1666958,1667055,1667253,1667483,1667492,1667774,1668207,
 
1668214,1668236,1668246,1668258,1668263,1668265,1668270,1668277,1668314,1668657,1669317,1669588,1672427,1672430,1672846,1672853,1672856,1672862,1672873,1673764,1674447,1674464,1674491,1674496,1674908,1676674,1677123,1677597,1677769-160,1678294,1678882,1678911,1679689,1679697,1679709,1679720,1679728,1679732,1679957,1680155,1680288,1680304,1680671,1680675,1680733,1680840,1680881,1682272,1682295,1682415,1682633,1683998,1684094,1686360,1686536,1686545,1686566,1686569,1686574,1686583,1686635,1686651,1686970,1687427,1688772,1690086,1690581,1692357,1692458,1692600,1692604,1693393,1693579,1695017,1696018,1696234,1697590,1697647,1697993,1698259,1698261,1698263,1701164,1701441,1701819,1701825,1701936,1702002,1702548,1702704,1703121,1703586,1703945,1703954,1703965,1703971,1703976-1703977,1703981,1704000,1704014,1704018,1704036,1704043,1704052,1704082,1704140,1704230,1705004,1705329,1705405,1705412,1705417,1705427,1705532,1706159,1706162,1706316,1706531,1706549,1706553,1706561,1706569,17065
 
77,1706589,1706591,1706593,1706694,1707837,1707857,1708274,1708341,1708742,1708930,1709117,1710178,1710348,1711513,1712971,1714244,1714410,1714415,1714571,1714657,1715477-1715478,1715485,1715501,1716319,1717058,1717180,1717682,1717710,1717760,1718023,1718109,1719094,1719872,1721067,1721093,1721625
+/ofbiz/trunk:1649072,1649083-1649084,1649086,1649090,1649096,1649230,1649238-1649239,1649248,1649272,1649275,1649280-1649281,1649283,1649285-1649286,1649291,1649329,1649331,1649384,1649393,1649666,1649742,1650240,1650348,1650357,1650583,1650642,1650678,1650821,1650882,1650887,1650938,1651593,1652312,1652361,1652638,1652641,1652672,1652688,1652706,1652725,1652731,1652739,1652852,1653248,1653296,1653456,1653597,1653614,1654175,1654273,1654509,1654670,1654672-1654673,1654683-1654684,1654824,1655046,1655668,1655979,1656014,1656185,1656198,1656445,1656983,1657323,1657506-1657507,1657514,1657714,1657790,1657848,1658364,1658662,1658882,1659224,1659965,1660031,1660053,1660389,1660444,1660579,1661303,1661328,1661760,1661778,1661853,1661862,1661873,1661940,1661951,1661977,1662119-1662120,1662361,1662500,1662812,1662919,1663202,1663912,1663979,1664602,1664604,1664696,1665154,1665162,1665535,1666404,1666511,133,1666836,1666939,1666949,1666958,1667055,1667253,1667483,1667492,1667774,1668207,
 
1668214,1668236,1668246,1668258,1668263,1668265,1668270,1668277,1668314,1668657,1669317,1669588,1672427,1672430,1672846,1672853,1672856,1672862,1672873,1673764,1674447,1674464,1674491,1674496,1674908,1676674,1677123,1677597,1677769-160,1678294,1678882,1678911,1679689,1679697,1679709,1679720,1679728,1679732,1679957,1680155,1680288,1680304,1680671,1680675,1680733,1680840,1680881,1682272,1682295,1682415,1682633,1683998,1684094,1686360,1686536,1686545,1686566,1686569,1686574,1686583,1686635,1686651,1686970,1687427,1688772,1690086,1690581,1692357,1692458,1692600,1692604,1693393,1693579,1695017,1696018,1696234,1697590,1697647,1697993,1698259,1698261,1698263,1701164,1701441,1701819,1701825,1701936,1702002,1702548,1702704,1703121,1703586,1703945,1703954,1703965,1703971,1703976

svn commit: r1722264 - in /ofbiz/branches/release13.07: ./ applications/accounting/data/AccountingTypeData.xml

2015-12-29 Thread sharan
Author: sharan
Date: Wed Dec 30 02:56:12 2015
New Revision: 1722264

URL: http://svn.apache.org/viewvc?rev=1722264=rev
Log:
Applied fix from trunk for revision: 1720883 
===

OFBIZ-6733 Add setup for Service Product Invoice Lines


Modified:
ofbiz/branches/release13.07/   (props changed)

ofbiz/branches/release13.07/applications/accounting/data/AccountingTypeData.xml

Propchange: ofbiz/branches/release13.07/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Dec 30 02:56:12 2015
@@ -5,4 +5,4 @@
 /ofbiz/branches/jquery:952958-1044489
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release12.04:1557118
-/ofbiz/trunk:1506269,1506499,1506504,1506828,1509164,1510042,1511279,1512376,1512573,1516094,1517629,1517702,1517780,1517947,1518336,1518950,1519245,151,1520319,1520321,1520326,1524361,1524676,1524704,1524769,1524835,1524950,1525523,1526276,1526387,1526463,1527212,1527254,1527609,1527626,1527810,1528144,1528146,1528149,1528298,1529412,1529418,1529588,1530273,1530634,1530876,1530972,1530976,1531848,1532342,1532366,1533542,1533839,1535961,1536170,1536656,1537023,1537086,1537179,1537996,1538096,1539147,1539156,1539781,1542264,1542388,1542442,1543744,1543766,1543781,1543994,154,1547548,1548143,1549015,1550255,1550258,1550515,1551585,1551744,1552149,1552290,1552500,1552901,1552908,1554064,1554242,1554265,1554290,1554373,1554536,1554681,1554685,1554706,1554764,1554787,1555142,1557409-1557410,1557427,1557440,1557443,1557447,1557456-1557457,1557462,1557593,1558145,1558241,1558373,1558774,1559814,1560048,1560056,1560176,1560203,1560205,1560699,1561286,1561290,1561305,1561311,1561327,
 
1561467,1562767,1563238,1563683,1563958,1564111,1564113,1564463,1564473,1564493,1566096,1566273,1569078,1569743,1570611,1570622,1570639-1570640,1571207,1571219,1571247,1573161,1573498,1573639,1574019,1574201,1574404,1575508,1576259,1576331,1576378,1576506,1576511,1576757,1576839,1577268,1577744,1579155,1579161,1579277,1579309,1580455,1580850,1581386,1581972,1581997,1582762,1583040,1583427-1583428,1583551,1583674,1583681,1583689,1583696,1584873,1585033,1585574,1585958-1585959,1586987,1587841,1587843,1588733,1589589,1589602,1589606,1589612,1589625,1589669,1592530,1592588,1592745,1592977,1593902,1593908,1593952,1597239,1597464,1598113,1598327,1598475,1598544,1598913,1603439,1603732,1603739,1604357,1604363,1604522,1604554,1605029,1605269,1605348,1605354,1605707,1607457,1608355,1608495,1608526,1608698,1609047,1609065,1609076,1609087,1609149,1609155,1609167,1609184,1609389,1609394,1609398,1609406,1609418,1609885,1609889,1610355,1610420,1610425,1610685,1610918,1610925,1611321,1612190,16122
 
02,1613121,1614019,1614025,1614280,1614355,1614366,1614556,1615296-1615297,1616272,1616684,1616940,1617229,1617473,1617480,1617936,1617938,1618395,1618397,1618570,1618831,1619087,1619098,1619300,1621335,1621363,1621413,1621436,1621438-1621439,1621442,1621599,1621683,1622050,1622170,1622672,1623370,1624538,1624767,1624809,1624817,1626797,1627230,1627763,1628096,1628130,1628937,1628940,1629382,1629391,1629426,1631203,1631299-1631300,1632764,1632793,1633100,1633188,1633550,1636864,1637883,1639606,1639835,1639840-1639841,1639846,1639863,1639887,1640288,1640299,1640515,1640717,1641066,1641131,1641165,1641548,1641804,1642423,1643341,1644904,1645950,1646204,1646935,1646977,1646984,1647266,1647338,1647559,1647606,1648668,1649239,1649393,1650240,1650583,1650642,1650678,1650882,1650938,1651593,1652361,1652725,1652731,1652739,1653456,1654175,1654273,1655046,1655795,1656983,1660389,1660444,1661358,1661612,1661778,1661853,1661873,1661940,1661951,1661977,1662361,1662500,1663912,1663979,1664602,16
 
64604,133,1666836,1666939,1666949,1667055,1667253,1668214,1668246,1668258,1668265,1668314,1669317,1670952,1672862,1672873,1673764,1674447,1674491,1674496,1674908,1676674,1677123,1677597,1677769-160,1678294,1678882,1678911,1679689,1679697,1680155,1680304,1680672,1680733,1680840,1680873,1680881,1682272,1682415,1683998,1686566,1686569,1686574,1686583,1686635,1686651,1687427,1690086,1692458,1693579,1696018,1696234,1697993,1701164,1702704,1703121,1703586,1703965,1703977,1703981,1704000,1704018,1704043,1704052,1704082,1704140,1704230,1705004,1706316,1706561,1706591,1706694,1707837,1708341,1708742,1710178,1710348,1711513,1714244,1714410,1714571,1714657,1715477,1715501,1717058,1717180,1717682,1717760,1718023,1718109,1719094,1721067,1721625
+/ofbiz/trunk:1506269,1506499,1506504,1506828,1509164,1510042,1511279,1512376,1512573,1516094,1517629,1517702,1517780,1517947,1518336,1518950,1519245,151,1520319,1520321,1520326,1524361,1524676,1524704,1524769,1524835,1524950,1525523,1526276,1526387,1526463,1527212,1527254,1527609,1527626,1527810,1528144,1528146,1528149,1528298,1529412,1529418,1529588,1530273,1530634,1530876,1530972,1530976,1531848,1532342,1532366,1533542,1533839,1535961,1536170,1536656,1537023,1537086,1537179,1537996,1538096,1539147,1539156,1539781

svn commit: r1720883 - /ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml

2015-12-18 Thread sharan
Author: sharan
Date: Sat Dec 19 04:08:47 2015
New Revision: 1720883

URL: http://svn.apache.org/viewvc?rev=1720883=rev
Log:
OFBIZ-6733 Add setup for Service Product Invoice Lines

Modified:
ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml

Modified: ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml?rev=1720883=1720882=1720883=diff
==
--- ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml (original)
+++ ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml Sat Dec 19 
04:08:47 2015
@@ -548,6 +548,7 @@ under the License.
 
 
 
+
 
 
 




svn commit: r1722265 - /ofbiz/branches/release13.07/applications/accounting/data/AccountingTypeData.xml

2015-12-29 Thread sharan
Author: sharan
Date: Wed Dec 30 03:10:46 2015
New Revision: 1722265

URL: http://svn.apache.org/viewvc?rev=1722265=rev
Log:
Remove mergefromtrunk update for SERVICE PRODUCT Invoice Lineas already defined

Modified:

ofbiz/branches/release13.07/applications/accounting/data/AccountingTypeData.xml

Modified: 
ofbiz/branches/release13.07/applications/accounting/data/AccountingTypeData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/accounting/data/AccountingTypeData.xml?rev=1722265=1722264=1722265=diff
==
--- 
ofbiz/branches/release13.07/applications/accounting/data/AccountingTypeData.xml 
(original)
+++ 
ofbiz/branches/release13.07/applications/accounting/data/AccountingTypeData.xml 
Wed Dec 30 03:10:46 2015
@@ -543,7 +543,6 @@ under the License.
 
 
 
-
 
 
 




svn commit: r1752261 - /ofbiz/site/download.html

2016-07-12 Thread sharan
Author: sharan
Date: Tue Jul 12 10:09:02 2016
New Revision: 1752261

URL: http://svn.apache.org/viewvc?rev=1752261=rev
Log:
Update download page release information for 14.12, 15.12 and 16.x

Modified:
ofbiz/site/download.html

Modified: ofbiz/site/download.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1752261=1752260=1752261=diff
==
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Tue Jul 12 10:09:02 2016
@@ -70,7 +70,7 @@ find instructions on how to verify the i
 Despite our best efforts to maintain up to three active release branches, 
support for older branches can decrease because our project volunteers may be 
focused on other issues. We recommend using releases from the most recent 
branch wherever possible.
 
 Apache OFBiz 13.07.03
-Released in April 2016, is the third release of the 13.07 series, that has 
been stabilized with bug fixes since July 2013. Please notice that in the 13.07 
series the specialpurpose components are no more included with the only 
exception of the ecommerce component (because there are still some dependencies 
on it): the specialpurpose components may be released in a separate package in 
the future.
+Released in April 2016, this is the last release of the 13.07 series, that 
has been stabilized with bug fixes since July 2013. Please notice that in the 
13.07 series the specialpurpose components are no longer included in the 
release. The only exception to this is the ecommerce component (because there 
are still some dependencies on it): the specialpurpose components may be 
released in a separate package in the future.
 
 http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip; 
target="_blank">Download Apache OFBiz 13.07.03
 [http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc; 
target="_blank">PGP]
@@ -99,24 +99,14 @@ find instructions on how to verify the i
 for a given Release Freeze Date you should always use the release with the 
highest Minor Release Number because it represents the latest bug fix release 
for the Release Freeze Date you are using.
 
 
-Tentative release schedule for the 13.07 series:
-  February 2017 - Apache OFBiz 13.07.04 (last release of the 13.07 
series)
+Special Notice Regarding Branches 14.12 and 15.12:
+The branches 14.12 and 15.12 contain the complete codebase including the 
specialpurpose components and will remain as unreleased branches so will be 
accessible for developers and service providers to support their client 
base
+The project is currently in the transition of changing the build system 
from Apache Ant to Gradle, but this change will not affect branches 14.12 or 
15.12
+Branches 14.12 and 15.12 will be supported until July 2017 and during this 
period bug fixes will be backported to them
 
 
-Tentative release schedule for the 14.12 series:
-April 2016 - Apache OFBiz 14.12.01
-August 2016 - Apache OFBiz 14.12.02
-March 2017 - Apache OFBiz 14.12.03
-September 2017 - Apache OFBiz 14.12.04
-April 2018 - Apache OFBiz 14.12.05 (last release of the 14.12 series)
-
-
-Tentative release schedule for the 15.12 series:
-February 2017 - Apache OFBiz 15.12.01
-August 2017 - Apache OFBiz 15.12.02
-March 2018 - Apache OFBiz 15.12.03
-September 2018 - Apache OFBiz 15.12.04
-April 2019 - Apache OFBiz 15.12.05 (last release of the 15.12 series)
+The Next Release 16.x Release:
+A release branch 16.x will be created later this year. Once that has been 
done, we will be able to provide more details on the tentative release 
dates
 
 
 




svn commit: r1788109 - in /ofbiz/branches/ofbiz-new-website: images/portfolio/solveda-logo.jpg service-providers.html template/page/service-providers.tpl.php

2017-03-22 Thread sharan
Author: sharan
Date: Wed Mar 22 13:45:05 2017
New Revision: 1788109

URL: http://svn.apache.org/viewvc?rev=1788109=rev
Log:
Improved: Added Solveda logos to service providers page

Added:
ofbiz/branches/ofbiz-new-website/images/portfolio/solveda-logo.jpg   (with 
props)
Modified:
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php

Added: ofbiz/branches/ofbiz-new-website/images/portfolio/solveda-logo.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/portfolio/solveda-logo.jpg?rev=1788109=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/solveda-logo.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/solveda-logo.jpg
--
svn:mime-type = image/jpeg

Modified: ofbiz/branches/ofbiz-new-website/service-providers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/service-providers.html?rev=1788109=1788108=1788109=diff
==
--- ofbiz/branches/ofbiz-new-website/service-providers.html (original)
+++ ofbiz/branches/ofbiz-new-website/service-providers.html Wed Mar 22 13:45:05 
2017
@@ -145,7 +145,7 @@
   
 
   
- 
+ 
  
   
   
@@ -154,7 +154,7 @@
 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...  read more
   
 
- 
+ 
  
   
   
@@ -209,7 +209,7 @@
   
 
  
- 
+ 
   
   
   
@@ -218,7 +218,7 @@
   
 
  
- 
+ 
   
   
   
@@ -236,7 +236,7 @@
   
 
  
- 
+ 
   
   
   
@@ -245,7 +245,7 @@
   
 
  
- 
+ 
   
   
   
@@ -254,7 +254,7 @@
   
 
  
- 
+ 
   
   
   
@@ -263,7 +263,7 @@
   
 
  
- 
+ 
   
   
   
@@ -272,7 +272,7 @@
   
 
  
- 
+ 
   
   
   
@@ -281,7 +281,7 @@
   
 
  
- 
+ 
   
   
   

Modified: 
ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php?rev=1788109=1788108=1788109=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php 
Wed Mar 22 13:45:05 2017
@@ -33,7 +33,7 @@
   
 
   
- 
+ 
  
   
   
@@ -42,7 +42,7 @@
 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...  read more
   
 
- 
+ 
  
   
   
@@ -97,7 +97,7 @@
   
 
  
- 
+ 
   
   
   
@@ -106,7 +106,7 @@
   
 
  
- 
+ 
   
   
   
@@ -124,7 +124,7 @@
   
 
  
- 
+ 
   
   
   
@@ -133,7 +133,7 @@
   
 
  
- 
+ 
   
   
   
@@ -142,7 +142,7

svn commit: r1788192 - in /ofbiz/branches/ofbiz-new-website: images/portfolio/logo_ilscipio.jpg service-providers.html template/page/service-providers.tpl.php

2017-03-23 Thread sharan
Author: sharan
Date: Thu Mar 23 08:26:54 2017
New Revision: 1788192

URL: http://svn.apache.org/viewvc?rev=1788192=rev
Log:
Improved: Added Ilscipio logo to service providers page

Added:
ofbiz/branches/ofbiz-new-website/images/portfolio/logo_ilscipio.jpg   (with 
props)
Modified:
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php

Added: ofbiz/branches/ofbiz-new-website/images/portfolio/logo_ilscipio.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/portfolio/logo_ilscipio.jpg?rev=1788192=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/logo_ilscipio.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/logo_ilscipio.jpg
--
svn:mime-type = image/jpeg

Modified: ofbiz/branches/ofbiz-new-website/service-providers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/service-providers.html?rev=1788192=1788191=1788192=diff
==
--- ofbiz/branches/ofbiz-new-website/service-providers.html (original)
+++ ofbiz/branches/ofbiz-new-website/service-providers.html Thu Mar 23 08:26:54 
2017
@@ -154,13 +154,22 @@
 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...  read more
   
 
- 
- 
+ 
+ 
   
   
   
 Lorem ipsum dolor sit amet
-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...  read more
+Lorem ipsum dolorsit amet, 
consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin 
placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique 
senectus et netus...  read more
+  
+
+ 
+ 
+  
+  
+  
+Lorem ipsum dolor sit amet
+Lorem ipsum dolorsit amet, 
consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin 
placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique 
senectus et netus...  read more
   
 
  
@@ -172,26 +181,26 @@
 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...  read more
   
 
- 
- 
+ 
+   
   
   
   
 Lorem ipsum dolor sit amet
-Lorem ipsum dolorsit amet, 
consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin 
placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique 
senectus et netus...  read more
+ Lorem ipsum dolorsit amet, 
consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin 
placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique 
senectus et netus...  read more 
   
 
- 
+ 
  
   
   
   
 Lorem ipsum dolor sit amet
-Lorem ipsum dolorsit amet, 
consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin 
placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique 
senectus et netus...  read more
+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...  read more
   
 
- 
- 
+ 
+ 
   
   
   
@@ -209,7 +218,7 @@
   
 
  
- 
+ 
   
   
   
@@ -218,7 +227,7 @@
   
 
  
- 
+ 
   
   
   

Modified: 
ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website

svn commit: r1789294 - in /ofbiz/site: images/SupportApache-small.jpg index.html

2017-03-29 Thread sharan
Author: sharan
Date: Wed Mar 29 08:15:11 2017
New Revision: 1789294

URL: http://svn.apache.org/viewvc?rev=1789294=rev
Log:
Improved: Added News item on maing page for supporting and donating to the ASF

Added:
ofbiz/site/images/SupportApache-small.jpg   (with props)
Modified:
ofbiz/site/index.html

Added: ofbiz/site/images/SupportApache-small.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/site/images/SupportApache-small.jpg?rev=1789294=auto
==
Binary file - no diff available.

Propchange: ofbiz/site/images/SupportApache-small.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/site/images/SupportApache-small.jpg
--
svn:mime-type = image/jpeg

Modified: ofbiz/site/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1789294=1789293=1789294=diff
==
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Wed Mar 29 08:15:11 2017
@@ -181,6 +181,18 @@
 
   News
   
+March 29, 2017 "Help Support The Apache 
Software Foundation!"
+  
+ 
+  The Apache Software Foundation announces https://s.apache.org/TRc7;>18 years of Open Source Leadership.
+  
+  If you use or depend onf Apache software then please consider 
supporting us with a donation. Click on the image for more information. 

+ 
+   
+  
+  https://donate.apache.org;>
+  
+  
 November 28, 2016 "Apache OFBiz 
16.11.01" Released
   
   




svn commit: r1788677 - in /ofbiz/branches/ofbiz-new-website: images/portfolio/provolve_logo.jpg service-providers.html template/page/service-providers.tpl.php

2017-03-25 Thread sharan
Author: sharan
Date: Sat Mar 25 18:11:07 2017
New Revision: 1788677

URL: http://svn.apache.org/viewvc?rev=1788677=rev
Log:
Improved: Added Provolve logo to service providers page

Added:
ofbiz/branches/ofbiz-new-website/images/portfolio/provolve_logo.jpg   (with 
props)
Modified:
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php

Added: ofbiz/branches/ofbiz-new-website/images/portfolio/provolve_logo.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/portfolio/provolve_logo.jpg?rev=1788677=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/provolve_logo.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/provolve_logo.jpg
--
svn:mime-type = image/jpeg

Modified: ofbiz/branches/ofbiz-new-website/service-providers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/service-providers.html?rev=1788677=1788676=1788677=diff
==
--- ofbiz/branches/ofbiz-new-website/service-providers.html (original)
+++ ofbiz/branches/ofbiz-new-website/service-providers.html Sat Mar 25 18:11:07 
2017
@@ -218,7 +218,7 @@
   
 
  
- 
+ 
   
   
   

Modified: 
ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php?rev=1788677=1788676=1788677=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php 
Sat Mar 25 18:11:07 2017
@@ -106,7 +106,7 @@
   
 
  
- 
+ 
   
   
   




svn commit: r1787689 - /ofbiz/branches/ofbiz-new-website/

2017-03-20 Thread sharan
Author: sharan
Date: Mon Mar 20 07:27:59 2017
New Revision: 1787689

URL: http://svn.apache.org/viewvc?rev=1787689=rev
Log:
Create branch for new ofbiz website

Added:
ofbiz/branches/ofbiz-new-website/



svn commit: r1787742 [36/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/5.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/5.jpg
--
svn:mime-type = image/jpeg

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/6.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/6.jpg?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/6.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/6.jpg
--
svn:mime-type = image/jpeg

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/high.gif
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/high.gif?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/high.gif
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/high.gif
--
svn:mime-type = image/gif

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/huge.gif
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/huge.gif?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/huge.gif
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/huge.gif
--
svn:mime-type = image/gif

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/wide.gif
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/wide.gif?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/wide.gif
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/fullscreen/wide.gif
--
svn:mime-type = image/gif

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/prettyPhoto/dark_rounded/btnNext.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/prettyPhoto/dark_rounded/btnNext.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/prettyPhoto/dark_rounded/btnNext.png
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/prettyPhoto/dark_rounded/btnNext.png
--
svn:mime-type = image/png

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/prettyPhoto/dark_rounded/btnPrevious.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/prettyPhoto/dark_rounded/btnPrevious.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/images/prettyPhoto/dark_rounded/btnPrevious.png
--
svn:keywords = Date Rev Author URL Id

Propchange: 

svn commit: r1787742 [38/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.4.4.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.4.4.min.js?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.4.4.min.js 
(added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.4.4.min.js 
Mon Mar 20 12:28:40 2017
@@ -0,0 +1,167 @@
+/*!
+ * jQuery JavaScript Library v1.4.4
+ * http://jquery.com/
+ *
+ * Copyright 2010, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2010, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Thu Nov 11 19:04:53 2010 -0500
+ */
+(function(E,B){function 
ka(a,b,d){if(d===B&===1){d=a.getAttribute("data-"+b);if(typeof 
d==="string"){try{d=d==="true"?true:d==="false"?false:d==="null"?null:!c.isNaN(d)?parseFloat(d):Ja.test(d)?c.parseJSON(d):d}catch(e){}c.data(a,b,d)}else
 d=B}return d}function U(){return false}function ca(){return true}function 
la(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ka(a){var 
b,d,e,f,h,l,k,o,x,r,A,C=[];f=[];h=c.data(this,this.nodeType?"events":"__events__");if(typeof
 h==="function")h=
+h.events;if(!(a.liveFired===this||!h||!h.live||a.button&==="click")){if(a.namespace)A=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var
 
J=h.live.slice(0);for(k=0;kd)break;a.currentTarget=f.elem;a.data=f.handleObj.data;a.handleObj=f.handleObj;A=f.handleObj.origHandler.apply(f.elem,arguments);if(A===false||a.isPropagationStopped()){d=f.level;if(A===false)b=false;if(a.isImmediatePropagationStopped())break}}return
 b}}function Y(a,b){return(a&!=="*"?a+".":"")+b.replace(La,
+"`").replace(Ma,"&")}function ma(a,b,d){if(c.isFunction(b))return 
c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return 
c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var 
e=c.grep(a,function(f){return f.nodeType===1});if(Na.test(b))return 
c.filter(b,e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return 
c.inArray(f,b)>=0===d})}function na(a,b){var 
d=0;b.each(function(){if(this.nodeName===(a[d]&[d].nodeName)){var 
e=c.data(a[d++]),f=c.data(this,
+e);if(e=e&){delete f.handle;f.events={};for(var h in e)for(var l in 
e[h])c.event.add(this,h,e[h][l],e[h][l].data)}}})}function 
Oa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&(b)}function
 oa(a,b,d){var 
e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return 
e;c.each(b==="width"?Pa:Qa,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a,
+"margin"+this))||0;else 
e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function 
da(a,b,d,e){if(c.isArray(b)&)c.each(b,function(f,h){d||Ra.test(a)?e(a,h):da(a+"["+(typeof
 h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&!=null& 
b==="object")c.isEmptyObject(b)?e(a,""):c.each(b,function(f,h){da(a+"["+f+"]",h,d,e)});else
 e(a,b)}function S(a,b){var 
d={};c.each(pa.concat.apply([],pa.slice(0,b)),function(){d[this]=a});return 
d}function qa(a){if(!ea[a]){var b=c("<"+
+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";ea[a]=d}return
 ea[a]}function fa(a){return 
c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var 
t=E.document,c=function(){function 
a(){if(!b.isReady){try{t.documentElement.doScroll("left")}catch(j){setTimeout(a,1);return}b.ready()}}var
 b=function(j,s){return new 
b.fn.init(j,s)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,l=/\S/,k=/^\s+/,o=/\s+$/,x=/\W/,r=/\d/,A=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,
+C=/^[\],:{}\s]*$/,J=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,I=/(?:^|:|,)(?:\s*\[)+/g,L=/(webkit)[
 \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,i=/(msie) 
([\w.]+)/,n=/(mozilla)(?:.*? 
rv:([\w.]+))?/,m=navigator.userAgent,p=false,q=[],u,y=Object.prototype.toString,F=Object.prototype.hasOwnProperty,M=Array.prototype.push,N=Array.prototype.slice,O=String.prototype.trim,D=Array.prototype.indexOf,R={};b.fn=b.prototype={init:function(j,
+s){var v,z,H;if(!j)return 

svn commit: r1787742 [31/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.js (added)
+++ ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.js Mon Mar 20 
12:28:40 2017
@@ -0,0 +1,2549 @@
+// Camera slideshow v1.3.3 - a jQuery slideshow with many effects, 
transitions, easy to customize, using canvas and mobile ready, based on jQuery 
1.4+
+// Copyright (c) 2012 by Manuel Masia - www.pixedelic.com
+// Licensed under the MIT license: 
http://www.opensource.org/licenses/mit-license.php
+;
+(function($){
+$.fn.camera = function(opts, callback) {
+   
+var defaults = {
+alignment  : 'center', //topLeft, topCenter, 
topRight, centerLeft, center, centerRight, bottomLeft, bottomCenter, bottomRight
+   
+autoAdvance: true, //true, false
+   
+mobileAutoAdvance  : true, //true, false. Auto-advancing for 
mobile devices
+   
+barDirection   : 'leftToRight',
//'leftToRight', 'rightToLeft', 'topToBottom', 'bottomToTop'
+   
+barPosition: 'bottom', //'bottom', 
'left', 'top', 'right'
+   
+cols   : 6,
+   
+easing : 'easeInOutExpo',  //for 
the complete list http://jqueryui.com/demos/effect/easing.html
+   
+mobileEasing   : '',   //leave empty if you want to 
display the same easing on mobile devices and on desktop etc.
+   
+fx : 'random', 
//'random','simpleFade', 'curtainTopLeft', 'curtainTopRight', 
'curtainBottomLeft', 'curtainBottomRight', 'curtainSliceLeft', 
'curtainSliceRight', 'blindCurtainTopLeft', 'blindCurtainTopRight', 
'blindCurtainBottomLeft', 'blindCurtainBottomRight', 'blindCurtainSliceBottom', 
'blindCurtainSliceTop', 'stampede', 'mosaic', 'mosaicReverse', 'mosaicRandom', 
'mosaicSpiral', 'mosaicSpiralReverse', 'topLeftBottomRight', 
'bottomRightTopLeft', 'bottomLeftTopRight', 'bottomLeftTopRight'
+//you can also use more than one effect, just separate them with 
commas: 'simpleFade, scrollRight, scrollBottom'
+
+mobileFx   : '',   //leave empty if you want to 
display the same effect on mobile devices and on desktop etc.
+
+gridDifference : 250,  //to make the grid blocks 
slower than the slices, this value must be smaller than transPeriod
+   
+height : '50%',//here you can 
type pixels (for instance '300px'), a percentage (relative to the width of the 
slideshow, for instance '50%') or 'auto'
+   
+imagePath  : 'images/',//he path to the image 
folder (it serves for the blank.gif, when you want to display videos)
+   
+hover  : true, //true, false. Puase on 
state hover. Not available for mobile devices
+   
+loader : 'pie',//pie, bar, 
none (even if you choose "pie", old browsers like IE8- can't display it... they 
will display always a loading bar)
+   
+loaderColor: '#ee', 
+   
+loaderBgColor  : '#22', 
+   
+loaderOpacity  : .8,   //0, .1, .2, .3, .4, .5, .6, 
.7, .8, .9, 1
+   
+loaderPadding  : 2,//how many empty pixels you 
want to display between the loader and its background
+   
+loaderStroke   : 7,//the thickness both of the pie 
loader and of the bar loader. Remember: for the pie, the loader thickness must 
be less than a half of the pie diameter
+   
+minHeight  : '200px',  //you can also leave it 
blank
+   
+navigation : true, //true or false, to display or 
not the navigation buttons
+   
+navigationHover: true, //if true the navigation button 
(prev, next and play/stop buttons) will be visible on hover state only, if 
false they will be visible always
+   
+mobileNavHover : true, //same as above, but only for 
mobile devices
+   
+opacityOnGrid  : false,//true, false. Decide 
to apply a fade effect to blocks and slices: if your slideshow is fullscreen or 
simply big, I recommend to set it false to have a smoother 

svn commit: r1787742 [45/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/js-plugin/sequence/js/sequence.jquery.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/sequence/js/sequence.jquery.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/js-plugin/sequence/js/sequence.jquery.js 
(added)
+++ ofbiz/branches/ofbiz-new-website/js-plugin/sequence/js/sequence.jquery.js 
Mon Mar 20 12:28:40 2017
@@ -0,0 +1,1236 @@
+/*
+Sequence.js (http://www.sequencejs.com)
+Version: 0.9 Release Candidate
+Author: Ian Lunn @IanLunn
+Author URL: http://www.ianlunn.co.uk/
+Github: https://github.com/IanLunn/Sequence
+
+This is a FREE script and is available under a MIT License:
+http://www.opensource.org/licenses/mit-license.php
+
+Sequence.js and its dependencies are (c) Ian Lunn Design 2012 unless otherwise 
stated.
+
+Sequence also relies on the following open source scripts:
+
+- jQuery imagesLoaded 2.1.0 (http://github.com/desandro/imagesloaded)
+   Paul Irish et al
+   Available under a MIT License: 
http://www.opensource.org/licenses/mit-license.php
+
+- jQuery TouchWipe 1.1.1 
(http://www.netcu.de/jquery-touchwipe-iphone-ipad-library)
+   Andreas Waltl, netCU Internetagentur (http://www.netcu.de)
+   Available under a MIT License: 
http://www.opensource.org/licenses/mit-license.php
+
+- Modernizr 2.6.1 Custom Build (http://modernizr.com/)
+   Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
+   Available under the BSD and MIT licenses: www.modernizr.com/license/
+   */
+
+;(function($) {
+   var windowLoaded = false;
+   $(window).bind("load", function() {
+   windowLoaded = true;
+   });
+
+   function Sequence(element, options, defaults, get) {
+   var self = this;
+   self.container = $(element); //the Sequence containing element
+   self.canvas = self.container.children('.sequence-canvas'); 
//the Sequence canvas which holds Sequence's frames ( elements)
+   self.frames = self.canvas.children('li'); //the Sequence frames 
(top level  elements within the Sequence canvas)
+
+   try { //is Modernizr.prefixed installed?
+   Modernizr.prefixed;
+   if(Modernizr.prefixed === undefined){
+   throw "undefined";
+   }
+   }
+   catch(err) { //if not...get the custom build necessary for 
Sequence
+   get.modernizr();
+   }
+
+   var prefixes = { //convert JS transition names to CSS names
+   'WebkitTransition' : '-webkit-',
+   'MozTransition': '-moz-',
+   'OTransition'  : '-o-',
+   'msTransition' : '-ms-',
+   'transition'   : ''
+   },
+   transitions = { //convert JS transition names to JS transition 
end and animation end event names (also apply a classname of .sequence to the 
event)
+   'WebkitTransition' : 'webkitTransitionEnd.sequence 
webkitAnimationEnd.sequence',
+   'MozTransition': 'transitionend.sequence 
animationend.sequence',
+   'OTransition'  : 'otransitionend.sequence 
oanimationend.sequence',
+   'msTransition' : 'MSTransitionEnd.sequence 
MSAnimationEnd.sequence',
+   'transition'   : 'transitionend.sequence 
animationend.sequence'
+   };
+
+   self.prefix = prefixes[Modernizr.prefixed('transition')], 
//work out the CSS prefix for the browser being used (-webkit- for example)
+   self.transitionProperties = {},
+   self.transitionEnd = 
transitions[Modernizr.prefixed('transition')], //work out the JS transitionEnd 
name for the browser being used (webkitTransitionEnd webkitAnimationEnd for 
example)
+   self.numberOfFrames = self.frames.length, //number of frames 
() Sequence consists of
+
+   self.transitionsSupported = (self.prefix !== undefined) ? true 
: false, //determine if transitions are supported
+   self.hasTouch = ("ontouchstart" in window) ? true : false, 
//determine if this is a touch enabled device
+   self.isPaused = false, //whether Sequence is paused
+   self.isBeingHoveredOver = false, //whether the Sequence canvas 
is currently being hovered over
+
+   self.container.removeClass('sequence-destroyed'); //if Sequence 
is destroyed using .destroy(), it is given a clas of "destroy", remove that now 
if present
+
+   //CALLBACKS
+   self.paused = function() {},
//executes when 
Sequence is paused
+   self.unpaused = function() {},   

svn commit: r1787742 [16/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/js/jquery.easing.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/js/jquery.easing.js?rev=1787742&view=auto
==
--- 
ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/js/jquery.easing.js
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/js/jquery.easing.js
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,205 @@
+/*
+ * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
+ *
+ * Uses the built in easing capabilities added In jQuery 1.1
+ * to offer multiple easing options
+ *
+ * TERMS OF USE - jQuery Easing
+ * 
+ * Open source under the BSD License. 
+ * 
+ * Copyright © 2008 George McGinley Smith
+ * All rights reserved.
+ * 
+ * Redistribution and use in source and binary forms, with or without 
modification, 
+ * are permitted provided that the following conditions are met:
+ * 
+ * Redistributions of source code must retain the above copyright notice, this 
list of 
+ * conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice, 
this list 
+ * of conditions and the following disclaimer in the documentation and/or 
other materials 
+ * provided with the distribution.
+ * 
+ * Neither the name of the author nor the names of contributors may be used to 
endorse 
+ * or promote products derived from this software without specific prior 
written permission.
+ * 
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY 
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL THE
+ *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
INCIDENTAL, SPECIAL,
+ *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
PROCUREMENT OF SUBSTITUTE
+ *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED 
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 
TORT (INCLUDING
+ *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE, EVEN IF ADVISED 
+ * OF THE POSSIBILITY OF SUCH DAMAGE. 
+ *
+*/
+
+// t: current time, b: begInnIng value, c: change In value, d: duration
+jQuery.easing['jswing'] = jQuery.easing['swing'];
+
+jQuery.extend( jQuery.easing,
+{
+   def: 'easeOutQuad',
+   swing: function (x, t, b, c, d) {
+   //alert(jQuery.easing.default);
+   return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
+   },
+   easeInQuad: function (x, t, b, c, d) {
+   return c*(t/=d)*t + b;
+   },
+   easeOutQuad: function (x, t, b, c, d) {
+   return -c *(t/=d)*(t-2) + b;
+   },
+   easeInOutQuad: function (x, t, b, c, d) {
+   if ((t/=d/2) < 1) return c/2*t*t + b;
+   return -c/2 * ((--t)*(t-2) - 1) + b;
+   },
+   easeInCubic: function (x, t, b, c, d) {
+   return c*(t/=d)*t*t + b;
+   },
+   easeOutCubic: function (x, t, b, c, d) {
+   return c*((t=t/d-1)*t*t + 1) + b;
+   },
+   easeInOutCubic: function (x, t, b, c, d) {
+   if ((t/=d/2) < 1) return c/2*t*t*t + b;
+   return c/2*((t-=2)*t*t + 2) + b;
+   },
+   easeInQuart: function (x, t, b, c, d) {
+   return c*(t/=d)*t*t*t + b;
+   },
+   easeOutQuart: function (x, t, b, c, d) {
+   return -c * ((t=t/d-1)*t*t*t - 1) + b;
+   },
+   easeInOutQuart: function (x, t, b, c, d) {
+   if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
+   return -c/2 * ((t-=2)*t*t*t - 2) + b;
+   },
+   easeInQuint: function (x, t, b, c, d) {
+   return c*(t/=d)*t*t*t*t + b;
+   },
+   easeOutQuint: function (x, t, b, c, d) {
+   return c*((t=t/d-1)*t*t*t*t + 1) + b;
+   },
+   easeInOutQuint: function (x, t, b, c, d) {
+   if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
+   return c/2*((t-=2)*t*t*t*t + 2) + b;
+   },
+   easeInSine: function (x, t, b, c, d) {
+   return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
+   },
+   easeOutSine: function (x, t, b, c, d) {
+   return c * Math.sin(t/d * (Math.PI/2)) + b;
+   },
+   easeInOutSine: function (x, t, b, c, d) {
+   return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
+ 

svn commit: r1787742 [24/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/css/custom-icons-ie7-codes.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/css/custom-icons-ie7-codes.css?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/css/custom-icons-ie7-codes.css
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/css/custom-icons-ie7-codes.css
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,229 @@
+
+.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= ''); }
+.icon-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-fast-fw { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-fast-bw { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-to-end { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-to-start { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-up-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-right-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-down-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-left-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-umbrella { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-left-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-up-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-right-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-down-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-heart-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-music { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= ''); }
+.icon-flag { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= ''); }
+.icon-attention { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-flash { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cog-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-scissors { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-flight { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= ''); }
+.icon-ok-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cancel-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-asterisk { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-attention-circle { *zoom: expression( 

svn commit: r1787742 [37/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.3.2.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.3.2.min.js?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.3.2.min.js 
(added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.3.2.min.js 
Mon Mar 20 12:28:40 2017
@@ -0,0 +1,19 @@
+/*
+ * jQuery JavaScript Library v1.3.2
+ * http://jquery.com/
+ *
+ * Copyright (c) 2009 John Resig
+ * Dual licensed under the MIT and GPL licenses.
+ * http://docs.jquery.com/License
+ *
+ * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
+ * Revision: 6246
+ */
+(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return 
new 
o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return
 this}if(typeof E==="string"){var 
G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var 
I=document.getElementById(G[3]);if(I&!=G[3]){return o().find(E)}var 
F=o(I||[]);F.context=document;F.selector=E;return F}}else{return 
o(H).find(E)}}else{if(o.isFunction(E)){return 
o(document).ready(E)}}if(E.selector&){this.selector=E.selector;this.context=E.context}return
 
this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return
 this.length},get:function(E){return 
E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var 
G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?"
 ":"")+E}else{if(H){G.sele
 ctor=this.selector+"."+H+"("+E+")"}}return 
G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return 
this},each:function(F,E){return o.each(this,F,E)},index:function(E){return 
o.inArray(E&?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof 
F==="string"){if(H===g){return 
this[0]&[G||"attr"](this[0],F)}else{E={};E[F]=H}}return 
this.each(function(I){for(F in 
E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&(F)<0){F=g}return
 this.attr(E,F,"curCSS")},text:function(F){if(typeof 
F!=="object"&!=null){return 
this.empty().append((this[0]&[0].ownerDocument||document).createTextNode(F))}var
 
E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return
 E},wrapAll:function(E){if(this[0]){var 
F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var
 G=this
 ;while(G.firstChild){G=G.firstChild}return G}).append(this)}return 
this},wrapInner:function(E){return 
this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return 
this.each(function(){o(this).wrapAll(E)})},append:function(){return 
this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return
 
this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return
 
this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return
 
this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return
 
this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var
 F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return 
F}else{return this.pushStack(o.unique(o.map(this,function(G){return 
o.find(E,G)})),"find",E)}},clone:function(G
 ){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var 
I=this.outerHTML;if(!I){var 
J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return
 o.clean([I.replace(/ 
jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return 
this.cloneNode(true)}});if(G===true){var 
H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var
 I=o.data(H[F],"events");for(var K in I){for(var J in 
I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return 
E},filter:function(E){return 
this.pushStack(o.isFunction(E)&(this,function(G,F){return 
E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return 
F.nodeType===1})),"filter",E)},closest:function(E){var 
G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var 
H=this;while(H&){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return
 H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="st
 ring"){if(f.test(E)){return 
this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var
 F=E.length&[E.length-1]!==g&&!E.nodeType;return 
this.filter(function(){return 

svn commit: r1787742 [48/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php (added)
+++ ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php Mon Mar 20 
12:28:40 2017
@@ -0,0 +1,130 @@
+The Apache OFBiz  Project';
+?>
+
+
+   
+  
+  
+
+  
+
+  Downloads
+   home/templates/Sidebar 
+
+  
+
+
+  
+
+  
+  
+
+  Search
+  
+  
+
+  
+  Ok
+
+  
+
+
+  Releases for Download
+  
+  
+Downloads
+Release Notes
+  
+  
+
+  
+
+  OFBiz 14.12.01
+  Download OFBiz 14.12.
+   read more 
+
+  OFBiz 13.07
+  Download OFBiz 13.07.
+   read more 
+ 
+
+
+  
+
+  
+
+  
+
+
+   Nullam sed tortor odio. Suspendisse tincidunt 
dictum nisi, nec convallis odio lacinia ac. Vestibulum ante ipsum primis in 
faucibus orci luctus et ultrices posuere cubilia Curae. 
+
+  
+
+
+  
+
+  
+
+
+   Nullam sed tortor odio. Suspendisse tincidunt 
dictum nisi, nec convallis odio lacinia ac. Vestibulum ante ipsum primis in 
faucibus orci luctus et ultrices posuere cubilia Curae. 
+
+  
+
+
+  
+
+  
+
+
+   Nullam sed tortor odio. Suspendisse tincidunt 
dictum nisi, nec convallis odio lacinia ac. Vestibulum ante ipsum primis in 
faucibus orci luctus et ultrices posuere cubilia Curae. 
+
+  
+
+  
+
+  
+
+  
+  
+  
+Download Apache OFBiz
+
+  
+  Use the links below to download Apache OFBiz releases 
from the "Apache Download Mirrors" page; On that page you'll also find 
instructions on how to verify the integrity of the release file using the 
signature and hashes (PGP, MD5, SHA512) available for each release.  

+ Despite our best efforts to maintain up to three active 
release branches, support for older branches can decrease because our project 
volunteers may be focused on other issues. We recommend using releases from the 
most recent branch wherever possible. 
+Apache OFBiz 14.12
+
+ facilisis porttitor nisl. Nulla scelerisque lectus id ipsum 
sollicitudin euismod. Mauris fermentum erat a ante tincidunt id condimentum 
lorem sodales. Nam lacus justo, porttitor sit amet egestas sit amet, 
scelerisque non nibh. Ut ultricies orci vitae nisl viverra quis tempus nulla 
ultricies. Etiam lorem tellus, porttitor nec fermentum sed, scelerisque eget 
sapien. Fusce quam turpis, bibendum eu pretium ut, vehicula eget mi. Aliquam 
erat volutpat. 
+Apache OFBiz 13.07
+
+ Released in May 2015, is the second release of the 13.07 
series, that has been stabilized with bug fixes since July 2013. 
+Please note that in the 13.07 series the specialpurpose 
components are no more included with the only exception of the ecommerce 
component (because there are still some dependencies on it): the specialpurpose 
components may be released in a separate package in the future.   
+Apache OFBiz 12.04 and earlier
+
+ Released in September 2014, is the latest bug fix release in 
the 12.04 series that contains all the features of the trunk up to April 2012. 

+Old superseded releases can be found in the OFBiz archive
+A description of each release in the history of OFBiz can be 
found here 
+Nightly snapshots can be found here
+Security Vulnerabilities
+
+  We strongly encourage OfBiz users to report security 
problems affecting 

svn commit: r1787742 [21/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/demo.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/demo.html?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/demo.html
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/demo.html
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,1018 @@
+
+
+  
+.clearfix {
+  *zoom: 1;
+}
+.clearfix:before,
+.clearfix:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.clearfix:after {
+  clear: both;
+}
+.hide-text {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+.input-block-level {
+  display: block;
+  width: 100%;
+  min-height: 30px;
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+nav,
+section {
+  display: block;
+}
+audio,
+canvas,
+video {
+  display: inline-block;
+  *display: inline;
+  *zoom: 1;
+}
+audio:not([controls]) {
+  display: none;
+}
+html {
+  font-size: 100%;
+  -webkit-text-size-adjust: 100%;
+  -ms-text-size-adjust: 100%;
+}
+a:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+a:hover,
+a:active {
+  outline: 0;
+}
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+sup {
+  top: -0.5em;
+}
+sub {
+  bottom: -0.25em;
+}
+img {
+/* Responsive images (ensure images don't scale beyond their parents) */
+  max-width: 100%;
+/* Part 1: Set a maxium relative to the parent */
+  width: auto 9;
+/* IE7-8 need help adjusting responsive images */
+  height: auto;
+/* Part 2: Scale the height according to the width, otherwise you get 
stretching */
+  vertical-align: middle;
+  border: 0;
+  -ms-interpolation-mode: bicubic;
+}
+#map_canvas img,
+.google-maps img {
+  max-width: none;
+}
+button,
+input,
+select,
+textarea {
+  margin: 0;
+  font-size: 100%;
+  vertical-align: middle;
+}
+button,
+input {
+  *overflow: visible;
+  line-height: normal;
+}
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  -webkit-appearance: button;
+  cursor: pointer;
+}
+input[type="search"] {
+  -webkit-box-sizing: content-box;
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
+  -webkit-appearance: textfield;
+}
+input[type="search"]::-webkit-search-decoration,
+input[type="search"]::-webkit-search-cancel-button {
+  -webkit-appearance: none;
+}
+textarea {
+  overflow: auto;
+  vertical-align: top;
+}
+body {
+  margin: 0;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 20px;
+  color: #333;
+  background-color: #fff;
+}
+a {
+  color: #08c;
+  text-decoration: none;
+}
+a:hover {
+  color: #005580;
+  text-decoration: underline;
+}
+.img-rounded {
+  -webkit-border-radius: 6px;
+  -moz-border-radius: 6px;
+  border-radius: 6px;
+}
+.img-polaroid {
+  padding: 4px;
+  background-color: #fff;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0,0,0,0.2);
+  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+}
+.img-circle {
+  -webkit-border-radius: 500px;
+  -moz-border-radius: 500px;
+  border-radius: 500px;
+}
+.row {
+  margin-left: -20px;
+  *zoom: 1;
+}
+.row:before,
+.row:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.row:after {
+  clear: both;
+}
+[class*="span"] {
+  float: left;
+  min-height: 1px;
+  margin-left: 20px;
+}
+.container,
+.navbar-static-top .container,
+.navbar-fixed-top .container,
+.navbar-fixed-bottom .container {
+  width: 940px;
+}
+.span12 {
+  width: 940px;
+}
+.span11 {
+  width: 860px;
+}
+.span10 {
+  width: 780px;
+}
+.span9 {
+  width: 700px;
+}
+.span8 {
+  width: 620px;
+}
+.span7 {
+  width: 540px;
+}
+.span6 {
+  width: 460px;
+}
+.span5 {
+  width: 380px;
+}
+.span4 {
+  width: 300px;
+}
+.span3 {
+  width: 220px;
+}
+.span2 {
+  width: 140px;
+}
+.span1 {
+  width: 60px;
+}
+.offset12 {
+  margin-left: 980px;
+}
+.offset11 {
+  margin-left: 900px;
+}
+.offset10 {
+  margin-left: 820px;
+}
+.offset9 {
+  margin-left: 740px;
+}
+.offset8 {
+  margin-left: 660px;
+}
+.offset7 {
+  margin-left: 580px;
+}
+.offset6 {
+  margin-left: 500px;
+}
+.offset5 {
+  margin-left: 420px;
+}
+.offset4 {
+  margin-left: 340px;
+}
+.offset3 {
+  margin-left: 260px;
+}
+.offset2 {
+  margin-left: 180px;
+}
+.offset1 {
+  margin-left: 100px;
+}
+.row-fluid {
+  width: 100%;
+  *zoom: 1;
+}
+.row-fluid:before,
+.row-fluid:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.row-fluid:after 

svn commit: r1787742 [41/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,78 @@
+/*!
+ * jQuery Transit - CSS3 transitions and transformations
+ * Copyright(c) 2011 Rico Sta. Cruz 
+ * MIT Licensed.
+ *
+ * http://ricostacruz.com/jquery.transit
+ * http://github.com/rstacruz/jquery.transit
+ */
+
+
+
+
+ /*!
+   jQuery WaitForImages
+
+   Copyright (c) 2012 Alex Dickson
+
+   Permission is hereby granted, free of charge, to any person
+   obtaining a copy of this software and associated documentation
+   files (the "Software"), to deal in the Software without
+   restriction, including without limitation the rights to use,
+   copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the
+   Software is furnished to do so, subject to the following
+   conditions:
+
+   The above copyright notice and this permission notice shall be
+   included in all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+   OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+   OTHER DEALINGS IN THE SOFTWARE.
+
+
+   https://github.com/alexanderdickson/waitForImages
+
+
+ */
+
+ // WAIT FOR IMAGES
+   /*
+   * waitForImages 1.4
+   * -
+   * Provides a callback when all images have loaded in your given 
selector.
+   * http://www.alexanderdickson.com/
+   *
+   *
+   * Copyright (c) 2011 Alex Dickson
+   * Licensed under the MIT licenses.
+   * See website for more info.
+   *
+   */
+
+
+
+// EASINGS
+
+
+
+ (function(a){function d(a){var c=["Moz","Webkit","O","ms"];var 
d=a.charAt(0).toUpperCase()+a.substr(1);if(a in b.style){return a}for(var 
e=0;e0){g+=" "+p(e)}var 
h=[];a.each(f,function(a,b){h.push(b+" "+g)});return h.join(", ")}function 
m(b,d){if(!d){a.cssNumber[b]=true}a.transit.propertyMap[b]=c.transform;a.cssHooks[b]={get:function(c){var
 d=a(c).css("transform");return d.get(b)},set:function(c,d){var 
e=a(c).css("transform");e.setFromString(b,
 d);a(c).css({transform:e})}}}function n(a){return 
a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()})}function 
o(a,b){if(typeof a==="string"&&!a.match(/^[\-0-9\.]+$/)){return 
a}else{return""+a+b}}function p(b){var 
c=b;if(a.fx.speeds[c]){c=a.fx.speeds[c]}return o(c,"ms")}"use 
strict";a.transit={version:"0.1.3",propertyMap:{marginLeft:"margin",marginRight:"margin",marginBottom:"margin",marginTop:"margin",paddingLeft:"padding",paddingRight:"padding",paddingBottom:"padding",paddingTop:"padding"},enabled:true,useTransitionEnd:false};var
 b=document.createElement("div");var c={};var 
f=navigator.userAgent.toLowerCase().indexOf("chrome")>-1;c.transition=d("transition");c.transitionDelay=d("transitionDelay");c.transform=d("transform");c.transformOrigin=d("transformOrigin");c.transform3d=e();a.extend(a.support,c);var
 
g={MozTransition:"transitionend",OTransition:"oTransitionEnd",WebkitTransition:"webkitTransitionEnd",msTransition:"MSTransitionEnd"};var
 h=c.transitionEnd=g[c.transition]
 
||null;b=null;a.cssEase={_default:"ease","in":"ease-in",out:"ease-out","in-out":"ease-in-out",snap:"cubic-bezier(0,1,.5,1)"};a.cssHooks.transform={get:function(b){return
 a(b).data("transform")||new i},set:function(b,d){var e=d;if(!(e instanceof 
i)){e=new 

svn commit: r1787742 [9/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ docu

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/css/dark-blue.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/css/dark-blue.css?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/css/dark-blue.css (added)
+++ ofbiz/branches/ofbiz-new-website/css/dark-blue.css Mon Mar 20 12:28:40 2017
@@ -0,0 +1,718 @@
+/* 
+Document   : colors
+Created on : 3 sept. 2012, 17:56:23
+Author : shaylash
+Description:
+Purpose of the stylesheet follows.
+*/
+/*** BOOSTRAP CUSTOMIZATION ***/
+.pagination {
+border-top:1px solid #EAEAEA;
+}
+/* pagination */
+.pagination ul > li > a, .pagination ul > li > span {
+background-color:transparent;
+color:#ccd;
+}
+.pagination ul > li > a:hover, .pagination ul > .active > span:hover {
+background-color:transparent;
+border-top:2px solid #EAEAEA
+}
+.pagination ul > .active > a, .pagination ul > .active > span {
+background-color:transparent;
+color:#333;
+border-top:2px solid #235689
+}
+/*tabs*/
+.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
+background:none;
+}
+/*carousel*/
+.carousel-control {
+color:#CFCFCF;
+}
+.carousel-control:hover {
+color:#235689;
+}
+.nav > li > a:hover {
+background:transparent;
+color:#235689!important;
+}
+
+/*accordion*/
+a.accordion-toggle:link{color:#666;}
+a.accordion-toggle:hover{color:#235689;}
+
+/*** END BOOSTRAP CUSTOMIZATION ***/
+
+
+/*** TYPOGRAPHY ***/
+
+body {
+color:#777;
+   background:#FAFAFA;
+}
+
+blockquote {
+color:#454545;
+}
+/*typography*/
+
+h3, h4, h5, h6 {
+color:#777;
+}
+h1 {
+color:#fff;
+}
+h2 {
+color:#222;
+}
+h2.smallHeading{color:#235689}
+.divider {
+background-color:#dadada;
+   border-bottom:1px solid #fff;
+}
+.divider span {
+background-color:#235689;
+}
+/*** END TYPOGRAPHY ***/
+
+/*** BUTTONS ***/
+a {
+color:#235689;
+}
+a:hover, .scrollspyNav .active a {
+color:#235689;
+}
+a.btn-3d, a.iconBtn {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 0.4);
+background:-webkit-gradient( linear, left top, left bottom, 
color-stop(0.05, #fff), color-stop(1, #DADADA) );
+background:-moz-linear-gradient( center top, #fff 5%, #DADADA 100% );
+filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff', 
endColorstr='#DADADA');
+background-color:#fff;
+color:#010101;
+}
+
+a.iconBtn{ color:#777;}
+a.btn-3d:active {
+background-color:#fff;
+}
+.btn-3d:hover, a.iconBtn:hover {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 0.4);
+background: #fff;
+color:#235689;
+}
+.iconBtn i {
+color:#235689;
+}
+.btnWrapper {
+background:#DDD;
+   border:1px solid #ccc;
+}
+.btnFlatHover {
+color:white !important;
+background: #4F6266 !important;
+border-color:#4F6266 !important;
+}
+.speBtnHover {
+color:#4F6266 !important;
+background-color: white!important;
+}
+#mapReturn, #mapReturn:visited, #mapReturn:active, #mapReturn:link{
+color:#235689;
+}
+#mapReturn:hover {
+color:#4F6266;
+}
+a.iconWrapper:hover{background-color:#77;color:white;} 
+/*** END BUTTONS ***/
+
+
+
+/*** MAIN MENU ***/
+
+/*dark menu*/
+#mainHeader .navbar-inner {
+background:#454545;
+}
+.navbar {
+border-bottom:1px solid #111
+}
+#mainMenu ul li a {
+color:#ededed; 
+}
+
+/*white menu*/
+#mainHeader .navbar-inner {
+background:#fff;
+}
+.navbar {
+border-bottom:1px solid #ddd
+}
+#mainMenu ul li a {
+color:#999;
+}
+
+
+#mainMenu ul ul, #mainMenu  ul li ul li.hover a {
+background-color:#454545;
+}
+#mainMenu ul ul {
+border:1px solid #454545;
+}
+
+#mainMenu ul li .active, #mainMenu ul li.hover>a, #mainMenu ul 
li.hover>a.hasSubMenu, #mainMenu ul li.Shover>a{
+color:white!important;
+background: #49809e; /* Old browsers */
+/* IE9 SVG, needs conditional override of 'filter' to 'none' */
+background: 

svn commit: r1787742 [18/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Propchange: ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js
--
svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js
--
svn:mime-type = text/plain

Added: 
ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js 
(added)
+++ ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js 
Mon Mar 20 12:28:40 2017
@@ -0,0 +1,11 @@
+/**
+ * jQuery.ScrollTo - Easy element scrolling using jQuery.
+ * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | 
http://flesler.blogspot.com
+ * Dual licensed under MIT and GPL.
+ * Date: 5/25/2009
+ * @author Ariel Flesler
+ * @version 1.4.2
+ *
+ * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
+ */
+;(function(d){var 
k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return
 d(window)._scrollable()};d.fn._scrollable=function(){return 
this.map(function(){var 
a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return
 a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return 
d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof
 j=='object'){b=j;j=0}if(typeof 
b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return
 this._scrollable().each(function(){var 
q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof 
f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(
 f)).offset()}d.each(b.axis.split(''),function(a,i){var 
e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var
 
o=f[h];g[c]=o.slice&(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&){if(l!=g[c])t(b.onAfterFirst);delete
 g[c]}});t(b.onAfter);function 
t(a){r.animate(g,j,b.easing,a&(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var
 e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return 
a[h]-d(a)[e.toLowerCase()]();var 
c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return 
Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof 
a=='object'?a:{top:a,left:a}}})(jQuery);
\ No newline at end of file

Propchange: 
ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js
--
svn:eol-style = native

Propchange: 
ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js
--
svn:mime-type = text/plain

Added: ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js (added)
+++ ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js Mon Mar 
20 12:28:40 2017
@@ -0,0 +1,159 @@
+/*!
+ * Documenter 2.0
+ * http://rxa.li/documenter
+ *
+ * Copyright 2011, Xaver Birsak
+ * http://revaxarts.com
+ *
+ */
+ 
+$(document).ready(function() {
+   var timeout,
+   sections = new Array(),
+   sectionscount = 0,
+   win = $(window),
+   sidebar = $('#documenter_sidebar'),
+   nav = $('#documenter_nav'),
+   logo = $('#documenter_logo'),
+   navanchors = nav.find('a'),
+   timeoffset = 50,
+   hash = location.hash || null;
+  

svn commit: r1787742 [29/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/index.html?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/index.html (added)
+++ ofbiz/branches/ofbiz-new-website/index.html Mon Mar 20 12:28:40 2017
@@ -0,0 +1,484 @@
+
+
+
+
+
+
+
+
+The Apache OFBiz  Project
+
+
+
+
+
+
+
+
+
+
+http://fonts.googleapis.com/css?family=Open+Sans:400,300,800; 
rel="stylesheet" type="text/css">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+   
+
+  
+Home
+Getting Started
+  
+Developers
+Business 
Users
+  
+
+News
+  
+https://twitter.com/apacheofbiz;>Twitter
+https://blogs.apache.org/ofbiz/;>Blog
+User Stories and 
References
+Press
+  
+
+Documentation
+  
+User Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page;
 class="">Technical Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
class="">Wiki
+https://ci.apache.org/projects/ofbiz/site/javadocs/; class="last">API 
Reference
+  
+
+Community
+  
+Getting Involved
+https://cwiki.apache.org/confluence/display/OFBIZ/Events;>Meetups / 
Events
+Mailing Lists
+Source Repository
+https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;>Issue
 Tracker
+Service Providers
+FAQ
+  
+
+Users
+  
+e-Commerce / e-business
+Manufacturing
+Retail
+Distribution
+Service Industries
+Other
+  
+
+  
+
+  
+
+  
+
+
+
+
+
+
+
+  
+  
+
+  
+
+  
+  
+  
+
+  
+ 
+  
+  
+What our users are saying..
+  
+  
+Powerful, flexible and 
freewhat more could a developer ask for?
+  
+  
+I highly recommend 
OFBiz. I finished my project in 6 months working solo
+  
+  
+I love this framework 
and the freedom it gives
+  
+   https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+User+Stories;
 class="btn btn-3d btn-3d-medium">Read More 
+  
+the community support 
is amazing...
+  
+
+ 
+  
+  
+Enjoy the benefits
+  
+   
+  
+Freedom from vendor 
lock-in
+  
+  
+Flexible enough to fit 
any business
+  
+
+ 
+  
+  
+  
+  
+Flexible OFBiz Solutions, 
+  
+  
+choose yours...
+  
+   
+  
+ERP with integrated 
E-Commerce
+  
+  
+Manufacturing and 
Warehouse Management
+  
+  
+CRM,Human 
Resources,WebPOS and much more 
+  
+
+ 
+  
+  
+The best things in life are free!
+  
+  
+Download and it's 
yoursfree
+  
+  
+Enjoy the benefits and 
freedom
+  
+   
+  
+No licensing 
feesever
+  
+
+  
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+ Apache OFBiz is a suite of business 
+applications flexible enough to be used across any industry.
+   A common architecture allows developers to easily extend or
+   enhance it to create custom features.
+
+  
+  
+
+
+ Java  
+
+Powerful Java Web Framework
+
+  OFBiz is a Java based web framework including an entity 
engine,
+  a service engine and a widget based UI allowing you to
+  quickly prototype and develop your web application.
+
+  
+
+CRM & ERP  
+
+Mature ERP Solution
+An Apache top level project for  10 years, OFBiz has shown 
it's stability and maturity as an enterprise-wide 
+  ERP solution that is flexible enough to change with your 
business.
+  
+
+  

svn commit: r1787742 [39/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.6.1.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.6.1.min.js?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.6.1.min.js 
(added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/pretty-photo/js/jquery-1.6.1.min.js 
Mon Mar 20 12:28:40 2017
@@ -0,0 +1,18 @@
+/*!
+ * jQuery JavaScript Library v1.6.1
+ * http://jquery.com/
+ *
+ * Copyright 2011, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2011, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Thu May 12 15:04:36 2011 -0400
+ */
+(function(a,b){function cy(a){return 
f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function 
cv(a){if(!cj[a]){var 
b=f("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),c.body.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write("");b=cl.createElement(a),cl.body.appendChild(b),d=f.css(b,"display"),c.body.removeChild(ck)}cj[a]=d}return
 cj[a]}function cu(a,b){var 
c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return 
c}function ct(){cq=b}function cs(){setTimeout(ct,0);return cq=f.now()}function 
ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function 
ch(){try{return new a.XMLHttpRequest}catch(b){}}function 
cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var 
d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g

svn commit: r1787742 [47/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/our-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/our-users.html?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/our-users.html (added)
+++ ofbiz/branches/ofbiz-new-website/our-users.html Mon Mar 20 12:28:40 2017
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
+The Apache OFBiz  Project
+
+
+
+
+
+
+
+
+
+
+http://fonts.googleapis.com/css?family=Open+Sans:400,300,800; 
rel="stylesheet" type="text/css">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+   
+
+  
+Home
+Getting Started
+  
+Developers
+Business 
Users
+  
+
+News
+  
+https://twitter.com/apacheofbiz;>Twitter
+https://blogs.apache.org/ofbiz/;>Blog
+User Stories and 
References
+Press
+  
+
+Documentation
+  
+User Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page;
 class="">Technical Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
class="">Wiki
+https://ci.apache.org/projects/ofbiz/site/javadocs/; class="last">API 
Reference
+  
+
+Community
+  
+Getting Involved
+https://cwiki.apache.org/confluence/display/OFBIZ/Events;>Meetups / 
Events
+Mailing Lists
+Source Repository
+https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;>Issue
 Tracker
+Service Providers
+FAQ
+  
+
+Users
+  
+e-Commerce / e-business
+Manufacturing
+Retail
+Distribution
+Service Industries
+Other
+  
+
+  
+
+  
+
+  
+
+
+
+
+
+  
+  
+
+  
+
+  User References
+   home/users/references 
+
+  
+
+
+  
+
+  
+
+  Our References
+  
+  Lorem ipsum dolor sit amet, consectetur adipiscing elit. 
Quisque ut auctor lorem. Curabitur at lobortis nulla. Sed tincidunt, orci sit 
amet varius ornare,
+
+
+  
+All
+e-Commerce
+Manufacturing
+Retail
+   Distribution
+   Service 
Industries
+   Other
+   
+  
+
+  
+  
+
+  
+ 
+ 
+  
+  
+  
+Lorem ipsum dolor sit amet
+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...  read more
+  
+
+ 
+ 
+  
+  
+  
+Lorem ipsum dolor sit amet
+Lorem ipsum dolorsit amet, 
consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin 
placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique 
senectus et netus...  read more
+  
+
+ 

+ 
+  
+  
+  
+Lorem ipsum dolor sit amet
+Lorem ipsum dolorsit amet, 
consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin 
placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique 
senectus et netus...  read more
+  
+
+ 
+ 
+  
+  
+  
+Lorem ipsum dolor sit amet
+Lorem ipsum dolorsit amet, 
consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin 
placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique 
senectus et netus...  read more
+  
+
+ 
+ 
+  
+  
+  
+Lorem ipsum dolor sit amet
+Lorem ipsum dolorsit amet, 
consectetur adipiscing elit. Morbi vulputate nunc ut tellus sollicitudin 
placerat. Sed ac consectetur leo. Pellentesque habitant morbi tristique 

svn commit: r1787742 [2/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ docu

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.css?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.css (added)
+++ ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.css Mon Mar 20 
12:28:40 2017
@@ -0,0 +1,5502 @@
+/*!
+ * Bootstrap v2.3.1
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */
+.clearfix {
+  *zoom: 1;
+}
+.clearfix:before,
+.clearfix:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.clearfix:after {
+  clear: both;
+}
+.hide-text {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+.input-block-level {
+  display: block;
+  width: 100%;
+  min-height: 30px;
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+nav,
+section {
+  display: block;
+}
+audio,
+canvas,
+video {
+  display: inline-block;
+  *display: inline;
+  *zoom: 1;
+}
+audio:not([controls]) {
+  display: none;
+}
+html {
+  font-size: 100%;
+  -webkit-text-size-adjust: 100%;
+  -ms-text-size-adjust: 100%;
+}
+a:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+a:hover,
+a:active {
+  outline: 0;
+}
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+sup {
+  top: -0.5em;
+}
+sub {
+  bottom: -0.25em;
+}
+img {
+  /* Responsive images (ensure images don't scale beyond their parents) */
+
+  max-width: 100%;
+  /* Part 1: Set a maxium relative to the parent */
+
+  width: auto\9;
+  /* IE7-8 need help adjusting responsive images */
+
+  height: auto;
+  /* Part 2: Scale the height according to the width, otherwise you get 
stretching */
+
+  vertical-align: middle;
+  border: 0;
+  -ms-interpolation-mode: bicubic;
+}
+#map_canvas img,
+.google-maps img {
+  max-width: none;
+}
+button,
+input,
+select,
+textarea {
+  margin: 0;
+  font-size: 100%;
+  vertical-align: middle;
+}
+button,
+input {
+  *overflow: visible;
+  line-height: normal;
+}
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  -webkit-appearance: button;
+  cursor: pointer;
+}
+label,
+select,
+button,
+input[type="button"],
+input[type="reset"],
+input[type="submit"],
+input[type="radio"],
+input[type="checkbox"] {
+  cursor: pointer;
+}
+input[type="search"] {
+  -webkit-box-sizing: content-box;
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
+  -webkit-appearance: textfield;
+}
+input[type="search"]::-webkit-search-decoration,
+input[type="search"]::-webkit-search-cancel-button {
+  -webkit-appearance: none;
+}
+textarea {
+  overflow: auto;
+  vertical-align: top;
+}
+@media print {
+  * {
+text-shadow: none !important;
+color: #000 !important;
+background: transparent !important;
+box-shadow: none !important;
+  }
+  a,
+  a:visited {
+text-decoration: underline;
+  }
+  a[href]:after {
+content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+content: " (" attr(title) ")";
+  }
+  .ir a:after,
+  a[href^="javascript:"]:after,
+  a[href^="#"]:after {
+content: "";
+  }
+  pre,
+  blockquote {
+border: 1px solid #999;
+page-break-inside: avoid;
+  }
+  thead {
+display: table-header-group;
+  }
+  tr,
+  img {
+page-break-inside: avoid;
+  }
+  img {
+max-width: 100% !important;
+  }
+  @page  {
+margin: 0.5cm;
+  }
+  p,
+  h2,
+  h3 {
+orphans: 3;
+widows: 3;
+  }
+  h2,
+  h3 {
+page-break-after: avoid;
+  }
+}
+body {
+  margin: 0;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 20px;
+  color: #33;
+  background-color: #ff;
+}
+a {
+  color: #0088cc;
+  text-decoration: none;
+}
+a:hover,
+a:focus {
+  color: #005580;
+  text-decoration: underline;
+}
+.img-rounded {
+  -webkit-border-radius: 6px;
+  -moz-border-radius: 6px;
+  border-radius: 6px;
+}
+.img-polaroid {
+  padding: 4px;
+  background-color: #fff;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+}
+.img-circle {
+  -webkit-border-radius: 500px;
+  -moz-border-radius: 500px;
+  border-radius: 500px;
+}
+.row {
+  margin-left: -20px;
+  *zoom: 1;
+}
+.row:before,
+.row:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.row:after {
+  clear: both;
+}

svn commit: r1787742 [30/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/bootstrap-select/bootstrap-select.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/bootstrap-select/bootstrap-select.min.js?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/bootstrap-select/bootstrap-select.min.js
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/bootstrap-select/bootstrap-select.min.js
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1 @@
+!function(b){var 
a=function(d,c,f){if(f){f.stopPropagation();f.preventDefault()}this.$element=b(d);this.$newElement=null;this.button=null;this.options=b.extend({},b.fn.selectpicker.defaults,this.$element.data(),typeof
 
c=="object"&);this.style=this.options.style;this.size=this.options.size;this.init()};a.prototype={constructor:a,init:function(n){this.$element.hide();var
 
f=this.$element.attr("class")!==undefined?this.$element.attr("class").split(/\s+/):"";var
 q=this.getTemplate();var 
d=this.$element.attr("id");q=this.createLi(q);this.$element.after(q);this.$newElement=this.$element.next(".bootstrap-select");var
 p=this.$newElement;var g=this.$newElement.find(".dropdown-menu");var 
m=this.$newElement.find(".dropdown-menu li > a");var 
o=parseInt(m.css("line-height"))+m.outerHeight();var 
j=this.$newElement.offset().top;var s=0;var h=0;var 
l=this.$newElement.outerHeight();this.button=this.$newElement.find("> 
button");if(d!==undefined){this.button.attr("id",d);b('label[for="'+d+'"]').click
 (function(){p.find("button#"+d).focus()})}for(var 
k=0;ks){g.css({"max-height":h+"px","overflow-y":"scroll"})}else{g.css({"max-height":"none","overflow-y":"auto"})}}r();b(window).resize(r);b(window).scroll(r);this.$element.bind("DOMNodeInserted",r)}else{if(this.size&!="auto"&("li").length>this.size){h=o*this.size+c;if(this.size==1){h=h+8}g.css({"max-hei
 
ght":h+"px","overflow-y":"scroll"})}}this.$element.bind("DOMNodeInserted",b.proxy(this.reloadLi,this))},getTemplate:function(){var
 c="__SELECTED_OPTION__ADD_LI";return c},reloadLi:function(){var f=[];var 
g=[];var 
c="";this.$newElement.find("li").remove();this.$element.find("option").each(function(){f.push(b(this).text())});this.$element.find("option").each(function(){var
 
h=b(this).attr("class")!==undefined?b(this).attr("class"):"";if(b(this).parent().is("optgroup")){if(b(this).index()==0){if(b(this)[0].index!=0){g.push(''+b(this).parent().attr("label")+''+b(this).text()+"")}else{g.push(""+b(this).parent().attr("label")+''+b(this).te
 xt()+"")}}else{g.push(''+b(this).text()+"")}}else{g.push(''+b(this).text()+"")}});if(f.length>0){for(var 
d=0;d0){g=g.replace("__SELECTED_OPTION",f[h]);for(var
 d=0;d

svn commit: r1787742 [44/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/sequence/js/sequence.jquery-min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/sequence/js/sequence.jquery-min.js?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/sequence/js/sequence.jquery-min.js 
(added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/sequence/js/sequence.jquery-min.js 
Mon Mar 20 12:28:40 2017
@@ -0,0 +1,26 @@
+/*
+Sequence.js (http://www.sequencejs.com)
+Version: 0.9 Release Candidate
+Author: Ian Lunn @IanLunn
+Author URL: http://www.ianlunn.co.uk/
+Github: https://github.com/IanLunn/Sequence
+
+This is a FREE script and is available under a MIT License:
+http://www.opensource.org/licenses/mit-license.php
+
+Sequence.js and its dependencies are (c) Ian Lunn Design 2012 unless otherwise 
stated.
+
+Sequence also relies on the following open source scripts:
+
+- jQuery imagesLoaded 2.1.0 (http://github.com/desandro/imagesloaded)
+   Paul Irish et al
+   Available under a MIT License: 
http://www.opensource.org/licenses/mit-license.php
+
+- jQuery TouchWipe 1.1.1 
(http://www.netcu.de/jquery-touchwipe-iphone-ipad-library)
+   Andreas Waltl, netCU Internetagentur (http://www.netcu.de)
+   Available under a MIT License: 
http://www.opensource.org/licenses/mit-license.php
+
+- Modernizr 2.6.1 Custom Build (http://modernizr.com/)
+   Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
+   Available under the BSD and MIT licenses: www.modernizr.com/license/
+   */(function(e){function n(n,s,o,f){function 
d(){l.afterLoaded();l.settings.hideFramesUntilPreloaded&!==undefined&!==!1&();if(l.settings.preloader!==undefined&!==!1)if(l.settings.hidePreloaderUsingCSS&){l.prependPreloadingCompleteTo=l.settings.prependPreloadingComplete===!0?l.settings.preloader:e(l.settings.prependPreloadingComplete);l.prependPreloadingCompleteTo.addClass("preloading-complete");setTimeout(S,l.settings.hidePreloaderDelay)}else
 
l.settings.preloader.fadeOut(l.settings.hidePreloaderDelay,function(){clearInterval(l.defaultPreloader);S()});else
 S()}function g(t,n){var r=[];if(!n)for(var 
i=t;i>0;i--)l.frames.eq(l.settings.preloadTheseFrames[i-1]-1).find("img").each(function(){r.push(e(this)[0])});else
 for(var 
s=t;s>0;s--)r.push(e("body").find('img[src="'+l.settings.preloadTheseImages[s-1]+'"]'));return
 r}function y(t,n){function c(){var t=e(f),r=e(l);s&&(l.length?s.reject(u,
 t,r):s.resolve(u));e.isFunction(n)&(i,u,t,r)}function 
h(t,n){if(t.src===r||e.inArray(t,a)!==-1)return;a.push(t);n?l.push(t):f.push(t);e.data(t,"imagesLoaded",{isBroken:n,src:t.src});o&(e(t),[n,u,e(f),e(l)]);if(u.length===a.length){setTimeout(c);u.unbind(".imagesLoaded")}}var
 
r="data:image/gif;base64,R0lGODlhAQABAIAAAP///ywAAQABAAACAUwAOw==",i=t,s=e.isFunction(e.Deferred)?e.Deferred():0,o=e.isFunction(s.notify),u=i.find("img").add(i.filter("img")),a=[],f=[],l=[];e.isPlainObject(n)&(n,function(e,t){e==="callback"?n=t:s&[e](t)});u.length?u.bind("load.imagesLoaded
 
error.imagesLoaded",function(e){h(e.target,e.type==="error")}).each(function(t,n){var
 
i=n.src,s=e.data(n,"imagesLoaded");if(s&===i){h(n,s.isBroken);return}if(n.complete&!==undefined){h(n,n.naturalWidth===0||n.naturalHeight===0);return}if(n.readyState||n.complete){n.src=r;n.src=i}}):c()}function
 S(){function t(e,t){var i,s;for(s in t){s==="left"||s==="right"?i=n[s]:i=s;e
 ===parseFloat(i)&(l,t[s])}}function 
s(){l.canvas.on("touchmove.sequence",o);c=null;p=!1}function 
o(e){l.settings.swipePreventsDefault&();if(p){var 
t=e.originalEvent.touches[0].pageX,n=e.originalEvent.touches[0].pageY,i=c-t,o=h-n;if(Math.abs(i)>=l.settings.swipeThreshold){s();i>0?r(l,l.settings.swipeEvents.left):r(l,l.settings.swipeEvents.right)}else
 
if(Math.abs(o)>=l.settings.swipeThreshold){s();o>0?r(l,l.settings.swipeEvents.down):r(l,l.settings.swipeEvents.up)}}}function
 
f(e){if(e.originalEvent.touches.length===1){c=e.originalEvent.touches[0].pageX;h=e.originalEvent.touches[0].pageY;p=!0;l.canvas.on("touchmove.sequence",o)}}e(l.settings.preloader).remove();l.nextButton=a(l,l.settings.nextButton,".sequence-next");l.prevButton=a(l,l.settings.prevButton,".sequence-prev");l.pauseButton=a(l,l.settings.pauseButton,".sequence-pause");l.pagination=a(l,l.settings.pagination,".sequence-pagination");l.nextButton!==undefined&!==!1&
 
it===!0&();l.prevButton!==undefined&!==!1&===!0&();l.pauseButton!==undefined&!==!1&===!0&();if(l.settings.pauseIcon!==!1){l.pauseIcon=a(l,l.settings.pauseIcon,".sequence-pause-icon");l.pauseIcon!==undefined&()}else
 
l.pauseIcon=undefined;if(l.pagination!==undefined&!==!1){l.paginationLinks=l.pagination.children();l.paginationLinks.on("click.sequence",function(){var
 

svn commit: r1787742 [35/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,5 @@
+/*! jQuery UI - v1.8.23 - 2012-08-15 */
+(function(a,b){function c(b,c){var 
e=b.nodeName.toLowerCase();if("area"===e){var 
f=b.parentNode,g=f.name,h;return!b.href||!g||f.nodeName.toLowerCase()!=="map"?!1:(h=a("img[usemap=#"+g+"]")[0],!!h&(h))}return(/input|select|textarea|button|object/.test(e)?!b.disabled:"a"==e?b.href||c:c)&(b)}function
 d(b){return!a(b).parents().andSelf().filter(function(){return 
a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}a.ui=a.ui||{};if(a.ui.version)return;a.extend(a.ui,{version:"1.8.23",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}}),a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return
 typeof b=="number
 "?this.each(function(){var 
d=this;setTimeout(function(){a(d).focus(),c&(d)},b)}):this._focus.apply(this,arguments)},scrollParent:function(){var
 b;return 
a.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?b=this.parents().filter(function(){return/(relative|absolute|fixed)/.test(a.curCSS(this,"position",1))&&/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0):b=this.parents().filter(function(){return/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0),/fixed/.test(this.css("position"))||!b.length?a(document):b},zIndex:function(c){if(c!==b)return
 this.css("zIndex",c);if(this.length){var 
d=a(this[0]),e,f;while(d.length&[0]!==document){e=d.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){f=parseInt(d.css("zIndex"),10);if(!isNaN(f)&!==0)return
 f}d=d.parent()}}return 0},disableSelectio
 n:function(){return 
this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return
 
this.unbind(".ui-disableSelection")}}),a("").outerWidth(1).jquery||a.each(["Width","Height"],function(c,d){function
 h(b,c,d,f){return 
a.each(e,function(){c-=parseFloat(a.curCSS(b,"padding"+this,!0))||0,d&&(c-=parseFloat(a.curCSS(b,"border"+this+"Width",!0))||0),f&&(c-=parseFloat(a.curCSS(b,"margin"+this,!0))||0)}),c}var
 
e=d==="Width"?["Left","Right"]:["Top","Bottom"],f=d.toLowerCase(),g={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};a.fn["inner"+d]=function(c){return
 
c===b?g["inner"+d].call(this):this.each(function(){a(this).css(f,h(this,c)+"px")})},a.fn["outer"+d]=function(b,c){return
 typeof 
b!="number"?g["outer"+d].call(this,b):this.each(function(){a(this).css(f,h(this,b,!0,c)+"px")})}}),a.extend(a.expr[":"],{data:a.expr.createPseudo?a.expr.cre
 atePseudo(function(b){return 
function(c){return!!a.data(c,b)}}):function(b,c,d){return!!a.data(b,d[3])},focusable:function(b){return
 c(b,!isNaN(a.attr(b,"tabindex")))},tabbable:function(b){var 
d=a.attr(b,"tabindex"),e=isNaN(d);return(e||d>=0)&(b,!e)}}),a(function(){var 
b=document.body,c=b.appendChild(c=document.createElement("div"));c.offsetHeight,a.extend(c.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0}),a.support.minHeight=c.offsetHeight===100,a.support.selectstart="onselectstart"in
 
c,b.removeChild(c).style.display="none"}),a.curCSS||(a.curCSS=a.css),a.extend(a.ui,{plugin:{add:function(b,c,d){var
 e=a.ui[b].prototype;for(var f in 
d)e.plugins[f]=e.plugins[f]||[],e.plugins[f].push([c,d[f]])},call:function(a,b,c){var
 d=a.plugins[b];if(!d||!a.element[0].parentNode)return;for(var 
e=0;e0?!0:(b[d]=1,e=b[d]>0,b[d]=0,e)},isOverAxis:function(a,b,c){return 
a>b&

svn commit: r1787742 [46/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/js/custom.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js/custom.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/js/custom.js (added)
+++ ofbiz/branches/ofbiz-new-website/js/custom.js Mon Mar 20 12:28:40 2017
@@ -0,0 +1,1146 @@
+
+
+/*** COLORS TO BE ERASED WHEN INSTALLING THE THEME ***/
+
+$(document).ready(function() {   
+
+var s = document.createElement("script");
+s.type = "text/javascript";
+s.src = "js-plugin/jquery-cookie/jquery.cookie.js";
+$("body").append(s);  
+
+if($.cookie("css")) {
+$("#colors").attr("href",$.cookie("css"));
+}
+$(".switcher li a").click(function() { 
+
+$("#colors").attr("href",$(this).attr("href"));
+$.cookie("css",$(this).attr("href"));
+return false;
+});
+
+});
+
+/*** COLORS TO BE ERASED WHEN INSTALLING THE THEME ***/
+
+
+/*** REPLACE WITH YOUR OWN UA NUMBER ***/
+var UA = 'XXX';
+/*** REPLACE WITH YOUR OWN UA NUMBER ***/
+
+
+/*
+|--
+| DOCUMENT READY
+|--
+*/  
+
+$(document).ready(function() {
+/* form placeholder for IE */
+if(!Modernizr.input.placeholder){
+
+$('[placeholder]').focus(function() {
+var input = $(this);
+if (input.val() == input.attr('placeholder')) {
+input.val('');
+input.removeClass('placeholder');
+}
+}).blur(function() {
+var input = $(this);
+if (input.val() == '' || input.val() == input.attr('placeholder')) 
{
+input.addClass('placeholder');
+input.val(input.attr('placeholder'));
+}
+}).blur();
+$('[placeholder]').parents('form').submit(function() {
+$(this).find('[placeholder]').each(function() {
+var input = $(this);
+if (input.val() == input.attr('placeholder')) {
+input.val('');
+}
+})
+});
+
+}  
+
+
+
+
+
+
+/*
+|--
+| BOOTSTRAP ELEMENTS 
+|--
+*/ 
+
+
+   
+
+
+/*
+|--
+| PRETTY PHOTOS
+|--
+*/  
+if( $("a.prettyPhoto").length){
+$("a.prettyPhoto").prettyPhoto({
+animation_speed:'fast',
+slideshow:1, 
+hideflash: true,
+social_tools:false
+});
+}
+
+/*
+|--
+| TOOLTIP
+|--
+*/
+$('.tips').tooltip();
+
+/*
+|--
+| COLLAPSE
+|--
+*/
+
+
+$('.accordion').on('show hide', function(e){
+$(e.target).siblings('.accordion-heading').find('.accordion-toggle 
i').toggleClass('icon-right-circle icon-down-circle', 200);
+});
+
+/*
+|--
+| CONTACT
+|--
+*/   
+$('.slideContact').click(function(e){
+
+if ( $(window).width() >= 800){
+
+$('#contact').slideToggle('normal', 'easeInQuad',function(){
+
+$('#contactinfoWrapper').css('margin-left', 0);
+$('#mapSlideWrapper').css('margin-left', 3000);
+$('#contactinfoWrapper').fadeToggle();
+
+
+});
+$('#closeContact').fadeToggle(); 
+return false;
+
+}else{
+
+return true;
+
+}
+});
+
+
+$('#closeContact').click(function(e){
+
+
+$('#contactinfoWrapper').fadeOut('normal', 'easeInQuad',function(){
+$('#contactinfoWrapper').css('margin-left', 0);
+$('#mapSlideWrapper').css('margin-left', 3000);
+});
+
+$('#contact').slideUp('normal', 'easeOutQuad');
+
+$(this).fadeOut();
+
+e.preventDefault();
+
+});
+
+
+
+
+
+
+/* MAP */
+$('#mapTrigger').click(function(e){
+
+
+$('#mapSlideWrapper').css('display', 'block');
+

svn commit: r1787742 [32/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.js
--
svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.js
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.js
--
svn:mime-type = text/plain

Added: ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.min.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.min.js (added)
+++ ofbiz/branches/ofbiz-new-website/js-plugin/camera/camera.min.js Mon Mar 20 
12:28:40 2017
@@ -0,0 +1,4 @@
+// Camera slideshow v1.3.3 - a jQuery slideshow with many effects, 
transitions, easy to customize, using canvas and mobile ready, based on jQuery 
1.4+
+// Copyright (c) 2012 by Manuel Masia - www.pixedelic.com
+// Licensed under the MIT license: 
http://www.opensource.org/licenses/mit-license.php
+;(function(a){a.fn.camera=function(b,c){function 
e(){if(navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/iPad/i)||navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPod/i)){return
 true}}function H(){var 
b=a(s).width();a("li",s).removeClass("camera_visThumb");a("li",s).each(function(){var
 c=a(this).position(),d=a("ul",s).outerWidth(),e=a("ul",s).offset().left,f=a("> 
div",s).offset().left,g=f-e;if(g>0){a(".camera_prevThumbs",V).removeClass("hideNav")}else{a(".camera_prevThumbs",V).addClass("hideNav")}if(d-g>b){a(".camera_nextThumbs",V).removeClass("hideNav")}else{a(".camera_nextThumbs",V).addClass("hideNav")}var
 
h=c.left,i=c.left+a(this).width();if(i-g<=b&>=0){a(this).addClass("camera_visThumb")}})}function
 K(){function d(){t=f.width();if(b.height.indexOf("%")!=-1){var 
c=Math.round(t/(100/parseFloat(b.height)));if(b.minHeight!=""& li",s).length*a("ul > li",s).outerWidth(),g=a("ul",s).offset().left,h=a("> 
div",s).offset().left,i;if(g<0){i="-"+(h-g)}else{i=h-g}if(gb==true){a("ul",s).width(a("ul
 > li",s).length*a("ul > 
li",s).outerWidth());if(a(s).length&&!a(r).lenght){f.css({marginBottom:a(s).outerHeight()})}H();a("ul",s).width(a("ul
 > li",s).length*a("ul > 
li",s).outerWidth());if(a(s).length&&!a(r).lenght){f.css({marginBott
 om:a(s).outerHeight()})}}gb=false;var 
j=a("li.cameracurrent",s).length?d.left:"",k=a("li.cameracurrent",s).length?d.left+a("li.cameracurrent",s).outerWidth():"";if(jb){if(j+b0){va
 r l=c-1}else if(d==B-1){var l=0}else{var l=d+1}var 
m=a(".cameraSlide:eq("+l+")",k);var 
n=a(".cameraSlide:eq("+(l+1)+")",k).addClass("cameranext");if(d!=l+1){n.hide()}a(".cameraContent",g).fadeOut(600);a(".camera_caption",g).show();a(".camerarelative",m).append(a(">
 div ",j).eq(l).find("> div.camera_effected"));a(".camera_target_content 
.cameraContent:eq("+l+")",f).append(a("> div ",j).eq(l).find("> 
div"));if(!a(".imgLoaded",m).length){var o=v[l];var p=new 
Image;p.src=o+"?"+(new 
Date).getTime();m.css("visibility","hidden");m.prepend(a(p).attr("class","imgLoaded").css("visibility","hidden"));var
 q,w;if(!a(p).get(0).complete||q=="0"||w=="0"||typeof 
q==="undefined"||q===false||typeof 

svn commit: r1787742 [33/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/_notes/dwsync.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/_notes/dwsync.xml?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/_notes/dwsync.xml
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/_notes/dwsync.xml
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/_notes/dwsync.xml
--
svn:eol-style = native

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/_notes/dwsync.xml
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/_notes/dwsync.xml
--
svn:mime-type = text/xml

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/big_bunny_fake.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/big_bunny_fake.jpg?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/big_bunny_fake.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/big_bunny_fake.jpg
--
svn:mime-type = image/jpeg

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/bridge.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/bridge.jpg?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/bridge.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/bridge.jpg
--
svn:mime-type = image/jpeg

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/header_bg.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/header_bg.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/header_bg.png
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/header_bg.png
--
svn:mime-type = image/png

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/leaf.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/leaf.jpg?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/leaf.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/leaf.jpg
--
svn:mime-type = image/jpeg

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/road.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/road.jpg?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/road.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/camera/images/slides/thumbs/road.jpg

svn commit: r1787742 [17/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js (added)
+++ ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js Mon Mar 
20 12:28:40 2017
@@ -0,0 +1,9252 @@
+/*! jQuery v1.7.1 jquery.com | jquery.org/license */
+(function( window, undefined ) {
+
+// Use the correct document accordingly with window argument (sandbox)
+var document = window.document,
+   navigator = window.navigator,
+   location = window.location;
+var jQuery = (function() {
+
+// Define a local copy of jQuery
+var jQuery = function( selector, context ) {
+   // The jQuery object is actually just the init constructor 
'enhanced'
+   return new jQuery.fn.init( selector, context, rootjQuery );
+   },
+
+   // Map over jQuery in case of overwrite
+   _jQuery = window.jQuery,
+
+   // Map over the $ in case of overwrite
+   _$ = window.$,
+
+   // A central reference to the root jQuery(document)
+   rootjQuery,
+
+   // A simple way to check for HTML strings or ID strings
+   // Prioritize #id over  to avoid XSS via location.hash (#9521)
+   quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
+
+   // Check if a string has a non-whitespace character in it
+   rnotwhite = /\S/,
+
+   // Used for trimming whitespace
+   trimLeft = /^\s+/,
+   trimRight = /\s+$/,
+
+   // Match a standalone tag
+   rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/,
+
+   // JSON RegExp
+   rvalidchars = /^[\],:{}\s]*$/,
+   rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,
+   rvalidtokens = 
/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
+   rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g,
+
+   // Useragent RegExp
+   rwebkit = /(webkit)[ \/]([\w.]+)/,
+   ropera = /(opera)(?:.*version)?[ \/]([\w.]+)/,
+   rmsie = /(msie) ([\w.]+)/,
+   rmozilla = /(mozilla)(?:.*? rv:([\w.]+))?/,
+
+   // Matches dashed string for camelizing
+   rdashAlpha = /-([a-z]|[0-9])/ig,
+   rmsPrefix = /^-ms-/,
+
+   // Used by jQuery.camelCase as callback to replace()
+   fcamelCase = function( all, letter ) {
+   return ( letter + "" ).toUpperCase();
+   },
+
+   // Keep a UserAgent string for use with jQuery.browser
+   userAgent = navigator.userAgent,
+
+   // For matching the engine and version of the browser
+   browserMatch,
+
+   // The deferred used on DOM ready
+   readyList,
+
+   // The ready event handler
+   DOMContentLoaded,
+
+   // Save a reference to some core methods
+   toString = Object.prototype.toString,
+   hasOwn = Object.prototype.hasOwnProperty,
+   push = Array.prototype.push,
+   slice = Array.prototype.slice,
+   trim = String.prototype.trim,
+   indexOf = Array.prototype.indexOf,
+
+   // [[Class]] -> type pairs
+   class2type = {};
+
+jQuery.fn = jQuery.prototype = {
+   constructor: jQuery,
+   init: function( selector, context, rootjQuery ) {
+   var match, elem, ret, doc;
+
+   // Handle $(""), $(null), or $(undefined)
+   if ( !selector ) {
+   return this;
+   }
+
+   // Handle $(DOMElement)
+   if ( selector.nodeType ) {
+   this.context = this[0] = selector;
+   this.length = 1;
+   return this;
+   }
+
+   // The body element only exists once, optimize finding it
+   if ( selector === "body" && !context && document.body ) {
+   this.context = document;
+   this[0] = document.body;
+   this.selector = selector;
+   this.length = 1;
+   return this;
+   }
+
+   // Handle HTML strings
+   if ( typeof selector === "string" ) {
+   // Are we dealing with HTML string or an ID?
+   if ( selector.charAt(0) === "<" && selector.charAt( 
selector.length - 1 ) === ">" && selector.length >= 3 ) {
+   // Assume that strings that start and end with 
<> are HTML and skip the regex check
+   match = [ null, selector, null ];
+
+   } else {
+   match = quickExpr.exec( selector );
+   }
+
+   // Verify a match, and that no context was specified 
for #id
+   if ( match && (match[1] || !context) ) {
+
+   // HANDLE: $(html) -> $(array)
+

svn commit: r1787742 [26/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.svg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.svg?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.svg 
(added)
+++ 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.svg 
Mon Mar 20 12:28:40 2017
@@ -0,0 +1,788 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd; >
+http://www.w3.org/2000/svg;>
+
+Created by FontForge 20100429 at Wed Nov 21 12:10:57 2012
+ By root
+Copyright (C) 2012 by original authors @ fontello.com
+
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

svn commit: r1787742 [27/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.ttf
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.ttf?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.ttf
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.ttf
--
svn:mime-type = application/octet-stream

Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.woff
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.woff?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/font/custom-icons.woff
--
svn:mime-type = application/octet-stream

Added: ofbiz/branches/ofbiz-new-website/getting-involved.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/getting-involved.html?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/getting-involved.html (added)
+++ ofbiz/branches/ofbiz-new-website/getting-involved.html Mon Mar 20 12:28:40 
2017
@@ -0,0 +1,302 @@
+
+
+
+
+
+
+
+
+The Apache OFBiz  Project
+
+
+
+
+
+
+
+
+
+
+http://fonts.googleapis.com/css?family=Open+Sans:400,300,800; 
rel="stylesheet" type="text/css">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+   
+
+  
+Home
+Getting Started
+  
+Developers
+Business 
Users
+  
+
+News
+  
+https://twitter.com/apacheofbiz;>Twitter
+https://blogs.apache.org/ofbiz/;>Blog
+User Stories and 
References
+Press
+  
+
+Documentation
+  
+User Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page;
 class="">Technical Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
class="">Wiki
+https://ci.apache.org/projects/ofbiz/site/javadocs/; class="last">API 
Reference
+  
+
+Community
+  
+Getting Involved
+https://cwiki.apache.org/confluence/display/OFBIZ/Events;>Meetups / 
Events
+Mailing Lists
+Source Repository
+https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;>Issue
 Tracker
+Service Providers
+FAQ
+  
+
+Users
+  
+e-Commerce / e-business
+Manufacturing
+Retail
+Distribution
+Service Industries
+Other
+  
+
+  
+
+  
+
+  
+
+
+
+
+   
+  
+ 
+
+  
+
+  Getting Involved
+  home/Community/Getting Involved 
+
+  
+
+  
+
+  
+
+  
+
+Introduction  
+   Who Are We Looking For?  
+Find Out What's Happening 
+   Reporting Bugs  
+Contibuting Code and Bug Fixes  

+   Contributing Documentation 
 
+
+  
+  
+
+  
+Introduction
+
+   Getting involved with the Apache OFBiz Community is 
easy!
+   We are an open source community governed by the Apache 
Software Foundation. We strive to be open and transparent with our community. 
Our source code is open source and easily accessible from our source control 
system and our mailings lists for all our discussions and decsisions are made 
on our mailing lists 
+
+
+
+   
+  
+Who Are We Looking For?
+
+   We are lookin for you! We welcome participation from anyone 
willing to work with us The Apache Way and make a contribution to the 
project.
+   Don't worry if you are not a developer. You don't have to be 
a developer to contribute to the project out. In fact we are constantly looking 
for 

svn commit: r1787742 [49/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
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=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 @@
+
+
+
+  
+
+   
+
+  
+Home
+Getting Started
+  
+Developers
+Business 
Users
+  
+
+News
+  
+https://twitter.com/apacheofbiz;>Twitter
+https://blogs.apache.org/ofbiz/;>Blog
+User Stories and 
References
+Press
+  
+
+Documentation
+  
+User Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page;
 class="">Technical Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
class="">Wiki
+https://ci.apache.org/projects/ofbiz/site/javadocs/; class="last">API 
Reference
+  
+
+Community
+  
+Getting Involved
+https://cwiki.apache.org/confluence/display/OFBIZ/Events;>Meetups / 
Events
+Mailing Lists
+Source Repository
+https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;>Issue
 Tracker
+Service Providers
+FAQ
+  
+
+Users
+  
+e-Commerce / e-business
+Manufacturing
+Retail
+Distribution
+Service Industries
+Other
+  
+
+  
+
+  
+
+  
+
+

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=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 @@
+
+
+http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js";>
+
+
+
+
+
+
+
+
+
+
+
+
+
+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);
+})();
+

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=auto
==
--- ofbiz/branches/ofbiz-new-website/user-stories.html (added)

svn commit: r1787742 [25/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/demo.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/demo.html?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/demo.html (added)
+++ ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/demo.html Mon Mar 
20 12:28:40 2017
@@ -0,0 +1,1018 @@
+
+
+  
+.clearfix {
+  *zoom: 1;
+}
+.clearfix:before,
+.clearfix:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.clearfix:after {
+  clear: both;
+}
+.hide-text {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+.input-block-level {
+  display: block;
+  width: 100%;
+  min-height: 30px;
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+nav,
+section {
+  display: block;
+}
+audio,
+canvas,
+video {
+  display: inline-block;
+  *display: inline;
+  *zoom: 1;
+}
+audio:not([controls]) {
+  display: none;
+}
+html {
+  font-size: 100%;
+  -webkit-text-size-adjust: 100%;
+  -ms-text-size-adjust: 100%;
+}
+a:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+a:hover,
+a:active {
+  outline: 0;
+}
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+sup {
+  top: -0.5em;
+}
+sub {
+  bottom: -0.25em;
+}
+img {
+/* Responsive images (ensure images don't scale beyond their parents) */
+  max-width: 100%;
+/* Part 1: Set a maxium relative to the parent */
+  width: auto 9;
+/* IE7-8 need help adjusting responsive images */
+  height: auto;
+/* Part 2: Scale the height according to the width, otherwise you get 
stretching */
+  vertical-align: middle;
+  border: 0;
+  -ms-interpolation-mode: bicubic;
+}
+#map_canvas img,
+.google-maps img {
+  max-width: none;
+}
+button,
+input,
+select,
+textarea {
+  margin: 0;
+  font-size: 100%;
+  vertical-align: middle;
+}
+button,
+input {
+  *overflow: visible;
+  line-height: normal;
+}
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  -webkit-appearance: button;
+  cursor: pointer;
+}
+input[type="search"] {
+  -webkit-box-sizing: content-box;
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
+  -webkit-appearance: textfield;
+}
+input[type="search"]::-webkit-search-decoration,
+input[type="search"]::-webkit-search-cancel-button {
+  -webkit-appearance: none;
+}
+textarea {
+  overflow: auto;
+  vertical-align: top;
+}
+body {
+  margin: 0;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 20px;
+  color: #333;
+  background-color: #fff;
+}
+a {
+  color: #08c;
+  text-decoration: none;
+}
+a:hover {
+  color: #005580;
+  text-decoration: underline;
+}
+.img-rounded {
+  -webkit-border-radius: 6px;
+  -moz-border-radius: 6px;
+  border-radius: 6px;
+}
+.img-polaroid {
+  padding: 4px;
+  background-color: #fff;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0,0,0,0.2);
+  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+}
+.img-circle {
+  -webkit-border-radius: 500px;
+  -moz-border-radius: 500px;
+  border-radius: 500px;
+}
+.row {
+  margin-left: -20px;
+  *zoom: 1;
+}
+.row:before,
+.row:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.row:after {
+  clear: both;
+}
+[class*="span"] {
+  float: left;
+  min-height: 1px;
+  margin-left: 20px;
+}
+.container,
+.navbar-static-top .container,
+.navbar-fixed-top .container,
+.navbar-fixed-bottom .container {
+  width: 940px;
+}
+.span12 {
+  width: 940px;
+}
+.span11 {
+  width: 860px;
+}
+.span10 {
+  width: 780px;
+}
+.span9 {
+  width: 700px;
+}
+.span8 {
+  width: 620px;
+}
+.span7 {
+  width: 540px;
+}
+.span6 {
+  width: 460px;
+}
+.span5 {
+  width: 380px;
+}
+.span4 {
+  width: 300px;
+}
+.span3 {
+  width: 220px;
+}
+.span2 {
+  width: 140px;
+}
+.span1 {
+  width: 60px;
+}
+.offset12 {
+  margin-left: 980px;
+}
+.offset11 {
+  margin-left: 900px;
+}
+.offset10 {
+  margin-left: 820px;
+}
+.offset9 {
+  margin-left: 740px;
+}
+.offset8 {
+  margin-left: 660px;
+}
+.offset7 {
+  margin-left: 580px;
+}
+.offset6 {
+  margin-left: 500px;
+}
+.offset5 {
+  margin-left: 420px;
+}
+.offset4 {
+  margin-left: 340px;
+}
+.offset3 {
+  margin-left: 260px;
+}
+.offset2 {
+  margin-left: 180px;
+}
+.offset1 {
+  margin-left: 100px;
+}
+.row-fluid {
+  width: 100%;
+  *zoom: 1;
+}
+.row-fluid:before,
+.row-fluid:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.row-fluid:after {
+  clear: both;
+}
+.row-fluid [class*="span"] {
+  

svn commit: r1787742 [4/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ docu

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.min.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.min.css?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.min.css (added)
+++ ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.min.css Mon Mar 20 
12:28:40 2017
@@ -0,0 +1,731 @@
+/*!
+ * Bootstrap v2.3.1
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */
+.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
+.clearfix:after{clear:both;}
+.hide-text{font:0/0 
a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
+.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
+article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
+audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
+audio:not([controls]){display:none;}
+html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
+a:focus{outline:thin dotted #333;outline:5px auto 
-webkit-focus-ring-color;outline-offset:-2px;}
+a:hover,a:active{outline:0;}
+sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
+sup{top:-0.5em;}
+sub{bottom:-0.25em;}
+img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
+#map_canvas img,.google-maps img{max-width:none;}
+button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
+button,input{*overflow:visible;line-height:normal;}
+button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
+button,html 
input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
+label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer;}
+input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
+input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
+textarea{overflow:auto;vertical-align:top;}
+@media print{*{text-shadow:none !important;color:#000 
!important;background:transparent !important;box-shadow:none !important;} 
a,a:visited{text-decoration:underline;} a[href]:after{content:" (" attr(href) 
")";} abbr[title]:after{content:" (" attr(title) ")";} .ir 
a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} 
pre,blockquote{border:1px solid #999;page-break-inside:avoid;} 
thead{display:table-header-group;} tr,img{page-break-inside:avoid;} 
img{max-width:100% !important;} @page 
{margin:0.5cm;}p,h2,h3{orphans:3;widows:3;} 
h2,h3{page-break-after:avoid;}}body{margin:0;font-family:"Helvetica 
Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#33;background-color:#ff;}
+a{color:#0088cc;text-decoration:none;}
+a:hover,a:focus{color:#005580;text-decoration:underline;}
+.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
+.img-polaroid{padding:4px;background-color:#fff;border:1px solid 
#ccc;border:1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 1px 3px rgba(0, 
0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px 
rgba(0, 0, 0, 0.1);}
+.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px;}
+.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}
+.row:after{clear:both;}
+[class*="span"]{float:left;min-height:1px;margin-left:20px;}
+.container,.navbar-static-top .container,.navbar-fixed-top 
.container,.navbar-fixed-bottom .container{width:940px;}
+.span12{width:940px;}
+.span11{width:860px;}
+.span10{width:780px;}
+.span9{width:700px;}
+.span8{width:620px;}
+.span7{width:540px;}
+.span6{width:460px;}
+.span5{width:380px;}
+.span4{width:300px;}
+.span3{width:220px;}
+.span2{width:140px;}
+.span1{width:60px;}
+.offset12{margin-left:980px;}
+.offset11{margin-left:900px;}
+.offset10{margin-left:820px;}
+.offset9{margin-left:740px;}
+.offset8{margin-left:660px;}
+.offset7{margin-left:580px;}
+.offset6{margin-left:500px;}
+.offset5{margin-left:420px;}
+.offset4{margin-left:340px;}
+.offset3{margin-left:260px;}
+.offset2{margin-left:180px;}
+.offset1{margin-left:100px;}
+.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}
+.row-fluid:after{clear:both;}
+.row-fluid 

svn commit: r1787742 [42/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.js?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.js
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.js
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,4368 @@
+/**
+ * jquery.themepunch.revolution.js - jQuery Plugin for kenburn Slider
+ * @version: 2.0 (13.11.2012)
+ * @requires jQuery v1.7 or later (tested on 1.8.2 already)
+ * @author Krisztian Horvath
+**/
+
+
+(function($,undefined){
+
+
+
+// THE REVOLUTION PLUGIN STARTS HERE //
+///
+
+$.fn.extend({
+
+// OUR PLUGIN HERE :)
+revolution: function(options) {
+
+
+
+
+// SET DEFAULT VALUES OF ITEM //
+
+var defaults = {
+delay:9000,
+startheight:490,
+startwidth:890,
+
+hideThumbs:200,
+
+thumbWidth:100,
// Thumb With and Height and Amount (only if navigation Tyope set to 
thumb !)
+thumbHeight:50,
+thumbAmount:5,
+
+navigationType:"both", 
//bullet, thumb, none, both (No Thumbs In FullWidth Version !)
+navigationArrows:"nexttobullets",  
//nexttobullets, verticalcentered, none
+navigationStyle:"round",   
//round,square,navbar
+
+touchenabled:"on", 
// Enable Swipe Function : on/off
+onHoverStop:"on",  
// Stop Banner Timet at Hover on Slide on/off
+
+navOffsetHorizontal:0,
+navOffsetVertical:20,
+
+stopAtSlide:4,
+stopAfterLoops:1,
+shadow:1,
+
+stopLoop:"off",
+
+wrapper:'#sliderWrapperRS',
+wrapperheight:432
+};
+
+options = $.extend({}, defaults, options);
+
+
+
+
+return this.each(function() {
+
+var opt=options;
+var container=$(this);
+
+// CHECK IF FIREFOX 13 IS ON WAY.. IT HAS A STRANGE BUG, CSS 
ANIMATE SHOULD NOT BE USED
+opt.firefox13 = ($.browser.mozilla)  && 
(parseInt($.browser.version,0)==13 ||  parseInt($.browser.version,0)==14 ||  
parseInt($.browser.version,0)==15 ||  parseInt($.browser.version,0)==16 );
+opt.ie = $.browser.msie && parseInt($.browser.version,0)<9;
+opt.ie9 = $.browser.msie && parseInt($.browser.version,0)==9;
+
+// CHECK THE jQUERY VERSION
+var version = $.fn.jquery.split('.'),
+versionTop = parseFloat(version[0]),
+versionMinor = parseFloat(version[1]),
+versionIncrement = parseFloat(version[2] || '0');
+
+if (versionTop==1 && versionMinor < 7) {
+container.html(' The Current Version of 
jQuery:'+version+' Please update your jQuery Version to min. 1.7 in Case 
you wish to use the Revolution Slider Plugin');
+}
+
+// Delegate .transition() calls to .animate()
+// if the browser can't do CSS transitions.
+if (!$.support.transition)
+$.fn.transition = $.fn.animate;
+
+
+
+
+$.cssEase['bounce'] = 'cubic-bezier(0,1,0.5,1.3)';
+
+// CATCH THE CONTAINER
+//var container=$(this);
+//container.css({'display':'block'});
+
+// LOAD THE YOUTUBE API IF NECESSARY
+
+container.find('.caption').each(function() {
+$(this).addClass('tp-caption')
+});
+container.find('.tp-caption iframe').each(function() {
+try {
+if ($(this).attr('src').indexOf('you')>0) {
+
+var s = document.createElement("script");
+s.src = "http://www.youtube.com/player_api;; /* 
Load Player API*/
+var before = 
document.getElementsByTagName("script")[0];
+before.parentNode.insertBefore(s, before);
+   

svn commit: r1787742 [40/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js (added)
+++ ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js Mon Mar 
20 12:28:40 2017
@@ -0,0 +1,6 @@
+/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & 
copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas. Dual MIT/BSD 
license */
+/*! NOTE: If you're already including a window.matchMedia polyfill via 
Modernizr or otherwise, you don't need this part */
+window.matchMedia=window.matchMedia||(function(e,f){var 
c,a=e.documentElement,b=a.firstElementChild||a.firstChild,d=e.createElement("body"),g=e.createElement("div");g.id="mq-test-1";g.style.cssText="position:absolute;top:-100em";d.style.background="none";d.appendChild(g);return
 function(h){g.innerHTML=' #mq-test-1 { width: 42px; 
}';a.insertBefore(d,b);c=g.offsetWidth==42;a.removeChild(d);return{matches:c,media:h}}})(document);
+
+/*! Respond.js v1.1.0: min/max-width media query polyfill. (c) Scott Jehl. 
MIT/GPLv2 Lic. j.mp/respondjs  */
+(function(e){e.respond={};respond.update=function(){};respond.mediaQueriesSupported=e.matchMedia&("only
 all").matches;if(respond.mediaQueriesSupported){return}var 
w=e.document,s=w.documentElement,i=[],k=[],q=[],o={},h=30,f=w.getElementsByTagName("head")[0]||s,g=w.getElementsByTagName("base")[0],b=f.getElementsByTagName("link"),d=[],a=function(){var
 
D=b,y=D.length,B=0,A,z,C,x;for(;B-1,minw:F.match(/\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&(RegExp.$1)+(RegExp.$2||""),maxw:F.match(/\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&(RegExp.$1)+(RegExp.$2||"")})}}j()},l,r,v=function(){var
 
z,A=w.createElement("div"),x=w.body,y=false;A.style.cssText="position:absolute;font-size:1em;width:1em";if(!x){x=y=w.createElement("body");x.style.background="none"}x.appendChild(A);s.insertBefore(x,s.firstChild);z=A.offsetWidth;if(y){s.removeChild(x)}else{x.removeChild(A)}z=p=parseFloat(z);return
 z},p,j=function(I){var x="clientWidth",B=s[x],H=w.compatMode==="
 CSS1Compat"&||w.body[x]||B,D={},G=b[b.length-1],z=(new 
Date()).getTime();if(I&&-1?(p||v()):1)}if(!!J){J=parseFloat(J)*(J.indexOf(y)>-1?(p||v()):1)}if(!K.hasquery||(!A||!L)&&(A||H>=C)&&(L||H<=J)){if(!D[K.media]){D[K.media]=[]}D[K.media].push(k[K.rules])}}for(var
 E in q){if(q[E]&[E].parentNode===f){f.removeChild(q[E])}}for(var E in D){var 
M=w.createElement("style"),F=D[E].join("\n");M.type="text/css";M.media=E;f.insertBefore(M,G.nextSibling);if(M.styleSheet){M.styleSheet.cssText=F}else{M.appendChild(w.createTextNode(F))}q.push(M)}},n=function(x,z){var
 
y=c();if(!y){return}y.open("GET",x,true);y.onreadystatechange=function(){if(y.readyState!=4||y.status!=200&!=304){return}z(y.responseText)};if(y.readyState==4){return}y.send(null)},c=(function(){var
 x=false;try{x=new XMLHttpRequest()}catch(y){x=new ActiveX
 Object("Microsoft.XMLHTTP")}return function(){return 
x}})();a();respond.update=a;function 
t(){j(true)}if(e.addEventListener){e.addEventListener("resize",t,false)}else{if(e.attachEvent){e.attachEvent("onresize",t)}}})(this);
\ No newline at end of file

Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js
--
svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js
--

svn commit: r1787742 [22/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.svg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.svg?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.svg
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.svg
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,788 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd; >
+http://www.w3.org/2000/svg;>
+
+Created by FontForge 20100429 at Thu Jan 24 13:59:21 2013
+ By root
+Copyright (C) 2012 by original authors @ fontello.com
+
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

svn commit: r1787742 [28/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Propchange: ofbiz/branches/ofbiz-new-website/images/slides/accordionswitch.png
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/accordionswitch.png
--
svn:mime-type = image/png

Added: ofbiz/branches/ofbiz-new-website/images/slides/badge.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slides/badge.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/badge.png
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/badge.png
--
svn:mime-type = image/png

Added: ofbiz/branches/ofbiz-new-website/images/slides/bg-floor.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slides/bg-floor.jpg?rev=1787742=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bg-floor.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bg-floor.jpg
--
svn:mime-type = image/jpeg

Added: ofbiz/branches/ofbiz-new-website/images/slides/bgtile.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slides/bgtile.jpg?rev=1787742=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bgtile.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bgtile.jpg
--
svn:mime-type = image/jpeg

Added: ofbiz/branches/ofbiz-new-website/images/slides/bullets_boxed.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slides/bullets_boxed.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bullets_boxed.png
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bullets_boxed.png
--
svn:mime-type = image/png

Added: ofbiz/branches/ofbiz-new-website/images/slides/bullets_round.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slides/bullets_round.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bullets_round.png
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bullets_round.png
--
svn:mime-type = image/png

Added: ofbiz/branches/ofbiz-new-website/images/slides/bullets_square.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slides/bullets_square.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bullets_square.png
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/bullets_square.png
--
svn:mime-type = image/png

Added: ofbiz/branches/ofbiz-new-website/images/slides/burger.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slides/burger.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/burger.png
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slides/burger.png

svn commit: r1787742 [3/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ docu

2017-03-20 Thread sharan
Propchange: ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.css
--
svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.css
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.css
--
svn:mime-type = text/css




svn commit: r1787742 [23/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.ttf
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.ttf?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.ttf
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.ttf
--
svn:mime-type = application/octet-stream

Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.woff
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.woff?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/font/custom-icons.woff
--
svn:mime-type = application/octet-stream

Added: ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/LICENSE.txt
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/LICENSE.txt?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/LICENSE.txt (added)
+++ ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/LICENSE.txt Mon 
Mar 20 12:28:40 2017
@@ -0,0 +1,48 @@
+Font license info
+
+
+## Font Awesome
+
+   Copyright (C) 2012 by Dave Gandy
+
+   Author:Dave Gandy
+   License:   CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
+   Homepage:  http://fortawesome.github.com/Font-Awesome/
+
+
+## Web Symbols
+
+   Copyright (c) 2011 by Just Be Nice studio. All rights reserved.
+
+   Author:Just Be Nice studio
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://www.justbenicestudio.com/studio/websymbols/
+
+
+## Entypo
+
+   Copyright (C) 2012 by Daniel Bruce
+
+   Author:Daniel Buce
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://www.entypo.com
+
+
+## Typicons
+
+   (c) Stephen Hutchings 2012
+
+   Author:Stephen Hutchings
+   License:   CC BY-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/)
+   Homepage:  http://typicons.com/
+
+
+## Brandico
+
+   (C) 2012 by Vitaly Puzrin
+
+   Author:Crowdsourced, for Fontello project
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  
+
+

Propchange: ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/LICENSE.txt
--
svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/LICENSE.txt
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/LICENSE.txt
--
svn:mime-type = text/plain

Added: ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/README.txt
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/README.txt?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/README.txt (added)
+++ ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/README.txt Mon Mar 
20 12:28:40 2017
@@ -0,0 +1,48 @@
+This webfont is generated by http://fontello.com open source project.
+
+
+
+Please, note, that you should obey original font licences, used to make this
+webfont pack. Details available in LICENSE.txt file.
+
+- Usually, it's enougth to publish content of LICENSE.txt file somewhere on 
your
+  site in "About" section.
+
+- If your project is open-source, usually, it will be ok to make LICENSE.txt
+  file publically available in your repository.
+
+- Fonts, used in Fontello, don't require to make clickable links on your site.
+  But any kind of additional authors crediting is welcome.
+
+
+
+Attention for server setup (IE users and others)
+
+
+You MUST setup server to reply with proper `mime-types` for font files. In 
other
+case, some browsers will fail to show fonts.
+
+Usually, `apache` already has necessary settings, but 

svn commit: r1787742 [19/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/config.json
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/config.json?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/config.json
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/config.json
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,3045 @@
+{
+  "name": "custom-icons",
+  "glyphs": [
+{
+  "search": [
+"plus"
+  ],
+  "code": 43,
+  "from": 43,
+  "uid": "44e04715aecbca7f266a17d5a7863c68",
+  "css": "plus",
+  "orig_css": "plus",
+  "orig_code": 43,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"minus"
+  ],
+  "code": 45,
+  "from": 45,
+  "uid": "861ab06e455e2de3232ebef67d60d708",
+  "css": "minus",
+  "orig_css": "minus",
+  "orig_code": 45,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"arrow",
+"left"
+  ],
+  "code": 8592,
+  "from": 8592,
+  "uid": "555ef8c86832e686fef85f7af2eb7cde",
+  "css": "left",
+  "orig_css": "left",
+  "orig_code": 8592,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"arrow",
+"up"
+  ],
+  "code": 8593,
+  "from": 8593,
+  "uid": "95376bf082bfec6ce06ea1cda7bd7ead",
+  "css": "up",
+  "orig_css": "up",
+  "orig_code": 8593,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"arrow",
+"right"
+  ],
+  "code": 8594,
+  "from": 8594,
+  "uid": "ad6b3fbb5324abe71a9c0b6609cbb9f1",
+  "css": "right",
+  "orig_css": "right",
+  "orig_code": 8594,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"arrow",
+"down"
+  ],
+  "code": 8595,
+  "from": 8595,
+  "uid": "1c4068ed75209e21af36017df8871802",
+  "css": "down",
+  "orig_css": "down",
+  "orig_code": 8595,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"home"
+  ],
+  "code": 8962,
+  "from": 8962,
+  "uid": "d7271d490b71df4311e32cdacae8b331",
+  "css": "home",
+  "orig_css": "home",
+  "orig_code": 8962,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"pause",
+"player"
+  ],
+  "code": 9097,
+  "from": 9097,
+  "uid": "0b28050bac9d3facf2f0226db643ece0",
+  "css": "pause",
+  "orig_css": "pause",
+  "orig_code": 9097,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"right",
+"player"
+  ],
+  "code": 9193,
+  "from": 9193,
+  "uid": "4e511190b60f329d08301eb6869c5130",
+  "css": "fast-fw",
+  "orig_css": "fast-fw",
+  "orig_code": 9193,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"left",
+"player"
+  ],
+  "code": 9194,
+  "from": 9194,
+  "uid": "b3d902fcead809e3a64c7ddcda497a6c",
+  "css": "fast-bw",
+  "orig_css": "fast-bw",
+  "orig_code": 9194,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"right",
+"player"
+  ],
+  "code": 9197,
+  "from": 9197,
+  "uid": "c47efa0e3e74f6ba4c2562c1258fff1f",
+  "css": "to-end",
+  "orig_css": "to-end",
+  "orig_code": 9197,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"left",
+"player"
+  ],
+  "code": 9198,
+  "from": 9198,
+  "uid": "12052b30d23a1a70d6b32962d5464cae",
+  "css": "to-start",
+  "orig_css": "to-start",
+  "orig_code": 9198,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"stop",
+"player"
+  ],
+  "code": 9642,
+  "from": 9642,
+  "uid": "b624a1e512819d410ddbee84e6918b9d",
+  "css": "stop",
+  "orig_css": "stop",
+  "orig_code": 9642,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"up",
+"arrow"
+  ],
+  "code": 9652,
+  "from": 9652,
+  "uid": "80cd1022bd9ea151d554bec1fa05f2de",
+  "css": "up-dir",
+  "orig_css": "up-dir",
+  "orig_code": 9652,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"play",
+"player"
+  ],
+  "code": 9654,
+  "from": 9654,
+  "uid": "ce06b5805120d0c2f8d60cd3f1a4fdb5",
+  "css": "play",
+  "orig_css": "play",
+  "orig_code": 9654,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"right",
+"arrow"
+  ],
+  "code": 9656,
+  "from": 9656,
+  "uid": "fb1c799ffe5bf8fb7f8bcb647c8fe9e6",
+  "css": "right-dir",
+  "orig_css": "right-dir",
+  "orig_code": 9656,
+  "src": "fontawesome"
+},
+{
+  "search": [
+"down",
+"arrow"
+  

svn commit: r1787742 [34/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/js-plugin/hoverdir/jquery.hoverdir.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/hoverdir/jquery.hoverdir.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/js-plugin/hoverdir/jquery.hoverdir.js 
(added)
+++ ofbiz/branches/ofbiz-new-website/js-plugin/hoverdir/jquery.hoverdir.js Mon 
Mar 20 12:28:40 2017
@@ -0,0 +1,179 @@
+(function( $, undefined ) {
+
+/*
+* HoverDir object.
+*/
+ $.HoverDir= function( options, element ) {
+
+this.$el   = $( element );
+
+this._init( options );
+
+};
+
+$.HoverDir.defaults= {
+hoverDelay : 0,
+reverse: false
+};
+
+$.HoverDir.prototype   = {
+_init  : function( options ) {
+
+this.options   = $.extend( true, {}, 
$.HoverDir.defaults, options );
+
+// load the events
+this._loadEvents();
+
+},
+_loadEvents: function() {
+
+var _self = this;
+
+this.$el.on( 'mouseenter.hoverdir, mouseleave.hoverdir', function( 
event ) {
+
+var $el= $(this),
+evType = event.type,
+$hoverElem = $el.find( 'div' ),
+direction  = _self._getDir( $el, {
+x : event.pageX, 
+y : event.pageY
+} ),
+hoverClasses= _self._getClasses( direction );
+
+$hoverElem.removeClass();
+
+if( evType === 'mouseenter' ) {
+
+$hoverElem.hide().addClass( hoverClasses.from );
+
+clearTimeout( _self.tmhover );
+
+_self.tmhover  = setTimeout( function() {
+
+$hoverElem.show( 0, function() {
+$(this).addClass( 'da-animate' ).addClass( 
hoverClasses.to );
+} );
+
+
+}, _self.options.hoverDelay );
+
+}
+else {
+
+$hoverElem.addClass( 'da-animate' );
+
+clearTimeout( _self.tmhover );
+
+$hoverElem.addClass( hoverClasses.from );
+//$(this).find('a').find('div').css('display', 'none');
+}
+
+} );
+
+},
+// credits : http://stackoverflow.com/a/3647634
+_getDir: function( $el, coordinates ) {
+
+/** the width and height of the current div **/
+var w = $el.width(),
+h = $el.height(),
+
+/** calculate the x and y to get an angle to the center of the div 
from that x and y. **/
+/** gets the x value relative to the center of the DIV and 
"normalize" it **/
+x = ( coordinates.x - $el.offset().left - ( w/2 )) * ( w > h ? ( 
h/w ) : 1 ),
+y = ( coordinates.y - $el.offset().top  - ( h/2 )) * ( h > w ? ( 
w/h ) : 1 ),
+
+/** the angle and the direction from where the mouse came in/went 
out clockwise (TRBL=0123);**/
+/** first calculate the angle of the point, 
+   add 180 deg to get rid of the negative values
+   divide by 90 to get the quadrant
+   add 3 and do a modulo by 4  to shift the 
quadrants to a proper clockwise TRBL (top/right/bottom/left) **/
+direction = Math.round( ( ( ( Math.atan2(y, x) * (180 / 
Math.PI) ) + 180 ) / 90 ) + 3 )  % 4;
+
+return direction;
+
+},
+_getClasses: function( direction ) {
+
+var fromClass, toClass;
+
+switch( direction ) {
+case 0:
+// from top
+( !this.options.reverse ) ? fromClass = 'da-slideFromTop' 
: fromClass = 'da-slideFromBottom';
+toClass= 'da-slideTop';
+break;
+case 1:
+// from right
+( !this.options.reverse ) ? fromClass = 
'da-slideFromRight' : fromClass = 'da-slideFromLeft';
+toClass= 'da-slideLeft';
+break;
+case 2:
+// from bottom
+( !this.options.reverse ) ? fromClass = 
'da-slideFromBottom' : fromClass = 'da-slideFromTop';
+toClass= 'da-slideTop';
+break;
+case 3:
+// from left
+( !this.options.reverse ) ? fromClass = 'da-slideFromLeft' 
: fromClass = 'da-slideFromRight';
+toClass= 

svn commit: r1787742 [7/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ docu

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/bootstrap/js/with 
carousel/bootstrap.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/bootstrap/js/with%20carousel/bootstrap.min.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/bootstrap/js/with 
carousel/bootstrap.min.js (added)
+++ ofbiz/branches/ofbiz-new-website/bootstrap/js/with 
carousel/bootstrap.min.js Mon Mar 20 12:28:40 2017
@@ -0,0 +1,7 @@
+/**
+* Bootstrap.js by @fat & @mdo
+* plugins: bootstrap-transition.js, bootstrap-modal.js, bootstrap-dropdown.js, 
bootstrap-scrollspy.js, bootstrap-tab.js, bootstrap-tooltip.js, 
bootstrap-popover.js, bootstrap-affix.js, bootstrap-alert.js, 
bootstrap-button.js, bootstrap-collapse.js, bootstrap-carousel.js, 
bootstrap-typeahead.js
+* Copyright 2012 Twitter, Inc.
+* http://www.apache.org/licenses/LICENSE-2.0.txt
+*/
+!function(a){a(function(){a.support.transition=function(){var a=function(){var 
a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd
 otransitionend",transition:"transitionend"},c;for(c in 
b)if(a.style[c]!==undefined)return b[c]}();return 
a&&{end:a}}()})}(window.jQuery),!function(a){var 
b=function(b,c){this.options=c,this.$element=a(b).delegate('[data-dismiss="modal"]',"click.dismiss.modal",a.proxy(this.hide,this)),this.options.remote&$element.find(".modal-body").load(this.options.remote)};b.prototype={constructor:b,toggle:function(){return
 this[this.isShown?"hide":"show"]()},show:function(){var 
b=this,c=a.Event("show");this.$element.trigger(c);if(this.isShown||c.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.backdrop(function(){var
 
c=a.support.transition&$element.hasClass("fade");b.$element.parent().length||b.$element.appendTo(document.body),b.$element.show(),c&$element[0]
 
.offsetWidth,b.$element.addClass("in").attr("aria-hidden",!1),b.enforceFocus(),c?b.$element.one(a.support.transition.end,function(){b.$element.focus().trigger("shown")}):b.$element.focus().trigger("shown")})},hide:function(b){b&();var
 
c=this;b=a.Event("hide"),this.$element.trigger(b);if(!this.isShown||b.isDefaultPrevented())return;this.isShown=!1,this.escape(),a(document).off("focusin.modal"),this.$element.removeClass("in").attr("aria-hidden",!0),a.support.transition&$element.hasClass("fade")?this.hideWithTransition():this.hideModal()},enforceFocus:function(){var
 
b=this;a(document).on("focusin.modal",function(a){b.$element[0]!==a.target&&!b.$element.has(a.target).length&$element.focus()})},escape:function(){var
 
a=this;this.isShown&?this.$element.on("keyup.dismiss.modal",function(b){b.which==27&()}):this.isShown||this.$element.off("keyup.dismiss.modal")},hideWithTransition:function(){var
 b=this,c=setTimeout(function(){b.$element.
 
off(a.support.transition.end),b.hideModal()},500);this.$element.one(a.support.transition.end,function(){clearTimeout(c),b.hideModal()})},hideModal:function(a){this.$element.hide().trigger("hidden"),this.backdrop()},removeBackdrop:function(){this.$backdrop.remove(),this.$backdrop=null},backdrop:function(b){var
 
c=this,d=this.$element.hasClass("fade")?"fade":"";if(this.isShown&){var
 e=a.support.transition&this.$backdrop=a('').appendTo(document.body),this.$backdrop.click(this.options.backdrop=="static"?a.proxy(this.$element[0].focus,this.$element[0]):a.proxy(this.hide,this)),e&$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),e?this.$backdrop.one(a.support.transition.end,b):b()}else!this.isShown&$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,a.proxy(this.removeBackdrop,this)):this.removeBackdrop()):b&()}},a.fn.modal
 =function(c){return this.each(function(){var 
d=a(this),e=d.data("modal"),f=a.extend({},a.fn.modal.defaults,d.data(),typeof 
c=="object"&);e||d.data("modal",e=new b(this,f)),typeof 
c=="string"?e[c]():f.show&()})},a.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},a.fn.modal.Constructor=b,a(document).on("click.modal.data-api",'[data-toggle="modal"]',function(b){var
 
c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&},e.data(),c.data());b.preventDefault(),e.modal(f).one("hide",function(){c.focus()})})}(window.jQuery),!function(a){function
 d(){a(b).each(function(){e(a(this)).removeClass("open")})}function e(b){var 
c=b.attr("data-target"),d;return 
c||(c=b.attr("href"),c=c&&/#/.test(c)&(/.*(?=#[^\s]*$)/,"")),d=a(c),d.length||(d=b.parent()),d}var
 b="[data-toggle=dropdown]",c=function(b){var 
c=a(b).on("click.dropdown.data-api",this.toggle);a("html").on("click.dropdown.data-a
 
pi",function(){c.parent().removeClass("open")})};c.prototype={constructor:c,toggle:function(b){var
 c=a(this),f,g;if(c.is(".disabled, :disabled"))return;return 

svn commit: r1787742 [8/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ docu

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/css/blue.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/css/blue.css?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/css/blue.css (added)
+++ ofbiz/branches/ofbiz-new-website/css/blue.css Mon Mar 20 12:28:40 2017
@@ -0,0 +1,642 @@
+/* 
+Document   : colors
+Created on : 3 sept. 2012, 17:56:23
+Author : shaylash
+Description:
+Purpose of the stylesheet follows.
+*/
+/*** BOOSTRAP CUSTOMIZATION ***/
+.pagination {
+border-top:1px solid #EAEAEA;
+}
+/* pagination */
+.pagination ul > li > a, .pagination ul > li > span {
+background-color:transparent;
+color:#ccd;
+}
+.pagination ul > li > a:hover, .pagination ul > .active > span:hover {
+background-color:transparent;
+border-top:2px solid #EAEAEA
+}
+.pagination ul > .active > a, .pagination ul > .active > span {
+background-color:transparent;
+color:#333;
+border-top:2px solid #235689
+}
+/*tabs*/
+.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
+background:none;
+   border-bottom-color:#FAFAFA; 
+}
+
+.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > 
a:hover{border-right-color:#FAFAFA;} 
+/*carousel*/
+.carousel-control {
+color:#CFCFCF;
+   background:#FAFAFA;
+}
+.carousel-control:hover {
+color:#235689;
+}
+.nav > li > a:hover {
+background:transparent;
+color:#235689!important;
+}
+
+/*accordion*/
+a.accordion-toggle:link{color:#666;}
+a.accordion-toggle:hover{color:#235689;}
+
+/*** END BOOSTRAP CUSTOMIZATION ***/
+
+
+/*** TYPOGRAPHY ***/
+
+body {
+color:#777;
+   background:#FAFAFA;
+}
+
+blockquote {
+color:#454545;
+}
+/*typography*/
+
+h3, h4, h5, h6 {
+color:#222;
+}
+h1 {
+color:#fff;
+}
+h2 {
+color:#222;
+}
+h2.smallHeading{color:#235689}
+.divider {
+background-color:#dadada;
+   border-bottom:1px solid #fff;
+}
+.divider span {
+background-color:#235689;
+}
+/*** END TYPOGRAPHY ***/
+
+/*** BUTTONS ***/
+a {
+color:#235689;
+}
+a:hover, .scrollspyNav .active a {
+color:#235689;
+}
+a.btn-3d, a.iconBtn {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 0.4);
+background:-webkit-gradient( linear, left top, left bottom, 
color-stop(0.05, #fff), color-stop(1, #DADADA) );
+background:-moz-linear-gradient( center top, #fff 5%, #DADADA 100% );
+filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff', 
endColorstr='#DADADA');
+background-color:#fff;
+color:#010101;
+}
+
+a.iconBtn{ color:#777;}
+a.btn-3d:active {
+background-color:#fff;
+}
+.btn-3d:hover, a.iconBtn:hover {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 0.4);
+background: #fff;
+color:#235689;
+}
+.iconBtn i {
+color:#235689;
+}
+.btnWrapper {
+background:#DDD;
+   border:1px solid #ccc;
+}
+.btnFlatHover {
+color:white !important;
+background: #4F6266 !important;
+border-color:#4F6266 !important;
+}
+.speBtnHover {
+color:#4F6266 !important;
+background-color: white!important;
+}
+#mapReturn, #mapReturn:visited, #mapReturn:active, #mapReturn:link{
+color:#235689;
+}
+#mapReturn:hover {
+color:#4F6266;
+}
+
+
+a.iconWrapper:hover{background-color:#77;color:white;} 
+/*** END BUTTONS ***/
+
+
+
+/*** MAIN MENU ***/
+
+/*dark menu*/
+#mainHeader .navbar-inner {
+background:#454545;
+}
+.navbar {
+border-bottom:1px solid #111
+}
+#mainMenu ul li a {
+color:#ededed; 
+}
+
+/*white menu*/
+#mainHeader .navbar-inner {
+background:#fff;
+}
+.navbar {
+border-bottom:1px solid #ddd
+}
+#mainMenu ul li a {
+color:#999;
+}
+
+
+#mainMenu ul ul, #mainMenu  ul li ul li.hover a {
+background-color:#454545;
+}
+#mainMenu ul ul {
+border:1px solid #454545;
+}
+
+#mainMenu ul li .active, #mainMenu ul li.hover>a, #mainMenu ul 
li.hover>a.hasSubMenu, #mainMenu ul li.Shover>a{
+color:white!important;
+background: #49809e; /* Old browsers */
+/* IE9 SVG, needs conditional override of 'filter' to 'none' */
+background: 

svn commit: r1787742 [12/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/css/layout.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/css/layout.css?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/css/layout.css (added)
+++ ofbiz/branches/ofbiz-new-website/css/layout.css Mon Mar 20 12:28:40 2017
@@ -0,0 +1,2751 @@
+/* 
+Document   : layout
+Created on : 3 sept. 2012, 17:56:23
+Author : shaylash
+Description: layout styles
+
+*/
+
+/* Table of Content
+==
+
+#Custom Reset
+#Typography
+#Boostrap customization
+#Site Styles
+#HomePage Styles
+#Page Styles
+#Shortcodes classes
+#Forms
+#Sliders Styles
+#Media Queries
+*/
+
+
+
+
+/* #Custom Reset (on top of normalize in bootstrap)
+== */
+nav ol, ul {list-style: none;  margin:0;}
+
+/* #Typography
+== */
+h1, h2, h3, h4, h5, h6 {
+margin:0;
+}
+h1 {
+font-size: 2.5em;
+line-height: 1.8076923077em;
+margin-bottom: 0.9615384615384616em;
+font-weight: 800;
+}
+h2 {
+font-size: 1.75em;
+line-height: 1.1em;
+margin-bottom: 0;
+font-weight: 300;
+}
+h3 {
+font-size: 1.25em;
+line-height: 1.5em;
+margin-bottom: 0.56em;
+font-weight:400;
+}
+h4 {
+font-size: 1.15em;
+line-height: 1.3677083731em;
+margin-bottom:1.25;
+font-weight: 300;
+}
+h5 {
+font-size: 1em;
+font-weight: bold;
+font-size: 1em;
+line-height: 0.9294872284em;
+}
+h6 {
+font-size: 1em;
+font-weight: bold;
+}
+p, ul {
+margin-top: 0em;
+margin-bottom: 1.5em;
+}
+strong {
+font-weight:bold
+}
+small, aside {
+}
+li p {
+/*line-height: 1.5em;*/
+}
+a:link, a:visited {
+text-decoration:none;
+}
+a:hover, a:active {
+text-decoration:underline;
+}
+body {
+font-family: 'Open Sans', sans-serif;
+}
+blockquote {
+   /* display:inline-block;*/
+   font-size: 1.75em;
+   line-height: 1.5em;
+   font-weight: 300;
+   margin:0 0 0.25em 0;
+   padding:1em;
+   border:1px solid #ccc;
+   background-color:#EBEBEB;
+   color:#454545;
+   text-align:center;
+
+}
+hr {height:0; padding:0; margin:3em 0 3em 0;}
+/* #Boostrap customization
+== */
+
+.pagination ul {
+   moz-border-radius: 0 !important;
+-webkit-border-radius: 0 !important;
+border-radius:0 !important;
+box-shadow: none !important;
+}
+.pagination ul > li > a {
+border:none;
+border-radius:0 !important;
+border-top: 2px solid transparent;
+}
+.accordion-group {
+border:none;
+border-bottom:1px solid #EAEAEA;
+moz-border-radius: 0;
+-webkit-border-radius: 0;
+border-radius: 0;
+}
+
+/* #Site Styles
+== */
+/*smoothing */
+html, html a {
+-webkit-font-smoothing: antialiased;
+text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
+}
+
+
+body {
+font-size:0.8em;
+line-height:1.8;
+-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
+-webkit-text-size-adjust: 100%;
+padding-top:66px;
+position:relative;
+}
+
+.awards{
+position:fixed; 
+top:0; 
+left:0; 
+z-index:9000;
+}
+
+img {
+max-width:100%;
+}
+
+
+
+
+/*Slices */
+.slice {
+padding-top:2em;
+padding-bottom:2em
+}
+
+#content .slice {margin-top:1em;}
+.sliceTop {
+padding-top:0;
+padding-bottom:1.75em
+}
+.topBox {
+padding:1.5em;
+moz-border-radius: 0 0 10px 10px;
+-webkit-border-radius: 0 0 10px 10px;
+border-radius: 0 0 10px 10px;
+/*font-size:0.85em;*/
+}
+.topBox blockquote, .blockBox blockquote {
+background:none; border:none;
+font-size: 2.625em;
+letter-spacing: -0.02em;
+font-weight: 300;
+line-height: 1.25em;
+text-align:center;
+padding:0;
+width:100%;
+}
+.topBox blockquote p{
+font-size: 0.75em;
+margin: 0.25em 0 0 0.3em;
+font-weight:400;
+}
+
+.blockBox {
+padding:3em;
+moz-border-radius:10px;
+-webkit-border-radius:10px;
+border-radius:10px;
+
+}
+#sliderWrapper, #videoSliceWrapper {
+padding-top:2em;
+padding-bottom:2.4em;
+}
+.home, .project {
+padding-bottom: 0!important;
+}
+/*FOOTER*/
+
+#footer {
+padding:3em 0;
+}
+.footer1 {
+margin-top:3em;
+}
+.noMargin{margin-top:0;}
+
+#footer h2 {
+font-size: 1.5em;
+margin-bottom: 0.1em;
+font-weight:400;
+text-transform:none;
+}
+#footer .divider {
+margin-bottom:2em
+}
+#footer {
+font-size: 0.9em;
+line-height:1.88em;
+}
+#footerRights {
+}
+/*twitter widget*/
+ul.tweet_list {
+padding:0;
+margin:0;
+}
+.tweet_avatar {
+margin-right:10px;
+}
+.nav-pills > .active > a, .nav-pills > .active > a:hover {
+background: none;
+

svn commit: r1787742 [14/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/css/yellow.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/css/yellow.css?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/css/yellow.css (added)
+++ ofbiz/branches/ofbiz-new-website/css/yellow.css Mon Mar 20 12:28:40 2017
@@ -0,0 +1,642 @@
+/* 
+Document   : colors
+Created on : 3 sept. 2012, 17:56:23
+Author : shaylash
+Description:
+Purpose of the stylesheet follows.
+*/
+/*** BOOSTRAP CUSTOMIZATION ***/
+.pagination {
+border-top:1px solid #EAEAEA;
+}
+/* pagination */
+.pagination ul > li > a, .pagination ul > li > span {
+background-color:transparent;
+color:#ccd;
+}
+.pagination ul > li > a:hover, .pagination ul > .active > span:hover {
+background-color:transparent;
+border-top:2px solid #EAEAEA
+}
+.pagination ul > .active > a, .pagination ul > .active > span {
+background-color:transparent;
+color:#333;
+border-top:2px solid #FBC039
+}
+/*tabs*/
+.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
+background:none;
+   border-bottom-color:#FAFAFA; 
+}
+
+.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > 
a:hover{border-right-color:#FAFAFA;} 
+/*carousel*/
+.carousel-control {
+color:#CFCFCF;
+   background:#FAFAFA;
+}
+.carousel-control:hover {
+color:#FBC039;
+}
+.nav > li > a:hover {
+background:transparent;
+color:#FBC039!important;
+}
+
+/*accordion*/
+a.accordion-toggle:link{color:#666;}
+a.accordion-toggle:hover{color:#FBC039;}
+
+/*** END BOOSTRAP CUSTOMIZATION ***/
+
+
+/*** TYPOGRAPHY ***/
+
+body {
+color:#777;
+   background:#FAFAFA;
+}
+
+blockquote {
+color:#454545;
+}
+/*typography*/
+
+h3, h4, h5, h6 {
+color:#222;
+}
+h1 {
+color:#fff;
+}
+h2 {
+color:#222;
+}
+h2.smallHeading{color:#FBC039}
+.divider {
+background-color:#dadada;
+   border-bottom:1px solid #fff;
+}
+.divider span {
+background-color:#FBC039;
+}
+/*** END TYPOGRAPHY ***/
+
+/*** BUTTONS ***/
+a {
+color:#FBC039;
+}
+a:hover, .scrollspyNav .active a {
+color:#FBC039;
+}
+a.btn-3d, a.iconBtn {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 0.4);
+background:-webkit-gradient( linear, left top, left bottom, 
color-stop(0.05, #fff), color-stop(1, #DADADA) );
+background:-moz-linear-gradient( center top, #fff 5%, #DADADA 100% );
+filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff', 
endColorstr='#DADADA');
+background-color:#fff;
+color:#010101;
+}
+
+a.iconBtn{ color:#777;}
+a.btn-3d:active {
+background-color:#fff;
+}
+.btn-3d:hover, a.iconBtn:hover {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 0.4);
+background: #fff;
+color:#FBC039;
+}
+.iconBtn i {
+color:#FBC039;
+}
+.btnWrapper {
+background:#DDD;
+   border:1px solid #ccc;
+}
+.btnFlatHover {
+color:white !important;
+background: #4F6266 !important;
+border-color:#4F6266 !important;
+}
+.speBtnHover {
+color:#4F6266 !important;
+background-color: white!important;
+}
+#mapReturn, #mapReturn:visited, #mapReturn:active, #mapReturn:link {
+color:#FBC039;
+}
+#mapReturn:hover {
+color:#4F6266;
+}
+a.iconWrapper:hover{background-color:#77;color:white;} 
+/*** END BUTTONS ***/
+
+
+
+/*** MAIN MENU ***/
+
+/*dark menu*/
+#mainHeader .navbar-inner {
+background:#454545;
+}
+.navbar {
+border-bottom:1px solid #111
+}
+#mainMenu ul li a {
+color:#ededed; 
+}
+
+/*white menu*/
+#mainHeader .navbar-inner {
+background:#fff;
+}
+.navbar {
+border-bottom:1px solid #ddd
+}
+#mainMenu ul li a {
+color:#999;
+}
+
+
+#mainMenu ul ul, #mainMenu  ul li ul li.hover a {
+background-color:#454545;
+}
+#mainMenu ul ul {
+border:1px solid #454545;
+}
+
+#mainMenu ul li .active, #mainMenu ul li.hover>a, #mainMenu ul 
li.hover>a.hasSubMenu, #mainMenu ul li.Shover>a{
+color:white!important;
+   background: #fc9700; /* Old browsers */
+/* IE9 SVG, needs conditional override of 'filter' to 'none' */
+background: 

svn commit: r1787742 [6/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ docu

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap.min.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap.min.js (added)
+++ ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap.min.js Mon Mar 20 
12:28:40 2017
@@ -0,0 +1,7 @@
+/**
+* Bootstrap.js by @fat & @mdo
+* plugins: bootstrap-transition.js, bootstrap-modal.js, bootstrap-dropdown.js, 
bootstrap-scrollspy.js, bootstrap-tab.js, bootstrap-tooltip.js, 
bootstrap-popover.js, bootstrap-affix.js, bootstrap-alert.js, 
bootstrap-button.js, bootstrap-collapse.js, bootstrap-carousel.js, 
bootstrap-typeahead.js
+* Copyright 2012 Twitter, Inc.
+* http://www.apache.org/licenses/LICENSE-2.0.txt
+*/
+!function(a){a(function(){a.support.transition=function(){var a=function(){var 
a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd
 otransitionend",transition:"transitionend"},c;for(c in 
b)if(a.style[c]!==undefined)return b[c]}();return 
a&&{end:a}}()})}(window.jQuery),!function(a){var 
b=function(b,c){this.options=c,this.$element=a(b).delegate('[data-dismiss="modal"]',"click.dismiss.modal",a.proxy(this.hide,this)),this.options.remote&$element.find(".modal-body").load(this.options.remote)};b.prototype={constructor:b,toggle:function(){return
 this[this.isShown?"hide":"show"]()},show:function(){var 
b=this,c=a.Event("show");this.$element.trigger(c);if(this.isShown||c.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.backdrop(function(){var
 
c=a.support.transition&$element.hasClass("fade");b.$element.parent().length||b.$element.appendTo(document.body),b.$element.show(),c&$element[0]
 
.offsetWidth,b.$element.addClass("in").attr("aria-hidden",!1),b.enforceFocus(),c?b.$element.one(a.support.transition.end,function(){b.$element.focus().trigger("shown")}):b.$element.focus().trigger("shown")})},hide:function(b){b&();var
 
c=this;b=a.Event("hide"),this.$element.trigger(b);if(!this.isShown||b.isDefaultPrevented())return;this.isShown=!1,this.escape(),a(document).off("focusin.modal"),this.$element.removeClass("in").attr("aria-hidden",!0),a.support.transition&$element.hasClass("fade")?this.hideWithTransition():this.hideModal()},enforceFocus:function(){var
 
b=this;a(document).on("focusin.modal",function(a){b.$element[0]!==a.target&&!b.$element.has(a.target).length&$element.focus()})},escape:function(){var
 
a=this;this.isShown&?this.$element.on("keyup.dismiss.modal",function(b){b.which==27&()}):this.isShown||this.$element.off("keyup.dismiss.modal")},hideWithTransition:function(){var
 b=this,c=setTimeout(function(){b.$element.
 
off(a.support.transition.end),b.hideModal()},500);this.$element.one(a.support.transition.end,function(){clearTimeout(c),b.hideModal()})},hideModal:function(){var
 
a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden")})},removeBackdrop:function(){this.$backdrop&$backdrop.remove(),this.$backdrop=null},backdrop:function(b){var
 
c=this,d=this.$element.hasClass("fade")?"fade":"";if(this.isShown&){var
 e=a.support.transition&this.$backdrop=a('').appendTo(document.body),this.$backdrop.click(this.options.backdrop=="static"?a.proxy(this.$element[0].focus,this.$element[0]):a.proxy(this.hide,this)),e&$backdrop[0].offsetWidth,this.$backdrop.addClass("in");if(!b)return;e?this.$backdrop.one(a.support.transition.end,b):b()}else!this.isShown&$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&$element.hasClass("fade")?this.$backdrop.one(a.support.transition.e
 nd,b):b()):b&()}};var c=a.fn.modal;a.fn.modal=function(c){return 
this.each(function(){var 
d=a(this),e=d.data("modal"),f=a.extend({},a.fn.modal.defaults,d.data(),typeof 
c=="object"&);e||d.data("modal",e=new b(this,f)),typeof 
c=="string"?e[c]():f.show&()})},a.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return
 
a.fn.modal=c,this},a(document).on("click.modal.data-api",'[data-toggle="modal"]',function(b){var
 
c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&},e.data(),c.data());b.preventDefault(),e.modal(f).one("hide",function(){c.focus()})})}(window.jQuery),!function(a){function
 d(){a(b).each(function(){e(a(this)).removeClass("open")})}function e(b){var 
c=b.attr("data-target"),d;c||(c=b.attr("href"),c=c&&/#/.test(c)&(/.*(?=#[^\s]*$)/,"")),d=c&(c);if(!d||!d.length)d=b.parent();return
 d}var b="[data-toggle
 =dropdown]",c=function(b){var 
c=a(b).on("click.dropdown.data-api",this.toggle);a("html").on("click.dropdown.data-api",function(){c.parent().removeClass("open")})};c.prototype={constructor:c,toggle:function(b){var
 c=a(this),f,g;if(c.is(".disabled, :disabled"))return;return 

svn commit: r1787742 [13/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/css/orange.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/css/orange.css?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/css/orange.css (added)
+++ ofbiz/branches/ofbiz-new-website/css/orange.css Mon Mar 20 12:28:40 2017
@@ -0,0 +1,681 @@
+/* 
+Document   : colors
+Created on : 3 sept. 2012, 17:56:23
+Author : shaylash
+Description:
+Purpose of the stylesheet follows.
+*/
+/*** BOOSTRAP CUSTOMIZATION ***/
+.pagination {
+border-top:1px solid #EAEAEA;
+}
+/* pagination */
+.pagination ul > li > a, .pagination ul > li > span {
+background-color:transparent;
+color:#ccd;
+}
+.pagination ul > li > a:hover, .pagination ul > .active > span:hover {
+background-color:transparent;
+border-top:2px solid #EAEAEA
+}
+.pagination ul > .active > a, .pagination ul > .active > span {
+background-color:transparent;
+color:#333;
+border-top:2px solid #ff6600
+}
+/*tabs*/
+.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
+background:none;
+   border-bottom-color:#FAFAFA; 
+}
+
+.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > 
a:hover{border-right-color:#FAFAFA;} 
+/*carousel*/
+.carousel-control {
+color:#CFCFCF;
+   background:#FAFAFA;
+}
+.carousel-control:hover {
+color:#ff6600;
+}
+.nav > li > a:hover {
+background:transparent;
+color:#ff6600!important;
+}
+
+/*accordion*/
+a.accordion-toggle:link{color:#666;}
+a.accordion-toggle:hover{color:#FF6600;}
+
+/*** END BOOSTRAP CUSTOMIZATION ***/
+
+
+/*** TYPOGRAPHY ***/
+
+body {
+color:#777;
+   background:#FAFAFA;
+}
+
+blockquote {
+color:#454545;
+}
+/*typography*/
+
+h3, h4, h5, h6 {
+color:#222;
+}
+h1 {
+color:#fff;
+}
+h2 {
+color:#222;
+}
+h2.smallHeading{color:#FF6600}
+.divider {
+background-color:#dadada;
+   border-bottom:1px solid #fff;
+}
+.divider span {
+background-color:#ff6600;
+}
+/*** END TYPOGRAPHY ***/
+
+/*** BUTTONS ***/
+a {
+color:#ff6600;
+}
+a:hover, .scrollspyNav .active a {
+color:#ff6600;
+}
+a.btn-3d, a.iconBtn {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 0.4);
+background:-webkit-gradient( linear, left top, left bottom, 
color-stop(0.05, #fff), color-stop(1, #DADADA) );
+background:-moz-linear-gradient( center top, #fff 5%, #DADADA 100% );
+filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff', 
endColorstr='#DADADA');
+background-color:#fff;
+color:#010101;
+}
+
+a.iconBtn{ color:#777;}
+a.btn-3d:active {
+background-color:#fff;
+}
+.btn-3d:hover, a.iconBtn:hover {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 0.4);
+background: #fff;
+color:#ff6600;
+}
+.iconBtn i {
+color:#ff6600;
+}
+.btnWrapper {
+background:#DDD;
+   border:1px solid #ccc;
+}
+.btnFlatHover {
+color:white !important;
+background: #4F6266 !important;
+border-color:#4F6266 !important;
+}
+.speBtnHover {
+color:#4F6266 !important;
+background-color: white!important;
+}
+#mapReturn, #mapReturn:visited, #mapReturn:active, #mapReturn:link{
+color:#ff6600;
+}
+#mapReturn:hover {
+color:#4F6266;
+}
+
+
+a.iconWrapper:hover{background-color:#77;color:white;} 
+/*** END BUTTONS ***/
+
+
+
+/*** MAIN MENU ***/
+
+/*dark menu*/
+#mainHeader .navbar-inner {
+background:#454545;
+}
+.navbar {
+border-bottom:1px solid #111
+}
+#mainMenu ul li a {
+color:#ededed; 
+}
+
+/*white menu*/
+#mainHeader .navbar-inner {
+background:#fff;
+}
+.navbar {
+border-bottom:1px solid #ddd
+}
+#mainMenu ul li a {
+color:#999;
+}
+
+
+#mainMenu ul ul, #mainMenu  ul li ul li.hover a {
+background-color:#454545;
+}
+#mainMenu ul ul {
+border:1px solid #454545;
+}
+
+#mainMenu ul li .active, #mainMenu ul li.hover>a, #mainMenu ul 
li.hover>a.hasSubMenu, #mainMenu ul li.Shover>a{
+color:white!important;
+background: #fc9700; /* Old browsers */
+/* IE9 SVG, needs conditional override of 'filter' to 'none' */
+background: 

svn commit: r1787742 [10/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/css/dark-orange.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/css/dark-orange.css?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/css/dark-orange.css (added)
+++ ofbiz/branches/ofbiz-new-website/css/dark-orange.css Mon Mar 20 12:28:40 
2017
@@ -0,0 +1,722 @@
+/* 
+Document   : colors
+Created on : 3 sept. 2012, 17:56:23
+Author : shaylash
+Description:
+Purpose of the stylesheet follows.
+*/
+/*** BOOSTRAP CUSTOMIZATION ***/
+.pagination {
+border-top:1px solid #EAEAEA;
+}
+/* pagination */
+.pagination ul > li > a, .pagination ul > li > span {
+background-color:transparent;
+color:#ccd;
+}
+.pagination ul > li > a:hover, .pagination ul > .active > span:hover {
+background-color:transparent;
+border-top:2px solid #EAEAEA
+}
+.pagination ul > .active > a, .pagination ul > .active > span {
+background-color:transparent;
+color:#333;
+border-top:2px solid #ff6600
+}
+/*tabs*/
+.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
+background:none;
+}
+/*carousel*/
+.carousel-control {
+color:#CFCFCF;
+}
+.carousel-control:hover {
+color:#ff6600;
+}
+.nav > li > a:hover {
+background:transparent;
+color:#ff6600!important;
+}
+
+/*accordion*/
+a.accordion-toggle:link{color:#666;}
+a.accordion-toggle:hover{color:#FF6600;}
+
+/*** END BOOSTRAP CUSTOMIZATION ***/
+
+
+/*** TYPOGRAPHY ***/
+
+body {
+color:#777;
+   background:#FAFAFA;
+}
+
+blockquote {
+color:#454545;
+}
+/*typography*/
+
+h3, h4, h5, h6 {
+color:#777;
+}
+h1 {
+color:#fff;
+}
+h2 {
+color:#222;
+}
+h2.smallHeading{color:#FF6600}
+.divider {
+background-color:#dadada;
+   border-bottom:1px solid #fff;
+}
+.divider span {
+background-color:#ff6600;
+}
+/*** END TYPOGRAPHY ***/
+
+/*** BUTTONS ***/
+a {
+color:#ff6600;
+}
+a:hover, .scrollspyNav .active a {
+color:#ff6600;
+}
+a.btn-3d, a.iconBtn {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 0.4);
+background:-webkit-gradient( linear, left top, left bottom, 
color-stop(0.05, #fff), color-stop(1, #DADADA) );
+background:-moz-linear-gradient( center top, #fff 5%, #DADADA 100% );
+filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff', 
endColorstr='#DADADA');
+background-color:#fff;
+color:#010101;
+}
+
+a.iconBtn{ color:#777;}
+a.btn-3d:active {
+background-color:#fff;
+}
+.btn-3d:hover, a.iconBtn:hover {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 0.4);
+background: #fff;
+color:#ff6600;
+}
+.iconBtn i {
+color:#ff6600;
+}
+.btnWrapper {
+background:#DDD;
+   border:1px solid #ccc;
+}
+.btnFlatHover {
+color:white !important;
+background: #4F6266 !important;
+border-color:#4F6266 !important;
+}
+.speBtnHover {
+color:#4F6266 !important;
+background-color: white!important;
+}
+#mapReturn, #mapReturn:visited, #mapReturn:active, #mapReturn:link{
+color:#ededed;
+}
+#mapReturn:hover {
+color:#4F6266;
+}
+a.iconWrapper:hover{background-color:#77;color:white;} 
+/*** END BUTTONS ***/
+
+
+
+/*** MAIN MENU ***/
+
+/*dark menu*/
+#mainHeader .navbar-inner {
+background:#454545;
+}
+.navbar {
+border-bottom:1px solid #111
+}
+#mainMenu ul li a {
+color:#ededed; 
+}
+
+/*white menu*/
+#mainHeader .navbar-inner {
+background:#fff;
+}
+.navbar {
+border-bottom:1px solid #ddd
+}
+#mainMenu ul li a {
+color:#999;
+}
+
+
+#mainMenu ul ul, #mainMenu  ul li ul li.hover a {
+background-color:#454545;
+}
+#mainMenu ul ul {
+border:1px solid #454545;
+}
+
+#mainMenu ul li .active, #mainMenu ul li.hover>a, #mainMenu ul 
li.hover>a.hasSubMenu, #mainMenu ul li.Shover>a{
+color:white!important;
+   background: #fc9700; /* Old browsers */
+/* IE9 SVG, needs conditional override of 'filter' to 'none' */
+background: 

svn commit: r1787742 [11/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: ofbiz/branches/ofbiz-new-website/css/dark-yellow.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/css/dark-yellow.css?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/css/dark-yellow.css (added)
+++ ofbiz/branches/ofbiz-new-website/css/dark-yellow.css Mon Mar 20 12:28:40 
2017
@@ -0,0 +1,721 @@
+/* 
+Document   : colors
+Created on : 3 sept. 2012, 17:56:23
+Author : shaylash
+Description:
+Purpose of the stylesheet follows.
+*/
+/*** BOOSTRAP CUSTOMIZATION ***/
+.pagination {
+border-top:1px solid #EAEAEA;
+}
+/* pagination */
+.pagination ul > li > a, .pagination ul > li > span {
+background-color:transparent;
+color:#ccd;
+}
+.pagination ul > li > a:hover, .pagination ul > .active > span:hover {
+background-color:transparent;
+border-top:2px solid #EAEAEA
+}
+.pagination ul > .active > a, .pagination ul > .active > span {
+background-color:transparent;
+color:#333;
+border-top:2px solid #FBC039
+}
+/*tabs*/
+.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
+background:none;
+}
+/*carousel*/
+.carousel-control {
+color:#CFCFCF;
+}
+.carousel-control:hover {
+color:#FBC039;
+}
+.nav > li > a:hover {
+background:transparent;
+color:#FBC039!important;
+}
+
+/*accordion*/
+a.accordion-toggle:link{color:#666;}
+a.accordion-toggle:hover{color:#FBC039;}
+
+/*** END BOOSTRAP CUSTOMIZATION ***/
+
+
+/*** TYPOGRAPHY ***/
+
+body {
+color:#777;
+   background:#FAFAFA;
+}
+
+blockquote {
+color:#454545;
+}
+/*typography*/
+
+h3, h4, h5, h6 {
+color:#777;
+}
+h1 {
+color:#fff;
+}
+h2 {
+color:#222;
+}
+h2.smallHeading{color:#FBC039}
+.divider {
+background-color:#dadada;
+   border-bottom:1px solid #fff;
+}
+.divider span {
+background-color:#FBC039;
+}
+/*** END TYPOGRAPHY ***/
+
+/*** BUTTONS ***/
+a {
+color:#FBC039;
+}
+a:hover, .scrollspyNav .active a {
+color:#FBC039;
+}
+a.btn-3d, a.iconBtn {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 2px 4px rgba(10, 10, 10, 0.4);
+background:-webkit-gradient( linear, left top, left bottom, 
color-stop(0.05, #fff), color-stop(1, #DADADA) );
+background:-moz-linear-gradient( center top, #fff 5%, #DADADA 100% );
+filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff', 
endColorstr='#DADADA');
+background-color:#fff;
+color:#010101;
+}
+
+a.iconBtn{ color:#777;}
+a.btn-3d:active {
+background-color:#fff;
+}
+.btn-3d:hover, a.iconBtn:hover {
+-moz-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+-webkit-box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 
0.4);
+box-shadow: 0px 1px 0px 0px #9c9c9c, 0px 1px 1px rgba(10, 10, 10, 0.4);
+background: #fff;
+color:#FBC039;
+}
+.iconBtn i {
+color:#FBC039;
+}
+.btnWrapper {
+background:#DDD;
+   border:1px solid #ccc;
+}
+.btnFlatHover {
+color:white !important;
+background: #4F6266 !important;
+border-color:#4F6266 !important;
+}
+.speBtnHover {
+color:#4F6266 !important;
+background-color: white!important;
+}
+#mapReturn, #mapReturn:visited, #mapReturn:active, #mapReturn:link {
+color:#ededed;
+}
+#mapReturn:hover {
+color:#4F6266;
+}
+a.iconWrapper:hover{background-color:#77;color:white;} 
+/*** END BUTTONS ***/
+
+
+
+/*** MAIN MENU ***/
+
+/*dark menu*/
+#mainHeader .navbar-inner {
+background:#454545;
+}
+.navbar {
+border-bottom:1px solid #111
+}
+#mainMenu ul li a {
+color:#ededed; 
+}
+
+/*white menu*/
+#mainHeader .navbar-inner {
+background:#fff;
+}
+.navbar {
+border-bottom:1px solid #ddd
+}
+#mainMenu ul li a {
+color:#999;
+}
+
+
+#mainMenu ul ul, #mainMenu  ul li ul li.hover a {
+background-color:#454545;
+}
+#mainMenu ul ul {
+border:1px solid #454545;
+}
+
+#mainMenu ul li .active, #mainMenu ul li.hover>a, #mainMenu ul 
li.hover>a.hasSubMenu, #mainMenu ul li.Shover>a{
+color:white!important;
+   background: #fc9700; /* Old browsers */
+/* IE9 SVG, needs conditional override of 'filter' to 'none' */
+background: 

svn commit: r1787742 [15/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/css/documenter_style.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/css/documenter_style.css?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/css/documenter_style.css
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/css/documenter_style.css
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,356 @@
+/*!
+ * Documenter 1.6
+ * http://rxa.li/documenter
+ *
+ * Copyright 2011, Xaver Birsak
+ * http://revaxarts.com
+ *
+ */
+html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
+   margin:0;
+   padding:0;
+   border:0;
+   outline:0;
+   font-weight:inherit;
+   font-style:inherit;
+   font-size:100%;
+   font-family:inherit;
+   vertical-align:baseline;
+}
+html { 
+   font-size:101%;
+   font-family:Arial,verdana,arial,sans-serif;
+   font-size:12px;
+   -webkit-text-size-adjust:none;
+   color:#6F6F6F;
+   background-color:#efefef;
+}
+body{
+   min-height:100%;
+   height:auto;
+   width:100%;
+}
+footer, header, section {
+   display:block;
+}
+a{ color:#6F6F6F; text-decoration:none; cursor:pointer; }
+a:hover { text-decoration:underline }
+p, ul, ol{
+   margin:18px 0;
+   line-height:1.5em;
+}
+li{
+   list-style:none;
+}
+li.placeholder{
+   height:70px;
+   width:100%;
+   font-size:16px;
+}
+hr { 
+   display:block;
+   height:0px;
+   line-height:0px;
+   border:0;
+   border-top:1px solid #ddd;
+   border-bottom:1px solid #aaa;
+   margin:16px 0;
+   padding:0;
+}
+hr.notop{
+   margin-top:0;
+}
+strong{
+   font-weight:700;
+}
+#documenter_content{
+   position:absolute;
+   right:18px;
+   left:218px;
+   padding-left:10px;
+   padding-bottom:800px;
+   min-height:100%;
+   height:auto;
+   z-index:1;
+}
+#documenter_sidebar{
+   -moz-box-shadow:0 0 6px rgba(3,3,3,0.6);
+   -webkit-box-shadow:0 0 6px rgba(3,3,3,0.6);
+   box-shadow:0 0 6px rgba(3,3,3,0.6);
+   position:fixed;
+   left:0;
+   width:200px;
+   height:100%;
+   min-height:100%;
+   z-index:100;
+}
+#documenter_sidebar a{
+   position:relative;
+   z-index:100;
+}
+img{
+   border:0;
+}
+#documenter_copyright{
+   position:absolute;
+   bottom:10px;
+   font-size:10px;
+   right:15px;
+   width:200px;
+   text-align:right;
+   z-index:1
+}
+noscript{
+   display:block;
+   position:absolute;
+   top:238px;
+   margin:0 auto;
+   width:800px;
+   bottom:0;
+   z-index:20;
+}
+noscript p{
+   width:800px;
+   font-size:20px;
+   padding-top:20px;
+   margin:0 auto;
+   color:#4D4D4D;
+}
+.small{
+   font-size:10px;
+   letter-spacing:0;
+}
+
+/*--*/
+/* Sidebar
+/*--*/
+
+#documenter_sidebar #documenter_logo{
+   display:block;
+   height:20%;
+   max-height:200px;
+   min-height:70px;
+   width:200px;
+   background-position:center center;
+   background-repeat:no-repeat;
+}
+#documenter_sidebar ol{
+   font-size:12px;
+   font-weight:700;
+   min-height:150px;
+   height:75%;
+   overflow:auto;
+}
+
+#documenter_sidebar ol li{
+   text-align:right;
+   padding:0;
+}
+#documenter_sidebar ol a{
+   display:block;
+   border-top:1px solid #ddd;
+   border-bottom:1px solid #aaa;
+   padding:6px 15px 7px 0;
+   text-align:right;
+}
+#documenter_sidebar ol a:hover,#documenter_sidebar ol a.current{
+   -webkit-text-shadow:none;
+   -moz-text-shadow:none;
+   text-shadow:none;
+   text-decoration:none;
+}
+#documenter_sidebar ol li ol{
+   border-top:0;
+   font-size:10px;
+   min-height:10px;
+   height:auto;
+   overflow:auto;
+   margin:0;
+   display:none;
+}
+#documenter_sidebar ol li ol li a{
+   display:block;
+   padding:4px 15px 5px 0;
+   text-align:right;
+}
+
+/*--*/
+/* Content
+/*--*/
+
+#documenter_cover{
+   height:800px;
+   padding-top:200px !important;
+}
+#documenter_cover li{
+   list-style:none !important;
+   margin-left:0 !important;
+}
+#documenter_cover p{

svn commit: r1787742 [43/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.js
--
svn:eol-style = native

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.js
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.js
--
svn:mime-type = text/plain

Added: 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1 @@
+(function(d,h){d.fn.extend({revolution:function(E){var 
F={delay:9000,startheight:490,startwidth:890,hideThumbs:200,thumbWidth:100,thumbHeight:50,thumbAmount:5,navigationType:"both",navigationArrows:"nexttobullets",navigationStyle:"round",touchenabled:"on",onHoverStop:"on",navOffsetHorizontal:0,navOffsetVertical:20,stopAtSlide:4,stopAfterLoops:1,shadow:1,stopLoop:"off",wrapper:"#sliderWrapperRS",wrapperheight:432};E=d.extend({},F,E);return
 this.each(function(){var H=E;var 
G=d(this);H.firefox13=(d.browser.mozilla)&&(parseInt(d.browser.version,0)==13||parseInt(d.browser.version,0)==14||parseInt(d.browser.version,0)==15||parseInt(d.browser.version,0)==16);H.ie=d.browser.msie&(d.browser.version,0)<9;H.ie9=d.browser.msie&(d.browser.version,0)==9;var
 
K=d.fn.jquery.split("."),L=parseFloat(K[0]),N=parseFloat(K[1]),I=parseFloat(K[2]||"0");if(L==1&<7){G.html(' 
The Current Version of jQuery:'+K+
 " Please update your jQuery Version to min. 1.7 in Case you wish to use 
the Revolution Slider 
Plugin")}if(!d.support.transition){d.fn.transition=d.fn.animate}d.cssEase.bounce="cubic-bezier(0,1,0.5,1.3)";G.find(".caption").each(function(){d(this).addClass("tp-caption")});G.find(".tp-caption
 iframe").each(function(){try{if(d(this).attr("src").indexOf("you")>0){var 
P=document.createElement("script");P.src="http://www.youtube.com/player_api";var
 
Q=document.getElementsByTagName("script")[0];Q.parentNode.insertBefore(P,Q)}}catch(R){}});G.find(".tp-caption
 iframe").each(function(){try{if(d(this).attr("src").indexOf("vim")>0){var 
Q=document.createElement("script");Q.src="http://a.vimeocdn.com/js/froogaloop2.min.js";var
 
P=document.getElementsByTagName("script")[0];P.parentNode.insertBefore(Q,P)}}catch(R){}});if(H.shuffle=="on"){for(var
 O=0;Oul:first-child >li").length;O++){var 
J=Math.round(Math.random()*G.find(">ul:first-child 
>li").length);G.find(">ul:first-child >li:eq(
 
"+J+")").prependTo(G.find(">ul:first-child"))}}H.slots=4;H.act=-1;H.next=0;H.origcd=H.delay;H.firststart=1;if(H.navOffsetHorizontal==h){H.navOffsetHorizontal=0}if(H.navOffsetVertical==h){H.navOffsetVertical=0}H.navOH=H.navOffsetHorizontal;H.navOV=H.navOffsetVertical;G.append('');if(G.find(".tp-bannertimer").length==0){G.append('')}var 
M=G.find(".tp-bannertimer");if(M.length>0){M.css({width:"0%"})}G.addClass("tp-simpleresponsive");H.container=G;H.slideamount=G.find(">ul:first
 
>li").length;if(G.height()==0){G.height(H.startheight)}if(H.startwidth==h||H.startwidth==0){H.startwidth=G.width()}if(H.startheight==h||H.startheight==0){H.startheight=G.height()}H.width=G.width();H.height=G.height();H.bw=H.startwidth/G.width();H.bh=H.startheight/G.height();if(H.width!=H.startwidth){H.height=Math.round(H.startheight*(H.width/H.startwidth));G.height(H.height)}if(H.shadow!=0){G.parent().append('');G.parent().find(".tp-bannershadow").css({width:H.width})}G.waitForImages(function(){k(G,H);if(H.slideamount>1){w(G,H)}if(H.slideamount>1){z(G,H)}if(H.slideamount>1){j(G,H)}A(G,H);if(H.hideThumbs>0){l(G,H)}G.waitForImages(function(){G.find(".tp-loader").fadeOut(600);setTimeout(function(){n(G,H);if(H.slideamount>1){y(G,H)}$finalHeight=(H.height>H.wrapperheight)?H.wrapperheight:H.height;d(H.wrapper).animate({height:$finalHeight},{duration:700,queue:false},function(){})},600)})});d(window).resize(function(){if(G.outerWidth(true)!=H.width){C(G,H)}})})},revpause:function(E){return
 this.each(function(){var 
F=d(this);F.data("conthover",1);F.data("conthover-changed",1);F.trigger("revolution.slide.onpause");var
 G=F.parent().find(".tp-bannertimer");G.stop()})},revresume:function(E){return 
this.each(function(){var 
F=d(this);F.data("conthover",0);F.data("conthover-changed",1);F.trigger("revolution.slide.onresume");var
 G=F.parent().find(".tp-bannertime
 r");var 

svn commit: r1787742 [5/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ docu

2017-03-20 Thread sharan
Propchange: ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.min.css
--
svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.min.css
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.min.css
--
svn:mime-type = text/css

Added: 
ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings-white.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings-white.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings-white.png
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings-white.png
--
svn:mime-type = image/png

Added: ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings.png?rev=1787742=auto
==
Binary file - no diff available.

Propchange: 
ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings.png
--
svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings.png
--
svn:mime-type = image/png

Added: ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap-carousel.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap-carousel.js?rev=1787742=auto
==
--- ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap-carousel.js (added)
+++ ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap-carousel.js Mon Mar 
20 12:28:40 2017
@@ -0,0 +1,62 @@
+var extensionMethods = {
+ 
+slide: function (type, next) {
+  if(!$.support.transition && this.$element.hasClass('slide')) {
+this.$element.find('.item').stop(true, true); //Finish animation 
and jump to end.
+  }
+  var $active = this.$element.find('.active')
+, $next = next || $active[type]()
+, isCycling = this.interval
+, direction = type == 'next' ? 'left' : 'right'
+, fallback  = type == 'next' ? 'first' : 'last'
+, that = this
+, e = $.Event('slide')
+
+  this.sliding = true
+
+  isCycling && this.pause()
+
+  $next = $next.length ? $next : 
this.$element.find('.item')[fallback]()
+
+  if ($next.hasClass('active')) return
+
+  if ($.support.transition && this.$element.hasClass('slide')) {
+this.$element.trigger(e)
+if (e.isDefaultPrevented()) return
+$next.addClass(type)
+$next[0].offsetWidth // force reflow
+$active.addClass(direction)
+$next.addClass(direction)
+this.$element.one($.support.transition.end, function () {
+  $next.removeClass([type, direction].join(' ')).addClass('active')
+  $active.removeClass(['active', direction].join(' '))
+  that.sliding = false
+  setTimeout(function () { that.$element.trigger('slid') }, 0)
+})
+  }else if(!$.support.transition && this.$element.hasClass('slide')) {
+this.$element.trigger(e)
+if (e.isDefaultPrevented()) return
+$active.animate({left: (direction == 'right' ? '100%' : '-100%')}, 
600, function(){
+$active.removeClass('active')
+that.sliding = false
+setTimeout(function () { that.$element.trigger('slid') }, 0)
+})
+$next.addClass(type).css({left: (direction == 'right' ? '-100%' : 
'100%')}).animate({left: '0'}, 600,  function(){
+$next.removeClass(type).addClass('active')
+})
+  } else {
+this.$element.trigger(e)
+if (e.isDefaultPrevented()) return
+$active.removeClass('active')
+$next.addClass('active')
+this.sliding = false
+this.$element.trigger('slid')
+  }
+
+  isCycling && this.cycle()
+
+  return this
+}
+};
+ 

svn commit: r1787742 [1/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ docu

2017-03-20 Thread sharan
Author: sharan
Date: Mon Mar 20 12:28:40 2017
New Revision: 1787742

URL: http://svn.apache.org/viewvc?rev=1787742=rev
Log:
Improved: First main commit for new OFBiz website structure and format

Added:
ofbiz/branches/ofbiz-new-website/about-ofbiz.html   (with props)
ofbiz/branches/ofbiz-new-website/bootstrap/
ofbiz/branches/ofbiz-new-website/bootstrap/css/
ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.css   (with props)
ofbiz/branches/ofbiz-new-website/bootstrap/css/bootstrap.min.css   (with 
props)
ofbiz/branches/ofbiz-new-website/bootstrap/img/

ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings-white.png   
(with props)
ofbiz/branches/ofbiz-new-website/bootstrap/img/glyphicons-halflings.png   
(with props)
ofbiz/branches/ofbiz-new-website/bootstrap/js/
ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap-carousel.js   (with 
props)
ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap.js   (with props)
ofbiz/branches/ofbiz-new-website/bootstrap/js/bootstrap.min.js   (with 
props)
ofbiz/branches/ofbiz-new-website/bootstrap/js/with carousel/
ofbiz/branches/ofbiz-new-website/bootstrap/js/with carousel/bootstrap.js   
(with props)
ofbiz/branches/ofbiz-new-website/bootstrap/js/with 
carousel/bootstrap.min.js   (with props)
ofbiz/branches/ofbiz-new-website/business-users.html   (with props)
ofbiz/branches/ofbiz-new-website/css/
ofbiz/branches/ofbiz-new-website/css/black-white.css   (with props)
ofbiz/branches/ofbiz-new-website/css/blue.css   (with props)
ofbiz/branches/ofbiz-new-website/css/coffee.css   (with props)
ofbiz/branches/ofbiz-new-website/css/colors.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-black-white.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-blue.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-coffee.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-green.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-light.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-orange.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-pink.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-red.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-sea-green.css   (with props)
ofbiz/branches/ofbiz-new-website/css/dark-yellow.css   (with props)
ofbiz/branches/ofbiz-new-website/css/green.css   (with props)
ofbiz/branches/ofbiz-new-website/css/icon-demo.css   (with props)
ofbiz/branches/ofbiz-new-website/css/layout.css   (with props)
ofbiz/branches/ofbiz-new-website/css/light.css   (with props)
ofbiz/branches/ofbiz-new-website/css/orange.css   (with props)
ofbiz/branches/ofbiz-new-website/css/pink.css   (with props)
ofbiz/branches/ofbiz-new-website/css/red.css   (with props)
ofbiz/branches/ofbiz-new-website/css/sea-green.css   (with props)
ofbiz/branches/ofbiz-new-website/css/yellow.css   (with props)
ofbiz/branches/ofbiz-new-website/developers.html   (with props)
ofbiz/branches/ofbiz-new-website/documentation/
ofbiz/branches/ofbiz-new-website/documentation/assets/
ofbiz/branches/ofbiz-new-website/documentation/assets/css/

ofbiz/branches/ofbiz-new-website/documentation/assets/css/documenter_style.css  
 (with props)
ofbiz/branches/ofbiz-new-website/documentation/assets/css/img/
ofbiz/branches/ofbiz-new-website/documentation/assets/css/img/info.png   
(with props)
ofbiz/branches/ofbiz-new-website/documentation/assets/css/img/warning.png   
(with props)
ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/assets/

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/assets/docu.json

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/assets/images/

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/assets/images/image_1.jpg
   (with props)

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/assets/images/image_2.gif
   (with props)

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/assets/images/image_3.png
   (with props)

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/css/

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/css/documenter_style.css
   (with props)

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/css/img/

ofbiz/branches/ofbiz-new-website/documentation/assets/doc-external-plugins/RS-slider/css/img/info.png
   (with props)

ofbiz/branches/ofbiz-new-website

svn commit: r1787742 [20/49] - in /ofbiz/branches/ofbiz-new-website: ./ bootstrap/ bootstrap/css/ bootstrap/img/ bootstrap/js/ bootstrap/js/with carousel/ css/ documentation/ documentation/assets/ doc

2017-03-20 Thread sharan
Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/css/custom-icons-ie7-codes.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/css/custom-icons-ie7-codes.css?rev=1787742=auto
==
--- 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/css/custom-icons-ie7-codes.css
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/css/custom-icons-ie7-codes.css
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,228 @@
+
+.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= ''); }
+.icon-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-fast-fw { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-fast-bw { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-to-end { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-to-start { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-up-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-right-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-down-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-left-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-umbrella { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-left-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-up-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-right-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-down-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-heart-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-music { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= ''); }
+.icon-flag { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= ''); }
+.icon-attention { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-flash { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cog-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-scissors { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-flight { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= ''); }
+.icon-ok-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-cancel-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }
+.icon-asterisk { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = ''); }

svn commit: r1788103 - in /ofbiz/branches/ofbiz-new-website: images/portfolio/isu_logo.jpg images/portfolio/pyt_rgb.jpg service-providers.html template/page/service-providers.tpl.php

2017-03-22 Thread sharan
Author: sharan
Date: Wed Mar 22 12:52:30 2017
New Revision: 1788103

URL: http://svn.apache.org/viewvc?rev=1788103=rev
Log:
Improved: Added Pythys and ISU logos to service providers page

Added:
ofbiz/branches/ofbiz-new-website/images/portfolio/isu_logo.jpg   (with 
props)
ofbiz/branches/ofbiz-new-website/images/portfolio/pyt_rgb.jpg   (with props)
Modified:
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php

Added: ofbiz/branches/ofbiz-new-website/images/portfolio/isu_logo.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/portfolio/isu_logo.jpg?rev=1788103=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/isu_logo.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/isu_logo.jpg
--
svn:mime-type = image/jpeg

Added: ofbiz/branches/ofbiz-new-website/images/portfolio/pyt_rgb.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/portfolio/pyt_rgb.jpg?rev=1788103=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/pyt_rgb.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/portfolio/pyt_rgb.jpg
--
svn:mime-type = image/jpeg

Modified: ofbiz/branches/ofbiz-new-website/service-providers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/service-providers.html?rev=1788103=1788102=1788103=diff
==
--- ofbiz/branches/ofbiz-new-website/service-providers.html (original)
+++ ofbiz/branches/ofbiz-new-website/service-providers.html Wed Mar 22 12:52:30 
2017
@@ -191,7 +191,7 @@
   
 
  
- 
+ 
   
   
   
@@ -200,7 +200,7 @@
   
 
  
- 
+ 
   
   
   
@@ -218,7 +218,7 @@
   
 
  
- 
+ 
   
   
   
@@ -281,7 +281,7 @@
   
 
  
- 
+ 
   
   
   

Modified: 
ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php?rev=1788103=1788102=1788103=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/service-providers.tpl.php 
Wed Mar 22 12:52:30 2017
@@ -79,7 +79,7 @@
   
 
  
- 
+ 
   
   
   
@@ -88,7 +88,7 @@
   
 
  
- 
+ 
   
   
   
@@ -106,7 +106,7 @@
   
 
  
- 
+ 
   
   
   
@@ -169,7 +169,7 @@
   
 
  
- 
+ 
   
   
   




svn commit: r1790154 - /ofbiz/site/index.html

2017-04-04 Thread sharan
Author: sharan
Date: Tue Apr  4 18:43:29 2017
New Revision: 1790154

URL: http://svn.apache.org/viewvc?rev=1790154=rev
Log:
Improved: Removed incorrect image name and added open in new window for ASF 
donate link

Modified:
ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1790154=1790153=1790154=diff
==
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Tue Apr  4 18:43:29 2017
@@ -188,9 +188,8 @@
   
   If you use or depend on Apache OFBiz or any other Apache software 
then please consider supporting us with a donation. Click on the image for more 
information. 
   
-   
   
-  https://donate.apache.org;>
+  https://donate.apache.org; target="_blank">
   
   
 November 28, 2016 "Apache OFBiz 
16.11.01" Released




svn commit: r1787997 - in /ofbiz/branches/ofbiz-new-website: ./ template/page/ template/region/

2017-03-21 Thread sharan
Author: sharan
Date: Tue Mar 21 16:17:40 2017
New Revision: 1787997

URL: http://svn.apache.org/viewvc?rev=1787997=rev
Log:
Improved: External menu links open in new windows and fixed small typo

Modified:
ofbiz/branches/ofbiz-new-website/about-ofbiz.html
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/faqs.html
ofbiz/branches/ofbiz-new-website/getting-involved.html
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
ofbiz/branches/ofbiz-new-website/our-users.html
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/template/page/index.tpl.php
ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php
ofbiz/branches/ofbiz-new-website/user-stories.html

Modified: ofbiz/branches/ofbiz-new-website/about-ofbiz.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/about-ofbiz.html?rev=1787997=1787996=1787997=diff
==
--- ofbiz/branches/ofbiz-new-website/about-ofbiz.html (original)
+++ ofbiz/branches/ofbiz-new-website/about-ofbiz.html Tue Mar 21 16:17:40 2017
@@ -69,8 +69,8 @@
 
 News
   
-https://twitter.com/apacheofbiz;>Twitter
-https://blogs.apache.org/ofbiz/;>Blog
+https://twitter.com/apacheofbiz; 
target="_blank">Twitter
+https://blogs.apache.org/ofbiz/; 
target="_blank">Blog
 User Stories and 
References
 Press
   
@@ -78,18 +78,18 @@
 Documentation
   
 User Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page;
 class="">Technical Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
class="">Wiki
-https://ci.apache.org/projects/ofbiz/site/javadocs/; class="last">API 
Reference
+https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page;
 target="_blank" class="">Technical Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Home; target="_blank" 
class="">Wiki
+https://ci.apache.org/projects/ofbiz/site/javadocs/; target="_blank" 
class="last">API Reference
   
 
 Community
   
 Getting Involved
-https://cwiki.apache.org/confluence/display/OFBIZ/Events;>Meetups / 
Events
+https://cwiki.apache.org/confluence/display/OFBIZ/Events; 
target="_blank">Meetups / Events
 Mailing Lists
 Source Repository
-https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;>Issue
 Tracker
+https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 Service Providers
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/business-users.html?rev=1787997=1787996=1787997=diff
==
--- ofbiz/branches/ofbiz-new-website/business-users.html (original)
+++ ofbiz/branches/ofbiz-new-website/business-users.html Tue Mar 21 16:17:40 
2017
@@ -69,8 +69,8 @@
 
 News
   
-https://twitter.com/apacheofbiz;>Twitter
-https://blogs.apache.org/ofbiz/;>Blog
+https://twitter.com/apacheofbiz; 
target="_blank">Twitter
+https://blogs.apache.org/ofbiz/; 
target="_blank">Blog
 User Stories and 
References
 Press
   
@@ -78,18 +78,18 @@
 Documentation
   
 User Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page;
 class="">Technical Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
class="">Wiki
-https://ci.apache.org/projects/ofbiz/site/javadocs/; class="last">API 
Reference
+https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page;
 target="_blank&quo

svn commit: r1803303 - in /ofbiz/branches/ofbiz-new-website: ./ images/slider/rs/ template/page/

2017-07-28 Thread sharan
Author: sharan
Date: Fri Jul 28 16:56:41 2017
New Revision: 1803303

URL: http://svn.apache.org/viewvc?rev=1803303=rev
Log:
Improved:Replaced generic images with OFBiz screenshots on index page

Added:
ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz1.jpg   (with props)
ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz2.jpg   (with props)
ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz3.jpg   (with props)
ofbiz/branches/ofbiz-new-website/images/slider/rs/screen1.jpg   (with props)
ofbiz/branches/ofbiz-new-website/images/slider/rs/screen2.jpg   (with props)
ofbiz/branches/ofbiz-new-website/images/slider/rs/screen3.jpg   (with props)
Modified:
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/template/page/index.tpl.php

Added: ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz1.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz1.jpg?rev=1803303=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz1.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz1.jpg
--
svn:mime-type = image/jpeg

Added: ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz2.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz2.jpg?rev=1803303=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz2.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz2.jpg
--
svn:mime-type = image/jpeg

Added: ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz3.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz3.jpg?rev=1803303=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz3.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/ofbiz3.jpg
--
svn:mime-type = image/jpeg

Added: ofbiz/branches/ofbiz-new-website/images/slider/rs/screen1.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slider/rs/screen1.jpg?rev=1803303=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/screen1.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/screen1.jpg
--
svn:mime-type = image/jpeg

Added: ofbiz/branches/ofbiz-new-website/images/slider/rs/screen2.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slider/rs/screen2.jpg?rev=1803303=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/screen2.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/screen2.jpg
--
svn:mime-type = image/jpeg

Added: ofbiz/branches/ofbiz-new-website/images/slider/rs/screen3.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/slider/rs/screen3.jpg?rev=1803303=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/screen3.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/slider/rs/screen3.jpg
--
svn:mime-type = image/jpeg

Modified: ofbiz/branches/ofbiz-new-website/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/index.html?rev

svn commit: r1802556 - in /ofbiz/branches/ofbiz-new-website: images/subscribe.png mailinglists.html template/page/mailinglists.tpl.php

2017-07-21 Thread sharan
Author: sharan
Date: Fri Jul 21 09:39:27 2017
New Revision: 1802556

URL: http://svn.apache.org/viewvc?rev=1802556=rev
Log:
Improved:Tidied up layout for mailing list page and added an image

Added:
ofbiz/branches/ofbiz-new-website/images/subscribe.png   (with props)
Modified:
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php

Added: ofbiz/branches/ofbiz-new-website/images/subscribe.png
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/subscribe.png?rev=1802556=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/subscribe.png
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/subscribe.png
--
svn:mime-type = image/png

Modified: ofbiz/branches/ofbiz-new-website/mailinglists.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/mailinglists.html?rev=1802556=1802555=1802556=diff
==
--- ofbiz/branches/ofbiz-new-website/mailinglists.html (original)
+++ ofbiz/branches/ofbiz-new-website/mailinglists.html Fri Jul 21 09:39:27 2017
@@ -116,14 +116,19 @@
   
 
   
-  
+  
 
   Subscribe to Our Mailing Lists
   
   We welcome everyone who would like to join our community and 
participate in our mailing lists. We expect that everyone respects the http://www.apache.org/dev/contrib-email-tips.html;>mailing list 
participation guidelines  and the http://apache.org/foundation/policies/conduct.html;>ASF Code of Conduct 
.
- Community Help and Support
-  Our Community is keen to share information and support other 
OFBiz users. Please don't hesitate to view or participate in our mailing list 
discussions.
- To subscribe to a mailing list please use the links below and 
then click the 'Subscribe' button. It will create an email that you will need 
to send. You will then receive an email with instructions about how to use the 
mailing list manager program (EZMLM)
+ To subscribe to a mailing list please:
+   
+   Click the button of the mailing 
list you want to subscribe to
+   On the following page, click the 
'Subscribe' button 
+   Send the automatically created 
email from your email client
+   You will receive an email about the 
mailing list manager program (EZMLM)
+   Congratulations! You are now 
subscribed
+   
  
   
   
@@ -131,31 +136,33 @@
   
  User Mailing List
The user list is intended for help or issues with OFBiz 
installation, deployment, custom development and usage related topics.
-Please remember if you are reporting an issue to include 
the following:
-   
-  1 What you 
were looking for?
-  2 How did you 
try to achieve it?
-  3 What did you 
expect as results?
-  4 What you 
actually got as results?
-   
+Please remember if you are 
reporting an issue to include the following:
+   
+   What you were looking 
for?
+   How did you try to achieve 
it?
+   What did you expect as 
results?
+   What you actually got as 
results?
+   
 http://lists.apache.org/list.html?u...@ofbiz.apache.org;>User List 


Developer Mailing List
  The developer list is strictly for topics related 
to the design and development of the OFBiz Project itself.
- Please don't ask questions relevant to User Mailing List 
in this Mailing List.
+ Please don't ask questions 
relevant to User Mailing List in this Mailing List.
  If you are not sure to which list to post to then use the 
User Mailing List..
   http://lists.apache.org/list.html?d...@ofbiz.apache.org;>Developer 
List 

 
Commit Mailing List
   The commits list is used to notify subscribers of commits 
to the OFBiz SVN repository. It is only used for reference.
- Please don't ask any questions on this list. It is not 
used for discussions. 
+ Please don't ask any 
questions on this list. It is not used for discussions. 
  If you are not sure to which list to post to then use the 
User 

svn commit: r1802571 - in /ofbiz/branches/ofbiz-new-website: ofbiz-demos.html template/page/ofbiz-demos.tpl.php

2017-07-21 Thread sharan
Author: sharan
Date: Fri Jul 21 11:50:46 2017
New Revision: 1802571

URL: http://svn.apache.org/viewvc?rev=1802571=rev
Log:
Improved:Updated demo descriptions and included highlighted box with the 
default login details

Modified:
ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
ofbiz/branches/ofbiz-new-website/template/page/ofbiz-demos.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/ofbiz-demos.html?rev=1802571=1802570=1802571=diff
==
--- ofbiz/branches/ofbiz-new-website/ofbiz-demos.html (original)
+++ ofbiz/branches/ofbiz-new-website/ofbiz-demos.html Fri Jul 21 11:50:46 2017
@@ -108,7 +108,7 @@
   
 
   OFBiz Demos
-  home/Community/OFBiz Demos 

+  home/Community/Demos 
 
   
 
@@ -129,10 +129,17 @@
   
 About our Demos
 
-   We have several online OFBiz demos that you can try out. 
Each demo is split into two areas: E-Commerce webstore and the backend ERP 
applications.
-The E-Commerce webstore is what customers will see and 
allows you to order products, request returns or register as a new customer. It 
also gives you some examples of what you can inlcude on your website. 
-   The backend applications are where you can do any 
adminstrative setup that can be seen in the webstore. They also allow you to 
setup and manage accounting, customer orders (with or without the e-commerce 
store), inventory, manufacturing, human resources, CRM, and all the process 
that a standard business would need.  
-   NOTE: The default user login is 
"admin" and password  "ofbiz". Also all demo 
user logins such as DemoCustomer and DemoSupplier have the default passwords 
set as  "ofbiz"
+   We have several online OFBiz demos that you can try out. 
Each demo is split into two areas:
+
+E-Commerce webstore and
+the backend ERP applications
+   
+
+The E-Commerce webstore is what your 
customers will see and allows them to order products, request returns or 
register as a new customer. Our demo also gives you some examples other things 
(Surveys, Blogs, Factoids, etc) also provided within OFBiz that you can include 
on your website. 
+   The backend ERP applications  allow you to 
setup and use accounting, customer orders (with or without the e-commerce 
store), inventory, manufacturing, human resources, CRM, and all the process 
that a standard business would need. You can also do the admin setup for the 
webstore 
+   
+
+NOTE: The default user login is 
"admin" and password  "ofbiz". All demo user 
logins such as DemoCustomer, DemoSupplier, DemoEmployee etc have the default 
password  "ofbiz"

  
 

Modified: ofbiz/branches/ofbiz-new-website/template/page/ofbiz-demos.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/ofbiz-demos.tpl.php?rev=1802571=1802570=1802571=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/ofbiz-demos.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/ofbiz-demos.tpl.php Fri Jul 
21 11:50:46 2017
@@ -8,7 +8,7 @@
   
 
   OFBiz Demos
-  home/Community/OFBiz Demos 

+  home/Community/Demos 
 
   
 
@@ -29,10 +29,17 @@
   
 About our Demos
 
-   We have several online OFBiz demos that you can try out. 
Each demo is split into two areas: E-Commerce webstore and the backend ERP 
applications.
-The E-Commerce webstore is what customers will see and 
allows you to order products, request returns or register as a new customer. It 
also gives you some examples of what you can inlcude on your website. 
-   The backend applications are where you can do any 
adminstrative setup that can be seen in the webstore. They also allow you to 
setup and manage accounting, customer orders (with or without the e-commerce 
store), inventory, manufacturing, human resources, CRM, and all the process 
that a standard business would need.  
-   NOTE: The default user login is 
"admin" and password  "ofbiz". Also all demo 
user logins such as DemoCustomer and DemoSupplier have the default passwords 
set as  "ofbiz"
+   We have several online OFBiz demos that you can try out. 
Each demo is split into two areas:
+
+E-Commerce webstore and
+the backend ERP applications
+   
+
+The E-Commerce webstore is what your 
customers will see and al

svn commit: r1802598 - in /ofbiz/branches/ofbiz-new-website: download.html images/download.png template/page/download.tpl.php

2017-07-21 Thread sharan
Author: sharan
Date: Fri Jul 21 13:57:59 2017
New Revision: 1802598

URL: http://svn.apache.org/viewvc?rev=1802598=rev
Log:
Improved:Added image to Downloads page and release notes for 16.11.03 and 
13.07.03

Added:
ofbiz/branches/ofbiz-new-website/images/download.png   (with props)
Modified:
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/download.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/download.html?rev=1802598=1802597=1802598=diff
==
--- ofbiz/branches/ofbiz-new-website/download.html (original)
+++ ofbiz/branches/ofbiz-new-website/download.html Fri Jul 21 13:57:59 2017
@@ -110,7 +110,7 @@
   
 
   Downloads
-   home/templates/Sidebar 
+   home/Community/ 
Downloads 
 
   
 
@@ -155,29 +155,161 @@
   
 
 
-   
+   16.11.03
+   >Bug
+   
+ [OFBIZ-9286] - ERROR: Cannot do a 
find that returns an EntityListIterator with no transaction in place
+ [OFBIZ-9305] - change 
debug.properties property value cause ofbiz can't start
+ [OFBIZ-9373] - Create new blog 
article entry error
+ [OFBIZ-9374] - Fix 
TemporalExpressions.Frequency to avoid moving job start times away from given 
freqCount raster
+ [OFBIZ-9384] - 
RequestHandlerException on request link of Quote Price page
+ [OFBIZ-9386] - 
RequestHandlerException on request link of Quote Profit page
+ [OFBIZ-9387] - 
CostServices.xml#getProductCost fail currency conversion
+  [OFBIZ-9407] -  simple methods 
not terminating on error condition
+  [OFBIZ-9410] - Software not 
usable all standard installs failed
+ [OFBIZ-9425 - createShipment code 
logic error
+   
+   >Improvement
+   
+ [OFBIZ-8202] - Use 
try-with-resources statement wherever it's possible
+ [OFBIZ-9380] - renderDateTimeField 
works in IE, not working with lastest Chrome
+ [OFBIZ-9406] - Update Geo data for 
India
+ [OFBIZ-9413] - Update Currency Uom 
data
+ [OFBIZ-9422] -  Accounting Manager 
\ Fixed Assets, press button [NEW FIXED ASSET], but action button is [Update], 
not [Save]
+
+   >New Feature
+   
+ [OFBIZ-7120] - Multisite support 
in specialpurpose/cmssite
+
 
-Nullam sed tortor odio. Suspendisse tincidunt dictum nisi, nec convallis odio 
lacinia ac. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices 
posuere cubilia Curae. 
-
+   
   
 
 
-  
-
-  
-
-
-   Nullam sed tortor odio. Suspendisse tincidunt 
dictum nisi, nec convallis odio lacinia ac. Vestibulum ante ipsum primis in 
faucibus orci luctus et ultrices posuere cubilia Curae. 
-
-  
+ 
 
 
   
 
   
 
-
-   Nullam sed tortor odio. Suspendisse tincidunt 
dictum nisi, nec convallis odio lacinia ac. Vestibulum ante ipsum primis in 
faucibus orci luctus et ultrices posuere cubilia Curae. 
+   
   
+ 13.07.03
+>Sub Task
+
+ [OFBIZ-5634] - Error in pagination 
in createProductSubscriptionResource (Catalog)
+ [OFBIZ-5801] -  Upgrade Axis2 to 
1.6.3
+   [OFBIZ-6568] - Update Groovy to 
2.4.5 version
+ [OFBIZ-6726] - Update commons 
collections to 3.2.2 because of known possible exploit
+  [OFBIZ-6751] - POI security 
fix
+ [OFBIZ-6752] - Updates Tomcat to 
7.0.65
+  [OFBIZ-6754] - Update Spring 
Framework
+ [OFBIZ-6800] - Another .fo.ftl 
file use "align" attribute in "" tag.
+  [OFBIZ-6905] - Update Xalan libs 
to versio

svn commit: r1802906 - in /ofbiz/branches/ofbiz-new-website: business-users.html template/page/business-users.tpl.php

2017-07-25 Thread sharan
Author: sharan
Date: Tue Jul 25 09:34:24 2017
New Revision: 1802906

URL: http://svn.apache.org/viewvc?rev=1802906=rev
Log:
Improved:Updated installation instructions and user documentation link for 
business users page

Modified:
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/business-users.html?rev=1802906=1802905=1802906=diff
==
--- ofbiz/branches/ofbiz-new-website/business-users.html (original)
+++ ofbiz/branches/ofbiz-new-website/business-users.html Tue Jul 25 09:34:24 
2017
@@ -250,9 +250,7 @@
  Email Integration
  Customer Service and Case 
Managment
  Quotes, Order Entry and 
Order Management
- Manage marketing campaign 
including tracking code reporting
- Address lookup ??? 
- Integration with Asterisk 
???
+ Manage marketing campaign 
including tracking code reporting   
   
   
 
@@ -298,11 +296,11 @@
Run the following command for Windows
gradlew ofbiz loadDefault

-   NOTE: It is completely normal for the 
command line window to remain active while OFBiz is running.  
+   NOTE: It is completely normal for the 
command line window to remain active while OFBiz is running (e.g at 91%). 
To log into OFBiz, navigate with your browser to 
https://localhost:8443/accounting
and login with username "admin" and 
password "ofbiz"   
-   NOTE: For further details and a full list of all available 
commands, please take a look at the readme.md file
+   NOTE: These commands will build OFBiz and 
include demo data. For further details of how to build OFBiz without any demo 
data and a full list of all available commands, please take a look at the 
readme.md file

 
 
@@ -310,10 +308,10 @@
   
 Documentation and Help
 
-Add link to User Documentation.
-   https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
target="_blank">OFBiz Wiki
+   https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation;
 target="external">User Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
target="external">OFBiz Wiki
OFBiz Frequently 
Asksed Questions (FAQs)
-   OFBiz End User 
Guide 
+   
 
 
 

Modified: ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php?rev=1802906=1802905=1802906=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php Tue 
Jul 25 09:34:24 2017
@@ -149,9 +149,7 @@
  Email Integration
  Customer Service and Case 
Managment
  Quotes, Order Entry and 
Order Management
- Manage marketing campaign 
including tracking code reporting
- Address lookup ??? 
- Integration with Asterisk 
???
+ Manage marketing campaign 
including tracking code reporting   
   
   
 
@@ -197,11 +195,11 @@
Run the following command for Windows
gradlew ofbiz loadDefault

-   NOTE: It is completely normal for the 
command line window to remain active while OFBiz is running.  
+   NOTE: It is completely normal for the 
command line window to remain active while OFBiz is running (e.g at 91%). 
To log into OFBiz, navigate with your browser to 
https://localhost:8443/accounting
and login with username "admin" and 
password "ofbiz"   
-   NOTE: For further details and a full list of all available 
commands, please take a look at the readme.md file
+   NOTE: These commands will build OFBiz and 
include demo data. For further details of how to build OFBiz without any demo 
data and a

svn commit: r1802913 - in /ofbiz/branches/ofbiz-new-website: ./ template/region/

2017-07-25 Thread sharan
Author: sharan
Date: Tue Jul 25 10:27:45 2017
New Revision: 1802913

URL: http://svn.apache.org/viewvc?rev=1802913=rev
Log:
Improved:Added link to wiki for user documentation and regenerated all pages

Modified:
ofbiz/branches/ofbiz-new-website/about-ofbiz.html
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/faqs.html
ofbiz/branches/ofbiz-new-website/getting-involved.html
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
ofbiz/branches/ofbiz-new-website/our-users.html
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/source-repository.html
ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php
ofbiz/branches/ofbiz-new-website/user-stories.html

Modified: ofbiz/branches/ofbiz-new-website/about-ofbiz.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/about-ofbiz.html?rev=1802913=1802912=1802913=diff
==
--- ofbiz/branches/ofbiz-new-website/about-ofbiz.html (original)
+++ ofbiz/branches/ofbiz-new-website/about-ofbiz.html Tue Jul 25 10:27:45 2017
@@ -69,16 +69,16 @@
 
 News
   
-https://twitter.com/apacheofbiz; 
target="_blank">Twitter
-https://blogs.apache.org/ofbiz/; target="_blank" 
class="last">Blog
+https://twitter.com/apacheofbiz; 
target="external">Twitter
+https://blogs.apache.org/ofbiz/; 
target="external" class="last">Blog
   
 
 Documentation
   
-User Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation;
 target="_blank" class="">Technical Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Home; target="_blank" 
class="">Wiki
-https://ci.apache.org/projects/ofbiz/site/javadocs/; target="_blank" 
class="last">API Reference
+https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation;
 target="external" class="">User Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation;
 target="external" class="">Technical Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Home; target="external" 
class="">Wiki
+https://ci.apache.org/projects/ofbiz/site/javadocs/; target="external" 
class="last">API Reference
   
 
 Community
@@ -87,7 +87,7 @@
 Mailing Lists
 Source Repository
Downloadshttps://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
+https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="external" >Issue Tracker
 FAQ
   
 

Modified: ofbiz/branches/ofbiz-new-website/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/business-users.html?rev=1802913=1802912=1802913=diff
==
--- ofbiz/branches/ofbiz-new-website/business-users.html (original)
+++ ofbiz/branches/ofbiz-new-website/business-users.html Tue Jul 25 10:27:45 
2017
@@ -69,16 +69,16 @@
 
 News
   
-https://twitter.com/apacheofbiz; 
target="_blank">Twitter
-https://blogs.apache.org/ofbiz/; target="_blank" 
class="last">Blog
+https://twitter.com/apacheofbiz; 
target="external">Twitter
+https://blogs.apache.org/ofbiz/; 
target="external" class="last">Blog
   
 
 Documentation
   
-User Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation;
 target="_blank" class="">Technical Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Home; target="_blank" 
class="">Wiki
-https://ci.apache.org/projects/ofbiz/site/javadocs/; target="_bla

svn commit: r1802909 - in /ofbiz/branches/ofbiz-new-website: source-repository.html template/page/source-repository.tpl.php

2017-07-25 Thread sharan
Author: sharan
Date: Tue Jul 25 09:53:52 2017
New Revision: 1802909

URL: http://svn.apache.org/viewvc?rev=1802909=rev
Log:
Improved:Minor corrections re ofbiz-plugins on source repository page

Modified:
ofbiz/branches/ofbiz-new-website/source-repository.html
ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/source-repository.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/source-repository.html?rev=1802909=1802908=1802909=diff
==
--- ofbiz/branches/ofbiz-new-website/source-repository.html (original)
+++ ofbiz/branches/ofbiz-new-website/source-repository.html Tue Jul 25 09:53:52 
2017
@@ -150,7 +150,7 @@
To checkout the source code, simply use the following 
command (if you are using a GUI client, configure it appropriately).

ofbiz-framework 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk 
ofbiz-framework
-  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework 

+  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins 

   ofbiz tools : 
$ svn co https://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools 

   branch release16.11 
(stable): $ svn co 
http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 
ofbiz.16.11
   ofbiz website : 
$ website: $ svn co http://svn.apache.org/repos/asf/ofbiz/site 
ofbiz-website 

Modified: 
ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php?rev=1802909=1802908=1802909=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php 
Tue Jul 25 09:53:52 2017
@@ -49,7 +49,7 @@
To checkout the source code, simply use the following 
command (if you are using a GUI client, configure it appropriately).

ofbiz-framework 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk 
ofbiz-framework
-  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework 

+  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins 

   ofbiz tools : 
$ svn co https://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools 

   branch release16.11 
(stable): $ svn co 
http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 
ofbiz.16.11
   ofbiz website : 
$ website: $ svn co http://svn.apache.org/repos/asf/ofbiz/site 
ofbiz-website 




svn commit: r1802904 - in /ofbiz/branches/ofbiz-new-website: developers.html template/page/developers.tpl.php

2017-07-25 Thread sharan
Author: sharan
Date: Tue Jul 25 09:18:11 2017
New Revision: 1802904

URL: http://svn.apache.org/viewvc?rev=1802904=rev
Log:
Improved:Fixed typo for ofbiz-plugins on developers getting started page

Modified:
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/developers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1802904=1802903=1802904=diff
==
--- ofbiz/branches/ofbiz-new-website/developers.html (original)
+++ ofbiz/branches/ofbiz-new-website/developers.html Tue Jul 25 09:18:11 2017
@@ -153,7 +153,7 @@
To checkout the source code, simply use the following 
command (if you are using a GUI client, configure it appropriately).

ofbiz-framework 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk 
ofbiz-framework
-  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework 

+  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk 
ofbiz-plugins
   branch release16.11 
(stable): $ svn co 
http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 
ofbiz.16.11



Modified: ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php?rev=1802904=1802903=1802904=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php (original)
+++ ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php Tue Jul 
25 09:18:11 2017
@@ -52,7 +52,7 @@
To checkout the source code, simply use the following 
command (if you are using a GUI client, configure it appropriately).

ofbiz-framework 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk 
ofbiz-framework
-  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework 

+  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk 
ofbiz-plugins
   branch release16.11 
(stable): $ svn co 
http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 
ofbiz.16.11






svn commit: r1802779 - in /ofbiz/branches/ofbiz-new-website: download.html template/page/download.tpl.php

2017-07-24 Thread sharan
Author: sharan
Date: Mon Jul 24 10:00:06 2017
New Revision: 1802779

URL: http://svn.apache.org/viewvc?rev=1802779=rev
Log:
Improved:Added links to Release Notes for 16.11.03 and 13.07.03 and regenerated 
Download page

Modified:
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/download.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/download.html?rev=1802779=1802778=1802779=diff
==
--- ofbiz/branches/ofbiz-new-website/download.html (original)
+++ ofbiz/branches/ofbiz-new-website/download.html Mon Jul 24 10:00:06 2017
@@ -155,32 +155,32 @@
 
   
 
-
-   16.11.03
+   
+   16.11.03
>Bug

- [OFBIZ-9286] - ERROR: Cannot do a 
find that returns an EntityListIterator with no transaction in place
- [OFBIZ-9305] - change 
debug.properties property value cause ofbiz can't start
- [OFBIZ-9373] - Create new blog 
article entry error
- [OFBIZ-9374] - Fix 
TemporalExpressions.Frequency to avoid moving job start times away from given 
freqCount raster
- [OFBIZ-9384] - 
RequestHandlerException on request link of Quote Price page
- [OFBIZ-9386] - 
RequestHandlerException on request link of Quote Profit page
- [OFBIZ-9387] - 
CostServices.xml#getProductCost fail currency conversion
-  [OFBIZ-9407] -  simple methods 
not terminating on error condition
-  [OFBIZ-9410] - Software not 
usable all standard installs failed
- [OFBIZ-9425 - createShipment code 
logic error
+ https://issues.apache.org/jira/browse/OFBIZ-9286; 
target="external">[OFBIZ-9286] - ERROR: Cannot do a find that returns an 
EntityListIterator with no transaction in place
+ https://issues.apache.org/jira/browse/OFBIZ-9305; 
target="external">[OFBIZ-9305] - change debug.properties property value 
cause ofbiz can't start
+ https://issues.apache.org/jira/browse/OFBIZ-9373; 
target="external">[OFBIZ-9373] - Create new blog article entry error
+ https://issues.apache.org/jira/browse/OFBIZ-9284; 
target="external">[OFBIZ-9374] - Fix TemporalExpressions.Frequency to avoid 
moving job start times away from given freqCount raster
+ https://issues.apache.org/jira/browse/OFBIZ-9384; 
target="external">[OFBIZ-9384] - RequestHandlerException on request link of 
Quote Price page
+ https://issues.apache.org/jira/browse/OFBIZ-9386; 
target="external">[OFBIZ-9386] - RequestHandlerException on request link of 
Quote Profit page
+ https://issues.apache.org/jira/browse/OFBIZ-9387; 
target="external">[OFBIZ-9387] - CostServices.xml#getProductCost fail 
currency conversion
+ https://issues.apache.org/jira/browse/OFBIZ-9407; 
target="external">[OFBIZ-9407] -  simple methods not terminating on error 
condition
+ https://issues.apache.org/jira/browse/OFBIZ-9410; 
target="external">[OFBIZ-9410] - Software not usable all standard installs 
failed
+ https://issues.apache.org/jira/browse/OFBIZ-9425; 
target="external">[OFBIZ-9425] - createShipment code logic error

>Improvement

- [OFBIZ-8202] - Use 
try-with-resources statement wherever it's possible
- [OFBIZ-9380] - renderDateTimeField 
works in IE, not working with lastest Chrome
- [OFBIZ-9406] - Update Geo data for 
India
- [OFBIZ-9413] - Update Currency Uom 
data
- [OFBIZ-9422] -  Accounting Manager 
\ Fixed Assets, press button [NEW FIXED ASSET], but action button is [Update], 
not [Save]
+ https://issues.apache.org/jira/browse/OFBIZ-8202; 
target="external">[OFBIZ-8202] - Use try-with-resources statement wherever 
it's possible
+ https://issues.apache.org/jira/browse/OFBIZ-9380; 
target="external">[OFBIZ-9380] - renderDateTimeField works in IE, not 
working with lastest Chrome
+ https://issues.apache.org/jira/browse/OFBIZ-9406; 
target="external">[OFBIZ-9406] - Update Geo data f

svn commit: r1802763 - in /ofbiz/branches/ofbiz-new-website: ./ template/region/

2017-07-24 Thread sharan
Author: sharan
Date: Mon Jul 24 09:08:38 2017
New Revision: 1802763

URL: http://svn.apache.org/viewvc?rev=1802763=rev
Log:
Improved:Updated footer with ASF and other missing links and regenerated all 
pages

Modified:
ofbiz/branches/ofbiz-new-website/about-ofbiz.html
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/faqs.html
ofbiz/branches/ofbiz-new-website/getting-involved.html
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
ofbiz/branches/ofbiz-new-website/our-users.html
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/source-repository.html
ofbiz/branches/ofbiz-new-website/template/region/footer.tpl.php
ofbiz/branches/ofbiz-new-website/user-stories.html

Modified: ofbiz/branches/ofbiz-new-website/about-ofbiz.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/about-ofbiz.html?rev=1802763=1802762=1802763=diff
==
--- ofbiz/branches/ofbiz-new-website/about-ofbiz.html (original)
+++ ofbiz/branches/ofbiz-new-website/about-ofbiz.html Mon Jul 24 09:08:38 2017
@@ -176,8 +176,8 @@
   target="_blank" title="follow us on 
Twitter">twitter
   
 https://www.youtube.com/user/ofbiz; class="icon-play 
socialIcon tips"  title="follow us on Youtube">Youtube
-  

svn commit: r1802756 - in /ofbiz/branches/ofbiz-new-website: ./ template/region/

2017-07-24 Thread sharan
Author: sharan
Date: Mon Jul 24 08:18:05 2017
New Revision: 1802756

URL: http://svn.apache.org/viewvc?rev=1802756=rev
Log:
Improved:Added Downloads page to menu bar and regenerated all pages

Modified:
ofbiz/branches/ofbiz-new-website/about-ofbiz.html
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/faqs.html
ofbiz/branches/ofbiz-new-website/getting-involved.html
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
ofbiz/branches/ofbiz-new-website/our-users.html
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/source-repository.html
ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php
ofbiz/branches/ofbiz-new-website/user-stories.html

Modified: ofbiz/branches/ofbiz-new-website/about-ofbiz.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/about-ofbiz.html?rev=1802756=1802755=1802756=diff
==
--- ofbiz/branches/ofbiz-new-website/about-ofbiz.html (original)
+++ ofbiz/branches/ofbiz-new-website/about-ofbiz.html Mon Jul 24 08:18:05 2017
@@ -86,6 +86,7 @@
 Getting Involved  
  
 Mailing Lists
 Source Repository
+   Downloadshttps://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/business-users.html?rev=1802756=1802755=1802756=diff
==
--- ofbiz/branches/ofbiz-new-website/business-users.html (original)
+++ ofbiz/branches/ofbiz-new-website/business-users.html Mon Jul 24 08:18:05 
2017
@@ -86,6 +86,7 @@
 Getting Involved  
  
 Mailing Lists
 Source Repository
+   Downloadshttps://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/developers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1802756=1802755=1802756=diff
==
--- ofbiz/branches/ofbiz-new-website/developers.html (original)
+++ ofbiz/branches/ofbiz-new-website/developers.html Mon Jul 24 08:18:05 2017
@@ -86,6 +86,7 @@
 Getting Involved  
  
 Mailing Lists
 Source Repository
+   Downloadshttps://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/download.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/download.html?rev=1802756=1802755=1802756=diff
==
--- ofbiz/branches/ofbiz-new-website/download.html (original)
+++ ofbiz/branches/ofbiz-new-website/download.html Mon Jul 24 08:18:05 2017
@@ -86,6 +86,7 @@
 Getting Involved  
  
 Mailing Lists
 Source Repository
+   Downloadshttps://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/faqs.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/faqs.html?rev=1802756=1802755=1802756=diff
==
--- ofbiz/branches/ofbiz-new-website/faqs.html (original)
+++ ofbiz/branches/ofbiz-new-website/faqs.html Mon Jul 24 08:18:05 2017
@@ -86,6 +86,7 @@
 Getting Involved  
  
 Mailing Lists
 Source Repository
+   Downloadshttps://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/getting-involved.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/getting-involved.html?rev=1802756=1802755=1802756=diff
==
---

svn commit: r1800362 - in /ofbiz/branches/ofbiz-new-website: download.html index.html template/page/download.tpl.php template/page/index.tpl.php

2017-06-30 Thread sharan
Author: sharan
Date: Fri Jun 30 08:11:11 2017
New Revision: 1800362

URL: http://svn.apache.org/viewvc?rev=1800362=rev
Log:
Improved:Removed read more link from index page slider, updated Downloads page 
with links to 16.11.03

Modified:
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php
ofbiz/branches/ofbiz-new-website/template/page/index.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/download.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/download.html?rev=1800362=1800361=1800362=diff
==
--- ofbiz/branches/ofbiz-new-website/download.html (original)
+++ ofbiz/branches/ofbiz-new-website/download.html Fri Jun 30 08:11:11 2017
@@ -153,10 +153,10 @@
   
 
   OFBiz 16.11.03
-  http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.02.zip; 
class="moreLink"> Download 
+  http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip; 
target="external" class="moreLink"> Download 
 
   OFBiz 13.07
-  http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip; 
class="moreLink"> Download 
+  http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip; 
target="external" class="moreLink"> Download 
  
 
 
@@ -208,19 +208,19 @@ Nullam sed tortor odio. Suspendisse tinc
 Apache OFBiz 16.11.03
 
  Released in June 2017, this is the third release of the 16.11 
series, that has been stabilized since November 2016. 
-http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.02.zip;>Download
 OFBiz 16.11.03
-http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.02.zip.asc;>[PGP]
-   http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.02.zip.md5;>[MD5]
-http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.02.zip.sha;>[SHA12]
+http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip; 
target="external" >Download OFBiz 16.11.03
+http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc; 
target="_blank">[PGP]
+   http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5; 
target="_blank">[MD5]
+http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha; 
target="_blank">[SHA12]
 [Release Notes]
 Apache OFBiz 13.07.03
 
  Released in April 2016, is the third and final release of the 
13.07 series, that has been stabilized with bug fixes since July 2013. 
 Please note that in the 13.07 series the specialpurpose 
components are no longer inccluded as part of the release files. The only 
exception is the the ecommerce component due to specific dependencies.  
-   http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip;>Download
 OFBiz 13.07.03
-http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc;>[PGP]
-   http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5;>[MD5]
-http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha;>[SHA12]
+   http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip; 
target="external">Download OFBiz 13.07.03
+http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc; 
target="_blank">[PGP]
+   http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5; 
target="_blank">[MD5]
+http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha; 
target="_blank">[SHA12]
 [Release Notes] 
Special Notice Regarding Branches 14.12 and 15.12
 The branches 14.12 and 15.12 contain the complete codebase 
including the specialpurpose components and will remain as unreleased branches 
so will be accessible for developers and service providers to support their 
client base. The project has changed the Apache OFBiz build system from Apache 
Ant to Gradle beginning with the 16.11* series of releases so 14.12 and 15.12 
are still using Ant.

Modified: ofbiz/branches/ofbiz-new-website/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/index.html?rev=1800362=1800361=1800362=diff
==
--- ofbiz/branches/ofbiz-new-website/index.html (original)
+++ ofbiz/branches/ofbiz-new-website/index.html Fri Jun 30 08:11:11 2017
@@ -140,9 +140,8 @@
   
 

svn commit: r1800366 - in /ofbiz/branches/ofbiz-new-website: ofbiz-demos.html template/page/ofbiz-demos.tpl.php

2017-06-30 Thread sharan
Author: sharan
Date: Fri Jun 30 09:33:23 2017
New Revision: 1800366

URL: http://svn.apache.org/viewvc?rev=1800366=rev
Log:
Improved:Updated OFBiz demos page with links to 3 demos for 16.11, 13.07 and 
the trunk

Modified:
ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
ofbiz/branches/ofbiz-new-website/template/page/ofbiz-demos.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/ofbiz-demos.html?rev=1800366=1800365=1800366=diff
==
--- ofbiz/branches/ofbiz-new-website/ofbiz-demos.html (original)
+++ ofbiz/branches/ofbiz-new-website/ofbiz-demos.html Fri Jun 30 09:33:23 2017
@@ -113,65 +113,86 @@
 
 
 
-
+   
   
-  
+ 
 
   
 
   OFBiz Demos
-   home/Geting 
Started/OFBiz Demos 
+  home/Community/OFBiz Demos 

 
   
 
-
+  
+
   
-
-  
-  
-
-  Getting Started - Business Users
-  
-   We have a three different community mailing lists. See below 
for details. 
-  Community Help and Support
-  Our Community is keen to share information and support other 
OFBiz users in their implementations. Please dont hesitate to view or 
participate in our mailing list discussions.
- To subscribe to a mailing list please use the links below. In 
your first email you will recieve instructions about how to use the mailing 
list manager program (EZMLM)
- To unsubscribe from any of the following lists, send an empty, 
subjectless email to unsubscribe address listed below. In other words, click 
the appropriate unsubscribe link below and press send. 
-
-  
-  
-
-  
- User Mailing List
+
+  
+
+About our Demos  
+   Release 16.11  
+Trunk 
+   Release 13.07
  
+
+  
+  
+
+  
+About our Demos
+
+   We have several online OFBiz demos that you can try out. 
Each demo is split into two areas: E-Commerce webstore and the backend ERP 
applications.
+The E-Commerce webstore is what customers will see and 
allows you to order products, request returns or register as a new customer. It 
also gives you some examples of what you can inlcude on your website. 
+   The backend applications are where you can do any 
adminstrative setup that can be seen in the webstore. They also allow you to 
setup and manage accounting, customer orders (with or without the e-commerce 
store), inventory, manufacturing, human resources, CRM, and all the process 
that a standard business would need.  
+   NOTE: The default user login is 
"admin" and password  "ofbiz". Also all demo 
user logins such as DemoCustomer and DemoSupplier have the default passwords 
set as  "ofbiz"
+   
+ 
+
+   
+  
+Current Stable Release 16.11 - Demo
+
+
+   https://demo-stable.ofbiz.apache.org/accounting/control/main?USERNAME=admin=ofbiz=Y;
 target="_blank">Backend Management (ERP) Applications 
  
+   https://demo-stable.ofbiz.apache.org/ecommerce/control/main; 
target="_blank">Front End E-Commerce Webstore  
+   
+   
+
+
+   
+  
+Developer Trunk - Demo 
+
+Please note that the trunk version is not recommended for a 
production environment. It is experimental code and contains developments in 
progress that once stablised will become part of future stable releases.
+   https://demo-trunk.ofbiz.apache.org/accounting/control/main?USERNAME=admin=ofbiz=Y;
 target="_blank">Backend Management (ERP) Applications 
   
+   https://demo-trunk.ofbiz.apache.org/ecomseo; 
target="_blank">Front End E-Commerce Webstore  
+

-   The user list is intended for help or issues with OFBiz 
installation, deployment, custom development and usage related topics.
-   Please remember if you are reporting an issue to include the 
following:
-   
-  1 What you 
were looking for?
-  2 How did you 
try to achieve it?
-  3 What did you 
expect as results?
-  4 What you 
actually got as results?
-   
-http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html;>User List 

-
-   
- Developer Mailing List
-The developer list is strictly for topics related to the 

svn commit: r1800369 - in /ofbiz/branches/ofbiz-new-website: developers.html faqs.html mailinglists.html template/page/developers.tpl.php template/page/faqs.tpl.php template/page/mailinglists.tpl.php

2017-06-30 Thread sharan
Author: sharan
Date: Fri Jun 30 10:24:23 2017
New Revision: 1800369

URL: http://svn.apache.org/viewvc?rev=1800369=rev
Log:
Improved:Fixed wrong links in breadcrumbs bar for developers, faqs and mailing 
list pages

Modified:
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/faqs.html
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php
ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php
ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/developers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1800369=1800368=1800369=diff
==
--- ofbiz/branches/ofbiz-new-website/developers.html (original)
+++ ofbiz/branches/ofbiz-new-website/developers.html Fri Jun 30 10:24:23 2017
@@ -108,7 +108,7 @@
   
 
   Getting Started - Developers
-   home/Getting 
Started/Developers 
+   home/Getting 
Started/Developers 
 
   
 

Modified: ofbiz/branches/ofbiz-new-website/faqs.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/faqs.html?rev=1800369=1800368=1800369=diff
==
--- ofbiz/branches/ofbiz-new-website/faqs.html (original)
+++ ofbiz/branches/ofbiz-new-website/faqs.html Fri Jun 30 10:24:23 2017
@@ -108,7 +108,7 @@
   
 
   Frequently Asked Questions
-   home/templates/faq 
+   home/community/faq 
 
   
 

Modified: ofbiz/branches/ofbiz-new-website/mailinglists.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/mailinglists.html?rev=1800369=1800368=1800369=diff
==
--- ofbiz/branches/ofbiz-new-website/mailinglists.html (original)
+++ ofbiz/branches/ofbiz-new-website/mailinglists.html Fri Jun 30 10:24:23 2017
@@ -108,7 +108,7 @@
   
 
   Apache OFBiz Mailing Lists
-   home/Community/Mailing Lists 
+   home/Community/Mailing Lists 

 
   
 

Modified: ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php?rev=1800369=1800368=1800369=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php (original)
+++ ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php Fri Jun 
30 10:24:23 2017
@@ -8,7 +8,7 @@
   
 
   Getting Started - Developers
-   home/Getting 
Started/Developers 
+   home/Getting 
Started/Developers 
 
   
 

Modified: ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php?rev=1800369=1800368=1800369=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php (original)
+++ ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php Fri Jun 30 
10:24:23 2017
@@ -8,7 +8,7 @@
   
 
   Frequently Asked Questions
-   home/templates/faq 
+   home/community/faq 
 
   
 

Modified: ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php?rev=1800369=1800368=1800369=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php Fri Jun 
30 10:24:23 2017
@@ -8,7 +8,7 @@
   
 
   Apache OFBiz Mailing Lists
-   home/Community/Mailing Lists 
+   home/Community/Mailing Lists 

 
   
 




svn commit: r1800373 - in /ofbiz/branches/ofbiz-new-website: ./ template/page/ template/region/

2017-06-30 Thread sharan
Author: sharan
Date: Fri Jun 30 11:11:48 2017
New Revision: 1800373

URL: http://svn.apache.org/viewvc?rev=1800373=rev
Log:
Added:New source repository page and regenerated all pages so the new page will 
be accessible via the menu bar

Added:
ofbiz/branches/ofbiz-new-website/source-repository.html   (with props)
ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php   
(with props)
Modified:
ofbiz/branches/ofbiz-new-website/about-ofbiz.html
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/faqs.html
ofbiz/branches/ofbiz-new-website/getting-involved.html
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
ofbiz/branches/ofbiz-new-website/our-users.html
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php
ofbiz/branches/ofbiz-new-website/user-stories.html

Modified: ofbiz/branches/ofbiz-new-website/about-ofbiz.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/about-ofbiz.html?rev=1800373=1800372=1800373=diff
==
--- ofbiz/branches/ofbiz-new-website/about-ofbiz.html (original)
+++ ofbiz/branches/ofbiz-new-website/about-ofbiz.html Fri Jun 30 11:11:48 2017
@@ -85,7 +85,7 @@
   
 Getting Involved  
  
 Mailing Lists
-Source Repository
+Source Repository
 https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/business-users.html?rev=1800373=1800372=1800373=diff
==
--- ofbiz/branches/ofbiz-new-website/business-users.html (original)
+++ ofbiz/branches/ofbiz-new-website/business-users.html Fri Jun 30 11:11:48 
2017
@@ -85,7 +85,7 @@
   
 Getting Involved  
  
 Mailing Lists
-Source Repository
+Source Repository
 https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/developers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1800373=1800372=1800373=diff
==
--- ofbiz/branches/ofbiz-new-website/developers.html (original)
+++ ofbiz/branches/ofbiz-new-website/developers.html Fri Jun 30 11:11:48 2017
@@ -85,7 +85,7 @@
   
 Getting Involved  
  
 Mailing Lists
-Source Repository
+Source Repository
 https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/download.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/download.html?rev=1800373=1800372=1800373=diff
==
--- ofbiz/branches/ofbiz-new-website/download.html (original)
+++ ofbiz/branches/ofbiz-new-website/download.html Fri Jun 30 11:11:48 2017
@@ -85,7 +85,7 @@
   
 Getting Involved  
  
 Mailing Lists
-Source Repository
+Source Repository
 https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
 FAQ
   

Modified: ofbiz/branches/ofbiz-new-website/faqs.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/faqs.html?rev=1800373=1800372=1800373=diff
==
--- ofbiz/branches/ofbiz-new-website/faqs.html (original)
+++ ofbiz/branches/ofbiz-new-website/faqs.html Fri Jun 30 11:11:48 2017
@@ -85,7 +85,7 @@
   
 Getting Involved  
  
 Mailing Lists
-Source Repository
+Source Repository
 https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-p

svn commit: r1800367 - in /ofbiz/branches/ofbiz-new-website: ./ template/region/

2017-06-30 Thread sharan
Author: sharan
Date: Fri Jun 30 10:10:36 2017
New Revision: 1800367

URL: http://svn.apache.org/viewvc?rev=1800367=rev
Log:
Improved:Removed options not needed for first website release from menus and 
regenerated all pages. Also replaced Users with Demos in menu bar

Modified:
ofbiz/branches/ofbiz-new-website/about-ofbiz.html
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/faqs.html
ofbiz/branches/ofbiz-new-website/getting-involved.html
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
ofbiz/branches/ofbiz-new-website/our-users.html
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/about-ofbiz.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/about-ofbiz.html?rev=1800367=1800366=1800367=diff
==
--- ofbiz/branches/ofbiz-new-website/about-ofbiz.html (original)
+++ ofbiz/branches/ofbiz-new-website/about-ofbiz.html Fri Jun 30 10:10:36 2017
@@ -70,9 +70,7 @@
 News
   
 https://twitter.com/apacheofbiz; 
target="_blank">Twitter
-https://blogs.apache.org/ofbiz/; 
target="_blank">Blog
-User Stories and 
References
-Press
+https://blogs.apache.org/ofbiz/; target="_blank" 
class="last">Blog
   
 
 Documentation
@@ -85,24 +83,14 @@
 
 Community
   
-Getting Involved
-https://cwiki.apache.org/confluence/display/OFBIZ/Events; 
target="_blank">Meetups / Events
+Getting Involved  
  
 Mailing Lists
 Source Repository
 https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
-Service Providers
 FAQ
   
 
-Users
-  
-e-Commerce / e-business
-Manufacturing
-Retail
-Distribution
-Service Industries
-Other
-  
+Demos   
 
 
   
 

Modified: ofbiz/branches/ofbiz-new-website/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/business-users.html?rev=1800367=1800366=1800367=diff
==
--- ofbiz/branches/ofbiz-new-website/business-users.html (original)
+++ ofbiz/branches/ofbiz-new-website/business-users.html Fri Jun 30 10:10:36 
2017
@@ -70,9 +70,7 @@
 News
   
 https://twitter.com/apacheofbiz; 
target="_blank">Twitter
-https://blogs.apache.org/ofbiz/; 
target="_blank">Blog
-User Stories and 
References
-Press
+https://blogs.apache.org/ofbiz/; target="_blank" 
class="last">Blog
   
 
 Documentation
@@ -85,24 +83,14 @@
 
 Community
   
-Getting Involved
-https://cwiki.apache.org/confluence/display/OFBIZ/Events; 
target="_blank">Meetups / Events
+Getting Involved  
  
 Mailing Lists
 Source Repository
 https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
-Service Providers
 FAQ
   
 
-Users
-  
-e-Commerce / e-business
-Manufacturing
-Retail
-Distribution
-Service Industries
-Other
-  
+Demos   
 
 
   
 

Modified: ofbiz/branches/ofbiz-new-website/developers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1800367=1800366=1800367=diff
==
--- ofbiz/branches/ofbiz-new-website/developers.html (original)
+++ ofbiz/branches/ofbiz-new-website/developers.html Fri Jun 30 10:10:36 2017
@@ -70,9 +70,7 @@
 News
   
 h

svn commit: r1800642 - /ofbiz/site/index.html

2017-07-03 Thread sharan
Author: sharan
Date: Mon Jul  3 11:45:34 2017
New Revision: 1800642

URL: http://svn.apache.org/viewvc?rev=1800642=rev
Log:
Updated:Added news item announcment for 16.11.03 release

Modified:
ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1800642=1800641=1800642=diff
==
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Mon Jul  3 11:45:34 2017
@@ -180,6 +180,15 @@
 -->
 
   News
+   
+July 3, 2017 "Apache OFBiz 16.11.03" 
Released
+  
+  
+  Apache OFBiz 16.11.03 is the third release of the 16.11 series, the 
latest and greatest OFBiz version that has been stabilized since November 2016.
+  Please refer to the Release 
Notes for the details.
+  
+  The releases can be downloaded from the download page.
+  
   
 May 22, 2017 "Apache OFBiz 16.11.02" 
Released
   
@@ -209,21 +218,7 @@
   
   The releases can be downloaded from the download page.
   
-  
-April 5, 2016 "Apache OFBiz 13.07.03" 
and "Apache OFBiz 12.04.06" Released
-  
-  
-  Apache OFBiz 13.07.03 is the third release of the 13.07 series, that 
has been stabilized with bug fixes since July 2013.
-  Please refer to the Release 
Notes for the details.
-  
-  Apache OFBiz 12.04.06 is the last release of the 12.04 series, that 
has been stabilized with bug fixes since April 2012.
-  Please refer to the Release 
Notes for the details.
-  Since this is the last release in this series, please consider to 
upgrade to the 13.07 series.
-  
-  The releases can be downloaded from the download page.
-
-  
-
+ 
 
 
 




svn commit: r1800137 - in /ofbiz/branches/ofbiz-new-website: index.html template/page/index.tpl.php

2017-06-28 Thread sharan
Author: sharan
Date: Wed Jun 28 09:39:25 2017
New Revision: 1800137

URL: http://svn.apache.org/viewvc?rev=1800137=rev
Log:
Improved:Home page, added where to start section, updated features and benefits 
section

Modified:
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/template/page/index.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/index.html?rev=1800137=1800136=1800137=diff
==
--- ofbiz/branches/ofbiz-new-website/index.html (original)
+++ ofbiz/branches/ofbiz-new-website/index.html Wed Jun 28 09:39:25 2017
@@ -229,7 +229,7 @@
 
 CRM & ERP  
 
-Mature ERP Solution
+Mature CRM &  ERP Solution
 An Apache top level project for  10 years, OFBiz has shown 
it's stability and maturity as an enterprise-wide 
   ERP solution that is flexible enough to change with your 
business.
   
@@ -249,12 +249,29 @@
   
 
   
+
+
  
   
   
   
 
   
+
+   
+  Where to Start?
+
+   Developer or Business User, getting started with OFBiz is 
easy!. We have a range of information about OFBiz modules and features as well 
as an online demo that you can try.
+ 
+  Developers can get started on 
our  Developers page 
+  Business Users can get started 
on our Business Users page 

+  To see what OFBiz looks like and 
how it works, please try our Online 
Demos
+   
+   
+   
+ 
+
+
 
   Features and Benefits
 
@@ -263,55 +280,38 @@
 
   
  Modules
-  Apache OFBiz comes with a range of core modules 
out-of-the-box (OOTB).
-These are as follows:
-   
+   Apache OFBiz comes with a range of core modules 
out-of-the-box (OOTB) including:
+
Accounting 
(GL,AR,AP,FA)
-  Asset Maintenance
-  Asset Maintenance
-  Order Management
+  CRM,Order Management & 
E-Commerce
   Warehousing and 
Inventory
-  Manufacturing & MRP
-  E-Commerce
-   WebPOS  
   
-
- Can add more text here. 
+  Manufacturing & MRP  
   
+   


Features
- Apache OFBiz has a full set useful business 
features.
-  These are as follows:
-   
-   Advanced Ecommerce and 
Storefront
-  Catalog Management
-  romotion & Pricing 
Management
-  Fulfillment (Stock 
Move,Pick & Ship
-  Contracts, Payments & 
Billing
-  Work Effort (events, 
task, projects)
-  Service Desk
-  ???S   
-
- Can add more text here.
+ Apache OFBiz has a full set useful business 
features including:
+  
+  Product & Catalog 
Management
+  Promotion & Pricing 
Management
+  Supply Chain 
Fulfillment
+  Contracts, Payments & 
Billing  
+  

 
Benefits
-  There are a range of benefits associated with using 
Apache OFBiz.
-  These are as follows:
+  There are a range of benefits associated with using 
Apache OFBiz including:.  
   
   Free and open source - No 
upfront costs
   Scalable, reliable 
enterprise solution
   Fully Customisable
-  Flexible to grow with 
your business
-  
-  ???
-  
-  ???S
-
- Can add more text here.  
+  Flexible to grow with 
your business   
+
 
 
-  
-
+ If you are still unsure or have any questions then please feel free to use 
our https://lists.apache.org/list.html?u...@ofbiz.apache.org; 
target="_blank">User Mailing List 
+ 
+
   
 
   

Modified: ofbiz/branches

svn commit: r1800146 - in /ofbiz/branches/ofbiz-new-website: business-users.html template/page/business-users.tpl.php

2017-06-28 Thread sharan
Author: sharan
Date: Wed Jun 28 10:32:01 2017
New Revision: 1800146

URL: http://svn.apache.org/viewvc?rev=1800146=rev
Log:
Improved: Business users page, updated module features section, added 
documentation links

Modified:
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/business-users.html?rev=1800146=1800145=1800146=diff
==
--- ofbiz/branches/ofbiz-new-website/business-users.html (original)
+++ ofbiz/branches/ofbiz-new-website/business-users.html Wed Jun 28 10:32:01 
2017
@@ -149,14 +149,20 @@
   To download your own version of 
Apache OFBiz, please take a look at Download and 
Install OFBiz 

 If you are still unsure or have any questions then please 
feel free to use our https://lists.apache.org/list.html?u...@ofbiz.apache.org; 
target="_blank">User Mailing List 
-   
 

   
 Online Demos
 
-If you would like try out OFBiz, then we have a range of 
demos that you can login to to see what OFBiz looks like and also to test out 
any of the modules. Our demos include demo data that help you understand how to 
use specific modules.
-   We have demos for the backend ERP modules and the also the 
e-commerce store. Please take a look at Online Demos  for details about 
how to login and access the system.
+If you would like try out OFBiz, then we have a range of 
demos that you can login to to see what OFBiz looks like and also to test out 
any of the modules. Our demos include  demo data  that will 
help you understand how to use specific modules.
+   We have two demos,
+   
+   one demo for the backend ERP 
applications and;
+  one demo for the e-commerce 
store
+   
+
+Please take a look at Online 
Demos  page for details about how to login and access the 
system.
 
 
 
@@ -166,16 +172,13 @@
 Modules and Features
 
 
-
+
 Accounting  
-Content 
Management  
 
Manufacturing  
Human 
Resources  
-   Facility 
Management  
-   Order 
Management  
+   Inventory 
Management  
 Catalog 
Management  
-Party 
Management  
-   CRM  
+CRM & Order 
Management  
e-Commerce / 
e-Shop  
 
 
@@ -195,9 +198,7 @@
   
 
   
-  
-Morbi tincidunt, dui sit amet facilisis feugiat, 
odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque 
molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros 
molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. 
Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum 
mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. 
Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque 
convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem 
euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et 
purus.
-  
+  
 
   

@@ -237,10 +238,6 @@


 
- 
-Mauris eleifend est et turpis. Duis id erat. 
Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque 
rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent 
taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. 
Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus 
hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat 
nec, luctus a, lacus.
-Duis cursus. Maecenas ligula eros, blandit nec, 
pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent 
viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse 
potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, 
id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla 
mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, 
tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. 

svn commit: r1800185 - in /ofbiz/branches/ofbiz-new-website: getting-involved.html template/page/getting-involved.tpl.php

2017-06-28 Thread sharan
Author: sharan
Date: Wed Jun 28 16:15:15 2017
New Revision: 1800185

URL: http://svn.apache.org/viewvc?rev=1800185=rev
Log:
Improved: Getting involved page, updated what we are looking for, what's 
happening and contributing sections

Modified:
ofbiz/branches/ofbiz-new-website/getting-involved.html
ofbiz/branches/ofbiz-new-website/template/page/getting-involved.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/getting-involved.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/getting-involved.html?rev=1800185=1800184=1800185=diff
==
--- ofbiz/branches/ofbiz-new-website/getting-involved.html (original)
+++ ofbiz/branches/ofbiz-new-website/getting-involved.html Wed Jun 28 16:15:15 
2017
@@ -120,7 +120,7 @@
   
 
   Getting Involved
-  home/Community/Getting Involved 
+  home/Community/Getting 
Involved 
 
   
 
@@ -144,11 +144,10 @@
 Introduction
 
Getting involved with the Apache OFBiz Community is 
easy!
-   Apache OFBiz is an open source community project governed by 
rules and http://apache.org/foundation/policies/conduct.html;>Code of 
Conduct of http://apache.org/;>the Apache Software Foundation
-All Apache projects value key concepts such as community, consensus, openness 
and transparency.
+   Apache OFBiz is an open source community project governed by 
rules and http://apache.org/foundation/policies/conduct.html; 
target="_blank">Code of Conduct of http://apache.org/; 
target="_blank">the Apache Software Foundation. All Apache projects value 
key concepts such as community, consensus, openness and transparency.
A popular Apache mantra is "Community over 
Code" meaning that being able to work and collaborate as a community 
is more important than producing code
The Apache OFBiz source code is free, open source and 
provided under the http://apache.org/licenses/;>Apache Licence. It 
is also easily accessible from the Apache source code repository. The project 
mailing lists contain all project releated discussions and decsisions.  
   
-
+   
  
 

@@ -156,19 +155,29 @@ All Apache projects value key concepts s
 Who Are We Looking For?
 
We are looking for you!
-   We welcome participation from anyone willing to work with us 
https://www.apache.org/foundation/how-it-works.html;>The Apache 
Way and make a contribution to the project.
-   Don't worry if you are not a developer. You don't have to be 
a developer to contribute to the project out. In fact we are constantly looking 
for a range of people including anyone that wants to help out us with 
documentation, translations, testing tasks. 
-   Perhaps you are one of our OFBiz users? That's good too - 
you can help us by telling us about features you like (or dont like!) and any 
new improvements that you'd like to see. That is also a way of helping and 
contributing to improving OFBiz. 
+   We welcome participation from anyone willing to work with us 
https://www.apache.org/foundation/how-it-works.html; 
target="_blank">the Apache Way and make a contribution to the project.
+   We welcome non-developers!
+   Don't worry if you are not a developer. You don't have to be 
a developer to contribute to the project.In fact we are always looking for a 
range of contributors including anyone that wants to help out with 
documentation, translations, testing tasks and UX experience design. 
+   Perhaps you are one of our OFBiz users?  
That's good too. You can help us by telling us about features you like (or 
don't like!) plus any new improvements that you'd like to see. So you see there 
are quite a few ways that non developers can help and contribute to improving 
OFBiz. 
+   Developers welcome too!
+   Apache OFBiz is built on Java. If you are a developer or 
want to become one then you can help by  https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide;
 target="_blank">getting familiar with the OFBiz framework and;
+   
+   providing patches for any bugs 
you find
+  pick up and work on any of our 
https://issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-6066?filter=allopenissues;
 target="_blank">open issues
+   
+   If your company uses Apache OFBiz then please consider 
contributing back any functionality you think could help benefit our community. 

+   

 
 
-

   

svn commit: r1803318 - in /ofbiz/branches/ofbiz-new-website: download.html images/Download.jpg images/Subscribe.jpg mailinglists.html template/page/download.tpl.php template/page/mailinglists.tpl.php

2017-07-28 Thread sharan
Author: sharan
Date: Fri Jul 28 18:21:38 2017
New Revision: 1803318

URL: http://svn.apache.org/viewvc?rev=1803318=rev
Log:
Improved:Removed generic images and added OFBiz specific images to mailing list 
and download pages

Added:
ofbiz/branches/ofbiz-new-website/images/Download.jpg   (with props)
ofbiz/branches/ofbiz-new-website/images/Subscribe.jpg   (with props)
Modified:
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php
ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/download.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/download.html?rev=1803318=1803317=1803318=diff
==
--- ofbiz/branches/ofbiz-new-website/download.html (original)
+++ ofbiz/branches/ofbiz-new-website/download.html Fri Jul 28 18:21:38 2017
@@ -313,7 +313,7 @@
   
 Download Apache OFBiz
 
-  
+  
   Use the links below to download Apache OFBiz releases 
from the "Apache Download Mirrors" page. The download page also includes 
instructions on how to verify the integrity of the release file using the 
signature and hashes (PGP, MD5, SHA512) available for each release.  

  PLEASE NOTE: Despite our best efforts to 
maintain up to three active release branches, support for older branches can 
decrease because our project volunteers may be focused on other issues. We 
recommend using releases from the most recent branch wherever possible. 
 Apache OFBiz 16.11.03

Added: ofbiz/branches/ofbiz-new-website/images/Download.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/Download.jpg?rev=1803318=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/Download.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/Download.jpg
--
svn:mime-type = image/jpeg

Added: ofbiz/branches/ofbiz-new-website/images/Subscribe.jpg
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/Subscribe.jpg?rev=1803318=auto
==
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/images/Subscribe.jpg
--
svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/images/Subscribe.jpg
--
svn:mime-type = image/jpeg

Modified: ofbiz/branches/ofbiz-new-website/mailinglists.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/mailinglists.html?rev=1803318=1803317=1803318=diff
==
--- ofbiz/branches/ofbiz-new-website/mailinglists.html (original)
+++ ofbiz/branches/ofbiz-new-website/mailinglists.html Fri Jul 28 18:21:38 2017
@@ -117,7 +117,7 @@
   
 
   
-  
+  
 
   Subscribe to Our Mailing Lists
   

Modified: ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php?rev=1803318=1803317=1803318=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php (original)
+++ ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php Fri Jul 28 
18:21:38 2017
@@ -212,7 +212,7 @@
   
 Download Apache OFBiz
 
-  
+  
   Use the links below to download Apache OFBiz releases 
from the "Apache Download Mirrors" page. The download page also includes 
instructions on how to verify the integrity of the release file using the 
signature and hashes (PGP, MD5, SHA512) available for each release.  

  PLEASE NOTE: Despite our best efforts to 
maintain up to three active release branches, support for older branches can 
decrease because our project volunteers may be focused on other issues. We 
recommend using releases from the most recent branch wherever possible. 
 Apache OFBiz 16.11.03

Modified: ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php?rev=1803318=

svn commit: r1799897 - in /ofbiz/branches/ofbiz-new-website: getting-involved.html template/page/getting-involved.tpl.php

2017-06-26 Thread sharan
Author: sharan
Date: Mon Jun 26 12:42:30 2017
New Revision: 1799897

URL: http://svn.apache.org/viewvc?rev=1799897=rev
Log:
Updated:Getting Involved page with links in Introduction and What we are 
looking for sections

Modified:
ofbiz/branches/ofbiz-new-website/getting-involved.html
ofbiz/branches/ofbiz-new-website/template/page/getting-involved.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/getting-involved.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/getting-involved.html?rev=1799897=1799896=1799897=diff
==
--- ofbiz/branches/ofbiz-new-website/getting-involved.html (original)
+++ ofbiz/branches/ofbiz-new-website/getting-involved.html Mon Jun 26 12:42:30 
2017
@@ -143,16 +143,20 @@
   
 Introduction
 
-   Getting involved with the Apache OFBiz Community is 
easy!
-   We are an open source community governed by the Apache 
Software Foundation. We strive to be open and transparent with our community. 
Our source code is open source and easily accessible from our source control 
system and our mailings lists for all our discussions and decsisions are made 
on our mailing lists 
+   Getting involved with the Apache OFBiz Community is 
easy!
+   Apache OFBiz is an open source community project governed by 
rules and http://apache.org/foundation/policies/conduct.html;>Code of 
Conduct of http://apache.org/;>the Apache Software Foundation
+All Apache projects value key concepts such as community, consensus, openness 
and transparency.
+   A popular Apache mantra is "Community over 
Code" meaning that being able to work and collaborate as a community 
is more important than producing code
+   The Apache OFBiz source code is free, open source and 
provided under the http://apache.org/licenses/;>Apache Licence. It 
is also easily accessible from the Apache source code repository. The project 
mailing lists contain all project releated discussions and decsisions.  
   
 
-
+ 
 

   
 Who Are We Looking For?
 
-   We are lookin for you! We welcome participation from anyone 
willing to work with us The Apache Way and make a contribution to the 
project.
+   We are looking for you!
+   We welcome participation from anyone willing to work with us 
https://www.apache.org/foundation/how-it-works.html;>The Apache 
Way and make a contribution to the project.
Don't worry if you are not a developer. You don't have to be 
a developer to contribute to the project out. In fact we are constantly looking 
for a range of people including anyone that wants to help out us with 
documentation, translations, testing tasks. 
Perhaps you are one of our OFBiz users? That's good too - 
you can help us by telling us about features you like (or dont like!) and any 
new improvements that you'd like to see. That is also a way of helping and 
contributing to improving OFBiz. 


Modified: 
ofbiz/branches/ofbiz-new-website/template/page/getting-involved.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/getting-involved.tpl.php?rev=1799897=1799896=1799897=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/getting-involved.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/getting-involved.tpl.php Mon 
Jun 26 12:42:30 2017
@@ -31,16 +31,20 @@
   
 Introduction
 
-   Getting involved with the Apache OFBiz Community is 
easy!
-   We are an open source community governed by the Apache 
Software Foundation. We strive to be open and transparent with our community. 
Our source code is open source and easily accessible from our source control 
system and our mailings lists for all our discussions and decsisions are made 
on our mailing lists 
+   Getting involved with the Apache OFBiz Community is 
easy!
+   Apache OFBiz is an open source community project governed by 
rules and http://apache.org/foundation/policies/conduct.html;>Code of 
Conduct of http://apache.org/;>the Apache Software Foundation
+All Apache projects value key concepts such as community, consensus, openness 
and transparency.
+   A popular Apache mantra is "Community over 
Code" meaning that being able to work and collaborate as a community 
is more important than producing code
+   The Apache OFBiz source code is free, open source and 
provided under the http://apache.org/licenses/;>Apache Licence. It 
is also easily accessib

  1   2   >