Subversion Repositories DevTools

Rev

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

Rev 6827 Rev 6873
Line 12... Line 12...
12
Dim TABarray1, TABarray2, TABarray3, TABarray4, TABarray5, TABarray5D, TABarray6, TABarray6D
12
Dim TABarray1, TABarray2, TABarray3, TABarray4, TABarray5, TABarray5D, TABarray6, TABarray6D
13
Dim imgDependenciesIcon, imgReleaseNotesIcon, imgPatchesIcon, imgUsedByIcon
13
Dim imgDependenciesIcon, imgReleaseNotesIcon, imgPatchesIcon, imgUsedByIcon
14
Dim ReleaseMode
14
Dim ReleaseMode
15
 
15
 
16
'-- GLOBAL VARIABLES --------------------------
16
'-- GLOBAL VARIABLES --------------------------
17
imgDependenciesIcon = "<img src='images/i_dependency.gif' border='0' align='absmiddle' hspace='3'>"
17
imgDependenciesIcon = "<img src='images/i_dependency.gif' border='0'  style='margin-right: 3px;vertical-align: middle;'>"
18
imgUsedByIcon = "<img src='images/i_used_by.gif' border='0' align='absmiddle' hspace='3'>"
18
imgUsedByIcon       = "<img src='images/i_used_by.gif' border='0'     style='margin-right: 3px;vertical-align: middle;'>"
19
imgReleaseNotesIcon = "<img src='images/i_release_note.gif' border='0' align='absmiddle' hspace='3'>"
19
imgReleaseNotesIcon = "<img src='images/i_release_note.gif'           style='margin-right: 3px;vertical-align: middle;'>"
20
imgPatchesIcon = "<img src='images/i_patch_small.gif' border='0' align='absmiddle' hspace='3'>"
20
imgPatchesIcon      = "<img src='images/i_patch_small.gif' border='0' style='margin-right: 3px;vertical-align: middle;'>"
21
ReleaseMode = GetReleaseMode( Request("rtag_id") )
21
ReleaseMode = GetReleaseMode( Request("rtag_id") )
22
 
22
 
23
'----------------------------------------------
23
'----------------------------------------------
24
If IsObject(pkgInfoHash) Then
24
If IsObject(pkgInfoHash) Then
25
    If IsNull(pkgInfoHash.Item ("is_patch")) Then
25
    If IsNull(pkgInfoHash.Item ("is_patch")) Then
Line 194... Line 194...
194
    copyReleaseMenu[2] = '';
194
    copyReleaseMenu[2] = '';
195
}
195
}
196
if ( copyReleaseMenu[3] == copyReleaseMenu[1] ) {
196
if ( copyReleaseMenu[3] == copyReleaseMenu[1] ) {
197
    copyReleaseMenu[3] = '';
197
    copyReleaseMenu[3] = '';
198
}
198
}
-
 
199
 
-
 
200
copyReleaseMenu.push('<hr>');
-
 
201
<%If DB_RTAG_ID <> -1 Then %>
-
 
202
copyReleaseMenu.push('<div class="mmItem clipData" data-clip="<%=DB_RTAG_ID%>">RtagId - <%=DB_RTAG_ID%></div>');
-
 
203
<%End If%>
-
 
204
<%If DB_PROJ_ID <> -1 Then %>
-
 
205
copyReleaseMenu.push('<div class="mmItem clipData" data-clip="<%=DB_PROJ_ID%>">ProjId - <%=DB_PROJ_ID%></div>');
-
 
206
<%End If%>
-
 
207
 
199
copyReleaseMenu = copyReleaseMenu.join('');
208
copyReleaseMenu = copyReleaseMenu.join('');
200
 
209
 
201
 
210
 
202
// ---- Popup menu definition ----
211
// ---- Popup menu definition ----
203
var linkset=new Array()
212
var linkset=new Array()