Subversion Repositories DevTools

Rev

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

Rev 6371 Rev 6579
Line 113... Line 113...
113
<head>
113
<head>
114
<title>Release Manager</title>
114
<title>Release Manager</title>
115
<link rel="shortcut icon" href="<%=FavIcon%>"/>
115
<link rel="shortcut icon" href="<%=FavIcon%>"/>
116
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
116
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
117
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
117
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
118
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
118
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
119
<link rel="stylesheet" href="images/navigation.css" type="text/css">
119
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
120
<script language="JavaScript" src="images/tipster.js"></script>
120
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
121
<script language="JavaScript" src="images/_help_tips.js"></script>
121
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
122
<script language="JavaScript" src="images/common.js"></script>
122
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
123
</head>
123
</head>
124
 
124
 
125
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
125
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
126
<form name="chgroup" method="post" action="<%=scriptName%>" class="form_tight">
126
<form name="chgroup" method="post" action="<%=scriptName%>" class="form_tight">
127
  <table border="0" cellspacing="0" cellpadding="2" >
127
  <table border="0" cellspacing="0" cellpadding="2" >
Line 132... Line 132...
132
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Package</td>
132
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Package</td>
133
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt"> 
133
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt"> 
134
              <%=pkgInfoHash.Item ("pkg_name") &" "& pkgInfoHash.Item ("pkg_version")%></td>
134
              <%=pkgInfoHash.Item ("pkg_name") &" "& pkgInfoHash.Item ("pkg_version")%></td>
135
          </tr>
135
          </tr>
136
          <tr> 
136
          <tr> 
137
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Base View<a href="#" onMouseOver="formTips.show('group')" onMouseOut="formTips.hide()"><img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle" border="0" ></a></td>
137
            <td width="1%" nowrap class="form_field form_align" background="images/bg_form_lightbluedark.gif">Base View<%=Quick_Help("group")%></td>
138
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
138
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
139
			<select name="group_id" class="form_item">
139
			<select name="group_id" class="form_item">
140
            <%Call Get_All_Base_Views( CInt(pkgInfoHash.Item("base_view_id")), parPv_id )%>
140
            <%Call Get_All_Base_Views( CInt(pkgInfoHash.Item("base_view_id")), parPv_id )%>
141
			</select>
141
			</select>
142
              <a href="_wform_new_group.asp?movepkg=true&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>"><img src="images/i_new_group.gif" width="20" height="20" align="absmiddle" border="0" alt="Create NEW group" title="Create NEW group"></a>
142
              <a href="_wform_new_group.asp?movepkg=true&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>"><img src="images/i_new_group.gif" width="20" height="20" align="absmiddle" border="0" title="Create New Base View Group"></a>
143
           <span class="rep_small">
143
           <span class="rep_small">
144
                <br>NOTE: Symbol '>' in Base View drop-down list is a suggestion where to place the package.
144
                <p>The '>' symbol in the Base View drop-down list is a suggestion where to place the package.
145
                <br>Indicates views that contain the package in all Releases
145
                <br>It indicates views that contain the package in all Releases
-
 
146
                </p>
-
 
147
                The Base View is specific to a Release.
146
            </span>
148
            </span>
147
            <input type="hidden" name="pv_id" value="<%=parPv_id%>">
149
            <input type="hidden" name="pv_id" value="<%=parPv_id%>">
148
			<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
150
			<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
149
			<input type="hidden" name="action" value="true">
151
			<input type="hidden" name="action" value="true">
150
            </td>
152
            </td>