Advertisement
abeksis

dsfsdf

Oct 24th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <center>
  2. <table id="main">
  3. <tr>
  4. <td valign='top'>
  5. <div id="table">
  6. <div id="sidebar" style="float: right; margin-right: -219px;">
  7. <p>לחצו להורדת הריפו<p>
  8. <a href="../repo/repository.abeksis/repository.abeksis.zip"><img src="images/download-button.png"></a>
  9. </div>
  10. <table width="770" align='center' id='searchResult' valign='top'>
  11. <tr><th width='100px'><img src="images/list.png" alt="#"/></th><th><img src="images/database.png" alt="Addon" /></th><th width='150px'><img src="images/Version.png" alt="גרסה"/></th><th width='150px'> <img src="images/disc.png" alt="גודל" /></th><th width='150px'><img src="images/Calendar.png" alt="תאריך" /></th>
  12. </tr>
  13. <?
  14.  
  15. $i=1;
  16. foreach ($packs as $pack)
  17. {
  18. echo "<tr>";
  19. echo "<td>".((($page-1) * $items) + $i++)."</td><td>".$pack["name"].'</td>';
  20. echo "<td>".'<a href="'.$pack["file"].'">'.$pack["version"]."</a>";
  21. echo '</td>';
  22. if (is_file($pack["file"]))
  23. echo "<td>".$pack["size"]."</td><td class=\"date-col\">".$pack["date"];
  24. if (time()-filemtime($pack["file"]) < 3*24*60*60)
  25. echo '<img src="../images/new.png">';
  26. echo "</td>";
  27. echo "</tr>";
  28. }
  29. ?>
  30. </tr></table></center></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement