Subversion Repositories DevTools

Rev

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

Rev 5927 Rev 5932
Line 137... Line 137...
137
	divel.setAttribute("data-show", showing);
137
	divel.setAttribute("data-show", showing);
138
}
138
}
139
//-->
139
//-->
140
</script>
140
</script>
141
    <%
141
    <%
-
 
142
    If pkgInfoHash.Exists("pv_id") Then
142
    '-- FROM START ---------------------------------------------------------------------------------------------------------
143
    '-- FROM START ---------------------------------------------------------------------------------------------------------
143
    objFormComponent.FormName = "FormName"
144
    objFormComponent.FormName = "FormName"
144
    objFormComponent.Action = ScriptName&"?pv_id="&Request("pv_id")&"&rtag_id="&parRtag_id
145
    objFormComponent.Action = ScriptName&"?pv_id="&Request("pv_id")&"&rtag_id="&parRtag_id
145
    Call objFormComponent.FormStart()
146
    Call objFormComponent.FormStart()
146
    %>
147
    %>
Line 254... Line 255...
254
    <DIV class="form_item" id="PKGSUMMARY" name="PKGSUMMARY" style="display:none;"><%=enumLOADING%></DIV>
255
    <DIV class="form_item" id="PKGSUMMARY" name="PKGSUMMARY" style="display:none;"><%=enumLOADING%></DIV>
255
 
256
 
256
    <p>
257
    <p>
257
    <div class="rep_small">NOTE: Versions in <SPAN class="err_alert">RED</SPAN> are different from <%=pkgInfoHash.Item("pkg_name") &" "& pkgInfoHash.Item("pkg_version")%></span>
258
    <div class="rep_small">NOTE: Versions in <SPAN class="err_alert">RED</SPAN> are different from <%=pkgInfoHash.Item("pkg_name") &" "& pkgInfoHash.Item("pkg_version")%></span>
258
    <br>
259
    <br>
-
 
260
<%End If%>