Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <form name="CC_USER_LIST_FILTER"
  2.      action="http://my.people.net.ua/TSU/WWW/ACCOUNT_INFO/"
  3.      method="GET" style="padding:2px;float:left;font-size:12px;">
  4.     <fieldset style="float:left;">
  5.         <legend>Деталiзацiя</legend>
  6.         <label for="inp_rperiod"
  7.               style="font-size:12px;font-weight:bold;">За перiод </label>
  8.         <input type="hidden" name="sid" value="details">
  9.         <select name="rp" id="inp_rperiod"
  10.                onchange="this.form.submit();" style="font-size:12px;">
  11.             <option value="118" selected>жовтень 2011 року</option>
  12.             <option value="117">вересень 2011 року</option>
  13.             <option value="116">серпень 2011 року</option>
  14.         </select>
  15.         <input type="submit" value="Показати" class="submit_btn">
  16.         <br>
  17.         <input type="checkbox" checked="1" name="paket"> пакетний трафік
  18.         <br>
  19.         <input type="checkbox" checked="1" name="grp"> трафік сгрупований по днях
  20.         <br>
  21.         <input type="checkbox"  name="sess"> посесійний трафік
  22.         <br>
  23.         <input type="checkbox"  name="calls"> показати дзвінки
  24.     </fieldset>
  25. </form>