Subversion Repositories DevTools

Rev

Rev 5635 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5635 Rev 5957
Line 44... Line 44...
44
<%
44
<%
45
'Process submition
45
'Process submition
46
If CBool(QStrPar("action")) AND  objAccessControl.UserLogedIn  Then
46
If CBool(QStrPar("action")) AND  objAccessControl.UserLogedIn  Then
47
   Call Insert_Scheduling_Message ( QStrPar("FRmsg"), QStrPar("FRduedate") )
47
   Call Insert_Scheduling_Message ( QStrPar("FRmsg"), QStrPar("FRduedate") )
48
      ReloadParentWindow()
48
      ReloadParentWindow()
-
 
49
      Call Destroy_All_Objects
49
      Response.End
50
      Response.End
50
End If
51
End If
51
%>
52
%>
52
<html>
53
<html>
53
<head>
54
<head>
Line 132... Line 133...
132
      </tr>
133
      </tr>
133
   </table>
134
   </table>
134
</form>
135
</form>
135
</body>
136
</body>
136
</html>
137
</html>
137
 
-
 
138
 
-
 
139
<!-- DESTRUCTOR ------->
138
<!-- DESTRUCTOR ------->
140
<!--#include file="common/destructor.asp"-->
139
<!--#include file="common/destructor.asp"-->