Advertisement
slovenskycharlie

edit feed

Oct 30th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1">
  7.     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8.     <title>IframeAdmin</title>
  9.  
  10.     <!-- Bootstrap -->
  11.     <link href="css/bootstrap.min.css" rel="stylesheet">
  12.     <link href="css/style.css" rel="stylesheet">
  13.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  14.     <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  15.  
  16.  
  17.     <script>
  18. $(document).ready(function(){
  19.     $('[data-toggle="tooltip"]').tooltip();
  20. });
  21. </script>
  22.    
  23.  
  24.     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  25.     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  26.     <!--[if lt IE 9]>
  27.      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  28.      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  29.    <![endif]-->
  30.   </head>
  31.   <body>
  32.      <div class="container">
  33.  
  34.       <!--Header menu -->
  35.       <div class="header clearfix">
  36.         <nav>
  37.           <ul class="nav nav-pills pull-right">
  38.             <li role="presentation"><a href="index.html">Modely</a></li>
  39.             <li role="presentation" class="active"><a href="articles.html">Feedy</a></li>
  40.             <li role="presentation"><a href="user.html">Administrácia</a></li>
  41.              <li role="presentation"><a href="login.html">Odhlásiť</a></li>
  42.           </ul>
  43.         </nav>
  44.         <h3 class="text-muted">IframeAdmin</h3>
  45.       </div>
  46.  
  47.  
  48.  
  49.       <div class="row">
  50.         <ol class="breadcrumb">
  51.           <li><a href="index.html">IframeAdmin</a></li>
  52.           <li><a href="articles.html">Feedy</a></li>
  53.           <li class="active">Názov feedu</li>
  54.         </ol>
  55.       </div>
  56.          <div class="row">
  57.           <pre>&lt;iframe src='http://mobilonline.sk/widget/fony/iframe-article.asp?name=test1' scrolling="no" frameborder="0" class="widget_iframe" onload="set_iframe_height()"&gt;&lt;/iframe&gt;</pre><br>
  58.            <div class="col-sm-6">
  59.              
  60.        
  61.                
  62.              
  63.        
  64.       <button type="button" class="btn btn-success" data-toggle="modal" data-target=".bs-example-modal-sm"><span class="glyphicon glyphicon-plus"> </span> Pridať model do feedu</button>
  65.       <button type="button" class="btn btn-danger"><span class="glyphicon glyphicon-remove"> </span> Vymazať feed </button>
  66.       <div class="modal fade bs-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
  67.         <div class="modal-dialog" role="document">
  68.           <div class="modal-content">
  69.             <div class="modal-header">
  70.               <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
  71.               <h4 class="modal-title" id="gridSystemModalLabel">Pridať model do feedu</h4>
  72.             </div>
  73.  
  74.         <form class="form-horizontal">        
  75.              
  76.         <table class="table table-hover ">
  77.       <thead>
  78.         <tr>
  79.           <th></th>
  80.           <th>Model</th>
  81.           <th>Podiel predaja</th>
  82.           <th>Recenzia</th>
  83.  
  84.          
  85.         </tr>
  86.       </thead>
  87.       <tbody>
  88.      
  89.         <tr>  
  90.          
  91.           <td><a href="edit-model.html"><input type="checkbox"></td>
  92.           <td><a href="edit-model.html">Nokia 225</a></td>
  93.           <td><div class="col-xs-6"><input type="text" placeholder="%" class="form-control input-podiel" width="20px" required></div></td>
  94.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  95.          
  96.         </tr>
  97.         <tr>  
  98.          
  99.           <td><a href="edit-model.html"><input type="checkbox"></td>
  100.           <td><a href="edit-model.html">Nokia 225</a></td>
  101.           <td><div class="col-xs-6"><input type="text" placeholder="%" class="form-control input-podiel" width="20px" required></div></td>
  102.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  103.          
  104.         </tr>
  105.      
  106.  
  107.       </tbody>
  108.     </table>
  109.          
  110.            
  111.       <div class="modal-footer">
  112.         <button type="button" class="btn btn-default" data-dismiss="modal">Zatvoriť</button>
  113.         <button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-plus"></span> Pridať</button>
  114.       </div>
  115.       </form>
  116.      
  117.        
  118.        
  119.        
  120.     </div><!-- /.modal-content -->
  121.   </div><!-- /.modal-dialog -->
  122. </div>
  123.  
  124.          
  125.       </div>
  126.     </div>
  127.          
  128.          
  129.          <br><br>
  130.          
  131.           <div class="row">
  132.        
  133.         <table class="table table-hover ">
  134.       <thead>
  135.         <tr>
  136.           <th>#</th>
  137.           <th>Model</th>
  138.           <th>Popis</th>
  139.           <th>Podiel predaja</th>
  140.           <th>Recenzia</th>
  141.           <th></th>
  142.         </tr>
  143.       </thead>
  144.       <tbody>
  145.      
  146.         <tr>  
  147.           <th scope="row">1</th>
  148.           <td><a href="edit-model.html">Nokia 225</a></td>
  149.           <td>Telefón klasickej konštrukcie</td>
  150.           <td>18%</td>
  151.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  152.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  153.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  154.         </tr>
  155.          <tr>
  156.           <th scope="row">2</th>
  157.           <td><a href="edit-model.html">Nokia 225</a></td>
  158.            <td>Telefón klasickej konštrukcie</td>
  159.           <td>18%</td>
  160.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  161.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  162.            <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  163.         </tr>
  164.          <tr>
  165.           <th scope="row">3</th>
  166.           <td><a href="edit-model.html">Nokia 225</a></td>
  167.            <td>Telefón klasickej konštrukcie</td>
  168.           <td>18%</td>
  169.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  170.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  171.            <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  172.         </tr>
  173.         <tr>  
  174.           <th scope="row">4</th>
  175.           <td><a href="edit-model.html">Nokia 225</a></td>
  176.            <td>Telefón klasickej konštrukcie</td>
  177.           <td>18%</td>
  178.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  179.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  180.            <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  181.         </tr>
  182.         <tr>  
  183.           <th scope="row">5</th>
  184.           <td><a href="edit-model.html">Nokia 225</a></td>
  185.            <td>Telefón klasickej konštrukcie</td>
  186.           <td>18%</td>
  187.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  188.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  189.            <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  190.         </tr>
  191.         <tr>  
  192.           <th scope="row">6</th>
  193.           <td><a href="edit-model.html">Nokia 225</a></td>
  194.            <td>Telefón klasickej konštrukcie</td>
  195.           <td>18%</td>
  196.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  197.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  198.            <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  199.         </tr>
  200.         <tr>  
  201.           <th scope="row">7</th>
  202.           <td><a href="edit-model.html">Nokia 225</a></td>
  203.            <td>Telefón klasickej konštrukcie</td>
  204.           <td>18%</td>
  205.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  206.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  207.            <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  208.         </tr>
  209.         <tr>  
  210.           <th scope="row">8</th>
  211.           <td><a href="edit-model.html">Nokia 225</a></td>
  212.            <td>Telefón klasickej konštrukcie</td>
  213.           <td>18%</td>
  214.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  215.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  216.            <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  217.         </tr>
  218.         <tr>  
  219.           <th scope="row">9</th>
  220.           <td><a href="edit-model.html">Nokia 225</a></td>
  221.            <td>Telefón klasickej konštrukcie</td>
  222.           <td>18%</td>
  223.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  224.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  225.            <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  226.         </tr>
  227.         <tr>  
  228.           <th scope="row">10</th>
  229.           <td><a href="edit-model.html">Nokia 225</a></td>
  230.            <td>Telefón klasickej konštrukcie</td>
  231.           <td>18%</td>
  232.           <td><a href="www.fony.sk/clanky/8153-apple-iphone-5s-minus-napoleon-z-cupertina"> Fony.sk</a></td>
  233.           <td><a href="edit-model.html"><span class="glyphicon glyphicon-pencil" data-toggle="tooltip" title="Editovať" ></span></td>
  234.            <td><a href="edit-model.html"><span class="glyphicon glyphicon-remove" style="color:red;" data-toggle="tooltip" title="Vymazať"></span></td>
  235.         </tr>
  236.  
  237.       </tbody>
  238.     </table>
  239.  
  240.  
  241.       </div>
  242.  
  243.         <!-- Strankovanie -->
  244.         <center>
  245.         <nav>
  246.           <ul class="pagination">
  247.             <li>
  248.               <a href="#" aria-label="Previous">
  249.                 <span aria-hidden="true">&laquo;</span>
  250.               </a>
  251.             </li>
  252.             <li><a href="#">1</a></li>
  253.             <li><a href="#">2</a></li>  
  254.             <li><a href="#">3</a></li>
  255.             <li><a href="#">4</a></li>
  256.             <li><a href="#">5</a></li>
  257.             <li>
  258.               <a href="#" aria-label="next">
  259.                 <span aria-hidden="true">&raquo;</span>
  260.               </a>
  261.             </li>
  262.           </ul>
  263.         </nav>
  264.         </center>
  265.      
  266.  
  267.  
  268.      
  269.  
  270.  
  271.      
  272.  
  273.      
  274.  
  275.       <footer class="footer">
  276.         <p>&copy; mobilonline s.r.o. 2015</p>
  277.       </footer>
  278.  
  279.     </div> <!-- /container -->
  280.   </body>
  281.  
  282.     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  283.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  284.     <!-- Include all compiled plugins (below), or include individual files as needed -->
  285.     <script src="js/bootstrap.min.js"></script>
  286.   </body>
  287. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement