+ +
Subject | +@task_title@ | +
---|---|
Description | +@description@ + |
Start date | +@start_date@ | +
End date | +@end_date@ | +
Priority | +
+ +Assigned: + +
+ +Watchers: Index: openacs-4/contrib/packages/project-manager/www/task-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/www/Attic/task-one.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/contrib/packages/project-manager/www/task-one.tcl 30 Jul 2003 20:42:05 -0000 1.1 @@ -0,0 +1,33 @@ +ad_page_contract { + Main view page for one task. + + @author jader@bread.com + @creation-date 2003-07-28 + @cvs-id $Id: task-one.tcl,v 1.1 2003/07/30 20:42:05 jader Exp $ + + @param task_id item_id for the task + @param project_item_id the item_id for the project. Used for navigational links + @param context_bar value for context bar creation + @property task_title Name for Task +} { + task_id:integer + project_item_id:integer + project_id:integer + +} -properties { + context_bar:onevalue + task_title:onevalue + description:onevalue + start_date:onevalue + end_date:onevalue +} + +# --------------------------------------------------------------- # + +set context_bar [ad_context_bar "one?item_id=$project_item_id&project_id=$project_id Project" "View"] + +db_1row task_query { } + +ad_return_template + +# ------------------------- END OF FILE ------------------------- # Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/contrib/packages/project-manager/www/view-project-postgresql.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/contrib/packages/project-manager/www/view-project.adp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/contrib/packages/project-manager/www/view-project.tcl'. Fisheye: No comparison available. Pass `N' to diff?