-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a69bcd0
commit 74747f0
Showing
284 changed files
with
1,886 additions
and
16,604 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
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
62 changes: 18 additions & 44 deletions
62
html/modules/legacy/templates/blocks/legacy_block_siteinfo.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,56 +1,30 @@ | ||
<{* Dev-Mode Toggle *}> | ||
<{if $xoops_isadmin}><div class="ui-dev-mode"><{$smarty.template}></div><{/if}> | ||
|
||
<div data-layout="column" class="block-site-info"> | ||
|
||
<{if $block.showgroups == true}> | ||
|
||
<article> | ||
<{if $block.showgroups == true}> | ||
<ul class="list-column"> | ||
<{foreach item=group from=$block.groups}> | ||
<div data-layout="row left my-2"><{$group.name}></div> | ||
<li><{$group.name}></li> | ||
|
||
<{foreach item=user from=$group.users}> | ||
<div> | ||
<li> | ||
<img src="<{$user.avatar}>" alt="profile" width="32" data-self="radius-circle"/> | ||
<a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a> | ||
<{$user.msglink}> | ||
</div> | ||
</li> | ||
<{/foreach}> | ||
|
||
<{/foreach}> | ||
|
||
<{/if}> | ||
|
||
<div> | ||
<img src="<{$block.logourl}>" alt=""><br> | ||
<{if $block.recoomendtime != 0}> | ||
<{if $xoops_theme == 'xcl_default'}> | ||
<article aria-label="Modal"> | ||
<button class="contrast" data-target="modal-recommend" onclick="toggleModal(event)"> | ||
<{$smarty.const._MB_LEGACY_RECO}> | ||
</button> | ||
</article> | ||
<{else}> | ||
<a href="javascript:openWithSelfMain('<{$xoops_url}>/misc.php?action=showpopups&type=friend&op=sendform&t=<{$block.recoomendtime}>','friend',<{$block.popup_width}>,<{$block.popup_height}>)"><{$smarty.const._MB_LEGACY_RECO}></a> | ||
<{/if}> | ||
<{/if}> | ||
</div> | ||
|
||
</div> | ||
<dialog id="modal-recommend"> | ||
<article> | ||
<h2>Confirm Your Membership</h2> | ||
<p> | ||
Thank you for signing up for a membership! | ||
Please review the membership details below: | ||
</p> | ||
<ul> | ||
<li>Membership: Individual</li> | ||
</ul> | ||
<footer> | ||
<button className="secondary"> | ||
Cancel | ||
</button> | ||
<button>Confirm</button> | ||
</footer> | ||
</article> | ||
</dialog> | ||
</ul> | ||
<{/if}> | ||
|
||
<footer class="grid"> | ||
<img src="<{$block.logourl}>" width="88" height="31" alt="logo"> | ||
<img class="svg" src="<{$xoops_url}>/images/icons/share.svg" width="1em" height="1em" alt="share"> | ||
<!-- <{* --- if $block.recoomendtime != 0 --- *}> | ||
<a href="javascript:openWithSelfMain('<{$xoops_url}>/misc.php?action=showpopups&type=friend&op=sendform&t=<{$block.recoomendtime}>','friend',<{$block.popup_width}>,<{$block.popup_height}>)"><{$smarty.const._MB_LEGACY_RECO}></a> | ||
<{* --- /if --- *}> --> | ||
</footer> | ||
|
||
</article> |
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
4 changes: 2 additions & 2 deletions
4
html/modules/legacy/templates/blocks/legacy_block_usermenu_nav.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
Oops, something went wrong.