From 38aee9dbfbb414a347797fb199b08f281a00fbfb Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Tue, 2 Feb 2010 15:12:33 +0000 Subject: basically complete but needs error handling and tidying git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905668 13f79535-47bb-0310-9956-ffa450edef68 --- .../jagg/src/main/resources/uiservices/plan.html | 38 ++++++++++++---------- 1 file changed, 21 insertions(+), 17 deletions(-) (limited to 'sandbox/kgoodson/jagg/src/main/resources/uiservices') diff --git a/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html b/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html index a26049f958..2b33988c00 100644 --- a/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html +++ b/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html @@ -36,7 +36,10 @@ } ms = plan.milestone.list; var mscontent = ""; - var mschoice = 'in Milestone

"; - mschoice += ''; + mschoice += ''; document.getElementById('milestones').innerHTML='

' + mscontent; - - - var newmscontent = - '
'+ - '
'+ - 'Add new Work Item for JIRA: '+ 'in Milestone '+mschoice+ - '
'+ - '
Add New Milestone '+ - '
'+ - '' - '
'; - document.getElementById('addPlanData').innerHTML=newmscontent; + document.getElementById('mschoice').innerHTML=mschoice; return; } @@ -106,7 +98,6 @@ function plan_postNewWorkItem_response() { - // refresh planView.getLite().addCallback(plan_getResponse); } @@ -136,8 +127,21 @@ - - +
+
+ + + + +
+
+
+ Add New Milestone +
+ +
+
+
\ No newline at end of file -- cgit v1.2.3