Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.13 KB | None | 0 0
  1. <table class="table-info">
  2.     <tr>
  3.         <td><p class="submenu">&gt; <a href="?download=1&<?php echo SID; ?>">Uložit aktuální seznam registrací</a></p></td>
  4.     </tr>
  5.     <tr>
  6.         <td><p class="submenu">Export registrací:
  7.             [<a href="?exportreg=1&typ=txt&<?php echo SID; ?>">TXT</a>]
  8.             [<a href="?exportreg=1&typ=csv&<?php echo SID; ?>">CSV</a>]
  9.             [<a href="?exportreg=1&typ=xls&<?php echo SID; ?>">XLS</a>]
  10.         </p></td>
  11.         <td><p class="submenu">Export ŠVP:
  12.             [<a href="?export=export-svp">XLS</a>]
  13.         </p></td>
  14.     </tr>
  15.     <tr>
  16.         <td><p class="submenu">Export rodiče:
  17.             [<a href="?exportreg=1&typ=txt&<?php echo SID; ?>">TXT</a>]
  18.             [<a href="?exportreg=1&typ=csv&<?php echo SID; ?>">CSV</a>]
  19.             [<a href="?exportreg=1&typ=xls&<?php echo SID; ?>">XLS</a>]
  20.         </p></td>
  21.         <td><p class="submenu">Export tábor:
  22.             [<a href="?export=export-tabor">XLS</a>]
  23.         </p></td>
  24.     </tr>
  25.     <tr>
  26.         <td><p class="submenu">Export děti:
  27.             [<a href="?exportreg=2&typ=txt&<?php echo SID; ?>">TXT</a>]
  28.             [<a href="?exportreg=2&typ=csv&<?php echo SID; ?>">CSV</a>]
  29.             [<a href="?exportreg=2&typ=xls&<?php echo SID; ?>">XLS</a>]
  30.         </p></td>
  31.     </tr>
  32. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement