Changeset 12577


Ignore:
Timestamp:
2006-08-28T10:47:11+12:00 (18 years ago)
Author:
kjdon
Message:

select page, initialize collection drop down box to have none selected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/deposit.dm

    r12522 r12577  
    6969#######################################################################
    7070
     71# _fullnamemenu_ has previous collection selected. Since there is no button
     72# on this page to proceed, we reset the drop down box to have no collection
     73# selected.
     74_selectheader_ {_cgihead_
     75_htmlhead_(background="_httpiconchalk_" onLoad="initialize();")_startspacer_
     76}
     77
     78
    7179_selectscriptextra_ {
     80
     81function initialize() \{
     82  document.depositorform.di1dirname.value = "";
     83\}
    7284
    7385function check\_submit (gotopage) \{
Note: See TracChangeset for help on using the changeset viewer.