PATH:
root
/
alutechnikadmin1234kolekcje
<?php if(!isset($_SESSION["id_konta"])) { header("Location: ../index.php"); } ?> <header> <h1>Kolekcje <?php /* echo "<pre>"; var_dump($p); echo "</pre>"; */ ?></h1> <a href="index.php?logout=1"><span>wyloguj</span><img src="images/close.jpg" alt="wyloguj"/></a> </header> <div id="content"> <?php echo "<div id=\"menu2\"><a href=\"content.php?k={$a->ref}&o=1\">dodaj kolekcjÄ™</a></div>"; echo $p->renderTable([ "id" => [ "name" => "ID", "styles" => "width: 3%; text-align: right", "valueStyles" => "margin: auto; text-align: right" ], "nazwa" => [ "name" => "Nazwa", "valueStyles" => "width: 15%; text-align: left" ], "podpis" => [ "name" => "Podpis", "valueStyles" => "text-align: left" ], "dane_techniczne" => [ "name" => "Dane techniczne", "styles" => "text-align: center", "valueStyles" => "width: 5%", "value" => function($data) { return "<a href=\"../" . $data['row']['dane_techniczne'] . "\" target=\"_blank\" alt=\"Link\" title=\"Dane techniczne\">LINK</a>"; } ] ]); ?> </div>
[+]
..
[-] kolekcja.php
[edit]
[-] dodaj_kolekcje.php
[edit]
[-] index.php
[edit]