Advertisement
Amakesh

Untitled

Jan 14th, 2017
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.88 KB | None | 0 0
  1.     <table name="table" id="table_rach" border="1"  style="color:1c4e93; position:absolute; z-index: 4; top:120px; left:100px; border-bottom:none; height:auto;">
  2.     <thead>
  3.      
  4.     <tr><!--<form method = "post" >-->
  5.     <th class = "th"><input type="hidden" name="lp" value="lp" /><input type="button" value="Lp" name="id_user" class="btn btn-default btn-info"></th>
  6.      
  7.     <th class = "th"><input type="hidden" name="name" value="name" /><input type="button" value="Nazwa" name="un" class="btn btn-default btn-info" style="width: 222px;"></th>
  8.      
  9.     <th class = "th"><input type="hidden" name="pkwiu" value="pkwiu" /><input type="submit" value="PKWiU" name="usr" class="btn btn-default btn-info" style="width: 222px;"></th>
  10.      
  11.     <th class = "th"><input type="hidden" name="il" value="il" /><input type="submit" value="Ilość" name="utl" class="btn btn-default btn-info" style="width: 222px;"></th>
  12.      
  13.     <th class = "th"><input type="hidden" name="jm" value="jm" /><input type="submit" value="Jednostka" name="utl" class="btn btn-default btn-info" style="width: 222px;"></th>
  14.      
  15.     <th class = "th"><input type="hidden" name="cjn" value="cjn" /><input type="submit" value="Cena jedn. netto" name="uml" class="btn btn-default btn-info" style="width: 170px;"></th>
  16.      
  17.     <th class = "th"><input type="hidden" name="wn" value="wn" /><input type="submit" value="Wartość netto" name="uml" class="btn btn-default btn-info" style="width: 170px;"></th>
  18.      
  19.     <th class = "th"><input type="hidden" name="vat" value="vat" /><input type="submit" value="VAT (%)" name="uml" class="btn btn-default btn-info" style="width: 170px;"></th>
  20.      
  21.     <th class = "th"><input type="hidden" name="wvat" value="wvat" /><input type="submit" value="Wartość VAT" name="uml" class="btn btn-default btn-info" style="width: 170px;"></th>  
  22.      
  23.     <th class = "th"><input type="hidden" name="wbr" value="wbr" /><input type="submit" value="Wartość brutto" name="uml" class="btn btn-default btn-info" style="width: 170px;"></th>
  24.      
  25.     <th class = "th"><input type="hidden" name="opc" value="opc" /><input type="submit" value="Opcje" name="op" class="btn btn-default btn-info" style="width: 170px;"></th>    
  26.     </tr>
  27.     </thead>
  28.      
  29.     <tbody>
  30.      
  31.     <tr class ="tr" onMouseOver="this.style.background='#8ac8c1'" onMouseOut="this.style.background='Transparent'"; >
  32.      
  33.     <td class="container_res" width = "40px;"><center><input id="lp" type="hidden" value="1" readonly>1</input></td>
  34.      
  35.     <td class="container_res" ><center><div><input type="text" class="preview" name="name" size="40;" line-height="0px" value=" "></input></div></td>
  36.      
  37.     <td class="container_res"><center><div class="td_div"><input type="text" class="preview" name="pkwiu" size="40" line-height="0px" value=""></input></div></td>
  38.      
  39.     <td class="container_res"><center><div><input type="number" class="preview" id="ilosc1" name="ilosc" size="40" line-height="0px" value=""></input></div></td>
  40.      
  41.     <td class="container_res"><center><div><input type="text" class="preview" name="jdn" size="40" line-height="0px" value=""></input></div></td>
  42.      
  43.     <td class="container_res"><center><div><input type="number" step=0.01 class="preview" id="cjnt1" name="cjnt" size="40" line-height="0px" value=" "></input></div></td>
  44.      
  45.     <td class="container_res"><center><div><input style = "width: 170px !important" type="number" step=0.01 class="preview" id="wrtn1" name="wrtn" size="40" line-height="0px" value=""></input></div></td>
  46.      
  47.     <td class="container_res"><center><div id ="vt1"><input style = "width: 170px !important" type="number" step=0.01 class="preview" id="vat1" name="vat1" size="40" line-height="0px" value="23"></input></div></td>
  48.      
  49.     <td class="container_res"><center><div id = "wvt1"><input style = "width: 170px !important" type="number" step=0.01 class="preview" id="wavat1" name="wavat1" size="40" line-height="0px" value=""></input></div></td>
  50.      
  51.     <td class="container_res"><center><div><input style = "width: 170px !important" type="number" step=0.01 class="preview" id="wabr1" name="wabr" size="40" line-height="0px" value=""></input></div></td>
  52.      
  53.     <td class="container_res"><center><div><input style = "width: 70px !important" type="text" class="preview" name="fill" size="40" line-height="0px" value="ZAPYCHACZ"></input></div></td>
  54.      
  55.     </tr>
  56.     /tbody></table>
  57.     <input id="dpchc" name="dpchc" type="hidden" value="1" >
  58.     <div id="dpos"><button id="add" class="btn btn-info">Dodaj pozycję</button><br><br></div>
  59.      
  60.     <div id="ogo"><div id = "doz">Kwota należności/ogólem do zapłaty:<input type="number" class="preview" id="dzp" name="dzp" size="40" line-height="0px" value="" readonly></input> </div>
  61.     <div id = "wtpd">W tym podatek:<input type="number" class="preview" id="wtp" name="wtp" size="40" line-height="0px" value="" readonly></input></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement