Facebook
From Sharp Owl, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 229
  1.  <div id = "adminpanel">
  2.         <div class="top"></div>
  3.         <button id="menu-button"><span class="glyphicon glyphicon-align-justify"></span></button>
  4.         <div id = "adminpanel-menu-container">
  5.             <a href="/adminpanel/check"> SPRAWDZ SMS</a>
  6.             <a href="/adminpanel/check"> DODAJ USLUGE</a>
  7.             <a href="/adminpanel/check"> USUN USLUGE</a>
  8.             <a href="/adminpanel/check"> ZMIEN USLUGE</a>
  9.             <a href="/adminpanel/check"> DODAJ ADMINA</a>
  10.         </div>
  11.  
  12.         <div id = "adminpanel-service">
  13.             <form method="get" action="/www/public/adminpanel/check">
  14.                 <input type="text" required="" placeholder="Wpisz nazwe uslugi" name="shop_name">
  15.                 <input type="text" required="" placeholder="Wpisz opis uslugi" name="shop_title">
  16.                 <input type="text" required="" placeholder="Wpisz cene sms" name="shop_sms">
  17.                 <input type="text" required="" placeholder="Wpisz cene paypal" name="shop_paypal">
  18.                 <input type="text" required="" placeholder="Wpisz cene psc" name="shop_psc">
  19.                 <input type="text" required="" placeholder="Wpisz url do obrazka" name="shop_url">
  20.                 <input type="text" required="" placeholder="Wpisz cmd" name="shop_cmd">
  21.                 <input type="text" required="" placeholder="Wpisz kod" name="shop_kod">
  22.                 <input type="text" required="" placeholder="Wpisz nr" name="shop_nr">
  23.                 <input type="text" required="" placeholder="Wpisz simpay id" name="simpay_id">
  24.                 <input name="add_service" type="submit" value="DODAJ">
  25.             </form>
  26.         </div>
  27.     </div>