Author: mrisaliti
Date: Tue Mar 17 20:01:03 2009 New Revision: 755374 URL: http://svn.apache.org/viewvc?rev=755374&view=rev Log: Change some ftl file that having the svn properties empty. Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl (contents, props changed) ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl (contents, props changed) ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl (contents, props changed) ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl (contents, props changed) ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl (contents, props changed) Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl?rev=755374&r1=755373&r2=755374&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl Tue Mar 17 20:01:03 2009 @@ -1,88 +1,88 @@ -<#-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<div class="screenlet"> - <div class="screenlet-title-bar"> - <ul> - <li class="h3"> ${uiLabelMap.ProjectMgrAddTimeEntry}</li> - </ul> - <br class="clear" /> - </div> - <div class="screenlet-body"> - <form name="editTimeEntryForm" action="<@ofbizUrl>createTimeEntry</@ofbizUrl>"> - <table width="100%" cellpadding="2" cellspacing="0" border="1"> - <tr> - <td><input type="hidden" name="workEffortId" value="${parameters.workEffortId?if_exists}"/></td> - </tr> - <tr> - <td class="label" >${uiLabelMap.PartyPartyId}</td> - <td> - <input type="text" name="partyId" value=""/> - <a href="javascript:call_fieldlookup2(document.editTimeEntryForm.partyId,'LookupPerson');"> - <img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/> - </a> - </td> - </tr> - <tr> - <td class="label" >${uiLabelMap.CommonFromDate}</td> - <td> - <input type="text" size="20" name="fromDate"/> - <a href="javascript:call_cal(document.editTimeEntryForm.fromDate, '${nowTimestamp?string}');"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> - </td> - </tr> - <tr> - <td class="label" >${uiLabelMap.CommonThruDate}</td> - <td> - <input type="text" size="20" name="thruDate"/> - <a href="javascript:call_cal(document.editTimeEntryForm.thruDate, '${nowTimestamp?string}');"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> - </td> - </tr> - <tr> - <td class="label" >${uiLabelMap.WorkEffortTimesheetRateType}</td> - <td> - <#assign rateTypes = delegator.findList("RateType", null, null, null, null, false)> - <select name="rateTypeId"> - <#list rateTypes as rateType> - <option value="${rateType.rateTypeId}">${rateType.description}</option> - </#list> - </select> - </td> - </tr> - <tr> - <td class="label" >${uiLabelMap.WorkEffortTimesheetTimesheetId}</td> - <td> - <input type="text" name="timesheetId" value=""/> - <a href="javascript:call_fieldlookup2(document.editTimeEntryForm.timesheetId,'LookupTimesheet');"> - <img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/> - </a> - </td> - </tr> - <tr> - <td class="label" >${uiLabelMap.WorkEffortTimesheetHours}</td> - <td><input type="text" name="hours" value=""/></td> - </tr> - <tr> - <td> </td> - <td> - <input type="submit" name="submit" value="${uiLabelMap.CommonSave}"/> - </td> - </tr> - </table> - </form> - </div> -</div> +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<div class="screenlet"> + <div class="screenlet-title-bar"> + <ul> + <li class="h3"> ${uiLabelMap.ProjectMgrAddTimeEntry}</li> + </ul> + <br class="clear" /> + </div> + <div class="screenlet-body"> + <form name="editTimeEntryForm" action="<@ofbizUrl>createTimeEntry</@ofbizUrl>"> + <table width="100%" cellpadding="2" cellspacing="0" border="1"> + <tr> + <td><input type="hidden" name="workEffortId" value="${parameters.workEffortId?if_exists}"/></td> + </tr> + <tr> + <td class="label" >${uiLabelMap.PartyPartyId}</td> + <td> + <input type="text" name="partyId" value=""/> + <a href="javascript:call_fieldlookup2(document.editTimeEntryForm.partyId,'LookupPerson');"> + <img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/> + </a> + </td> + </tr> + <tr> + <td class="label" >${uiLabelMap.CommonFromDate}</td> + <td> + <input type="text" size="20" name="fromDate"/> + <a href="javascript:call_cal(document.editTimeEntryForm.fromDate, '${nowTimestamp?string}');"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> + </td> + </tr> + <tr> + <td class="label" >${uiLabelMap.CommonThruDate}</td> + <td> + <input type="text" size="20" name="thruDate"/> + <a href="javascript:call_cal(document.editTimeEntryForm.thruDate, '${nowTimestamp?string}');"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> + </td> + </tr> + <tr> + <td class="label" >${uiLabelMap.WorkEffortTimesheetRateType}</td> + <td> + <#assign rateTypes = delegator.findList("RateType", null, null, null, null, false)> + <select name="rateTypeId"> + <#list rateTypes as rateType> + <option value="${rateType.rateTypeId}">${rateType.description}</option> + </#list> + </select> + </td> + </tr> + <tr> + <td class="label" >${uiLabelMap.WorkEffortTimesheetTimesheetId}</td> + <td> + <input type="text" name="timesheetId" value=""/> + <a href="javascript:call_fieldlookup2(document.editTimeEntryForm.timesheetId,'LookupTimesheet');"> + <img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/> + </a> + </td> + </tr> + <tr> + <td class="label" >${uiLabelMap.WorkEffortTimesheetHours}</td> + <td><input type="text" name="hours" value=""/></td> + </tr> + <tr> + <td> </td> + <td> + <input type="submit" name="submit" value="${uiLabelMap.CommonSave}"/> + </td> + </tr> + </table> + </form> + </div> +</div> Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl?rev=755374&r1=755373&r2=755374&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl Tue Mar 17 20:01:03 2009 @@ -1,65 +1,65 @@ -<#-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> - -<div class="screenlet"> - <div class="screenlet-title-bar"> - <ul> - <li class="h3"> ${uiLabelMap.PageTitleAddSkill}</li> - </ul> - <br class="clear" /> - </div> - <div class="screenlet-body"> - <form name="editProjectSkillForm" action="<@ofbizUrl>createProjectSkillStandard</@ofbizUrl>"> - <table width="100%" cellpadding="2" cellspacing="0" border="1"> - <tr> - <td><input type="hidden" name="workEffortId" value="${parameters.workEffortIdFrom?if_exists}"/></td> - </tr> - <tr> - <td class="label">${uiLabelMap.ProjectMgrSkillType}</td> - <td> - <#assign skillTypes = delegator.findList("SkillType", null, null, null, null, false)> - <select name="skillTypeId"> - <#list skillTypes as skillType> - <option value="${skillType.skillTypeId}">${skillType.description}</option> - </#list> - </select><span class="tooltip">${uiLabelMap.CommonRequired}</span></td> - </td> - </tr> - <tr> - <td class="label" >${uiLabelMap.ProjectMgrEstimatedNumPeople}</td> - <td><input type="text" name="estimatedNumPeople" value=""/></td> - </tr> - <tr> - <td class="label" >${uiLabelMap.ProjectMgrEstimatedDuration}</td> - <td><input type="text" name="estimatedDuration" value=""/></td> - </tr> - <tr> - <td class="label" >${uiLabelMap.ProjectMgrEstimatedCost}</td> - <td><input type="text" name="estimatedCost" value=""/></td> - </tr> - <tr> - <td> </td> - <td> - <input type="submit" name="submit" value="${uiLabelMap.CommonSave}"/> - </td> - </tr> - </table> - </form> - </div> -</div> +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<div class="screenlet"> + <div class="screenlet-title-bar"> + <ul> + <li class="h3"> ${uiLabelMap.PageTitleAddSkill}</li> + </ul> + <br class="clear" /> + </div> + <div class="screenlet-body"> + <form name="editProjectSkillForm" action="<@ofbizUrl>createProjectSkillStandard</@ofbizUrl>"> + <table width="100%" cellpadding="2" cellspacing="0" border="1"> + <tr> + <td><input type="hidden" name="workEffortId" value="${parameters.workEffortIdFrom?if_exists}"/></td> + </tr> + <tr> + <td class="label">${uiLabelMap.ProjectMgrSkillType}</td> + <td> + <#assign skillTypes = delegator.findList("SkillType", null, null, null, null, false)> + <select name="skillTypeId"> + <#list skillTypes as skillType> + <option value="${skillType.skillTypeId}">${skillType.description}</option> + </#list> + </select><span class="tooltip">${uiLabelMap.CommonRequired}</span></td> + </td> + </tr> + <tr> + <td class="label" >${uiLabelMap.ProjectMgrEstimatedNumPeople}</td> + <td><input type="text" name="estimatedNumPeople" value=""/></td> + </tr> + <tr> + <td class="label" >${uiLabelMap.ProjectMgrEstimatedDuration}</td> + <td><input type="text" name="estimatedDuration" value=""/></td> + </tr> + <tr> + <td class="label" >${uiLabelMap.ProjectMgrEstimatedCost}</td> + <td><input type="text" name="estimatedCost" value=""/></td> + </tr> + <tr> + <td> </td> + <td> + <input type="submit" name="submit" value="${uiLabelMap.CommonSave}"/> + </td> + </tr> + </table> + </form> + </div> +</div> Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl?rev=755374&r1=755373&r2=755374&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl Tue Mar 17 20:01:03 2009 @@ -1,83 +1,83 @@ -<#-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<script language="JavaScript" type="text/javascript"> -<!-- // -function lookupTasks(click) { - document.lookupTask.action = "<@ofbizUrl>FindTask</@ofbizUrl>"; - if (click) { - document.lookupTask.submit(); - } - return true; -} -// --> -</script> - -<div class="screenlet"> - <div class="screenlet-title-bar"> - <ul> - <li class="h3">Find Task</li> - </ul> - <br class="clear" /> - </div> - <div class="screenlet-body"> - <form method="post" name="lookupTask" action="<@ofbizUrl>FindTask?workEffortTypeId=TASK&findAll=Y</@ofbizUrl>"> - <table width=""> - <tr> - <td><input type="hidden" name="workEffortIdFrom" value="${parameters.workEffortIdFrom?if_exists}"/></td> - <td><input type="hidden" name="workEffortId" value="${parameters.workEffortIdFrom?if_exists}"/></td> - <td><input type="hidden" name="workEffortAssocTypeId" value="${parameters.workEffortAssocTypeId?if_exists}"/></td> - </tr> - <tr> - <td><b>To Find Task Give Range</b></td> - </tr> - <tr> - <td align="right">${uiLabelMap.CommonFromDate}</td> - <td> - <input type="text" size="20" name="fromDate" class="field text"> - <a href="javascript:call_cal(document.lookupTask.fromDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> - </td> - <td> </td> - </tr> - <tr> - <td align="right">${uiLabelMap.CommonThruDate}</td> - <td> - <input type="text" size="20" name="thruDate" class="field text"> - <a href="javascript:call_cal(document.lookupTask.thruDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> - </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td> - <a href="javascript:document.lookupTask.submit()" class="buttontext">${uiLabelMap.CommonFind}</a> - </td> - </tr> - <tr><td> </td></tr> - <tr> - <td> - <div class='label'>${uiLabelMap.ProjectMgrFilterOn} ${uiLabelMap.ProjectMgrTaskNotAssignedPhase}</div> - </td> - <td> - <input type="checkbox" name="filterTaskNotAssigned" value="Y" onclick="javascript:lookupTasks(true);"/> - </td> - </tr> - </table> - </form> - </div> -</div> +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<script language="JavaScript" type="text/javascript"> +<!-- // +function lookupTasks(click) { + document.lookupTask.action = "<@ofbizUrl>FindTask</@ofbizUrl>"; + if (click) { + document.lookupTask.submit(); + } + return true; +} +// --> +</script> + +<div class="screenlet"> + <div class="screenlet-title-bar"> + <ul> + <li class="h3">Find Task</li> + </ul> + <br class="clear" /> + </div> + <div class="screenlet-body"> + <form method="post" name="lookupTask" action="<@ofbizUrl>FindTask?workEffortTypeId=TASK&findAll=Y</@ofbizUrl>"> + <table width=""> + <tr> + <td><input type="hidden" name="workEffortIdFrom" value="${parameters.workEffortIdFrom?if_exists}"/></td> + <td><input type="hidden" name="workEffortId" value="${parameters.workEffortIdFrom?if_exists}"/></td> + <td><input type="hidden" name="workEffortAssocTypeId" value="${parameters.workEffortAssocTypeId?if_exists}"/></td> + </tr> + <tr> + <td><b>To Find Task Give Range</b></td> + </tr> + <tr> + <td align="right">${uiLabelMap.CommonFromDate}</td> + <td> + <input type="text" size="20" name="fromDate" class="field text"> + <a href="javascript:call_cal(document.lookupTask.fromDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> + </td> + <td> </td> + </tr> + <tr> + <td align="right">${uiLabelMap.CommonThruDate}</td> + <td> + <input type="text" size="20" name="thruDate" class="field text"> + <a href="javascript:call_cal(document.lookupTask.thruDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> + </td> + <td> </td> + </tr> + <tr> + <td> </td> + <td> + <a href="javascript:document.lookupTask.submit()" class="buttontext">${uiLabelMap.CommonFind}</a> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td> + <div class='label'>${uiLabelMap.ProjectMgrFilterOn} ${uiLabelMap.ProjectMgrTaskNotAssignedPhase}</div> + </td> + <td> + <input type="checkbox" name="filterTaskNotAssigned" value="Y" onclick="javascript:lookupTasks(true);"/> + </td> + </tr> + </table> + </form> + </div> +</div> Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl?rev=755374&r1=755373&r2=755374&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl Tue Mar 17 20:01:03 2009 @@ -1,66 +1,66 @@ -<#-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> - -<div class="screenlet"> - <div class="screenlet-title-bar"> - <ul> - <li class="h3"> Find TimeSheet</li> - </ul> - <br class="clear" /> - </div> - <div class="screenlet-body"> - <form method="post" name="listTimeSheetByDateRange" action="<@ofbizUrl>FindTimeSheet?findAll=Y</@ofbizUrl>"> - <table> - <td><b>To Find TimeSheet Give Range</b></td> - <tr><td> - <fieldset class="right"> - <div class="form-row"> - <div class="field-label"> - <label for="fromDate">${uiLabelMap.CommonFromDate}<span class="requiredLabel"></span></label> - </div> - <div class="field-widget"> - <input name="fromDate" class="field text" type="text" size=20 value="" title=""/> - <a href="javascript:call_cal(document.listTimeSheetByDateRange.fromDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> - </div> - </div> - <div class="form-row"> - <div class="field-label"> - <label for="thruDate">${uiLabelMap.CommonThruDate}<span class="requiredLabel"></span></label> - </div> - <div class="field-widget"> - <input name="thruDate" class="field text" type="text" size=20 value="" title="" /> - <a href="javascript:call_cal(document.listTimeSheetByDateRange.thruDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> - </div> - </div> - </fieldset> - </td></tr> - <tr><td> </td></tr> - <tr><td> - <fieldset class="right"> - <div class="form-row"> - <div> - <a href="javascript:document.listTimeSheetByDateRange.submit()" class="buttontext">${uiLabelMap.CommonFind}</a> - </div> - </div> - </fieldset> - </td></tr> - </table> - </form> - </div> -</div> +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<div class="screenlet"> + <div class="screenlet-title-bar"> + <ul> + <li class="h3"> Find TimeSheet</li> + </ul> + <br class="clear" /> + </div> + <div class="screenlet-body"> + <form method="post" name="listTimeSheetByDateRange" action="<@ofbizUrl>FindTimeSheet?findAll=Y</@ofbizUrl>"> + <table> + <td><b>To Find TimeSheet Give Range</b></td> + <tr><td> + <fieldset class="right"> + <div class="form-row"> + <div class="field-label"> + <label for="fromDate">${uiLabelMap.CommonFromDate}<span class="requiredLabel"></span></label> + </div> + <div class="field-widget"> + <input name="fromDate" class="field text" type="text" size=20 value="" title=""/> + <a href="javascript:call_cal(document.listTimeSheetByDateRange.fromDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> + </div> + </div> + <div class="form-row"> + <div class="field-label"> + <label for="thruDate">${uiLabelMap.CommonThruDate}<span class="requiredLabel"></span></label> + </div> + <div class="field-widget"> + <input name="thruDate" class="field text" type="text" size=20 value="" title="" /> + <a href="javascript:call_cal(document.listTimeSheetByDateRange.thruDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> + </div> + </div> + </fieldset> + </td></tr> + <tr><td> </td></tr> + <tr><td> + <fieldset class="right"> + <div class="form-row"> + <div> + <a href="javascript:document.listTimeSheetByDateRange.submit()" class="buttontext">${uiLabelMap.CommonFind}</a> + </div> + </div> + </fieldset> + </td></tr> + </table> + </form> + </div> +</div> Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl?rev=755374&r1=755373&r2=755374&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl Tue Mar 17 20:01:03 2009 @@ -1,66 +1,66 @@ -<#-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> - -<div class="screenlet"> - <div class="screenlet-title-bar"> - <ul> - <li class="h3"> ${uiLabelMap.PageTitleFindProject}</li> - </ul> - <br class="clear" /> - </div> - <div class="screenlet-body"> - <form method="post" name="listProjectsByDateRange" action="<@ofbizUrl>FindProjectByRange?workEffortTypeId=PROJECT&findAll=Y</@ofbizUrl>"> - <table> - <td><b>${uiLabelMap.ProjectMgrToFindProject}</b></td> - <tr><td> - <fieldset class="right"> - <div class="form-row"> - <div class="field-label"> - <label for="fromDate">${uiLabelMap.CommonFromDate}<span class="requiredLabel"></span></label> - </div> - <div class="field-widget"> - <input name="fromDate" class="field text" type="text" size=20 value="" title=""/> - <a href="javascript:call_cal(document.listProjectsByDateRange.fromDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> - </div> - </div> - <div class="form-row"> - <div class="field-label"> - <label for="thruDate">${uiLabelMap.CommonThruDate}<span class="requiredLabel"></span></label> - </div> - <div class="field-widget"> - <input name="thruDate" class="field text" type="text" size=20 value="" title="" /> - <a href="javascript:call_cal(document.listProjectsByDateRange.thruDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> - </div> - </div> - </fieldset> - </td></tr> - <tr><td> </td></tr> - <tr><td> - <fieldset class="right"> - <div class="form-row"> - <div> - <a href="javascript:document.listProjectsByDateRange.submit()" class="buttontext">${uiLabelMap.CommonFind}</a> - </div> - </div> - </fieldset> - </td></tr> - </table> - </form> - </div> -</div> +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<div class="screenlet"> + <div class="screenlet-title-bar"> + <ul> + <li class="h3"> ${uiLabelMap.PageTitleFindProject}</li> + </ul> + <br class="clear" /> + </div> + <div class="screenlet-body"> + <form method="post" name="listProjectsByDateRange" action="<@ofbizUrl>FindProjectByRange?workEffortTypeId=PROJECT&findAll=Y</@ofbizUrl>"> + <table> + <td><b>${uiLabelMap.ProjectMgrToFindProject}</b></td> + <tr><td> + <fieldset class="right"> + <div class="form-row"> + <div class="field-label"> + <label for="fromDate">${uiLabelMap.CommonFromDate}<span class="requiredLabel"></span></label> + </div> + <div class="field-widget"> + <input name="fromDate" class="field text" type="text" size=20 value="" title=""/> + <a href="javascript:call_cal(document.listProjectsByDateRange.fromDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> + </div> + </div> + <div class="form-row"> + <div class="field-label"> + <label for="thruDate">${uiLabelMap.CommonThruDate}<span class="requiredLabel"></span></label> + </div> + <div class="field-widget"> + <input name="thruDate" class="field text" type="text" size=20 value="" title="" /> + <a href="javascript:call_cal(document.listProjectsByDateRange.thruDate, null);"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a> + </div> + </div> + </fieldset> + </td></tr> + <tr><td> </td></tr> + <tr><td> + <fieldset class="right"> + <div class="form-row"> + <div> + <a href="javascript:document.listProjectsByDateRange.submit()" class="buttontext">${uiLabelMap.CommonFind}</a> + </div> + </div> + </fieldset> + </td></tr> + </table> + </form> + </div> +</div> Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain |
Free forum by Nabble | Edit this page |