Subversion Repositories DevTools

Rev

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

Rev 7244 Rev 7245
Line 119... Line 119...
119
                                        "MM_openVixIFrame('wAddProc.asp?pv_id="&parPv_id&"&rtag_id="&parRtag_id&"','Add Process')"%>
119
                                        "MM_openVixIFrame('wAddProc.asp?pv_id="&parPv_id&"&rtag_id="&parRtag_id&"','Add Process')"%>
120
         </tr>
120
         </tr>
121
      </table>
121
      </table>
122
 
122
 
123
   <%Case "Add GBE_MACHTYPE"%>
123
   <%Case "Add GBE_MACHTYPE"%>
124
      <table width="10" border="0" cellspacing="0">
124
      <table width="100%" border="0" cellspacing="0">
125
         <tr>
125
         <tr>
126
            <%BuildActionButtonClick bState, "Add", "Insert New GBE_MACHTYPE.",TRUE, _
126
            <%BuildActionButtonClick bState, "Add Machine Type", "Insert New GBE_MACHTYPE.",TRUE, _
127
                                     "src='icons/btn_add.gif' width='13' height='13' align='absmiddle' border='0' hspace='3'", _
127
                                     "src='icons/btn_add.gif' width='13' height='13' align='absmiddle' border='0' hspace='3'", _
128
                                     "MM_openVixIFrame('wAddMachtype.asp','Add Machine Type')"%>
128
                                     "MM_openVixIFrame('wAddMachtype.asp','Add Machine Type')"%>
129
         </tr>
129
         </tr>
130
      </table>
130
      </table>
131
 
131
 
132
   <%Case "Add GBE_BUILDSTANDARD"%>
132
   <%Case "Add GBE_BUILDSTANDARD"%>
133
      <table width="10" border="0" cellspacing="0">
133
      <table width="100%" border="0" cellspacing="0">
134
         <tr>
134
         <tr>
135
            <%BuildActionButtonClick bState, "Add", "Insert New Build Standard.",TRUE, _
135
            <%BuildActionButtonClick bState, "Add Build Standard", "Insert New Build Standard.",TRUE, _
136
                                     "src='icons/btn_add.gif' width='13' height='13' align='absmiddle' border='0' hspace='3'", _
136
                                     "src='icons/btn_add.gif' width='13' height='13' align='absmiddle' border='0' hspace='3'", _
137
                                     "MM_openVixIFrame('wAddBuildStandard.asp','Add Build Standard')"%>
137
                                     "MM_openVixIFrame('wAddBuildStandard.asp','Add Build Standard')"%>
138
         </tr>
138
         </tr>
139
      </table>
139
      </table>
140
 
140
 
141
 
141
 
142
   <%Case "Add BM_NAME"%>
142
   <%Case "Add BM_NAME"%>
143
      <table width="10" border="0" cellspacing="0">
143
      <table width="100%" border="0" cellspacing="0">
144
         <tr>
144
         <tr>
145
            <%BuildActionButtonClick isActive, "Add", "Insert New BM_NAME.",TRUE, _
145
            <%BuildActionButtonClick isActive, "Add Machine Class", "Insert New Class of Build Machine.",TRUE, _
146
                                     "src='icons/btn_add.gif' width='13' height='13' align='absmiddle' border='0' hspace='3'", _
146
                                     "src='icons/btn_add.gif' width='13' height='13' align='absmiddle' border='0' hspace='3'", _
147
                                     "MM_openVixIFrame('wAddMachclass.asp','Add New Class of Build Machine')"%>
147
                                     "MM_openVixIFrame('wAddMachclass.asp','Add New Class of Build Machine')"%>
148
         </tr>
148
         </tr>
149
      </table>
149
      </table>
150
 
150