2025-04-27 07:49:33 -04:00

37 lines
813 B
Plaintext

<html>
<%onerror error%>
<title>^IISSelDir^</title>
^BodyTag^
<%if reqparam RF "cancel"%>
<%redirect%>^HtmlaDll^?<%arg1%><%/redirect%>
<%endif%>
<%if reqparam RF "help"%>
<%redirecthttp%>^HelpPath^<%msgbody.helptopic%><%/redirecthttp%>
<%endif%>
<%if reqparam RF "cdir"%>
<%!CreateDir arg3 msgbody.cdirname%>
<%post%><%arg1%>?<%arg2%>=<%arg3%>\\<%msgbody.cdirname%><%/post%>
<%else%>
<%post%><%arg1%>?<%arg2%>=<%arg3%><%/post%>
<%endif%>
<%label error%>
<%if reqstatus EQ 2500%>
<%if rpcstatus EQ 5%>
^AccDeniedToServ^
<%elif rpcstatus EQ 1062%>
^ServStopped^
<%else%>
^RPCError^
<%endif%>
<%elif reqstatus EQ 8000%>
^CreateDirFailed^
<%elif reqstatus EQ 12000%>
^CreateDirFailed^
<%else%>
^ErrorID^
<%endif%>
<br>
<a href="^TopMenuPage^">^RetMain^</a>
</body></html>