Subversion Repositories DevTools

Rev

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

Rev 6166 Rev 6175
Line 17... Line 17...
17
<!--#include file="common/qstr.asp"-->
17
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/common_subs.asp"-->
18
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/_form_window_common.asp"-->
19
<!--#include file="common/_form_window_common.asp"-->
20
<!--#include file="_action_buttons.asp"-->
20
<!--#include file="_action_buttons.asp"-->
21
<!--#include file="class/classActionButtonControl.asp"-->
21
<!--#include file="class/classActionButtonControl.asp"-->
-
 
22
<!--#include file="common/common_daemon.asp"-->
22
<% objPMod.PersistInQryString("proj_id") %>
23
<% objPMod.PersistInQryString("proj_id") %>
23
<% '------------ ACCESS CONTROL ------------------ %>
24
<% '------------ ACCESS CONTROL ------------------ %>
24
<!--#include file="_access_control_login.asp"-->
25
<!--#include file="_access_control_login.asp"-->
25
<!--#include file="_access_control_general.asp"-->
26
<!--#include file="_access_control_general.asp"-->
26
<!--#include file="_access_control_action_project.asp"-->
27
<!--#include file="_access_control_action_project.asp"-->
Line 137... Line 138...
137
        "      THEN 1 " &_
138
        "      THEN 1 " &_
138
        "      ELSE NULL " &_
139
        "      ELSE NULL " &_
139
        "    END AS hasToolset " &_
140
        "    END AS hasToolset " &_
140
        "  FROM release_manager.release_config rc, " &_
141
        "  FROM release_manager.release_config rc, " &_
141
        "    BUILD_MACHINE_CONFIG bc " &_
142
        "    BUILD_MACHINE_CONFIG bc " &_
142
        "  WHERE rc.rtag_id = 6883 " &_
143
        "  WHERE rc.rtag_id = :RTAG_ID " &_
143
        "  AND rc.bmcon_id IS NOT NULL " &_
144
        "  AND rc.bmcon_id IS NOT NULL " &_
144
        "  AND bc.bmcon_id  = rc.bmcon_id " &_
145
        "  AND bc.bmcon_id  = rc.bmcon_id " &_
145
        "  ) " &_
146
        "  ) " &_
146
        "GROUP BY GBE_ID ) " &_
147
        "GROUP BY GBE_ID ) " &_
147
        "Where  ToolsetCount != 1 "
148
        "Where  ToolsetCount != 1 "
Line 212... Line 213...
212
         objFormComponent.FormName = "FormName"
213
         objFormComponent.FormName = "FormName"
213
         objFormComponent.Action = ScriptName
214
         objFormComponent.Action = ScriptName
214
         Call objFormComponent.FormStart()
215
         Call objFormComponent.FormStart()
215
         %>
216
         %>
216
         <tr>
217
         <tr>
217
            <td width="1" background="images/bg_home_orange.gif" valign="top"></td>
218
            <td width="146px" class="panel_bg" valign="top"><%Call BuildMenuPane%></td>
218
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
219
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
219
               <table width="10" border="0" cellspacing="0" cellpadding="0">
220
               <table width="10" border="0" cellspacing="0" cellpadding="0">
220
                  <tr>
221
                  <tr>
221
                     <td width="1%"></td>
222
                     <td width="1%"></td>
222
                     <td width="100%">
223
                     <td width="100%">
Line 388... Line 389...
388
      </table>
389
      </table>
389
 
390
 
390
      <td width="1" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
391
      <td width="1" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
391
  </tr>
392
  </tr>
392
  <tr>
393
  <tr>
393
    <td valign="bottom" align="center" background="images/bg_home_orange.gif"><img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30"></td>
394
    <td valign="bottom" align="center" background="images/bg_home_orange.gif"><img src="images/img_gear.gif" width="86" height="99" vspace="20" hspace="30"></td>
394
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
395
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
395
  </tr>
396
  </tr>
396
<%
397
<%
397
Call objFormComponent.FormEnd()
398
Call objFormComponent.FormEnd()
398
'-- FROM END ----------------------------------------------------------------------------------------------------------------
399
'-- FROM END ----------------------------------------------------------------------------------------------------------------