Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.45 KB | None | 0 0
  1. <div id="table">
  2.  
  3. <div>
  4.    
  5.  
  6.  
  7.  
  8. <div class="table-container">
  9.    
  10.         <table class="table table-striped table-hover table-condensed">
  11.            
  12.                
  13.                     <thead>
  14.                     <tr>
  15.                        
  16.                            
  17.                                 <th class="id orderable"><a href="?=&amp;sort=id">ID</a></th>
  18.                            
  19.                        
  20.                            
  21.                                 <th class="customer orderable"><a href="?=&amp;sort=customer">Company Name</a></th>
  22.                            
  23.                        
  24.                            
  25.                                 <th class="mobile_hash orderable"><a href="?=&amp;sort=mobile_hash">Mobile Verification Hash</a></th>
  26.                            
  27.                        
  28.                            
  29.                                 <th class="orderable state"><a href="?=&amp;sort=state">State</a></th>
  30.                            
  31.                        
  32.                            
  33.                                 <th class="orderable verification_email"><a href="?=&amp;sort=verification_email">Verification Email</a></th>
  34.                            
  35.                        
  36.                            
  37.                                 <th class="delta desc orderable"><a href="?=&amp;sort=delta">Waiting time</a></th>
  38.                            
  39.                        
  40.                            
  41.                                 <th style="width:10%" class="action_row">Action</th>
  42.                            
  43.                        
  44.                     </tr>
  45.                     </thead>
  46.                
  47.            
  48.            
  49.                 <tbody>
  50.                  
  51.                    
  52.                         <tr class="even">
  53.                            
  54.                                 <td class="id">21</td>
  55.                            
  56.                                 <td class="customer">Test</td>
  57.                            
  58.                                 <td class="mobile_hash">W6NAW5LR</td>
  59.                            
  60.                                 <td class="state">waiting</td>
  61.                            
  62.                                 <td class="verification_email"><a href="mailto:karczewskipawel.j+newverification@gmail.com">karczewskipawel.j+newverification@gmail.com</a></td>
  63.                            
  64.                                 <td class="delta">21h33m45s</td>
  65.                            
  66.                                 <td class="action_row"><div class="btn">
  67.     <a class="btn btn-default" href="/ops/verify/7bccf3f6132f9a9bbe72bfde484db4d65f51be8df969357ec9c55b9ae46d0b27/1/" role="button" aria-haspopup="true" aria-expanded="false">
  68.         Verify and Record
  69.     </a>
  70.     <a class="btn btn-default" href="/ops/verify/7bccf3f6132f9a9bbe72bfde484db4d65f51be8df969357ec9c55b9ae46d0b27/0/" role="button" aria-haspopup="true" aria-expanded="false">
  71.         Verify
  72.     </a>
  73. </div>
  74. </td>
  75.                            
  76.                         </tr>
  77.                    
  78.                  
  79.                    
  80.                         <tr class="odd">
  81.                            
  82.                                 <td class="id">26</td>
  83.                            
  84.                                 <td class="customer">Test</td>
  85.                            
  86.                                 <td class="mobile_hash">KZ8JHT4G</td>
  87.                            
  88.                                 <td class="state">waiting</td>
  89.                            
  90.                                 <td class="verification_email"><a href="mailto:karczewskipawel.j+newverification@gmail.com">karczewskipawel.j+newverification@gmail.com</a></td>
  91.                            
  92.                                 <td class="delta">20h55m14s</td>
  93.                            
  94.                                 <td class="action_row"><div class="btn">
  95.     <a class="btn btn-default" href="/ops/verify/f24cbd860927100093d20d0460692a222f162282317fc15e12d905cc4c703433/1/" role="button" aria-haspopup="true" aria-expanded="false">
  96.         Verify and Record
  97.     </a>
  98.     <a class="btn btn-default" href="/ops/verify/f24cbd860927100093d20d0460692a222f162282317fc15e12d905cc4c703433/0/" role="button" aria-haspopup="true" aria-expanded="false">
  99.         Verify
  100.     </a>
  101. </div>
  102. </td>
  103.                            
  104.                         </tr>
  105.                    
  106.                  
  107.                    
  108.                         <tr class="even">
  109.                            
  110.                                 <td class="id">28</td>
  111.                            
  112.                                 <td class="customer">Test</td>
  113.                            
  114.                                 <td class="mobile_hash">X3HC6JSU</td>
  115.                            
  116.                                 <td class="state">waiting</td>
  117.                            
  118.                                 <td class="verification_email"><a href="mailto:karczewskipawel.j+newverification@gmail.com">karczewskipawel.j+newverification@gmail.com</a></td>
  119.                            
  120.                                 <td class="delta">20h29m48s</td>
  121.                            
  122.                                 <td class="action_row"><div class="btn">
  123.     <a class="btn btn-default" href="/ops/verify/52f325ecb0168b8ef60b6bf384166830d0bdd927b86999b0ca84696db9508183/1/" role="button" aria-haspopup="true" aria-expanded="false">
  124.         Verify and Record
  125.     </a>
  126.     <a class="btn btn-default" href="/ops/verify/52f325ecb0168b8ef60b6bf384166830d0bdd927b86999b0ca84696db9508183/0/" role="button" aria-haspopup="true" aria-expanded="false">
  127.         Verify
  128.     </a>
  129. </div>
  130. </td>
  131.                            
  132.                         </tr>
  133.                    
  134.                
  135.                 </tbody>
  136.            
  137.            
  138.                
  139.            
  140.         </table>
  141.    
  142.  
  143.    
  144.        
  145.            
  146.                
  147.                    
  148.  
  149.  
  150.     <ul class="pagination">
  151.  
  152.        
  153.             <li class="prev disabled"><a>«</a></li>
  154.        
  155.  
  156.        
  157.  
  158.        
  159.            
  160.                 <li class="active">
  161.                     <a>1</a>
  162.                 </li>
  163.            
  164.        
  165.  
  166.        
  167.  
  168.        
  169.             <li class="last disabled">
  170.                 <a>»</a>
  171.             </li>
  172.        
  173.  
  174.     </ul>
  175.  
  176.  
  177.  
  178.                
  179.            
  180.        
  181.    
  182. </div>
  183.  
  184. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement