Advertisement
Guest User

Untitled

a guest
Nov 7th, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. <div id="Content" class="RadForm RadForm_Web20 rfdButton rfdScrollBars rfdZone rfdLabel rfdHeading rfdTextbox rfdTextarea rfdFieldset rfdRadio rfdCheckbox rfdGrids" style="display: block; ">
  2. <fieldset id="RefreshProperties" class="rfdRoundedCorners">
  3. <legend>Refresh Settings</legend>
  4. <div id="RefreshArea">
  5. <div id="RefreshLeftSide">
  6. Auto-Refresh Enabled:
  7. <input id="AutoRefreshCheckBox" type="checkbox" name="AutoRefreshCheckBox">
  8. </div>
  9. <div id="RefreshRightSide">
  10. <div id="AutoRefreshNumericTextBox_wrapper" class="RadInput RadInput_Web20" style="width: 225px; display: inline-block; ">
  11. <table cellpadding="0" cellspacing="0" class="riTable" style="border-width:0;border-collapse:collapse;width:100%;">
  12. <tbody><tr>
  13. <td><label class="riLabel LabelEnabled" for="AutoRefreshNumericTextBox_text" id="AutoRefreshNumericTextBox_Label">Auto-Refresh Interval (Minutes):</label></td><td class="riCell" style="width:100%;white-space:normal;"><input type="text" value="1" id="AutoRefreshNumericTextBox_text" name="AutoRefreshNumericTextBox_text" class="riTextBox riEnabled" style="width:100%;" maxlength="524288"><input style="visibility:hidden;float:right;margin:-18px 0 0 -1px;width:1px;height:1px;overflow:hidden;border:0;padding:0;" id="AutoRefreshNumericTextBox" class="rdfd_ rfdDecorated" value="1" type="text" title=""><input style="visibility:hidden;float:right;margin:-18px 0 0 -1px;width:1px;height:1px;overflow:hidden;border:0;padding:0;" id="AutoRefreshNumericTextBox_Value" class="rdfd_ rfdDecorated" name="AutoRefreshNumericTextBox" value="1" type="text" title=""></td><td class="riSpin"><a class="riUp" href="javascript:void(0)" id="AutoRefreshNumericTextBox_SpinUpButton"><span>Spin Up</span></a><a class="riDown" href="javascript:void(0)" id="AutoRefreshNumericTextBox_SpinDownButton"><span>Spin Down</span></a></td>
  14. </tr>
  15. </tbody></table><input id="AutoRefreshNumericTextBox_ClientState" name="AutoRefreshNumericTextBox_ClientState" type="hidden" value="{&quot;enabled&quot;:true,&quot;emptyMessage&quot;:&quot;&quot;,&quot;minValue&quot;:1,&quot;maxValue&quot;:60}" autocomplete="off">
  16. </div>
  17. </div>
  18. </div>
  19. </fieldset>
  20.  
  21. <fieldset id="ChartProperties" class="rfdRoundedCorners">
  22. <legend>Chart Properties</legend>
  23. <div id="ChartArea">
  24. <div id="ChartComboBox" class="RadComboBox RadComboBox_Web20" style="width:160px;white-space:normal;">
  25. <table summary="combobox" style="border-width:0;border-collapse:collapse;width:100%" class="">
  26. <tbody><tr class="rcbReadOnly">
  27. <td style="width:100%;" class="rcbInputCell rcbInputCellLeft"><input name="ChartComboBox" type="text" class="rcbInput" id="ChartComboBox_Input" value="Bar Chart" readonly="readonly" autocomplete="off"></td>
  28. <td class="rcbArrowCell rcbArrowCellRight"><a id="ChartComboBox_Arrow" style="overflow: hidden;display: block;position: relative;outline: none;">select</a></td>
  29. </tr>
  30. </tbody></table>
  31. <div class="rcbSlide" style="z-index:6000;"><div id="ChartComboBox_DropDown" class="RadComboBoxDropDown RadComboBoxDropDown_Web20 " style="display:none;"><div class="rcbScroll rcbWidth" style="width:100%;"><ul class="rcbList" style="list-style:none;margin:0;padding:0;zoom:1;"><li class="rcbHovered ">Bar Chart</li><li class="rcbItem ">Stacked Bar Chart</li></ul></div></div></div><input id="ChartComboBox_ClientState" name="ChartComboBox_ClientState" type="hidden" autocomplete="off" value="{&quot;logEntries&quot;:[],&quot;value&quot;:&quot;BarChart&quot;,&quot;text&quot;:&quot;Bar Chart&quot;,&quot;enabled&quot;:true,&quot;checkedIndices&quot;:[],&quot;checkedItemsTextOverflows&quot;:false}">
  32. </div>
  33. </div>
  34. </fieldset>
  35.  
  36. <div class="BottomButton">
  37. <asp:updatepanel>
  38. <contenttemplate>
  39. <a id="ApplySettings" class="RadButton RadButton_Web20 rbSkinnedButton" href="javascript:void(0)"><input class="rbDecorated" type="submit" name="ApplySettings" id="ApplySettings_input" value="Apply" tabindex="-1"><input id="ApplySettings_ClientState" name="ApplySettings_ClientState" type="hidden" autocomplete="off"></a>
  40. </contenttemplate>
  41. </asp:updatepanel>
  42. </div>
  43. </div>
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement