-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/unaio/una
- Loading branch information
Showing
12 changed files
with
113 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 26 additions & 23 deletions
49
modules/boonex/artificer/data/template/bx_forum/unit_gallery.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,32 @@ | ||
<div class="__class__ bx-base-text-unit bx-forum-unit bx-base-text-unit-gallery bx-def-gal-unit-size flex flex-col w-full p-2 box-border relative"> | ||
<div class="bx-forum-category rounded-lg bg-gray-100 absolute py-1 px-2 ml-3 mt-3" > | ||
<div class="bx-forum-icon bx-def-margin-sec-right ">__category_icon__</div> | ||
<div>__category__</div> | ||
</div> | ||
<div class="bx-base-text-unit-text p-3 md:p-2 lg:p-2 pt-2 md:pt-3 lg:pt-5 box-border absolute bottom-0 max-w-full"> | ||
<div class="bx-base-text-unit-title flex items-center text-left mb-2"> | ||
<a href="__content_url__" class="text-ellipsis whitespace-nowrap overflow-hidden text-xl font-bold text-white group-hover:text-gray-900 dark:group-hover:text-white">__title__</a> | ||
</div> | ||
<div class="bx-base-text-unit-info"> | ||
__author__ | ||
</div> | ||
<div class="grid grid-cols-1"> | ||
<div class="bx-base-text-unit-cnt rounded-lg ring-1 ring-gray-200 dark:ring-gray-700 overflow-hidden bg-white dark:bg-gray-800 row-start-1 col-start-1" > | ||
<bx_if:thumb> | ||
<a href="__content_url__" title="__summary_attr__"> | ||
<div class="flex-shrink-0"> | ||
<img class="h-48 w-full object-cover rounded-lg" src="__gallery_url__" alt=""> | ||
</div> | ||
</a> | ||
</bx_if:thumb> | ||
<bx_if:no_thumb> | ||
<div class="bx-def-gal-img-column flex-shrink-0"> | ||
<div class="bx-base-text-unit-no-thumb flex flex-col items-center justify-center h-48 p-4 bg-gradient-to-b box-border rounded-lg"></div> | ||
</div> | ||
</bx_if:no_thumb> | ||
</div> | ||
<div class="bx-base-text-unit-cnt rounded-lg ring-1 ring-gray-200 dark:ring-gray-700 overflow-hidden bg-white dark:bg-gray-800"> | ||
<bx_if:thumb> | ||
<a href="__content_url__" title="__summary_attr__"> | ||
<div class="flex-shrink-0"> | ||
<img class="h-48 w-full object-cover rounded-lg" src="__gallery_url__" alt=""> | ||
<div class="flex flex-col m-4 justify-between row-start-1 col-start-1 items-start"> | ||
<div class="bx-forum-category rounded-lg bg-gray-100 py-1 px-2 "> | ||
<div class="bx-forum-icon bx-def-margin-sec-right ">__category_icon__</div> | ||
<div>__category__</div> | ||
</div> | ||
<div class="bx-base-text-unit-text box-border bottom-0 max-w-full"> | ||
<div class="bx-base-text-unit-title flex items-center text-left mb-2"> | ||
<a href="__content_url__" class="text-ellipsis whitespace-nowrap overflow-hidden text-xl font-bold text-white group-hover:text-gray-900 dark:group-hover:text-white">__title__</a> | ||
</div> | ||
<div class="bx-base-text-unit-info"> | ||
__author__ | ||
</div> | ||
</a> | ||
</bx_if:thumb> | ||
<bx_if:no_thumb> | ||
<div class="bx-def-gal-img-column flex-shrink-0"> | ||
<div class="bx-base-text-unit-no-thumb flex flex-col items-center justify-center h-48 p-4 bg-gradient-to-b box-border rounded-lg"></div> | ||
</div> | ||
</bx_if:no_thumb> | ||
|
||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,32 @@ | ||
<div class="__class__ bx-base-text-unit bx-forum-unit bx-base-text-unit-gallery bx-def-gal-unit-size flex flex-col w-full p-2 box-border relative"> | ||
<div class="bx-forum-category rounded-lg bg-gray-100 absolute py-1 px-2 ml-3 mt-3" > | ||
<div class="bx-forum-icon bx-def-margin-sec-right ">__category_icon__</div> | ||
<div>__category__</div> | ||
</div> | ||
<div class="bx-base-text-unit-text p-3 md:p-2 lg:p-2 pt-2 md:pt-3 lg:pt-5 box-border absolute bottom-0 max-w-full"> | ||
<div class="bx-base-text-unit-title flex items-center text-left mb-2"> | ||
<a href="__content_url__" class="text-ellipsis whitespace-nowrap overflow-hidden text-xl font-bold text-white group-hover:text-gray-900 dark:group-hover:text-white">__title__</a> | ||
</div> | ||
<div class="bx-base-text-unit-info"> | ||
__author__ | ||
</div> | ||
<div class="grid grid-cols-1"> | ||
<div class="bx-base-text-unit-cnt rounded-lg ring-1 ring-gray-200 dark:ring-gray-700 overflow-hidden bg-white dark:bg-gray-800 row-start-1 col-start-1" > | ||
<bx_if:thumb> | ||
<a href="__content_url__" title="__summary_attr__"> | ||
<div class="flex-shrink-0"> | ||
<img class="h-48 w-full object-cover rounded-lg" src="__gallery_url__" alt=""> | ||
</div> | ||
</a> | ||
</bx_if:thumb> | ||
<bx_if:no_thumb> | ||
<div class="bx-def-gal-img-column flex-shrink-0"> | ||
<div class="bx-base-text-unit-no-thumb flex flex-col items-center justify-center h-48 p-4 bg-gradient-to-b box-border rounded-lg"></div> | ||
</div> | ||
</bx_if:no_thumb> | ||
</div> | ||
<div class="bx-base-text-unit-cnt rounded-lg ring-1 ring-gray-200 dark:ring-gray-700 overflow-hidden bg-white dark:bg-gray-800"> | ||
<bx_if:thumb> | ||
<a href="__content_url__" title="__summary_attr__"> | ||
<div class="flex-shrink-0"> | ||
<img class="h-48 w-full object-cover rounded-lg" src="__gallery_url__" alt=""> | ||
<div class="flex flex-col m-4 justify-between row-start-1 col-start-1 items-start"> | ||
<div class="bx-forum-category rounded-lg bg-gray-100 py-1 px-2 "> | ||
<div class="bx-forum-icon bx-def-margin-sec-right ">__category_icon__</div> | ||
<div>__category__</div> | ||
</div> | ||
<div class="bx-base-text-unit-text box-border bottom-0 max-w-full"> | ||
<div class="bx-base-text-unit-title flex items-center text-left mb-2"> | ||
<a href="__content_url__" class="text-ellipsis whitespace-nowrap overflow-hidden text-xl font-bold text-white group-hover:text-gray-900 dark:group-hover:text-white">__title__</a> | ||
</div> | ||
<div class="bx-base-text-unit-info"> | ||
__author__ | ||
</div> | ||
</a> | ||
</bx_if:thumb> | ||
<bx_if:no_thumb> | ||
<div class="bx-def-gal-img-column flex-shrink-0"> | ||
<div class="bx-base-text-unit-no-thumb flex flex-col items-center justify-center h-48 p-4 bg-gradient-to-b box-border rounded-lg"></div> | ||
</div> | ||
</bx_if:no_thumb> | ||
|
||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters