|
@@ -10,7 +10,17 @@
|
|
|
<?php
|
|
|
foreach ($res["body"]->thumbnails->illust as $o) {
|
|
|
?>
|
|
|
- <a href="/artworks?id=<?= $o->id ?>"><img src="<?= imgprx($o->url) ?>" alt="<?= $o->alt ?>" /></a>
|
|
|
+ <div class="searchres">
|
|
|
+ <a href="/artworks/?id=<?= $o->id ?>">
|
|
|
+ <img src="<?= imgprx($o->url) ?>" alt="<?= $o->alt ?>" />
|
|
|
+ <?= $o->title ?>
|
|
|
+ </a>
|
|
|
+ <br />
|
|
|
+ <a href="/users/?id=<?= $o->userId ?>">
|
|
|
+ <img src="<?= imgprx($o->profileImageUrl) ?>" alt="<?= $o->userName ?>" style="width: 24px; height: 24px;" />
|
|
|
+ <?= $o->userName ?>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
<?php
|
|
|
}
|
|
|
?>
|