Changeset 17470 for schedule/Module/control.php
- Timestamp:
- 01/04/14 09:14:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17469 r17470 327 327 ?> 328 328 $('#save').attr('value','UPDATE'); 329 alert("new observation");330 329 var targetView = document.getElementById("Data"); 331 330 // CREATE ELEMENT … … 385 384 386 385 $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'"); 386 387 387 while($rows = mysql_fetch_array($observations)) 388 388 { 389 389 ?> 390 count++; 391 alert("record: " + count); 390 alert("new observation shed"); 392 391 var newtd_c2 = document.createElement("td"); 393 392 newtd_c2.setAttribute("width","138");
Note:
See TracChangeset
for help on using the changeset viewer.