\n"; echo " \n"; echo " \n"; echo "

" . $GETtitle . " Annotated Timeline Chart

\n"; ?>
Another annotated timeline chart? ' . "\n " . " function later() { \n" . ' var datalineprefix = " "; ' . "\n"; echo ' var datalinesuffix = ""; ' . "\n"; echo ' var extra = ""; ' . "\n"; echo ' var bits = ""; ' . "\n"; echo ' var task = ""; ' . "\n"; echo ' var xtask = ""; ' . "\n"; echo ' var ict = 0; ' . "\n"; echo ' var thisline = 1; ' . "\n"; echo ' var totalleft = 100.0; ' . "\n"; echo ' var title = prompt("Enter Annotated Timeline Chart Title", "Sold Pencils and Sold Pens"); ' . "\n"; echo ' if (title != null) { ' . "\n"; echo ' ttitle = title; ' . "\n" . ' task = prompt("Number of Timeline Events for " + title, ""); ' . "\n"; echo ' if (task == null) { ' . "\n"; echo ' title = title; ' . "\n"; echo ' } else if (task != "0" && task.indexOf("-") == -1 && (task.length == 1 || task.length == 2)) { ' . "\n"; echo ' xtask = prompt("Task1", ttask1); ttask1 = xtask; ttitle1 = xtask + " " + ttitle1; ttext1 = xtask + " " + ttext1; ' . "\n"; echo ' xtask = prompt("Title1", ttitle1); ttitle1 = xtask; ' . "\n"; echo ' xtask = prompt("Text1", ttext1); ttext1 = xtask; ' . "\n"; echo ' xtask = prompt("Task2", ttask2); ttask2 = xtask; ttitle2 = xtask + " " + ttitle2; ttext2 = xtask + " " + ttext2; ' . "\n"; echo ' xtask = prompt("Title2", ttitle2); ttitle2 = xtask; ' . "\n"; echo ' xtask = prompt("Text2", ttext2); ttext2 = xtask; ' . "\n"; echo ' bits = "
Click here to Show Chart when All Filled out Below ...
";' . "\n"; echo ' num = task;' . "\n" . 'while (ict != task) { ' . "\n"; echo ' bits = bits + "";' . "\n"; echo ' ict = ict + 1;' . "\n"; echo ' bits = bits + "";' . "\n"; echo ' bits = bits + "";' . "\n"; echo ' bits = bits + "";' . "\n"; echo ' bits = bits + "";' . "\n"; echo ' bits = bits + "";' . "\n"; echo ' bits = bits + "";' . "\n"; echo ' bits = bits + "";' . "\n"; echo ' bits = bits + "";' . "\n"; echo ' bits = bits + "";' . "\n"; //echo ' alert(ict + " -- " + bits);' . "\n"; echo ' } ' . "\n"; echo ' } else { alert("Can only handle 99 or less."); window.location = "./annotatedtimeline_chart.php"; }' . "\n"; echo ' bits = bits + "
From" + ttitle1 + "" + ttext1 + "" + ttask1 + "" + ttask2 + "" + ttitle2 + "" + ttext2 + "To
";' . "\n"; //echo ' alert(bits);' . "\n"; echo ' var ct = document.getElementById("calendar_table"); ' . "\n"; echo ' ct.innerHTML = bits;' . "\n"; //echo ' alert(ct.innerHTML);' . "\n"; echo ' if (ict != 0) { ict = 0; ' . "\n"; echo ' while (ict != task) { ' . "\n"; echo ' ict = ict + 1;' . "\n"; echo ' cals1(ict,0);' . "\n"; echo ' } } ' . "\n"; echo ' } ' . "\n"; echo "} \n" . '' . "\n"; } ?>