Subversion Repositories DevTools

Rev

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

Rev 7244 Rev 7245
Line 145... Line 145...
145
        checkText = "checked"
145
        checkText = "checked"
146
       else 
146
       else 
147
        checkText = ""
147
        checkText = ""
148
       End If
148
       End If
149
       GetPlatforms = GetPlatforms & "<tr class=body_txt>"
149
       GetPlatforms = GetPlatforms & "<tr class=body_txt>"
150
       GetPlatforms = GetPlatforms & "<td> <input type=checkbox name=platform value='"& rsQry("BP_ID") &"' "& checkText &">" & rsQry("BP_NAME") & "</td>"
150
       GetPlatforms = GetPlatforms & "<td> <input style='margin:0px 3px' type=checkbox name=platform value='"& rsQry("BP_ID") &"' "& checkText &">" & rsQry("BP_NAME") & "</td>"
151
       GetPlatforms = GetPlatforms & "</tr>"
151
       GetPlatforms = GetPlatforms & "</tr>"
152
 
152
 
153
       rsQry.MoveNext
153
       rsQry.MoveNext
154
    Wend
154
    Wend
155
    rsQry.Close()
155
    rsQry.Close()
Line 269... Line 269...
269
      <td class="form_field_bg" >
269
      <td class="form_field_bg" >
270
         <!-- NEW PRODUCT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
270
         <!-- NEW PRODUCT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
271
         <%Call Messenger ( sMessage , 3, "100%" )%>
271
         <%Call Messenger ( sMessage , 3, "100%" )%>
272
         <!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
272
         <!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
273
         <!--#include file="messages/_msg_inline.asp"-->
273
         <!--#include file="messages/_msg_inline.asp"-->
274
         <br>
-
 
275
         <%
274
         <%
276
         If Request("bmcon_id") <> "" Then%>
275
         If Request("bmcon_id") <> "" Then%>
277
			<%If NOT bIsaClone Then%>
276
			<%If NOT bIsaClone Then%>
278
				<input type="hidden" name="bmcon_id" value="<%=Request("bmcon_id")%>">
277
				<input type="hidden" name="bmcon_id" value="<%=Request("bmcon_id")%>">
279
            <%End If
278
            <%End If
Line 307... Line 306...
307
               <td>
306
               <td>
308
                  <textarea name="Description" cols=50 rows=5 class='body_txt'><%=Description%></textarea>
307
                  <textarea name="Description" cols=50 rows=5 class='body_txt'><%=Description%></textarea>
309
               </td>
308
               </td>
310
            </tr>
309
            </tr>
311
            <tr>
310
            <tr>
312
               <td><span class="body_txt nowrap">Platfroms</span></td>
311
               <td><span class="body_txt nowrap">Platforms</span></td>
313
               <td style="border: darkgrey 1px solid">
312
               <td style="border: darkgrey 1px solid">
314
				<div style="overflow-y: scroll;height: 10em;">
313
				<div style="overflow-y: scroll;height: 20em;">
315
					  <%=GetPlatforms%>
314
					  <%=GetPlatforms%>
316
				</div>
315
				</div>
317
               </td>
316
               </td>
318
            </tr>
317
            </tr>
319
 
318