Ignore:
Timestamp:
Oct 29, 2012, 11:06:27 AM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON. MCD online interface. addressed the TODO list of rev 812, plus other small improvements. this version was sent to beta-testers in the euromars list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/mcd/proto/martian_time.js

    r812 r821  
    450450}
    451451
     452function ChooseColor(colorm){
     453var colorm;
     454document.calendar.colorm.value=colorm;
     455}
    452456
    453457function submit_form_beginner() {
    454 document.calendar.submit();
     458submit_form()
    455459document.calendar.reset();
    456460DefaultDateValues();
     
    461465}
    462466
     467function submit_form() {
     468Convert2Julian();
     469document.calendar.submit();
     470}
Note: See TracChangeset for help on using the changeset viewer.