Subversion Repositories DevTools

Rev

Rev 1281 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1281 Rev 1499
Line 84... Line 84...
84
<script language="JavaScript" src="images/common.js"></script>
84
<script language="JavaScript" src="images/common.js"></script>
85
 
85
 
86
</head>
86
</head>
87
<body leftmargin="0" topmargin="0" onLoad="FormName.cpassword.focus();">
87
<body leftmargin="0" topmargin="0" onLoad="FormName.cpassword.focus();">
88
<!-- HEADER ++++++++++++++++ -->
88
<!-- HEADER ++++++++++++++++ -->
89
<table width="100%" border="0" cellspacing="0" cellpadding="0">
89
<!--#include file="_header.asp"-->
90
        <tr>
-
 
91
          <td bgcolor="#FFFFFF"><img src="images/b_release_manager.jpg"></td>
-
 
92
        </tr>
-
 
93
        <tr>
-
 
94
          <td bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1"></td>
-
 
95
        </tr>
-
 
96
      </table>
-
 
97
 
-
 
98
<!-- +++++++++++++++++++++++ -->
90
<!-- +++++++++++++++++++++++ -->
99
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
91
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
100
<form name="FormName" method="post" action="<%=ScriptName%>" >
92
<form name="FormName" method="post" action="<%=ScriptName%>" >
101
  <tr>
93
  <tr>
102
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="42"></td>
94
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="42"></td>
Line 166... Line 158...
166
<%
158
<%
167
'------------ RUN AFTER PAGE RENDER -----------
159
'------------ RUN AFTER PAGE RENDER -----------
168
Set objPMod = Nothing
160
Set objPMod = Nothing
169
'----------------------------------------------
161
'----------------------------------------------
170
%>
162
%>
171
<!--#include file="common/destructor.asp"-->
-
 
172
163
<!--#include file="common/destructor.asp"-->
-
 
164