Author: hansbak
Date: Thu Dec 13 22:07:21 2007 New Revision: 604112 URL: http://svn.apache.org/viewvc?rev=604112&view=rev Log: updated the projectmanager starting page with better formatting and text Added: ofbiz/trunk/specialpurpose/projectmgr/main.ftl (with props) Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml Added: ofbiz/trunk/specialpurpose/projectmgr/main.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/main.ftl?rev=604112&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/main.ftl (added) +++ ofbiz/trunk/specialpurpose/projectmgr/main.ftl Thu Dec 13 22:07:21 2007 @@ -0,0 +1,16 @@ + +<br/> +<h2>${text1}</h2> +<br/> +<#if text2?exists> +<h2>${text2}</h2> +</#if><br/> +<#if link1?exists> +<h2>1. <a href="${link1}" target="new1">${link1Text}</a></h2> +</#if> +<#if link2?exists> +<h2>2. <a href="${link2}" target="new2">${link2Text}</a></h2> +</#if> +<#if link3?exists> +<h2>3. <a href="${link3}" target="new3">${link3Text}</a></h2> +</#if> Propchange: ofbiz/trunk/specialpurpose/projectmgr/main.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/projectmgr/main.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/specialpurpose/projectmgr/main.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml?rev=604112&r1=604111&r2=604112&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml Thu Dec 13 22:07:21 2007 @@ -283,21 +283,27 @@ <container> <label style="head1" text="Introduction to the Project Manager Application"/> </container> - <container> - <label > - This application id currently under development and could use your help. - The system has the following supporting documents: - </label> - </container> - <container> - <link text="A development document." target="http://docs.ofbiz.org/display/OFBIZ/Complete+the+implementation+of+the+ProjectMgr+component." url-mode="plain" target-window="new"/> - </container> - <container> - <link text="A user document" target="http://docs.ofbiz.org/display/OFBENDUSER/Project+Manager+Role" url-mode="plain" target-window="new1"></link> - </container> - <container> - <link text="An issue system for fault reports and change requests" target="https://issues.apache.org/jira/browse/OFBIZ/component/12312073" target-window="new2" url-mode="plain"/> - </container> + <section> + <actions> + <set field="text1" value="The projectmanager supports the administration of projects, task assignment/reassignment with time registration and invoicing. + The component is under development and could use your help, either by programming (see the open issues) or with testing and suggestions with comments to the documents or with a new issue in Jira (see below)"/> + <set field="text2" value="It is presently supported with the following documents:"/> + <set field="link1Text" value="A development document."/> + <set field="link1" value="http://docs.ofbiz.org/display/OFBIZ/Complete+the+implementation+of+the+ProjectMgr+component."/> + <set field="link2Text" value="User document"/> + <set field="link2" value="http://docs.ofbiz.org/display/OFBENDUSER/Project+Manager+Role"/> + <set field="link3Text" value="A Jira issue system for fault reports and change requests"/> + <set field="link3" value="https://issues.apache.org/jira/browse/OFBIZ/component/12312073"/> + + </actions> + <widgets> + <platform-specific> + <html> + <html-template location="component://projectmgr/main.ftl"/> + </html> + </platform-specific> + </widgets> + </section> </decorator-section> </decorator-screen> |
Free forum by Nabble | Edit this page |