Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
4
'|                                                   |
5
'|		           Action Log  		             |
6
'|                                                   |
7
'=====================================================
8
%>
9
<%
10
Option explicit
11
' Good idea to set when using redirect
12
Response.Expires = 0	' always load the page, dont store
13
%>
14
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/common_dbedit.asp"-->
20
<!--#include file="_tabs.asp"-->
21
<!--#include file="_action_buttons.asp"-->
22
<!--#include file="common/_package_common.asp"-->
23
<%
24
'------------ ACCESS CONTROL ------------------
25
%>
26
<!--#include file="_access_control_general.asp"-->
27
<%
28
'------------ Variable Definition -------------
29
Dim rsTemp
30
Dim	rsQry
31
Dim retVal
32
Dim sActionDate, sUsername, sAction_type, sDescription
33
'------------ Constants Declaration -----------
34
'------------ Variable Init -------------------
35
'----------------------------------------------
36
%>
37
<html>
38
<title><%=Title(Request("rtag_id"))%></title>
39
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
40
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
41
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
42
<link rel="stylesheet" href="images/navigation.css" type="text/css">
43
<script language="JavaScript" src="images/common.js"></script>
44
<script language="JavaScript" src="scripts/remote_scripting.js"></script>
45
 
46
<!-- DROPDOWN MENUS -->
47
<!--#include file="_menu_def.asp"-->
48
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
49
</head>
50
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
51
<!-- MENU LAYERS -------------------------------------->
52
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"> 
53
  <!----------------------------------------------------->
54
</div>
55
<!-- HEADER -->
56
<!--#include file="_header.asp"-->
57
<!-- BODY ---->
58
<table width="100%" border="0" cellspacing="0" cellpadding="0">
59
	<tr> 
60
		<td valign="top" width="1" background="images/bg_bage.gif">
61
		<!-- LEFT -->
62
		<!--#include file="_environment.asp"-->
63
		</td>
64
		<td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
65
		<td valign="top" width="100%">
66
		<!-- MIDDLE -->
67
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
68
		  <tr>
69
		    <td width="1%" background="images/bg_action_norm.gif"><IMG height=35 src="images/spacer.gif" width=15></td>
70
		    <td width="100%" background="images/bg_action_norm.gif"><!--#include file="_pkg_action_buttons.asp"--></td>
71
		    <td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
72
		  </tr>
73
		  <!-- PACKAGE PROPERTIES ----------------------------  -->
74
  		  <%Call RenderPackageProperties ()%>
75
		  <tr>
76
		    <td background="images/bg_lght_gray.gif">&nbsp;</td>
77
		    <td valign="bottom" background="images/bg_lght_gray.gif">
78
		      <table width="100" border="0" cellspacing="0" cellpadding="0">
79
		        <tr>
80
		          <td><IMG height=1 src="images/spacer.gif" width=50></td>
81
		          <td>
82
				  <!-- TABS ------------------------------------->
83
				  <%Call Generate_Tab_Menu ( TABarray1, "Action Log", "orange" )%>
84
				  </td>
85
		        </tr>
86
		      </table>
87
		    </td>
88
		    <td background="images/bg_lght_gray.gif">&nbsp;</td>
89
		  </tr>
90
		  <tr>
91
		    <td background="images/lbox_bg_orange.gif"><IMG height=35 src="images/spacer.gif" width=1></td>
92
		    <td background="images/lbox_bg_orange.gif">
93
			<!-- TAB ACTION BUTTONS ------------------------------------->
94
			</td>
95
		    <td background="images/lbox_bg_orange.gif">&nbsp;</td>
96
		  </tr>
97
		  <tr>
98
		    <td></td>
99
		    <td valign="top">
100
			<!-- DETAILS ------------------------------------------------->
101
			<br> 					  
102
                        <span class="body_colb">Action Log</span><br>
103
                        <table width="100%" border="0" cellspacing="1" cellpadding="3">
104
                          <tr> 
105
							<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">&nbsp;Date&nbsp;</td>
106
                            <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Action&nbsp;&nbsp;</td>
107
							<td background="images/bg_form_lightbluedark.gif" nowrap width="100%" class="form_field">Description&nbsp;&nbsp;</td>
108
                          </tr>
109
                          <%
110
 
111
						  OraDatabase.Parameters.Add "PV_ID", parPv_id, 	ORAPARM_INPUT, ORATYPE_NUMBER 
112
 
113
						  Set rsTemp = OraDatabase.DbCreateDynaset( GetQuery("PackageActionLog.sql"), cint(0))
114
						  %>
115
                          <%If rsTemp.RecordCount < 1 Then%>
116
                          <tr> 
117
                            <td background="images/bg_form_lightgray.gif" nowrap>&nbsp;</td>
118
                            <td background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
119
                            <td background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
120
                          </tr>
121
                          <%End If%>
122
                          <%While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
123
                          <tr>
124
							<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=EuroDateTime( rsTemp("action_datetime") )%> by <a href="mailto:<%=rsTemp("user_email")%>" title="<%=rsTemp("user_email")%>" class="txt_linked"><%=rsTemp("FULL_NAME")%></a></td>
125
                            <td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsTemp("acttype")%></td>
126
                            <td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR( To_HTML ( rsTemp("description") ) )%></td>
127
                          </tr>
128
                          <%rsTemp.MoveNext
129
						  WEnd
130
						  rsTemp.Close
131
						  Set rsTemp = nothing
132
 
133
						  OraDatabase.Parameters.Remove "PV_ID"
134
						  %>
135
                        </table>
136
                        <!------------------------------------------------------------>
137
           <br>
138
 
139
			<!-- END DETAILS ------------------------------------------------->
140
			</td>
141
		    <td>&nbsp;</td>
142
		  </tr>
143
		</table>
144
		<!-- END MIDDLE -------->
145
		</td>
146
	</tr>
147
</table>
148
 
149
<!-- FOOTER -->
150
<!--#include file="_footer.asp"-->
151
 
152
</body>
153
</html>			
154
<%
155
Call Destroy_All_Objects
156
%>