mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Create cookie-based login and authentication system
This commit is contained in:
parent
45221365b5
commit
0bc3dc3830
46 changed files with 528 additions and 195 deletions
|
@ -15,7 +15,7 @@
|
|||
<td class="number"><?= Formatter::ToPlainText($collection->UpdatedString) ?></td>
|
||||
|
||||
<? foreach($collection->ZipFiles as $item){ ?>
|
||||
<td class="download"><a href="<?= $item->Url ?>" download=""><?= $item->Type ?></a></td>
|
||||
<td class="download"><a href="<?= $item->Url ?>"><?= $item->Type ?></a></td>
|
||||
<td>(<?= Formatter::ToPlainText($item->Size) ?>)</td>
|
||||
<? } ?>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue