Subversion Repositories DevTools

Rev

Rev 7250 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7250 Rev 7288
Line 370... Line 370...
370
                                     '<p>Deprecated - This version of the SDK has been superceded. Not available for use.');
370
                                     '<p>Deprecated - This version of the SDK has been superceded. Not available for use.');
371
 
371
 
372
    </script>
372
    </script>
373
<!-- Tool Bar -->
373
<!-- Tool Bar -->
374
<div class=rmbutton style="position:relative;background-color:#DAD7c8;height:38px;padding:7px;margin-bottom: 7px;">
374
<div class=rmbutton style="position:relative;background-color:#DAD7c8;height:38px;padding:7px;margin-bottom: 7px;">
375
 
-
 
-
 
375
<div id='sdkd_progressBar' class='vixSpinner' style='visibility:hidden;position:fixed'></div>
376
    <div style="float:left">
376
    <div style="float:left">
377
        <fieldset style="padding:2px;height:30px">
377
        <fieldset style="padding:2px;height:30px">
378
            <legend>Display</legend>
378
            <legend>Display</legend>
379
            <span>Show Exposed</span>
379
            <span>Show Exposed</span>
380
            <input id=sel_exposed type=checkbox>
380
            <input id=sel_exposed type=checkbox>
Line 436... Line 436...
436
      </thead>
436
      </thead>
437
  </table>
437
  </table>
438
 
438
 
439
  <!-- Info / Ajax Progress bar -->
439
  <!-- Info / Ajax Progress bar -->
440
  <div class='bg_dialog body_txt' style='position:relative;min-height:14px;' >
440
  <div class='bg_dialog body_txt' style='position:relative;min-height:14px;' >
441
      <img id='sdkd_progressBar' style='visibility:hidden;position: absolute;display: block' src='icons/i_processing.gif' width='79' height='14'>
-
 
442
      <div id=sdkd_info  style='position: absolute;'></div>
441
      <div id=sdkd_info  style='position: absolute;'></div>
443
  </div>
442
  </div>
444
<%If isDefined("rmDebug") Then%>
443
<%If isDefined("rmDebug") Then%>
445
    <div class="rmDebug" >RmDebug: <%=rmDebug%></div>
444
    <div class="rmDebug" >RmDebug: <%=rmDebug%></div>
446
<%End If%>
445
<%End If%>