version 1.62, 2003/07/05 10:07:11
|
version 1.63, 2003/07/07 07:32:16
|
Line 594 function makesmpproblem() {
|
Line 594 function makesmpproblem() {
|
var title=prompt('Listed Title for the Problem'); |
var title=prompt('Listed Title for the Problem'); |
if (title) { |
if (title) { |
this.document.forms.newsmpproblem.importdetail.value= |
this.document.forms.newsmpproblem.importdetail.value= |
title+'=/adm/wrapper/uploaded/$udom/$uname/$now.problem'; |
title+'=/res/lib/templates/simpleproblem.problem'; |
this.document.forms.newsmpproblem.submit(); |
this.document.forms.newsmpproblem.submit(); |
} |
} |
} |
} |