diff --git a/BSD_license.txt b/BSD_license.txt index 86c2d30e7..0e26cb305 100644 --- a/BSD_license.txt +++ b/BSD_license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2005-2023, XOOPSCube Project. All rights reserved. +Copyright (c) 2005-2024, XOOPSCube Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed553834..6fe2d8a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,27 @@ All notable changes to this project will be documented in this file. -## The XOOPSCube Project 2023 +## The XOOPSCube Project 2024 #### Git Repository Refer please to repository Legacy Commits +## [2.4.0 RC PHP8] 2024-04-20 + +- Update Web Install Wizard +- Update Bundle Modules +- Update CKEditor4 extra plugins, darkmode +- Update Default Themes +- Update Templates +- Update jquery & UI +- Avatars, emoji, images +- Update Pico GD Library +- Update plugin json +- Add Pico Activity Overview +- Removed deprecated files + + ## [2.3.3 RC PHP8] 2023-04-18 **Update modules** diff --git a/README.md b/README.md index fdfd4648c..5bff83c8a 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ ![X-Updare Store](https://img.shields.io/badge/X--Update%20Store-Online-green) -# XOOPSCube Legacy :: XCL Bundle Package 2.3 +# XOOPSCube Legacy :: XCL Bundle Package 2.4.0 ## Simple, Secure and Scalable ### Web Application Platform and Content Management System -XOOPSCube Legacy (XCL) is a free open-source Web Application Platform (WAP) well suited for general purpose +XOOPSCube Legacy (XCL) is a Web Application Platform (WAP) free and open source well suited for general purpose with a low code development approach maintained on GitHub. The XCL bundle package is designed for easy usage to benefit from the performance of XCube Core and the most popular web server stack: Apache, MySQL and PHP. @@ -21,7 +21,7 @@ Keep a tested high quality, up-to-date master/main branch for releases. | Branch | PHP Version | Commit / Pull request | |:-------------:|:-------------:|:-------------:| -| Master | PHP 7.4. - PHP 8.0 | Release Candidate (RC) | +| Master | PHP 7.4. - PHP 8.0 | Release Candidate | | Smarty3 | PHP 7.4. - PHP 8.0| Smarty v3 bug fixes | ## Features diff --git a/gpl-2.0_license.md b/gpl-2.0_license.md index 90ae12017..28fbecabf 100644 --- a/gpl-2.0_license.md +++ b/gpl-2.0_license.md @@ -358,4 +358,4 @@ you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl.html) instead of this -License. \ No newline at end of file +License. diff --git a/html/modules/legacy/admin/templates/blocks/legacy_admin_block_menu.html b/html/modules/legacy/admin/templates/blocks/legacy_admin_block_menu.html index 559f22492..526fa3b64 100644 --- a/html/modules/legacy/admin/templates/blocks/legacy_admin_block_menu.html +++ b/html/modules/legacy/admin/templates/blocks/legacy_admin_block_menu.html @@ -2,6 +2,7 @@ .menu-overlay { background: rgba(0, 0, 0, 0); border:var(--ui-widget-content-border); + border-radius: var(--border-radius); display: block; pointer-events: none; position: fixed; @@ -14,7 +15,7 @@ z-index: 99999; } .menu-overlay .dialog { - border-radius: var(--border-radius); + border-radius: 10px; background: var(--ui-dialog-bg ); box-shadow: var(--ui-dialog-shadow ); margin: 10% auto; @@ -28,7 +29,7 @@ .menu-overlay:target { display: block; pointer-events: auto; - background: rgba(0, 0, 0, 0.3); + background: rgba(0, 0, 0, 0.5); transition: all 0.2s ease-out; } .menu-overlay:target .dialog { diff --git a/html/modules/legacy/admin/templates/components/admin-panel.html b/html/modules/legacy/admin/templates/components/admin-panel.html index f32ca104c..0f6316408 100644 --- a/html/modules/legacy/admin/templates/components/admin-panel.html +++ b/html/modules/legacy/admin/templates/components/admin-panel.html @@ -89,7 +89,7 @@
- Clear LocalStorage + diff --git a/html/modules/legacy/templates/blocks/legacy_block_mainmenu.html b/html/modules/legacy/templates/blocks/legacy_block_mainmenu.html index f6976ef85..31c3b9bce 100644 --- a/html/modules/legacy/templates/blocks/legacy_block_mainmenu.html +++ b/html/modules/legacy/templates/blocks/legacy_block_mainmenu.html @@ -1,19 +1,11 @@ <{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - - - -
- - <{include file=db:message_nav.html}> - -
- - -
+
+ +
+ <{include file=db:message_nav.html}> +
+ + <{* ------- Grid 2 columns *}> +
+ +
+ +
+
+ + +
+

- <{* ------- Grid 2 columns *}> -
- + + + + + + + + + + + + <{foreach item=uname key=uid from=$blackuser}> + + + + + <{/foreach}> + +
<{$smarty.const._MD_MESSAGE_TEMPLATE14}><{$smarty.const._MD_MESSAGE_TEMPLATE2}>
+
+ + +
+
+
+ <{$uname}> +
+
+ +
<{* ------- /ui-tab-content *}> - -
<{* ------- /ui-tab-blacklist *}> - -
<{* ------- /ui-tabs-mail *}> - + + + diff --git a/html/modules/message/templates/message_favorites.html b/html/modules/message/templates/message_favorites.html index 66cff4470..f0b61d402 100644 --- a/html/modules/message/templates/message_favorites.html +++ b/html/modules/message/templates/message_favorites.html @@ -8,7 +8,10 @@ -

<{$smarty.const._MD_USERSEARCH_9}>

+
+
+

<{$smarty.const._MD_USERSEARCH_9}>

+
<{if $fuser!=false}>
@@ -38,4 +41,4 @@

<{$smarty.const._MD_USERSEARCH_9}>

<{$smarty.const._MD_USERSEARCH_8}>
<{/if}> - +
diff --git a/html/modules/message/templates/message_inboxlist.html b/html/modules/message/templates/message_inboxlist.html index 07fccc522..22e39078c 100644 --- a/html/modules/message/templates/message_inboxlist.html +++ b/html/modules/message/templates/message_inboxlist.html @@ -1,6 +1,8 @@ +<{* set tab inbox to active *}> +<{assign var="inboxView" value="ui-tabs-active ui-state-active"}> + <{* Dev-Mode Toggle *}> <{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -
- - <{include file=db:message_nav.html}> - -
- -
- - - -
- +
- +
+ <{include file=db:message_nav.html}> +
- + - +
-
+ - + + -
+ +
-
- +
- <{foreach item=val from=$ListData}> -
+<{* ----- List Messages *}> -
- <{if $val.is_read==1}> - - <{else}> - - <{/if}> - <{if $val.is_read==0}> - Mail +
+ - <{elseif $val.is_read==1}> - + <{foreach item=val from=$ListData}> +
- <{elseif $val.is_read==2}> - +
+ <{if $val.is_read==1}> + + <{else}> + + <{/if}> - <{/if}> + <{if $val.is_read==0}> + Mail - avatar + <{elseif $val.is_read==1}> + - <{$val.fromname}> -
+ <{elseif $val.is_read==2}> + -
- <{* SUBJECT TRUNCATE:46 - CHANGE THIS VALUE OR USE CSS text-overflow: ellipsis; *}> - <{$val.title|truncate:46:"..."}> - <{$val.utime|xoops_formattimestamp:l}> -
-
+ <{/if}> - <{/foreach}> + avatar -
-
<{* ! wrap [role=button] with div for small button *}> -
- -
+ <{$val.fromname}> -
+
-
<{* ------- /ui-tab-content *}> +
+ <{* SUBJECT TRUNCATE:46 - CHANGE THIS VALUE OR USE CSS text-overflow: ellipsis; *}> + <{$val.title|truncate:46:"..."}> + <{$val.utime|xoops_formattimestamp:l}> +
+
-
<{* ------- /mail-inbox-list *}> + <{/foreach}> + +
+ + -
<{* ------- /tabs-mail *}> + + diff --git a/html/modules/message/templates/message_inboxview.html b/html/modules/message/templates/message_inboxview.html index 8b1a40f2e..a2aeb4390 100644 --- a/html/modules/message/templates/message_inboxview.html +++ b/html/modules/message/templates/message_inboxview.html @@ -1,5 +1,5 @@ <{* set tab inbox to active *}> -<{assign var="inboxView" value="ui-state-active"}> +<{assign var="inboxView" value="ui-tabs-active ui-state-active"}> <{* Dev-Mode Toggle *}> <{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> @@ -14,96 +14,91 @@ -
- - <{include file=db:message_nav.html}> - -
- -
- -

<{$smarty.const._MD_MESSAGE_TEMPLATE3}>: <{$msgdata.title}>

- -
- <{$smarty.const._MD_MESSAGE_TEMPLATE12}> : - <{$msgdata.fromname}> -
-
<{$smarty.const._MD_MESSAGE_TEMPLATE10}> : <{$msgdata.utime|xoops_formattimestamp:l}>
- -
- -
- <{$msgdata.message}> -
- - - - -
<{* ------- /ui-tab-content *}> - - - -
<{* ------- /mail-outbox-view *}> - -
<{* ------- /tabs-mail *}> - +
+ +
+ <{include file=db:message_nav.html}> +
+ +
+ +

<{$smarty.const._MD_MESSAGE_TEMPLATE3}>: <{$msgdata.title}>

+ +
+ <{$smarty.const._MD_MESSAGE_TEMPLATE12}> : + <{$msgdata.fromname}> +
+ +
<{$smarty.const._MD_MESSAGE_TEMPLATE10}> : <{$msgdata.utime|xoops_formattimestamp:l}>
+ +
+ +
+ <{$msgdata.message}> +
+ +
+ + + +
diff --git a/html/modules/message/templates/message_nav.html b/html/modules/message/templates/message_nav.html index 4da8e250f..23b388856 100644 --- a/html/modules/message/templates/message_nav.html +++ b/html/modules/message/templates/message_nav.html @@ -1,29 +1,31 @@ - -
- - <{include file=db:message_nav.html}> - -
- -
- <{xoops_token form=$mActionForm}> - <{xoops_input type=hidden name=mode}> - -
- - <{if $errMsg !=""}> -
-
    - <{foreach item=error from=$errMsg}> -
  • <{$error}>
  • - <{/foreach}> -
-
-
- <{/if}> - - <{if $mActionForm->get('Legacy_Event_User_Preview') !=""}> -

<{$smarty.const._MD_MESSAGE_TEMPLATE3}> : <{$mActionForm->getShow('title')}>

-

<{$smarty.const._MD_MESSAGE_TEMPLATE2}> : <{$mActionForm->getShow('uname')}> -
<{$smarty.const._MD_MESSAGE_TEMPLATE4}>

- -
- <{$mActionForm->getShow('note', 'toShowTarea')}> -
-
- <{/if}> - - - - - - -
<{* ------- /ui-tab-content *}> - -
<{* ------- /ui-tab-mail-settings *}> - -
<{* ------- /ui-tab-wrap *}> + diff --git a/html/modules/message/templates/message_outboxlist.html b/html/modules/message/templates/message_outboxlist.html index 3ca0743c8..97b941df9 100644 --- a/html/modules/message/templates/message_outboxlist.html +++ b/html/modules/message/templates/message_outboxlist.html @@ -9,80 +9,76 @@ -
-<{include file=db:message_nav.html}> +
-
+
+ <{include file=db:message_nav.html}> +
-
+
- - -
- - - - - - - -
- -
+
+ -
+ + -
- +
- <{foreach item=val from=$ListData}> + -
-
+ <{* ----- List Messages *}> - - avatar +
+ - <{$val.fromname}> + <{foreach item=val from=$ListData}> -
+
-
- <{* SUBJECT TRUNCATE:46 - CHANGE THIS VALUE OR USE CSS text-overflow: ellipsis; *}> - <{$val.title|truncate:46:"..."}> - <{$val.utime|xoops_formattimestamp:l}> -
+
-
+ - <{/foreach}> + avatar -
-
<{* ! wrap [role=button] with div for small button *}> - -
- -
+ <{$val.fromname}> - +
-
<{* ------- /ui-tab-content *}> +
+ <{* SUBJECT TRUNCATE:46 - CHANGE THIS VALUE OR USE CSS text-overflow: ellipsis; *}> + <{$val.title|truncate:46:"..."}> + <{$val.utime|xoops_formattimestamp:l}> +
-
<{* ------- /mail-outbox-list *}> - -
<{* ------- /tabs-mail *}> +
<{* printhis *}> + <{/foreach}> +
+ + + + + + diff --git a/html/modules/message/templates/message_outboxview.html b/html/modules/message/templates/message_outboxview.html index 39ad63d3b..b27a70dcc 100644 --- a/html/modules/message/templates/message_outboxview.html +++ b/html/modules/message/templates/message_outboxview.html @@ -1,8 +1,8 @@ <{* set tab sent-box to active *}> -<{assign var="outboxView" value="ui-state-active"}> +<{assign var="outboxView" value="ui-tabs-active ui-state-active"}> <{* Dev-Mode Toggle *}> -
<{$smarty.template}>
+<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> -
- <{include file=db:message_nav.html}> +
-
+
+ <{include file=db:message_nav.html}> +
-
+
-
-

<{$msgdata.title}>

-
-
- <{$smarty.const._MD_MESSAGE_TEMPLATE9}> avatar - <{$msgdata.toname}> -
-
- datetime <{$msgdata.utime|xoops_formattimestamp:l}> -
+
+

<{$msgdata.title}>

+
+
+ <{$smarty.const._MD_MESSAGE_TEMPLATE9}> avatar + <{$msgdata.toname}>
+
+ datetime <{$msgdata.utime|xoops_formattimestamp:l}> +
+
-
+
-
- <{$msgdata.message}> -
+
+ <{$msgdata.message}> +
-
<{* ------- /ui-tab-content *}> +
<{* printhis *}> - <{* NOTE : form must wrap the footer class action-control to apply negative margin *}> +
+ +
-
- - -
-
- -
<{* ------- /mail-outbox-view *}> - -
<{* ------- /tabs-mail *}> - + + + + + + +
diff --git a/html/modules/message/templates/message_settings.html b/html/modules/message/templates/message_settings.html index 9d83246a4..14fb17862 100644 --- a/html/modules/message/templates/message_settings.html +++ b/html/modules/message/templates/message_settings.html @@ -1,3 +1,6 @@ +<{* set tab inbox to active *}> +<{assign var="inboxSettings" value="ui-tabs-active ui-state-active"}> + <{* Dev-Mode Toggle *}> <{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> @@ -9,108 +12,99 @@ -
- - <{include file=db:message_nav.html}> - -
+
-
+
+ <{include file=db:message_nav.html}> +
-
-

<{$smarty.const._MI_MESSAGE_SAVEDAYS}> ⏳ <{$purgedays}> days 🔥

- <{if $purgetype == 1}> -

<{$smarty.const._MI_MESSAGE_DELTYPE_DESC}>

- <{/if}> -
+
+

<{$smarty.const._MI_MESSAGE_SAVEDAYS}> ⏳ <{$purgedays}> days 🔥

+ <{if $purgetype == 1}> +

<{$smarty.const._MI_MESSAGE_DELTYPE_DESC}>

+ <{/if}> +

- <{xoops_token form=$mActionForm}> -
-
- <{$smarty.const._MD_MESSAGE_SETTINGS_MSG1}> -
-
- - <{xoops_input type=radio name=usepm default=$mActionForm->get('usepm') value=1}> - - - <{xoops_input type=radio name=usepm default=$mActionForm->get('usepm') value=0}> - -
-
+ <{xoops_token form=$mActionForm}> -
-
- <{$smarty.const._MD_MESSAGE_SETTINGS_MSG2}> -
-
- <{xoops_input type=radio class="custom-control-input" name=tomail default=$mActionForm->get('tomail') value=1}> - - <{xoops_input type=radio class="custom-control-input" name=tomail default=$mActionForm->get('tomail') value=0}> - -
+
+
+ <{$smarty.const._MD_MESSAGE_SETTINGS_MSG1}>
+
+ <{xoops_input type=radio name=usepm default=$mActionForm->get('usepm') value=1}> + -
-
- <{$smarty.const._MD_MESSAGE_SETTINGS_MSG7}> -
-
- <{xoops_input type=radio class="custom-control-input" name=viewmsm default=$mActionForm->get('viewmsm') value=1}> - - <{xoops_input type=radio class="custom-control-input" name=viewmsm default=$mActionForm->get('viewmsm') value=0}> - -
+ <{xoops_input type=radio name=usepm default=$mActionForm->get('usepm') value=0}> +
+
-
-
- <{$smarty.const._MD_MESSAGE_SETTINGS_MSG8}>
+
+
+ <{$smarty.const._MD_MESSAGE_SETTINGS_MSG2}> +
+
+ <{xoops_input type=radio class="custom-control-input" name=tomail default=$mActionForm->get('tomail') value=1}> + + <{xoops_input type=radio class="custom-control-input" name=tomail default=$mActionForm->get('tomail') value=0}> + +
+
-
-
- -
+
+
+ <{$smarty.const._MD_MESSAGE_SETTINGS_MSG7}> +
+
+ <{xoops_input type=radio class="custom-control-input" name=viewmsm default=$mActionForm->get('viewmsm') value=1}> + + <{xoops_input type=radio class="custom-control-input" name=viewmsm default=$mActionForm->get('viewmsm') value=0}> + +
+
+
+
+ <{$smarty.const._MD_MESSAGE_SETTINGS_MSG8}>
+
+
+
+

-
-
- <{$smarty.const._MD_MESSAGE_SETTINGS_MSG10}>
- - <{$smarty.const._MD_MESSAGE_SETTINGS_MSG18}> -
-
- <{$smarty.const._MD_MESSAGE_SETTINGS_MSG11}>
- <{xoops_input type=text class="form-control" name=blacklist value=$mActionForm->get('blacklist') maxlength=191 size=40}>
-
+
+
+ <{$smarty.const._MD_MESSAGE_SETTINGS_MSG10}>
+ + <{$smarty.const._MD_MESSAGE_SETTINGS_MSG18}>
+
+ <{$smarty.const._MD_MESSAGE_SETTINGS_MSG11}>
+ <{xoops_input type=text class="form-control" name=blacklist value=$mActionForm->get('blacklist') maxlength=191 size=40}>
+
+
-
-
- <{legacy_button id=Submit role="button" class="submit" Text=$smarty.const._SUBMIT}> -
-
- - - - - -
<{* ------- /ui-tab-content *}> +
-
<{* ------- /ui-tab-mail-settings *}> +
+
+ <{legacy_button id=Submit role="button" class="submit" Text=$smarty.const._SUBMIT}> +
+
-
<{* ------- /ui-tab-wrap *}> + +
-<{* End Form Validation JavaScript *}> diff --git a/html/themes/xcl_default/templates/d3forum/inc_postorder_links.html b/html/themes/xcl_default/templates/d3forum/inc_postorder_links.html deleted file mode 100644 index 15a1733fa..000000000 --- a/html/themes/xcl_default/templates/d3forum/inc_postorder_links.html +++ /dev/null @@ -1,41 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - - diff --git a/html/themes/xcl_default/templates/d3forum/inc_topic_icon.html b/html/themes/xcl_default/templates/d3forum/inc_topic_icon.html deleted file mode 100644 index 61884038d..000000000 --- a/html/themes/xcl_default/templates/d3forum/inc_topic_icon.html +++ /dev/null @@ -1,13 +0,0 @@ -<{* Smarty assign images to forum topic *}> -<{if isset($topic)}> -<{if isset($topic.sticky)}> -<{assign var="topic_icon_src" value="`$xoops_url`/images/icons/topic_sticky`$topic.bit_new`.svg"}> -<{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_TOPICSTICKY}> -<{elseif isset($topic.invisible)}> -<{assign var="topic_icon_src" value="`$xoops_url`/image/icons/topic_invisible.svg"}> -<{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_ALT_INVISIBLE}> -<{else}> -<{assign var="topic_icon_src" value="`$xoops_url`/images/icons/topic_`$topic.bit_new``$topic.bit_hot`.svg"}> -<{assign var="topic_icon_alt" value=""}> -<{/if}> -<{/if}> diff --git a/html/themes/xcl_default/templates/d3forum/inc_topicbar.html b/html/themes/xcl_default/templates/d3forum/inc_topicbar.html deleted file mode 100644 index 5dc3cafdb..000000000 --- a/html/themes/xcl_default/templates/d3forum/inc_topicbar.html +++ /dev/null @@ -1,95 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - - -<{* ----- ALERT NOTIFICATION TOPIC LOCKED ----- *}> -<{if $topic.locked}> -
- - <{$smarty.const._MD_D3FORUM_TOPICLOCKED_DESC}> -
-<{/if}> - - -<{* ----- ACTION - TOPIC ----- *}> -
- - <{* ----- D3 MODULE COMMENT MANAGEMENT ----- *}> - <{if !$forum.can_post or $forum.external_link_format}> -
- - - -
- <{elseif $forum.can_post and !$forum.external_link_format}> -
- <{$smarty.const._MD_D3FORUM_POSTASNEWTOPICTOTHISFORUM}> -
- <{/if}> - <{if $forum.isadminormod}> - - <{/if}> -
-<{* ----- / ACTION - TOPIC ----- *}> -<{* /strip *}> diff --git a/html/themes/xcl_default/templates/d3forum/inc_vote.html b/html/themes/xcl_default/templates/d3forum/inc_vote.html deleted file mode 100644 index 6f5b1bbc4..000000000 --- a/html/themes/xcl_default/templates/d3forum/inc_vote.html +++ /dev/null @@ -1,50 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -
- <{if $post.can_vote}> -
- - - - <{if $caller == 'listposts'}> - - - <{/if}> - -
- <{* ------- REMOVE SMARTY COMMENT TO ALLOW NEGATIVE VOTE *}> -
- - - - <{if $caller == 'listposts'}> - - - <{/if}> - -
- <{* ------- REMOVE SMARTY COMMENT TO ALLOW NEGATIVE VOTE *}> - <{/if}> - - - - - - <{$smarty.const._MD_D3FORUM_VOTECOUNT}> - <{$post.votes_count}> - <{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}> - <{$post.votes_avg|string_format:"%.2f"}> - - -
diff --git a/html/themes/xcl_default/templates/d3forum/main_category_form.html b/html/themes/xcl_default/templates/d3forum/main_category_form.html deleted file mode 100644 index 975f3d817..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_category_form.html +++ /dev/null @@ -1,121 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - -
- <{$gticket_hidden|default:''}> - -
- -
-

<{$formtitle}> - - <{* ----- Permissions *}> - <{if $xoops_isadmin}> - - <{/if}> -

-
- - - - - - - - - - - - -
- -
- - <{* ----- CATEGORY BATCH ACTION *}> -
-
<{$smarty.const._MD_D3FORUM_BATCH_ACTIONS}>
- -
- - <{* ----- CATEGORY OPTIONS *}> -
-
<{$smarty.const._MD_D3FORUM_TH_CATEGORYOPTIONS}>
- - -
style="display:none;"<{/if}> name="options"> - - <{* NOTE : Language constant with custom HTML paragraph/code *}> - <{$smarty.const._MD_D3FORUM_HOWTO_OVERRIDEOPTIONS}> - <{$category.option_desc}> -
- -
- <{* ----- /CATEGORY OPTIONS *}> - - -
- <{if $page == 'categorymanager' && $children_count == 0}> -
-
- <{/if}> -
-
-
- -
- -<{* Start Form Vaidation JavaScript *}> - -<{* End Form Vaidation JavaScript *}> diff --git a/html/themes/xcl_default/templates/d3forum/main_cutpasteposts.html b/html/themes/xcl_default/templates/d3forum/main_cutpasteposts.html deleted file mode 100644 index f033cde66..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_cutpasteposts.html +++ /dev/null @@ -1,85 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - - <{/if}> - -
- -

<{$smarty.const._MD_D3FORUM_CUTPASTEPOSTS}>

- -
-

<{$reference_subject}>

-

<{$smarty.const._MD_D3FORUM_BY}>: <{$reference_name}>

-

<{$smarty.const._MD_D3FORUM_ON}>: <{$reference_time_formatted}>

-
<{$reference_message}>
- -
- -
- <{$smarty.const._MD_D3FORUM_CHILDREN_COUNT}> <{$children_count}> - <{$smarty.const._MD_D3FORUM_PARENT_POSTID}> <{$post.pid}> -
- -
- -
- -
-
-

<{$smarty.const._MD_D3FORUM_CUTPASTEBYPOSTIDSBJ}>

-

<{$smarty.const._MD_D3FORUM_CUTPASTEBYPOSTIDDSC}>

-
- -
- - - - - -
- -
- -
- -
-
-<{if $post.pid}> -

<{$smarty.const._MD_D3FORUM_CUTPASTETOPICDIVSBJ}>

-

<{$smarty.const._MD_D3FORUM_CUTPASTETOPICDIVDSC}>

-<{else}> -

<{$smarty.const._MD_D3FORUM_CUTPASTEBYFORUMIDSBJ}>

-

<{$smarty.const._MD_D3FORUM_CUTPASTEBYFORUMIDDSC}>

-<{/if}> -
- -
- - - - - -
- -
diff --git a/html/themes/xcl_default/templates/d3forum/main_delete.html b/html/themes/xcl_default/templates/d3forum/main_delete.html deleted file mode 100644 index 3aaf132d9..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_delete.html +++ /dev/null @@ -1,59 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - -

- <{$smarty.const._DELETE}>

- -
-
-

<{$reference_subject}>

-

<{$smarty.const._MD_D3FORUM_BY}>: <{$reference_name}>

-

<{$smarty.const._MD_D3FORUM_ON}>: <{$reference_time_formatted}>

-
<{$reference_message}>
-

<{$smarty.const._MD_D3FORUM_CHILDREN_COUNT}> <{$children_count}>

-
-
- -
- -<{$gticket_hidden}> - -

<{if $children_count}> - <{$smarty.const._MD_D3FORUM_CONFIRM_AREUSUREDEL}> - <{else}> - <{$smarty.const._MD_D3FORUM_CONFIRM_AREUSUREDELONE}> - <{/if}>

- - <{* password for guest *}> - <{if ! $xoops_isuser}> -
-
-
-
- <{/if}> - -

-

- -
diff --git a/html/themes/xcl_default/templates/d3forum/main_forum_form.html b/html/themes/xcl_default/templates/d3forum/main_forum_form.html deleted file mode 100644 index ea4d2ee53..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_forum_form.html +++ /dev/null @@ -1,220 +0,0 @@ -<{* ICONS *}> -<{include file="db:`$mydirname`_inc_topic_icon.html"}> - -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - - - -
- <{$gticket_hidden|default:''}> - -
- - <{if $xoops_isadmin}> -
-

<{$formtitle}>

-

- - permissions - <{$smarty.const._MD_D3FORUM_LINK_FORUMACCESS}> - -

-
- <{/if}> - - - - - - <{if $xoops_isadmin}> - - - - - - - -

<{$smarty.const._MD_D3FORUM_HELP_EXTERNALLINKFORMAT}>

- - - <{* ----- FORUM OPTIONS *}> -

<{$smarty.const._MD_D3FORUM_TH_FORUMOPTIONS}>

- - - - - - <{/if}> - - <{if !$xoops_isadmin}> - - <{/if}> - -
- - <{if $page == 'forummanager'}> -
- -
- <{/if}> -
- -
- -
- -
- -
- - - - - - -<{if $forum.id > 0 && $xoops_isadmin}> - -
- -
- -
- - - - - - - - <{foreach from=$export_to_cat_options key="ex_cat_id" item="ex_options"}> - - - <{/foreach}> - - -
-
- - <{$smarty.const._MD_D3FORUM_BTN_MOVEFORUMTOOTHERFORUM}> -
- -
- - <{$smarty.const._MD_D3FORUM_BTN_COPYFORUMTOOTHERFORUM}> -
-
- - <{$gticket_hidden}> - -
- -
- - - -<{/if}> diff --git a/html/themes/xcl_default/templates/d3forum/main_listcategories.html b/html/themes/xcl_default/templates/d3forum/main_listcategories.html deleted file mode 100644 index ebc76c374..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_listcategories.html +++ /dev/null @@ -1,251 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> -<{* TODO template db: and custom icon set *}> - - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - -<{* ------- Top Message *}> -
- - <{* ----- ADMIN TOP DESCRIPTION *}> - <{* Edit Top Message : Dashboard »» Forum »» Preferences *}> -
- <{$mod_config.top_message}> -
- - <{* ------- Activity Overview *}> -
- - info - <{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}> <{$total_topics_count}> - <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}> <{$total_posts_count}> - <{$smarty.const._MD_D3FORUM_TIMENOW}> <{$currenttime_formatted}> - <{$smarty.const._MD_D3FORUM_LASTVISIT}> <{$lastvisit_formatted}> - - <{if $mod_config.show_rss}> - - RSS - - <{/if}> -
- - - -
- -<{* ------- Top Categories List *}> - -<{foreach item="category" from=$top_categories}> - -<{if $category.subcategories or $category.forums or $xoops_isadmin}> - -
- -
-
-

- - <{$category.id}> - <{$category.title}> - - - <{if $xoops_isadmin}> - - edit - - <{/if}> - -

- <{* ------- Activity Overview - Category *}> -

- <{include file="db:`$mydirname`_inc_moderators.html" target=$category}> - <{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>: <{$category.topics_count_in_tree}> - <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>: <{$category.posts_count_in_tree}> - - - - <{if $mod_config.show_rss}> - - RSS - - <{/if}> -

- <{* ------- /Activity Overview - Category *}> -
- - <{if $category.desc}> -
-

<{$category.desc}>

-
- <{/if}> - -
- - <{* ---------- Subcategories List - H3 subcategory - section class=subcategory-id - ---------- *}> - - <{if $category.subcategories}> - <{include file="db:`$mydirname`_inc_category_subcategories.html"}> - <{/if}> - - <{* ------- Forums List - H4 Forums - section class=forum-id - ---------- *}> - <{if $category.forums}> - <{include file="db:`$mydirname`_inc_category_forums.html"}> - <{/if}> - - - -
- -<{/if}> -<{/foreach}> -<{* ------- /Loops categories *}> -<{* ------- /Top Categories list *}> - - -<{if $xoops_isuser}> - -<{* ----- Forum jump-box *}> - - -<{* ----- NOTIFICATION ----- *}> -<{include file='db:legacy_notification_select.html'}> - -<{/if}> - - -<{* ----- MODAL FORUM ICONS LEGEND *}> -
-
-
    -
  • = <{$smarty.const._MD_D3FORUM_ALT_NEWPOSTS}> <{$smarty.const._MD_D3FORUM_SUFFIX_UNDERTHISCATEGORY}>
  • -
  • = <{$smarty.const._MD_D3FORUM_ALT_NONEWPOSTS}> <{$smarty.const._MD_D3FORUM_SUFFIX_UNDERTHISCATEGORY}>
  • -
  • = <{$smarty.const._MD_D3FORUM_ALT_NEWPOSTS}>
  • -
  • = <{$smarty.const._MD_D3FORUM_ALT_NONEWPOSTS}>
  • -
-
-
- \ No newline at end of file diff --git a/html/themes/xcl_default/templates/d3forum/main_listforums.html b/html/themes/xcl_default/templates/d3forum/main_listforums.html deleted file mode 100644 index 5a1e0dfc1..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_listforums.html +++ /dev/null @@ -1,304 +0,0 @@ -<{* ICONS *}> -<{include file="db:`$mydirname`_inc_topic_icon.html"}> - -<{* Dev-Mode Toggle *}> -
<{$smarty.template}>
- - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - -<{* ------- Category Top message *}> -
- -

<{$category.title}> - <{if $mod_config.show_rss}> - - RSS - - <{/if}> -

- - - - <{if $category.desc}> -
- - info - <{$category.desc}> -
- <{/if}> - - - - -
- - - - -
- -<{* ----- Subcategories *}> -<{if $subcategories}> -

<{$smarty.const._MD_D3FORUM_SUBCATEGORIES}>

- - <{foreach item=subcategory from=$subcategories}> -
- -
-

- - <{$subcategory.title}> - <{$subcategory.title}> - - - <{if $xoops_isadmin}> - - edit - - <{/if}> -

- - <{* ------- Activity Overview - Subcategories *}> -

- <{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}> <{$subcategory.topics_count_in_tree}> - <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}> <{$subcategory.posts_count_in_tree}> - <{if $subcategory.last_post_time}> - <{$smarty.const._MD_D3FORUM_LASTPOST}>: <{$subcategory.last_post_time_formatted}> - <{/if}> - - <{if $mod_config.show_rss}> - - RSS - - <{/if}> -

- <{* ------- /Activity Overview - Subcategories *}> - -
- - <{if $subcategory.desc}> -
- <{$subcategory.desc}> -
- <{/if}> - -
- <{/foreach}> -
-<{/if}> -<{* ----- /Subcategories *}> - - -<{* ----- Forums List *}> -<{if $forums}> -

<{$smarty.const._MD_D3FORUM_FORUM}>

- - <{foreach item=forum from=$forums}> -
- -
-

- - forum> - <{$forum.title}> - - - <{* Admin *}> - <{if $forum.isadminormod}> - - edit - <{/if}> -

- -

- <{$smarty.const._MD_D3FORUM_TOPICSCOUNT}> <{$forum.topics_count}> - <{$smarty.const._MD_D3FORUM_POSTSCOUNT}> <{$forum.posts_count}> - <{* ------- Activity Last Post *}> - - <{if $forum.last_post_time}> - - - posticon - <{if $forum.last_post_gname}> - <{$forum.last_post_gname|ucfirst}> - <{else}> - <{$forum.last_post_uname|ucfirst}> - <{/if}> - - <{$smarty.const._MD_D3FORUM_LASTPOST}> <{$forum.last_post_time_formatted}> - - <{/if}> - - <{if $mod_config.show_rss}> - - RSS - - <{/if}> -

- -
- - <{if $forum.desc}> -
<{$forum.desc}>
- <{/if}> - - <{* ------- Action Control *}> -
-
- <{if $forum.isadminormod}> - <{include file="db:`$mydirname`_inc_moderators.html" target=$forum}> - <{/if}> -
- - <{if $forum.external_link_format}> -
[<{$smarty.const._MD_D3FORUM_FORUMASCOMMENT}>]
- <{elseif $forum.can_post}> - - <{/if}> - -
-
- <{/foreach}> -<{/if}> -<{* ----- /Forums List *}> - -
- - - -<{if $xoops_isuser}> - -<{* ----- Category jump-box *}> - - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{include file='db:legacy_notification_select.html'}> - -<{/if}> - - -<{* ----- MODAL FORUM ICONS LEGEND *}> -
-
-
    -
  • category-new = <{$smarty.const._MD_D3FORUM_ALT_NEWPOSTS}> <{$smarty.const._MD_D3FORUM_SUFFIX_UNDERTHISCATEGORY}>
  • -
  • category = <{$smarty.const._MD_D3FORUM_ALT_NONEWPOSTS}> <{$smarty.const._MD_D3FORUM_SUFFIX_UNDERTHISCATEGORY}>
  • -
  • forum-mew = <{$smarty.const._MD_D3FORUM_ALT_NEWPOSTS}>
  • -
  • forum = <{$smarty.const._MD_D3FORUM_ALT_NONEWPOSTS}>
  • -
-
- diff --git a/html/themes/xcl_default/templates/d3forum/main_listposts.html b/html/themes/xcl_default/templates/d3forum/main_listposts.html deleted file mode 100644 index 5269c886c..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_listposts.html +++ /dev/null @@ -1,214 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - -<{if !$xoops_isuser}> -<{strip}> -
-<{* ----- GUEST CAN POST ----- *}> -<{if $forum.can_post}> - <{$smarty.const._MD_D3FORUM_GUESTSCANPOST_DESC}> -<{else}> - <{$smarty.const._MD_D3FORUM_GUESTSCANNOTPOST_DESC}> -<{/if}> -
-<{/strip}> -<{/if}> - -<{* ----- MODULE COMMENTS ----- *}> -<{if $forum.external_link_format}> -
-<{$smarty.const._MD_D3FORUM_FORUMASCOMMENT_DESC}> -
-<{/if}> - - -
-
-

<{$topic.title}>

-
-<{* /////// SUMMARY \\\\\\\ *}> -<{if $forum.external_link_format}> -<{include file="db:`$mydirname`_inc_d3comment_summary.html"}> -<{/if}> - -<{* ------- TOPIC NEW and ACTIONS *}> -
-<{include file="db:`$mydirname`_inc_topicbar.html"}> -
- -
- -<{* ------- Pagination from theme *}> -<{if $pagenav}> -<{include file="db:`$mydirname`_inc_pagination.html"}> -<{/if}> - -<{* ------- TOPIC FILTER ORDER *}> -<{include file="db:`$mydirname`_inc_postorder_links.html"}> - - -<{* ------- POSTS LOOP - list of top posts *}> -<{foreach item=post from=$posts}> - <{include file="db:`$mydirname`_inc_eachpost.html" post=$post caller="listposts" inner_link_format="#post_id%s"}> -<{/foreach}> - - -<{* ------- TOPIC FILTER ORDER *}> -<{include file="db:`$mydirname`_inc_postorder_links.html"}> - - -<{* /////// POST TREE \\\\\\\ *}> -
- -
-<{* POST TREE *}> - -
- -<{* /////// QUICK REPLY == 3 \\\\\\\ *}> -<{if $first_post.can_reply && ($postorder==3)}> -<{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$xoops_uname h2_title=$smarty.const._MD_D3FORUM_POSTASSAMETOPIC quick_form_mode="sametopic" subject_raw=$first_post.subject_raw}> -<{/if}> - -<{* /////// Quick Reply Form !=3 \\\\\\\ *}> -<{if $first_post.can_reply && ($postorder!=3)}> -<{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$uname h2_title=$smarty.const._MD_D3FORUM_POSTASSAMETOPIC quick_form_mode="sametopic" subject_raw=$first_post.subject_raw}> -<{/if}> - - -<{* /////// TOPIC TREE - external link \\\\\\\ *}> - -<{if $topic.external_link_id && ($tree_tp_count>1)}> -
- -
- <{* $pos-tree-ext-view *}> -<{/if}> - - -<{* /////// JUMP BOX \\\\\\\ *}> - - - -<{if $xoops_isuser}> - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{include file='db:legacy_notification_select.html'}> - -<{/if}> diff --git a/html/themes/xcl_default/templates/d3forum/main_listtopics.html b/html/themes/xcl_default/templates/d3forum/main_listtopics.html deleted file mode 100644 index fbb442324..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_listtopics.html +++ /dev/null @@ -1,358 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - -<{* ----- ALERT MODULE COMMENTS ----- *}> -<{if $forum.external_link_format}> -
- <{$smarty.const._MD_D3FORUM_FORUMASCOMMENT_DESC}> -
-<{/if}> - - -<{* ------- CATEGORY TOP - Forum *}> - -
- -
- -

<{$forum.title}>

- - <{* ------- Activity Overview - Forums *}> -

- <{if $forum.isadminormod}> - <{include file="db:`$mydirname`_inc_moderators.html" target=$forum}> - <{/if}> - - <{$smarty.const._MD_D3FORUM_TOPICSCOUNT}> <{$forum.topics_count}> - <{$smarty.const._MD_D3FORUM_POSTSCOUNT}> <{$forum.posts_count}> - - <{* NOTE: only "last post time" is available outside the loop ! *}> - <{if $forum.last_post_time}> - - post <{$smarty.const._MD_D3FORUM_LASTPOST}> - <{$forum.last_post_time_formatted}> - <{/if}> - - <{if $mod_config.show_rss}> - - RSS - - <{/if}> -

- <{* ------- /Activity Overview - Forums *}> -
- - <{* FORUM DESCRIPTION - RAW TEXT *}> -
- - info - <{$forum.desc}> -
- -
-
-
- <{* ------- D3 MODULE COMMENT (external) AND FORUM NEW TOPIC *}> - - <{if !$forum.external_link_format and $forum.can_post}> - - <{else}> -
- - -
- <{/if}> -
- - <{* ----- Guest can post or not *}> - <{if !$xoops_isuser}> -
- <{if $forum.can_post}> - <{$smarty.const._MD_D3FORUM_GUESTSCANPOST_DESC}> - <{else}> - - <{/if}> -
- <{/if}> - - - <{if $category.isadminormod}> - - <{/if}> - -
-
- -
- - -<{* ------- D3 COMMENT SUMMARY *}> -<{* include file="db:`$mydirname`_inc_d3comment_summary.html" topic=$d3comment_info *}> - - -<{* ------- Pagination *}> -<{if $pagenav}> - -<{/if}> - - - -<{* ----- TOPICS LIST *}> -
- -<{foreach item=topic from=$topics}> - - <{* TODO theme component for Forum topics images - NOTE : Assign icons MUST be in the topic loop ! *}> - - <{if $topic.sticky}> - <{assign var="topic_icon_src" value="`$xoops_url`/images/icons/topic_sticky`$topic.bit_new`.svg"}> - <{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_TOPICSTICKY}> - <{elseif $topic.invisible}> - <{assign var="topic_icon_src" value="`$xoops_url`/images/icons/topic_invisible.svg"}> - <{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_ALT_INVISIBLE}> - <{else}> - <{assign var="topic_icon_src" value="`$xoops_url`/images/icons/topic_`$topic.bit_new``$topic.bit_hot`.svg"}> - <{assign var="topic_icon_alt" value="New `$smarty.const._MD_D3FORUM_TOPIC`"}> - <{/if}> - -
- -
-

- - <{$topic_icon_alt}> - <{$topic.title}> - - - - <{if $topic.locked}> - lock - <{/if}> - - <{if $mod_config.use_solved && !$topic.solved}> - <{if $forum.isadminormod}> - - <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}> - - <{else}> - - report - <{/if}> - <{/if}> - - <{if $mod_config.use_solved && $topic.solved}> - <{if $forum.isadminormod}> - - <{$smarty.const._MD_D3FORUM_ALT_SOLVEDYES}> - - <{else}> - solved> - <{/if}> - <{/if}> - - <{if $mod_config.allow_mark && $uid && $topic.u2t_marked}> - - <{$smarty.const._MD_D3FORUM_ALT_MARKEDYES}> - <{/if}> - - -

- - <{* ------- ACTIVITY OVERVIEW - Forums *}> -

- <{$topic_hits|string_format:$smarty.const._MD_D3FORUM_FMT_TOPICHITS}> - - <{$smarty.const._MD_D3FORUM_REPLIES}> <{$topic.replies}> - - <{$smarty.const._MD_D3FORUM_VIEWS}> <{$topic.views}> - - <{if $mod_config.use_vote}> - <{$smarty.const._MD_D3FORUM_VOTECOUNT}> <{$topic.votes_count}> - <{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}> <{$topic.votes_avg|string_format:"%.2f"}> - <{/if}> -

- <{* ------- /Activity Overview - Forums *}> - -
- - <{if $topic.replies>0}> -

- <{$smarty.const._MD_D3FORUM_LASTPOST}> <{$topic.last_post_time_formatted}> - - - <{if $topic.last_post_gname}> - <{$topic.last_post_gname}> - <{else}> - <{$topic.last_post_uname}> - <{/if}> - <{$topic.last_post_subject}> - -

- <{/if}> - -
- -
- - <{/foreach}> - <{* ------- end forum topic *}> - -
-<{* ----- /LIST TOPICS *}> - - - -<{* ------- Pagination *}> - -<{if $pagenav}> - -<{/if}> - - - -<{* ------- FORUM TOPIC SORT *}> -
- -
- <{$forum_selection_sort|default:''}> - - - - -
- - <{if $mod_config.use_solved}> - - <{/if}> - - - - - -
-
- -
- - -<{if $xoops_isuser}> - -<{* ----- FORUM JUMP-BOX *}> - - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{include file='db:legacy_notification_select.html'}> - -<{/if}> - - -<{* ----- MODAL FORUM ICONS LEGEND *}> -
-
-
    -
  • = <{$smarty.const._MD_D3FORUM_TOPICNEWPOSTS}>
  • -
  • = <{$smarty.const._MD_D3FORUM_TOPICNEWPOSTS}>
  • -
  • = <{$smarty.const._MD_D3FORUM_TOPICNONEWPOSTS}>
  • -
  • = <{$smarty.const._MD_D3FORUM_TOPICINVISIBLE}>
  • -
  • = <{$smarty.const._MD_D3FORUM_TOPICSTICKY}>
  • -
-
    -
  • = <{$smarty.const._MD_D3FORUM_TOPICLOCKED}>
  • -
  • = <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}>
  • -
  • = <{$smarty.const._MD_D3FORUM_ALT_SOLVEDYES}>
  • -
  • = <{$smarty.const._MD_D3FORUM_ALT_MARKEDYES}>
  • -
-
-
- \ No newline at end of file diff --git a/html/themes/xcl_default/templates/d3forum/main_listtopics_over_categories.html b/html/themes/xcl_default/templates/d3forum/main_listtopics_over_categories.html deleted file mode 100644 index ca8837e7f..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_listtopics_over_categories.html +++ /dev/null @@ -1,181 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{* TODO template db: and custom icon set *}> -<{include file="db:`$mydirname`_inc_topic_icon.html"}> - - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - -
- -

filter <{$pagetitle}>

- - <{* ------- FILTER SORT *}> - -
- <{$forum_selection_sort|default:''}> - - -
- <{if $mod_config.use_solved}> - - <{/if}> - - - - - - -
- -
-
- - - <{if $pagenav}> - - <{/if}> - - - <{* start forum main table *}> -
- - - - - - - - - - - - - <{* icons *}> - <{foreach item=topic from=$topics}> - - <{strip}> - - - - - - - - - - <{/strip}> - - - <{/foreach}> - <{* ------- end forum topic *}> - -
<{$topic_hits|string_format:$smarty.const._MD_D3FORUM_FMT_TOPICHITS}><{$smarty.const._MD_D3FORUM_FORUM}><{$smarty.const._MD_D3FORUM_REPLIES}><{$smarty.const._MD_D3FORUM_VIEWS}><{$smarty.const._MD_D3FORUM_LASTPOST}>
- <{$topic_icon_alt}> - - <{if $topic.locked}> - <{$smarty.const._MD_D3FORUM_TOPICLOCKED}> - <{/if}> - <{if ! $topic.solved}> - <{if $topic.forum_isadminormod}> - - <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}> - <{else}> - <{$smarty.const._MD_D3FORUM_ALT_SOLVEDYES}> - <{/if}> - <{/if}> - <{if $uid && $topic.u2t_marked}> - - <{$smarty.const._MD_D3FORUM_ALT_MARKEDYES}> - <{/if}> - <{$topic.title}> - <{$topic.topic_page_jump}> -
- <{if $topic.votes_count > 0}> - <{$smarty.const._MD_D3FORUM_VOTECOUNT}>: <{$topic.votes_count}>  - <{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}>: <{$topic.votes_avg|string_format:"%.2f"}>  - <{/if}> -
<{$topic.forum_title}><{$topic.replies}><{$topic.views}> - <{if $topic.replies>0}><{$topic.last_post_time_formatted}>
- <{if $topic.last_post_gname}> - <{$topic.last_post_gname}> - <{else}> - <{$topic.last_post_uname}> - <{/if}> -
- - <{$topic.last_post_subject}> - - <{/if}>
-
- <{* end forum main table *}> - - - <{* ------- Forum Pagination *}> - <{if $pagenav}> - - <{/if}> - - -<{* ------- Forum nav jump box *}> -
-
- - -
-
- -<{* ------- Forum icons legend *}> -

-

- - - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{if $xoops_isadmin}> -<{include file='db:system_notification_select.html'}> -<{/if}> diff --git a/html/themes/xcl_default/templates/d3forum/main_post_form.html b/html/themes/xcl_default/templates/d3forum/main_post_form.html deleted file mode 100644 index ee9c98446..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_post_form.html +++ /dev/null @@ -1,325 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - -
- - - - - - - - - -
- -
-

<{$formtitle}>: <{$forum.title}>

- <{if $mode == "edit"}> -

- <{$smarty.const._MD_D3FORUM_NOTICE_YOUAREEDITING}> -

- <{/if}> - - <{include file="db:`$mydirname`_inc_d3comment_summary.html"}> -
- - - - - <{if isset($post.poster_uid)}> - - - - <{elseif isset($uid) && isset($post.id) && !$post.id}> - - - - - - <{* else *}> - <{* ----- REMOVE this smarty comment-line, and smarty comment from "*"else"*" to allow guest comments - - - - - - - ----- REMOVE this comment-line to allow guest comments *}> - <{/if}> - - - - - - - <{if ($reference_quote)}> -
- -
- <{/if}> - -
-
<{$smarty.const._MD_D3FORUM_OPTIONS}>
- - - <{if $forum.isadminormod && $mode == "edit" && ! $post.approval}> - - <{/if}> - - - <{if $can_change_solved}> - - <{/if}> - - - <{if $allow_mark}> - - <{/if}> - - - <{if $allow_notify}> - - <{/if}> - - - <{if $allow_html}> - - <{/if}> -
- -
- -
- - - - <{if $mode == "reply"}> -
style="display:none;"<{/if}>> - -

<{$reference_subject}>

-

<{$smarty.const._MD_D3FORUM_BY}>: <{$reference_name}> <{$smarty.const._MD_D3FORUM_ON}>: <{$reference_time_formatted}>

- -
<{$reference_message}>
- -
- <{/if}> - - - - -
- -<{if $ispreview}> - -
-
- - <{$smarty.const._PREVIEW}> -
-

<{$preview_subject}>

-
- <{$preview_message}> -
-
-
- Cancel - -
-
-
-
-<{/if}> -<{$antispam.html_in_form|default:''}> - -
- -<{* Start Form Validation JavaScript *}> - -<{* End Form Validation JavaScript *}> - diff --git a/html/themes/xcl_default/templates/d3forum/main_rss.html b/html/themes/xcl_default/templates/d3forum/main_rss.html deleted file mode 100644 index 1905fb388..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_rss.html +++ /dev/null @@ -1,22 +0,0 @@ -"?> - - - <{$title}> - <{$top_link}> - - <{"r"|date:$b_time}> - http://backend.userland.com/rss/ - <{foreach from=$data item=item}> - - <{$item.subject}> - <{$item.link}> - <{$item.link}> - <{$item.context}> - <{"r"|date:$item.post_time}> - <{$item.cat_title}> - <{$item.forum_title}> - ]]> - - <{/foreach}> - - diff --git a/html/themes/xcl_default/templates/d3forum/main_search.html b/html/themes/xcl_default/templates/d3forum/main_search.html deleted file mode 100644 index ad708adf4..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_search.html +++ /dev/null @@ -1,108 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - -
- - -
-
-

<{$smarty.const._MD_D3FORUM_TITLE_SEARCH}>

-
- -
- <{if $show_results}> - -

<{$smarty.const._MD_D3FORUM_TITLE_SEARCHRESULTS}>

- - <{if $results}> - -
<{$hits_count|string_format:$smarty.const._MD_D3FORUM_FMT_SEARCHHITS}>
- - - - - - - - - - - - <{* ----- start search results *}> - <{foreach from=$results item=post}> - - - - - - - - <{/foreach}> - <{* ----- end search results *}> -
<{$smarty.const._MD_D3FORUM_FORUM}><{$smarty.const._MD_D3FORUM_SUBJECT}><{$smarty.const._MD_D3FORUM_POSTER}><{if $mod_config.use_vote}><{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}><{else}><{$smarty.const._MD_D3FORUM_VIEWS}><{/if}><{$smarty.const._MD_D3FORUM_ON}>
<{$post.forum_title}> - - <{$post.subject|truncate:28}> - <{* <{$post.body_length|string_format:$smarty.const._MD_D3FORUM_FMT_BYTE}> *}> - <{$post.poster_uname}><{if $mod_config.use_vote}><{$post.votes_avg|string_format:"%.2f"}>/<{$post.votes_count}><{else}><{$post.topic_views}><{/if}><{$post.post_time_formatted}>
-
- <{else}> - - <{* no hit *}> -
-

<{$smarty.const._MD_D3FORUM_MSG_NOMATCH}>

-
- - <{/if}> - - <{/if}> -
- -

- - -
- <{$smarty.const._MD_D3FORUM_LEGEND_WORDSMEANING}> - <{* Available option : separator='
' *}> - <{html_radios class="form-check-input position-static" name="andor" options=$andor_options selected=$andor_selected separator=''}> -
- -
- <{$smarty.const._MD_D3FORUM_LEGEND_SEARCHIN}> - <{html_radios class="form-check-input position-static" name="target" options=$target_options selected=$target_selected separator=''}> -
- -

- - -

- - -
- <{$smarty.const._MD_D3FORUM_LABEL_SORTBY}> - <{html_radios class="form-check-input" name="sortby" options=$sortby_options selected=$sortby_selected separator=''}> -
- -
- -
- -
- -
- diff --git a/html/themes/xcl_default/templates/d3forum/main_topicmanager.html b/html/themes/xcl_default/templates/d3forum/main_topicmanager.html deleted file mode 100644 index 9b06e0b3f..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_topicmanager.html +++ /dev/null @@ -1,191 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - - - -

<{$smarty.const._MD_D3FORUM_TOPICMANAGER}>

- -
-

- <{$category.title}>
- <{$forum.title}>
- <{$topic.title}>

-
-
- <{$gticket_hidden}> -
- - - - - - - - - - <{if $forum.external_link_format}> - - <{/if}> - -

- - <{$smarty.const._MD_D3FORUM_REPLIES}> <{$topic.replies}> -

- -

- - <{$smarty.const._MD_D3FORUM_VIEWS}> <{$topic.views}> -

- - -

- - <{$smarty.const._MD_D3FORUM_FIRSTPOST}> <{$topic.first_post_time_formatted}> -

- -

- - <{$smarty.const._MD_D3FORUM_LASTPOST}> <{$topic.last_post_time_formatted}> -

- - - -
- - - - - - - - - -
- - -
- - -
- - -
-
- - -
- - -
-

You can export the topic to another selected module, and then select the category or forum.
- This feature is only available when you have installed other instances of D3Forum renamed e.g. comments, module-name, etc.

-
- -<{* ------- Topic Export *}> -
- <{$gticket_hidden}> -
- - - - - - -
- - - - -
- -
-
- - - diff --git a/html/themes/xcl_default/templates/d3forum/main_viewpost.html b/html/themes/xcl_default/templates/d3forum/main_viewpost.html deleted file mode 100644 index 7d77d3c3b..000000000 --- a/html/themes/xcl_default/templates/d3forum/main_viewpost.html +++ /dev/null @@ -1,208 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $mod_config.show_breadcrumbs}> - -<{/if}> - -
-
-

- <{$icon_meanings[$post.icon]}> - <{$post.subject}> -

-
- <{* /////// SUMMARY \\\\\\\ *}> - <{if $forum.external_link_format}> - <{include file="db:`$mydirname`_inc_d3comment_summary.html"}> - <{/if}> - - <{* ------- TOPIC NEW and ACTIONS *}> -
- <{include file="db:`$mydirname`_inc_topicbar.html"}> -
- -
- -<{* ------- TOPIC LINK + LIST TREE *}> - - - - -<{* /////// INCLUDE EACH POST \\\\\\\ *}> -<{include file="db:`$mydirname`_inc_eachpost.html" caller="viewpost" inner_link_format="`$mod_url`/index.php?post_id=%s"}> - - -<{* /////// POST TREE \\\\\\\ *}> -

- -

-
- -<{* /////// -------------------- NOTE - - The "Tree structure" (
  • ) is created at - trust_path/modules/d3forum/include/comment_functions.php - line 513 - - trust_path/modules/d3forum/include/viewpost.php - line 82 - - Here UL is replaced (removed) from the "tree structure" and LI margin incremented by 10px - Closing tag /LI is optional, since all "block-level" tags are self-closing tags in HTML5. - -/////// -------------------- *}> - - -
      - <{foreach from=$posts item=eachpost}> - - <{if $eachpost.id == $post.id}> - <{$eachpost.ul_in|replace:"
        ":"\n\t"|replace:"
      • ":"
      • "}> - <{else}> - <{$eachpost.ul_in|replace:"
          ":"\n\t"|replace:"
        • ":"
        • "}> - <{/if}> - - <{if $eachpost.id !=$post.id}><{/if}> - posticon <{$eachpost.subject}> - <{if $eachpost.id !=$post.id}><{/if}> - - <{$eachpost.poster_uname}>, <{$eachpost.post_time_formatted}> - - <{if $forum.isadminormod}> - - tools - <{/if}> - - - - <{* /////// -------------------- NOTE : - - $eachpost.ul_out - - Here the UL is replaced (removed) from the "tree structure" and LI incremented by 10px - Closing tag /LI is optional, all "block-level" tags are self-closing tags in HTML5. - *}> - - <{/foreach}> -
        -
        - -
-<{* ------- /end post tree *}> - - -<{* /////// POST TREE - EXTERNAL LINK \\\\\\\ *}> - -<{if $topic.external_link_id && ($tree_tp_count>1)}> -
- -
- -<{/if}> -<{* ------- End external topic list tree *}> - - -<{* /////// QUICK REPLY \\\\\\\ *}> - -<{if $post.can_reply}> - <{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$uname h2_title=$smarty.const._MD_D3FORUM_REPLYTHISPOST quick_form_mode="reply" subject_raw=$post.subject_raw}> -<{/if}> - -<{if $xoops_isadmin}> - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{include file='db:system_notification_select.html'}> - - -<{* ----- Forum Jumpbox *}> - - -<{/if}> diff --git a/html/themes/xcl_default/templates/legacy/blocks/index.html b/html/themes/xcl_default/templates/legacy/blocks/index.html deleted file mode 100644 index 990cbd603..000000000 --- a/html/themes/xcl_default/templates/legacy/blocks/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/html/themes/xcl_default/templates/legacy/blocks/legacy_block_comments.html b/html/themes/xcl_default/templates/legacy/blocks/legacy_block_comments.html deleted file mode 100644 index a760c4d24..000000000 --- a/html/themes/xcl_default/templates/legacy/blocks/legacy_block_comments.html +++ /dev/null @@ -1,14 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - - -<{foreach item=comment from=$block.comments}> - "> - - - - - - -<{/foreach}> -
<{$comment.title}><{$comment.module}><{$comment.poster}><{$comment.time|xoops_formattimestamp:m}>
diff --git a/html/themes/xcl_default/templates/legacy/blocks/legacy_block_notification.html b/html/themes/xcl_default/templates/legacy/blocks/legacy_block_notification.html deleted file mode 100644 index 80c9b5bc9..000000000 --- a/html/themes/xcl_default/templates/legacy/blocks/legacy_block_notification.html +++ /dev/null @@ -1,38 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -
- - <{foreach item=category from=$block.categories}> - <{foreach name=inner item=event from=$category.events}> - <{if $smarty.foreach.inner.first}> - - - - <{/if}> - - - - - <{/foreach}> - <{/foreach}> - - - -
- <{$category.title}> -
- <{counter assign=index}> - - checked="checked"<{/if}>> - - <{$event.caption}> -
- - -
-
diff --git a/html/themes/xcl_default/templates/legacy/blocks/legacy_block_waiting.html b/html/themes/xcl_default/templates/legacy/blocks/legacy_block_waiting.html deleted file mode 100644 index c40253d97..000000000 --- a/html/themes/xcl_default/templates/legacy/blocks/legacy_block_waiting.html +++ /dev/null @@ -1,12 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -
- - - -
diff --git a/html/themes/xcl_default/templates/legacy/index.html b/html/themes/xcl_default/templates/legacy/index.html deleted file mode 100644 index 990cbd603..000000000 --- a/html/themes/xcl_default/templates/legacy/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/html/themes/xcl_default/templates/legacy/legacy_app_start_page.html b/html/themes/xcl_default/templates/legacy/legacy_app_start_page.html deleted file mode 100644 index 29a5723c4..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_app_start_page.html +++ /dev/null @@ -1,157 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - - -
- -

Welcome to <{$xoops_sitename}>

-

<{$xoops_meta_description}>

- -

Getting started

- -

Your website is preconfigured with default settings. - The backend control panel provides a graphical user interface, also called admin area or dashboard, for configuring your website, installing components, and creating content.

- -
- -
- General Settings -

The system module allows you to customize the general settings of your platform, such as the name and slogan of the site, - language and theme, close your site and limit access to certain user groups. -

Start Page or Module

-

You can modify this template "app_start_page.html”, or you can select a module as the starting point of your website.

- <{if $xoops_isadmin}>

Administration »» System »» Preferences ⭧

<{/if}> -
- -
- -
- Closed for maintenance -
The site is currently closed for maintenance.
-

Maintenance mode allows you to close the site and display a custom notice to visitors.
- You can also control who has access to your site when it is closed.

-

When you're ready to launch your site, simply go to System Preferences to open it to the public.

- -
    -
  1. 🚧 Maintenance Mode - Turn your site off?
    Select yes to turn your site off so that only users in selected groups have access to the site.
  2. -
  3. 🚧 Maintenance Mode - Select groups
    Groups that are allowed to access while the site is turned off. Users in the default webmasters group are always granted access.
  4. -
  5. 🚧 Maintenance Mode - Message
    The text that is displayed when closing the site.
  6. -
-

You can edit the Template site_closed.html" used when the site is closed, maintenance mode, coming soon, etc.

- <{if $xoops_isadmin}> -

Administration »» System »» Preferences »» "Maintenance mode-Turn your site off?" ⭧

- <{/if}> -
- -
- -
- User Groups Permissions -

You can assign users to multiple groups and easily grant access to content of modules and blocks. - The installation wizard creates the following system-required groups :

-
    -
  1. Webmasters (Administrators) -
  2. Registered Users (members) -
  3. Anonymous Users (Guests) -
-
Required user groups cannot be deleted !
- You can create new groups and change permissions for each new group created.
- <{if $xoops_isadmin}> -

Administration »» User Groups »» Preferences ⭧

- <{/if}> -
- -
- -
- Modules Preferences -

Modules also have their own settings, accessible from their "preferences" menu.

-

For example, the render module allows you to manage the meta data of your website, themes (general appearance of your website), and templates (the shape of the content of modules and blocks).

- <{if $xoops_isadmin}> -

Administration »» Render »» Preferences ⭧

- <{/if}> -
- -
- -
- Module Blocks -

When you install a module, blocks are automatically added to the system Block management. - These bloks often have their own settings for functionality and templates for customization.

-
On the frontend, click the three-dot drop-down menu to edit the block.
-

For example, the parameters of the "Main Menu" block allow you to display the icons of each module and to display the subcategories.

- <{if $xoops_isadmin}> -

Administration »» System »» Block Management ⭧

- <{/if}> -
- -
- -
- Theme - <

A theme consists of a single HTML file that can include components, CSS style sheet, JavaScript, modules and block templates.

-
On the frontend, click the three-dot drop-down menu to edit the block.
-

For example, the parameters of the "Main Menu" block allow you to display the icons of each module and to display the subcategories.

- <{if $xoops_isadmin}> -

Administration »» System »» Block Management ⭧

- <{/if}> -
- -
- -
- -
-

Default theme layout

-The placeholders for the content and blocks are defined by the theme layout. -
- You can create a custom center-block-left that triggers a component to appear on the Top page.
- Simply add to the block title a prefix "top-" and select the target "Toppage".
- -
-
-
-
nav-top Logo
-
User menu  Light | Dark
-
- -
-
grid-column
center-block-left
Block Title prefix: top
-
grid-column
center-block-center
Block Title prefix: top
-
grid-column
center-block-right
Block Title prefix: top
-
- -

Main container

-
- -
div.content
App Start Page [template]
or Module content
- -
- -

Section container-fluid

-
-
grid-column
center-block-left
-
grid-column
center-block-left
-
grid-column
center-block-left
-
- -
Footer
-
- - -
diff --git a/html/themes/xcl_default/templates/legacy/legacy_block_mainmenu.html b/html/themes/xcl_default/templates/legacy/legacy_block_mainmenu.html deleted file mode 100644 index 31c3b9bce..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_block_mainmenu.html +++ /dev/null @@ -1,31 +0,0 @@ -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_block_search.html b/html/themes/xcl_default/templates/legacy/legacy_block_search.html deleted file mode 100644 index c0eb26a27..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_block_search.html +++ /dev/null @@ -1,15 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_block_siteinfo.html b/html/themes/xcl_default/templates/legacy/legacy_block_siteinfo.html deleted file mode 100644 index f0bb80cf2..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_block_siteinfo.html +++ /dev/null @@ -1,30 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -
-<{if $block.showgroups == true}> -
    - <{foreach item=group from=$block.groups}> -
  • <{$group.name}>
  • - - <{foreach item=user from=$group.users}> -
  • - profile - <{$user.name}> - <{$user.msglink}> -
  • - <{/foreach}> - - <{/foreach}> -
-<{/if}> - -
- logo - share - -
- -
diff --git a/html/themes/xcl_default/templates/legacy/legacy_block_themes.html b/html/themes/xcl_default/templates/legacy/legacy_block_themes.html deleted file mode 100644 index 443401d0e..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_block_themes.html +++ /dev/null @@ -1,37 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $block.isEnableChanger == false}> - <{$smarty.const._MB_LEGACY_MESSAGE_CAN_NOT_THEME_CHANGE}> -<{else}> - -
- -
- <{if $block.mode==1}> - <{$block.theme_selected_name}> - - - <{/if}> - <{foreach item=theme_option from=$block.theme_options}> - - <{/foreach}> - - - -
-
- -<{/if}> - diff --git a/html/themes/xcl_default/templates/legacy/legacy_block_usermenu.html b/html/themes/xcl_default/templates/legacy/legacy_block_usermenu.html deleted file mode 100644 index 9d2b2aacc..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_block_usermenu.html +++ /dev/null @@ -1,46 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_block_usermenu_nav.html b/html/themes/xcl_default/templates/legacy/legacy_block_usermenu_nav.html deleted file mode 100644 index 443ad1b2e..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_block_usermenu_nav.html +++ /dev/null @@ -1,46 +0,0 @@ -<{* Dev-Mode Toggle -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}>*}> - diff --git a/html/themes/xcl_default/templates/legacy/legacy_comment.html b/html/themes/xcl_default/templates/legacy/legacy_comment.html deleted file mode 100644 index 6cd13363a..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_comment.html +++ /dev/null @@ -1,64 +0,0 @@ -<{* ----- start comment post ----- *}> - - <{$comment.poster.uname}> - -
- <{$lang_posted}>: <{$comment.date_posted}>   - <{$lang_updated}>: <{$comment.date_modified}> -
- - - - <{if $comment.poster.id != 0}> - -
-
<{$comment.poster.rank_title}>
- -
- -
<{$lang_joined}>: <{$comment.poster.regdate}>
-
<{$lang_from}>: <{$comment.poster.from}>
-
<{$lang_posts}>: <{$comment.poster.postnum}>
-
<{$comment.poster.status}>
- - <{else}> - - <{/if}> - - -
<{$comment.image}><{$comment.title}>
-
<{$comment.text}>
- - - - <{if $xoops_iscommentadmin == true}> - - - <{$lang_edit}> - - <{$lang_delete}> - - - - <{$lang_reply}> <{$lang_reply}> - - <{elseif $xoops_isuser == true && $xoops_userid == $comment.poster.id}> - - - <{$lang_edit}> - - - - <{$lang_reply}> <{$lang_reply}> - - <{elseif $xoops_isuser == true || ($xoops_isuser == false && $com_anonpost == true)}> - - - - <{$lang_reply}> <{$lang_reply}> - - <{else}> - - <{/if}> - -<{* ----- end comment post ----- *}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_comment_edit.html b/html/themes/xcl_default/templates/legacy/legacy_comment_edit.html deleted file mode 100644 index ef868bc3a..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_comment_edit.html +++ /dev/null @@ -1,89 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -<{if $actionForm->hasError()}> -
-
    - <{foreach item=message from=$actionForm->getErrorMessages()}> -
  • <{$message|xoops_escape}>
  • - <{/foreach}> -
-
-<{/if}> - -
- <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=com_id value=$actionForm->get('com_id')}> - <{xoops_input type=hidden name=com_pid value=$actionForm->get('com_pid')}> - <{xoops_input type=hidden name=com_rootid value=$actionForm->get('com_rootid')}> - <{xoops_input type=hidden name=com_modid value=$actionForm->get('com_modid')}> - <{xoops_input type=hidden name=com_itemid value=$actionForm->get('com_itemid')}> - <{xoops_input type=hidden name=com_exparams value=$actionForm->get('com_exparams')}> - <{xoops_input type=hidden name=com_order value=$com_order}> - <{foreach from=$extraParams key='key' item='value'}> - <{xoops_input type='hidden' name=$key value=$value}> - <{/foreach}> - -

<{$smarty.const._MD_LEGACY_LANG_POST}>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<{$smarty.const._MD_LEGACY_LANG_COMMENT_RULE}> - <{if $xoopsModuleConfig.com_rule == XOOPS_COMMENT_APPROVEALL}> - <{$smarty.const._CM_COMAPPROVEALL}> - <{elseif $xoopsModuleConfig.com_rule == XOOPS_COMMENT_APPROVEUSER}> - <{$smarty.const._CM_COMAPPROVEUSER}> - <{else}> - <{$smarty.const._CM_COMAPPROVEADMIN}> - <{/if}> -
<{$smarty.const._MD_LEGACY_LANG_COM_TITLE}> - <{xoops_input type=text name=com_title value=$actionForm->get('com_title') size=50 maxlength=191}> -
<{$smarty.const._MD_LEGACY_LANG_COM_ICON}> - <{foreach item=icon from=$subjectIcons}> - - <{/foreach}> -
<{$smarty.const._MD_LEGACY_LANG_COM_TEXT}> - <{xoops_dhtmltarea type=text rows=15 cols=60 name=com_text value=$actionForm->get('com_text')}> -
<{$smarty.const._MD_LEGACY_LANG_OPTION}> - <{if $xoops_isadmin}> - -
- <{/if}> - -
- -
- -
- - -
-
diff --git a/html/themes/xcl_default/templates/legacy/legacy_comment_navi.html b/html/themes/xcl_default/templates/legacy/legacy_comment_navi.html deleted file mode 100644 index 4c89c31f3..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_comment_navi.html +++ /dev/null @@ -1,21 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
<{$smarty.template}>
<{/if}> - -
- - - - -
- <{html_options name=com_mode options=$modeOptions selected=$com_mode}> - <{html_options name=com_order options=$orderOptions selected=$com_order}> - - - <{foreach key=key item=value from=$extraParams}> - <{xoops_input type=hidden name=$key value=$value}> - <{/foreach}> - <{if $postcomment_link}> - - <{/if}> -
-
diff --git a/html/themes/xcl_default/templates/legacy/legacy_comments_flat.html b/html/themes/xcl_default/templates/legacy/legacy_comments_flat.html deleted file mode 100644 index eeb86a302..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_comments_flat.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - <{foreach item=comment from=$comments}> - <{include file="db:legacy_comment.html" comment=$comment}> - <{/foreach}> -
<{$lang_poster}><{$lang_thread}>
diff --git a/html/themes/xcl_default/templates/legacy/legacy_comments_nest.html b/html/themes/xcl_default/templates/legacy/legacy_comments_nest.html deleted file mode 100644 index 28112b651..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_comments_nest.html +++ /dev/null @@ -1,30 +0,0 @@ -<{section name=i loop=$comments}> -
- - - - - - <{include file="db:legacy_comment.html" comment=$comments[i]}> -
<{$lang_poster}><{$lang_thread}>
- - -<{foreach item=reply from=$comments[i].replies}> -
- - - - - -
- - - - - - <{include file="db:system_comment.html" comment=$reply}> -
<{$lang_poster}><{$lang_thread}>
-
-<{/foreach}> - -<{/section}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_comments_thread.html b/html/themes/xcl_default/templates/legacy/legacy_comments_thread.html deleted file mode 100644 index 157973632..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_comments_thread.html +++ /dev/null @@ -1,37 +0,0 @@ -<{section name=i loop=$comments}> -
- - - - - - <{include file="db:legacy_comment.html" comment=$comments[i]}> -
<{$lang_poster}><{$lang_thread}>
- -<{if $show_threadnav == true}> -
-<{$lang_top}> | <{$lang_parent}> -
-<{/if}> - -<{if $comments[i].show_replies == true}> - -
- - - - - - - <{foreach item=reply from=$comments[i].replies}> - - - - - - <{/foreach}> -
<{$lang_subject}><{$lang_poster}><{$lang_posted}>
<{$reply.prefix}> <{$reply.title}><{$reply.poster.uname}><{$reply.date_posted}>
- -<{/if}> - -<{/section}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_dummy.html b/html/themes/xcl_default/templates/legacy/legacy_dummy.html deleted file mode 100644 index 49dfda078..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_dummy.html +++ /dev/null @@ -1 +0,0 @@ -<{$dummy_content}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_image_list.html b/html/themes/xcl_default/templates/legacy/legacy_image_list.html deleted file mode 100644 index cea2d4d43..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_image_list.html +++ /dev/null @@ -1,85 +0,0 @@ - - -
- - - -
- -<{if $hasUploadPerm}> -
[ <{$smarty.const._MD_LEGACY_LANG_IMAGE_UPLOAD}> ]
-<{/if}> - - - - - <{foreach item=obj from=$objects}> - - - - - - - <{/foreach}> -
<{$smarty.const._MD_LEGACY_LANG_IMAGE_NICENAME}> - <{$smarty.const._MD_LEGACY_LANG_IMAGE}> - <{$smarty.const._MD_LEGACY_LANG_IMAGE_MIMETYPE}> - <{$smarty.const._MD_LEGACY_LANG_IMAGE_POSITION}> -
<{$obj->getShow('image_nicename')}> - <{if $obj->mImageCategory != null}> - <{if $obj->mImageCategory->get('imgcat_storetype') == 'file'}> - - <{else}> - - <{/if}> - <{/if}> - <{$obj->getShow('image_mimetype')}> - <{if $obj->mImageCategory->get('imgcat_storetype') == 'file'}> - Left - Center - Left - <{else}> - Left - Center - Left - <{/if}> -
- - - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_image_upload.html b/html/themes/xcl_default/templates/legacy/legacy_image_upload.html deleted file mode 100644 index 0cf1f1d9f..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_image_upload.html +++ /dev/null @@ -1,37 +0,0 @@ -<{if $actionForm->hasError()}> -
-
    - <{foreach item=message from=$actionForm->getErrorMessages()}> -
  • <{$message|xoops_escape}>
  • - <{/foreach}> -
-
-<{/if}> - -
- <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=imgcat_id value=$actionForm->get('imgcat_id')}> - <{xoops_input type=hidden name=target value=$target}> - - - - - - - - - - - - - - -
<{$smarty.const._MD_LEGACY_LANG_IMAGE_FILE}> - <{xoops_input type=file name=image_name}> -
<{$smarty.const._MD_LEGACY_LANG_IMAGE_NICENAME}> - <{xoops_input type=text name=image_nicename value=$actionForm->get('image_nicename') size=30 maxlength=255}> -
- - -
-
diff --git a/html/themes/xcl_default/templates/legacy/legacy_inc_tag_cloud.html b/html/themes/xcl_default/templates/legacy/legacy_inc_tag_cloud.html deleted file mode 100644 index 009047048..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_inc_tag_cloud.html +++ /dev/null @@ -1,6 +0,0 @@ -
-<{foreach item=item from=$cloud key=tag}> - <{assign var=tag_escaped value=$tag|xoops_escape:url}> - "><{$tag|xoops_escape}> -<{/foreach}> -
diff --git a/html/themes/xcl_default/templates/legacy/legacy_inc_tag_select.html b/html/themes/xcl_default/templates/legacy/legacy_inc_tag_select.html deleted file mode 100644 index 416747412..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_inc_tag_select.html +++ /dev/null @@ -1,5 +0,0 @@ -
-<{foreach item=item from=$cloud key=tag}> - class="selected"<{/if}>><{$tag|xoops_escape}> -<{/foreach}> -
diff --git a/html/themes/xcl_default/templates/legacy/legacy_inc_tree.html b/html/themes/xcl_default/templates/legacy/legacy_inc_tree.html deleted file mode 100644 index 9601f7f76..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_inc_tree.html +++ /dev/null @@ -1,25 +0,0 @@ -
-<{foreach item=cat from=$tree name=tree}> -<{if $smarty.foreach.tree.first}> -<{assign var=d value=$cat->getDepth()}> -<{/if}> - -<{if $smarty.foreach.tree.first || $d < $cat->getDepth()}> - - <{/section}> -
  • <{$cat->getShow('title')}>
  • -<{/if}> -<{if $smarty.foreach.tree.last}> - <{section name=i start=0 loop=$cat->getDepth()}> - - <{/section}> -<{/if}> -<{assign var=d value=$cat->getDepth()}> -<{/foreach}> -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_install_completed.html b/html/themes/xcl_default/templates/legacy/legacy_install_completed.html deleted file mode 100644 index d6e15ff44..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_install_completed.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - <{$xoops_sitename}> - - - - - - - - - - - -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - -
    -
    -

    <{$xoops_sitename}> <{$xoops_sitename}>

    -
    - - <{* ----- INSTALL COMPLETE ----- *}> -
    <{$install_confirm}>
    - - <{* ----- MAINFILE PERMISSIONS ----- *}> - <{if $is_chmod > 0}> -
    Main file is writable <{$fperm}>
    - <{else}> -
    Main file is read-only <{$fperm}>
    - <{/if}> - - <{* ----- DIRECTORY /INSTALL ----- *}> - <{if !empty($install_warning_dir)}> -
    <{$install_warning_dir}>
    - <{/if}> - - <{* ----- WARNING DEV ONLY ----- *}> -
    <{$install_warning_tip}>
    - -
    - - - <{* ----- ACTION CONTROLS ----- *}> -
    -
    - - <{if $is_chmod > 0}> - - - <{/if}> - - <{if !empty($install_warning_dir)}> - - - <{/if}> - - - - -
    -
    - -
    - -
    - - - - - - - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_install_modules.html b/html/themes/xcl_default/templates/legacy/legacy_install_modules.html deleted file mode 100644 index 4873dcf85..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_install_modules.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - -<{$xoops_sitename}> - - - - - - - -
    - -

    Core Modules <{$smarty.const._SYS_MODULE_UNINSTALLED}>

    - -
    <{$smarty.const._SYSTEM_MODULE_ERROR}>
    - -
    - - - - - - - - - - - - <{foreach item=module from=$uninstalled}> - - - - - - <{/foreach}> - <{foreach item=module from=$disabled}> - - - - - - - <{/foreach}> - <{foreach item=module from=$option}> - - - - - - <{/foreach}> - - - - - - - - -
     ModuleStatus
    - - 📦 <{$module}><{$smarty.const._SYS_MODULE_UNINSTALLED}>
    - - 📦 <{$module}><{$smarty.const._SYS_MODULE_DISABLED}> - - - - <{$smarty.const._UNINSTALL}> - -
    >📦 <{$module.dirname}><{$module.desc}>
    - -

    -
    - -
    - -
    -
    Loading...
    - - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_misc_friend.html b/html/themes/xcl_default/templates/legacy/legacy_misc_friend.html deleted file mode 100644 index 4b48ca001..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_misc_friend.html +++ /dev/null @@ -1,63 +0,0 @@ -<{* Dev-Mode Toggle *}> -
    <{$smarty.template}>
    - - -<{if $actionForm->hasError()}> -
    -
      - <{foreach item=message from=$actionForm->getErrorMessages()}> -
    • <{$message}>
    • - <{/foreach}> -
    -
    -<{/if}> - - -
    - <{xoops_token form=$actionForm}> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    <{$smarty.const._MB_LEGACY_LANG_RECOMMENDSITE}>
    - - <{$smarty.const._MD_LEGACY_LANG_YNAME}> - - <{xoops_input type=text name=yname value=$actionForm->get('yname')}> -
    <{$smarty.const._MD_LEGACY_LANG_YMAIL}> - <{xoops_input type=text name=ymail value=$actionForm->get('ymail')}> -
    <{$smarty.const._MD_LEGACY_LANG_FNAME}> - <{xoops_input type=text name=fname value=$actionForm->get('fname')}> -
    <{$smarty.const._MD_LEGACY_LANG_FMAIL}> - <{xoops_input type=text name=fmail value=$actionForm->get('fmail')}> -
      -   - -
    -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_misc_friend_error.html b/html/themes/xcl_default/templates/legacy/legacy_misc_friend_error.html deleted file mode 100644 index 6867825dd..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_misc_friend_error.html +++ /dev/null @@ -1 +0,0 @@ -<{$xoopsMailer->getErrors()}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_misc_friend_success.html b/html/themes/xcl_default/templates/legacy/legacy_misc_friend_success.html deleted file mode 100644 index cad44de94..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_misc_friend_success.html +++ /dev/null @@ -1,9 +0,0 @@ -
    - -

    <{$smarty.const._MSC_REFERENCESENT}>

    - -

    - »»<{$smarty.const._MAIN}> -

    - -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_misc_smilies.html b/html/themes/xcl_default/templates/legacy/legacy_misc_smilies.html deleted file mode 100644 index 818991559..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_misc_smilies.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - <{foreach item=obj from=$objects}> - "> - - - - - <{/foreach}> -
    <{$smarty.const._MD_LEGACY_LANG_SMILIES}>
    <{$smarty.const._MD_LEGACY_LANG_CODE}><{$smarty.const._MD_LEGACY_LANG_EMOTION}><{$smarty.const._MD_LEGACY_LANG_IMAGE}>
    <{$obj->getShow('code')}><{$obj->getShow('emotion')}> - "); return false;'>' alt='<{$obj->getShow('emotion')}>' aria-label='<{$obj->getShow('emotion')}>' /> -
    -
    <{xoops_pagenavi pagenavi=$pageNavi}>
    -
    - -

    <{$smarty.const._MD_LEGACY_LANG_CLICKASMILIE}>

    diff --git a/html/themes/xcl_default/templates/legacy/legacy_misc_ssllogin.html b/html/themes/xcl_default/templates/legacy/legacy_misc_ssllogin.html deleted file mode 100644 index 61706d766..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_misc_ssllogin.html +++ /dev/null @@ -1,11 +0,0 @@ -<{* Dev-Mode Toggle *}> -
    <{$smarty.template}>
    - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_notification_delete.html b/html/themes/xcl_default/templates/legacy/legacy_notification_delete.html deleted file mode 100644 index 3ec701fe2..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_notification_delete.html +++ /dev/null @@ -1,31 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - -
    - <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=delete value=1}> - -
    -
    -

    - notification <{$smarty.const._NOT_DELETINGNOTIFICATIONS}> -

    -
    - <{foreach item=ids from=$actionForm->mNotifiyIds}> - - <{/foreach}> - - -
    -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_notification_list.html b/html/themes/xcl_default/templates/legacy/legacy_notification_list.html deleted file mode 100644 index 387f557b0..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_notification_list.html +++ /dev/null @@ -1,71 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - -
    - <{xoops_token form=$actionForm}> - -
    -
    -

    - Notification <{$smarty.const._NOT_ACTIVENOTIFICATIONS}> -

    -
    - -
    - - - - - - - - - - - - <{foreach item=module from=$modules}> - - - - - <{foreach item=category from=$module.categories}> - <{foreach item=item from=$category.items}> - <{foreach item=notification from=$item.notifications}> - - <{cycle values=odd,even assign=class}> - - - - - - - <{/foreach}> - <{/foreach}> - <{/foreach}> - <{/foreach}> - -
    <{$smarty.const._NOT_EVENT}><{$smarty.const._NOT_CATEGORY}><{$smarty.const._NOT_ITEMID}><{$smarty.const._NOT_ITEMNAME}>
    <{$smarty.const._NOT_MODULE}>: <{$module.name}>
    <{$notification.event_title}><{$notification.category_title}><{if $item.id != 0}><{$item.id}><{/if}><{if $item.id != 0}><{if $item.url !=''}><{/if}><{$item.name}><{if $item.url !=''}><{/if}><{/if}>
    -
    - -
    -
    - - - -
    -
    -
    -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_notification_select.html b/html/themes/xcl_default/templates/legacy/legacy_notification_select.html deleted file mode 100644 index 62692835c..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_notification_select.html +++ /dev/null @@ -1,5 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{legacy_notifications_select}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_notification_select_form.html b/html/themes/xcl_default/templates/legacy/legacy_notification_select_form.html deleted file mode 100644 index b7406171a..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_notification_select_form.html +++ /dev/null @@ -1,80 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{if $xoops_notification.show}> - -
    - -
    - -
    - - - - -
    - -<{/if}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_redirect.html b/html/themes/xcl_default/templates/legacy/legacy_redirect.html deleted file mode 100644 index 3738f8fea..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_redirect.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - -<{if !class_exists('AdelieDebug_Preload')}> - -<{/if}> -<{$xoops_sitename}> - - - - - - -
    -
    -

    logo

    -

    <{$message}>

    - -

    <{$lang_ifnotreload}>

    -<{if class_exists('AdelieDebug_Preload')}> -

    No automatic redirect during AdelieDebug execution.

    -<{/if}> -
    -
    - - - \ No newline at end of file diff --git a/html/themes/xcl_default/templates/legacy/legacy_redirect_function.html b/html/themes/xcl_default/templates/legacy/legacy_redirect_function.html deleted file mode 100644 index 30a6bcb95..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_redirect_function.html +++ /dev/null @@ -1,177 +0,0 @@ - - - -<?php echo htmlspecialchars($xoopsConfig['sitename']); ?> - - - - - - -
    -
    - Loading -
    -
    -
    -
    -
    -

    Theme

    -

    -

    -
    - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_rss.html b/html/themes/xcl_default/templates/legacy/legacy_rss.html deleted file mode 100644 index bc50ab854..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_rss.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - <{$channel_title|xoops_escape}> - <{$channel_link|xoops_escape}> - <{$channel_desc|xoops_escape}> - <{$channel_lastbuild|xoops_escape}> - https://backend.userland.com/rss/ - <{$channel_generator|xoops_escape}> - <{$channel_editor|xoops_escape}> - <{$channel_webmaster|xoops_escape}> - <{$channel_language|xoops_escape}> - <{if $image_url != ""}> - - <{$channel_title|xoops_escape}> - <{$image_url|xoops_escape}> - <{$channel_link|xoops_escape}> - <{$image_width|xoops_escape}> - <{$image_height|xoops_escape}> - - <{/if}> - <{foreach item=item from=$items}> - - <{$item.title|xoops_escape}> - <{$item.link|xoops_escape}> - <{if $item.author}> - <{$item.author|xoops_escape}> - <{/if}> - <{if $item.category}> - <{$item.category|xoops_escape}> - <{/if}> - <{if $item.description}> - <{$item.description|xoops_escape}> - <{/if}> - <{$item.pubdate|xoops_formattimestamp:rss}> - <{$item.guid|xoops_escape}> - - <{/foreach}> - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_search_form.html b/html/themes/xcl_default/templates/legacy/legacy_search_form.html deleted file mode 100644 index 10218a36e..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_search_form.html +++ /dev/null @@ -1,58 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - -
    - <{xoops_input type=hidden name=action value=results}> - -
    -
    -

    <{$smarty.const._SR_SEARCH}>

    -
    - <{if $actionForm->hasError()}> -
    -
      - <{foreach item=message from=$actionForm->getErrorMessages()}> -
    • <{$message|xoops_escape}>
    • - <{/foreach}> -
    -
    - <{/if}> - - -

    * <{$searchRuleMessage}>

    - - - -

    <{$smarty.const._SR_SEARCHIN}>

    -
    - <{foreach item=module from=$moduleArr}> - - <{/foreach}> -
    -
    - -
    - -
    -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_search_results.html b/html/themes/xcl_default/templates/legacy/legacy_search_results.html deleted file mode 100644 index fb9562cc4..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_search_results.html +++ /dev/null @@ -1,31 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file=db:legacy_search_form.html}> -
    - -
    -<{foreach item=module from=$searchResults}> -

    <{$module.name}>

    - - <{* start results item loop *}> - - <{* /end results item loop *}> - - <{if $module.has_more}> - <{$smarty.const._MD_LEGACY_LANG_SHOW_ALL}> - <{/if}> -<{/foreach}> -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_search_showall.html b/html/themes/xcl_default/templates/legacy/legacy_search_showall.html deleted file mode 100644 index ef5c15736..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_search_showall.html +++ /dev/null @@ -1,38 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file=db:legacy_search_form.html}> - -<{if $searchResults.0.name !=null}> -<{* start results item loop *}> - -<{/if}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_search_showallbyuser.html b/html/themes/xcl_default/templates/legacy/legacy_search_showallbyuser.html deleted file mode 100644 index c89626540..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_search_showallbyuser.html +++ /dev/null @@ -1,61 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file=db:legacy_search_form.html}> - -<{* - 1- capture the loop - 2- capture author - 3- render custom article - - Date - Time - $result.time|xoops_formattimestamp:s (2021/4/27) - $result.time|xoops_formattimestamp:m (2021/4/27 2:31) - $result.time|xoops_formatTimestampGMT:1 (user timezone, 1) -*}> - -<{if $searchResults.0.name != null}> - - -<{capture name="author_result"}> -<{foreach item=result from=$searchResults.0.results}> -

    content <{$result.title}> -<{$result.time|xoops_formattimestamp:m}>

    - - <{capture name="author"}> - <{if $result.uid > 0}> - - <{$result.uid|xoops_user:user_name}> - <{$result.uid|xoops_user:user_name}> - <{/if}> - <{/capture}> - -<{/foreach}> -<{/capture}> - - - -<{/if}> - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_site_closed.html b/html/themes/xcl_default/templates/legacy/legacy_site_closed.html deleted file mode 100644 index dbd79ffdc..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_site_closed.html +++ /dev/null @@ -1,257 +0,0 @@ -<{php}> -ob_start(); -header('HTTP/1.1 503 Service Temporarily Unavailable'); -header('Status: 503 Service Temporarily Unavailable'); -header('Retry-After: 3600'); -header('X-Powered-By: XOOPSCube'); -ob_end_clean(); -ob_end_flush(); -<{/php}> - - - - - - -<{$xoops_sitename}> - - -<{* ----- Favicon SVG located in the root directory ----- *}> - - - - - - - -
    - -
    -
    -
    -
    -
    -
    -
    -
    - -
    - - - -

    Nature never rushes, yet everything gets done.

    - -
    - - - -
    -<{* ---------- /top-container *}> - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_uninstall_modules.html b/html/themes/xcl_default/templates/legacy/legacy_uninstall_modules.html deleted file mode 100644 index 2073f95a5..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_uninstall_modules.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - <{$xoops_sitename}> - - - - - - - - - - -<{* Dev-Mode Toggle *}> -
    <{$smarty.template}>
    - - -
    -

    <{$smarty.const._UNINSTALL}>

    -

    - -

    -

    <{$smarty.const._UNINSTALL_CONFIRM}>

    -

    <{$lang_ifnotreload}>

    -
    -
    - - -
    -
    - -
    - - - - diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoops_confirm.html b/html/themes/xcl_default/templates/legacy/legacy_xoops_confirm.html deleted file mode 100644 index 7b83d01d9..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoops_confirm.html +++ /dev/null @@ -1,25 +0,0 @@ -
    -

    <{$message}>

    -
    - <{xoops_input type=hidden name=$tokenName value=$tokenValue}> - <{foreach key=key item=value from=$hiddens}> - <{if is_array($value)}> - <{foreach key=radioName item=radioValue from=$value}> - -
    - <{/foreach}> - <{else}> - <{xoops_input type=hidden name=$key value=$value}> - <{/if}> - <{/foreach}> - <{if $submit}> - - <{else}> - - <{/if}> - -
    -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoops_error.html b/html/themes/xcl_default/templates/legacy/legacy_xoops_error.html deleted file mode 100644 index 0810d3d3e..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoops_error.html +++ /dev/null @@ -1,12 +0,0 @@ -
    - <{if $title}> -

    <{$title}>

    - <{/if}> - <{if is_array($message)}> - <{foreach item=msg from=$message}> - <{$msg}> - <{/foreach}> - <{else}> - <{$message}> - <{/if}> -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoops_result.html b/html/themes/xcl_default/templates/legacy/legacy_xoops_result.html deleted file mode 100644 index d7949c1f7..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoops_result.html +++ /dev/null @@ -1,12 +0,0 @@ -
    - <{if $title}> -

    <{$title}>

    - <{/if}> - <{if is_array($message)}> - <{foreach item=msg from=$message}> - <{$msg}> - <{/foreach}> - <{else}> - <{$message}> - <{/if}> -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_button.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_button.html deleted file mode 100644 index 22fc1b783..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_button.html +++ /dev/null @@ -1 +0,0 @@ -getExtra()}>> diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_checkbox.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_checkbox.html deleted file mode 100644 index fed9b9682..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_checkbox.html +++ /dev/null @@ -1,3 +0,0 @@ -<{foreach from=$element->getOptions() key=value item=name}> - -<{/foreach}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_color.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_color.html deleted file mode 100644 index 524f35dfc..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_color.html +++ /dev/null @@ -1 +0,0 @@ -getExtra()}>> diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_dhtmltextarea.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_dhtmltextarea.html deleted file mode 100644 index ca3c156d0..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_dhtmltextarea.html +++ /dev/null @@ -1,290 +0,0 @@ - - - url  - - email  - - imgsrc  - - image  - - code  - - quote
    - - - -<{$smarty.const._EXAMPLE}> -
    - - bold  - - italic  - - underline  - - linethrough   -  - -

    -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_elementtray.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_elementtray.html deleted file mode 100644 index f2c601e4e..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_elementtray.html +++ /dev/null @@ -1,17 +0,0 @@ -<{foreach from=$tray->getElements() item=element}> - <{if !empty($flag)}> - <{$tray->getDelimeter()}> - <{/if}> -<{if is_object($element)}> - <{if $element->getCaption() != ''}> - <{$element->getCaption()}> - <{/if}> - <{$element->render()}> - <{if !$element->isHidden()}> - <{assign var=flag value=true}> - <{/if}> -<{else}> - <{$element}> - <{assign var=flag value=true}> -<{/if}> -<{/foreach}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_file.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_file.html deleted file mode 100644 index e1f4b7be0..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_file.html +++ /dev/null @@ -1,3 +0,0 @@ - -getExtra()}>> - diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_grouppermform.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_grouppermform.html deleted file mode 100644 index 50f7b3b6a..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_grouppermform.html +++ /dev/null @@ -1,27 +0,0 @@ -

    <{$form->getTitle()}>

    - -<{$form->_permDesc}>
    - -
    getExtra()}>> - - <{foreach from=$form->getElements() item=element}> - <{if !$element->isHidden()}> - - - - - <{else}> - <{$element->render()}> - <{/if}> - <{/foreach}> -
    - <{$element->getCaption()}> - <{if $element->getDescription() != ''}> -
    -
    - <{$element->getDescription()}> - <{/if}> -
    - <{$element->render()}> -
    -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_hidden.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_hidden.html deleted file mode 100644 index ab1b97079..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_hidden.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_label.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_label.html deleted file mode 100644 index b6cb27465..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_label.html +++ /dev/null @@ -1 +0,0 @@ -<{$element->getValue()}> \ No newline at end of file diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_opt_smileys.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_opt_smileys.html deleted file mode 100644 index 9772c8027..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_opt_smileys.html +++ /dev/null @@ -1,6 +0,0 @@ -<{foreach from=$smilesArr item=smiles}> -"); return false;'> -' alt='<{$smiles->mVars.emotion.value|escape}>' aria-label='<{$smiles->mVars.emotion.value|escape}>'> - -<{/foreach}> - [<{$smarty.const._MORE}>] diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_opt_validationjs.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_opt_validationjs.html deleted file mode 100644 index cc00a9c49..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_opt_validationjs.html +++ /dev/null @@ -1,23 +0,0 @@ -<{if $withtags}> - - - -<{/if}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_password.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_password.html deleted file mode 100644 index ac6ea1cfa..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_password.html +++ /dev/null @@ -1 +0,0 @@ -getExtra()}>> diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_radio.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_radio.html deleted file mode 100644 index b2e155338..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_radio.html +++ /dev/null @@ -1,3 +0,0 @@ -<{foreach from=$element->getOptions() key=value item=name}> - -<{/foreach}> diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_select.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_select.html deleted file mode 100644 index 084bf585a..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_select.html +++ /dev/null @@ -1,9 +0,0 @@ -<{if $element->isMultiple() != false}> -getExtra()}>> -<{/if}> - <{foreach from=$element->getOptions() key=value item=name}> - - <{/foreach}> - diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_simpleform.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_simpleform.html deleted file mode 100644 index 5eba3d575..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_simpleform.html +++ /dev/null @@ -1,17 +0,0 @@ -<{$form->getTitle()}> -
    getExtra()}>> -<{foreach from=$form->getElements() item=element}> -<{if is_object($element)}> - <{if !$element->isHidden()}> - <{$element->getCaption()}> -
    - <{$element->render()}> -
    - <{else}> - <{$element->render()}> - <{/if}> -<{else}> - <{$element}> -<{/if}> -<{/foreach}> -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_tableform.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_tableform.html deleted file mode 100644 index ad41a9a4c..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_tableform.html +++ /dev/null @@ -1,35 +0,0 @@ -<{$form->getTitle()}> -
    getExtra()}>> - - <{foreach from=$form->getElements() item=element}> - <{if is_object($element) }> - <{if !$element->isHidden()}> - <{if !$element->isBreak()}> - - - - - <{else}> - - <{/if}> - <{/if}> - <{else}> - <{$element}> - <{/if}> - <{/foreach}> -
    - <{$element->getCaption()}> - <{if $element->getDescription() != ''}> -
    -
    - <{$element->getDescription()}> - <{/if}> -
    - <{$element->render()}> -
    getClass()}>><{$element->getExtra()}>
    -<{foreach from=$form->getElements() item=element}> -<{if $element->isHidden()}> -<{$element->render()}> -<{/if}> -<{/foreach}> -
    diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_text.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_text.html deleted file mode 100644 index 74d8c4505..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_text.html +++ /dev/null @@ -1 +0,0 @@ -getExtra()}>> diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_textarea.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_textarea.html deleted file mode 100644 index a3b4e924f..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_textarea.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_textdateselect.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_textdateselect.html deleted file mode 100644 index 869d2f03f..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_textdateselect.html +++ /dev/null @@ -1,2 +0,0 @@ -getExtra()}>> - diff --git a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_themeform.html b/html/themes/xcl_default/templates/legacy/legacy_xoopsform_themeform.html deleted file mode 100644 index 625d59d4c..000000000 --- a/html/themes/xcl_default/templates/legacy/legacy_xoopsform_themeform.html +++ /dev/null @@ -1,45 +0,0 @@ -
    getExtra()}>> - - - - - - - - <{foreach from=$form->getElements() item=element}> - <{if is_object($element)}> - <{if !$element->isHidden()}> - <{if !$element->isBreak()}> - - - - - <{else}> - - - - <{/if}> - <{/if}> - <{else}> - <{$element}> - <{/if}> - <{/foreach}> - -
    - <{$form->getTitle()}> -
    - <{$element->getCaption()}> - <{if $element->getDescription() != ''}> -

    - <{$element->getDescription()}> - <{/if}> -
    - <{$element->render()}> -
    getClass()}>><{$element->getExtra()}>
    -<{foreach from=$form->getElements() item=element}> -<{if $element->isHidden()}> - <{$element->render()}> -<{/if}> -<{/foreach}> -
    diff --git a/html/themes/xcl_default/templates/legacy/xoops_debug.tpl b/html/themes/xcl_default/templates/legacy/xoops_debug.tpl deleted file mode 100644 index 933f12bc9..000000000 --- a/html/themes/xcl_default/templates/legacy/xoops_debug.tpl +++ /dev/null @@ -1,178 +0,0 @@ -{* Smarty *} -{* debug.tpl, last updated version 2.1.0 *} -{assign_debug_info} -{capture assign=debug_output} - - - - - - Smarty Debug Console -{literal} - -{/literal} - - - -

    Smarty Debug Console

    - -

    included templates & config files (load time in seconds)

    - -
    - - {section name=templates loop=$_debug_tpls} - {section name=indent loop=$_debug_tpls[templates].depth}   {/section} - - - {$_debug_tpls[templates].filename|escape:html} - - - {if isset($_debug_tpls[templates].exec_time)} - - ({$_debug_tpls[templates].exec_time|string_format:"%.5f"}) - {if %templates.index% eq 0}(total){/if} - - {/if} -
    - {sectionelse} -

    no templates included

    - {/section} - -
    - -

    assigned template variables

    - - - {section name=vars loop=$_debug_keys} - - - - - {sectionelse} - - {/section} -
    {ldelim}${$_debug_keys[vars]|escape:'html'}{rdelim}{$_debug_vals[vars]|@xoops_debug_print_var}

    no template variables assigned

    - -

    assigned config file variables (outer template scope)

    - - - {section name=config_vars loop=$_debug_config_keys} - - - - - {sectionelse} - - {/section} -
    {ldelim}#{$_debug_config_keys[config_vars]|escape:'html'}#{rdelim}{$_debug_config_vals[config_vars]|@xoops_debug_print_var}

    no config vars assigned

    - - -{/capture} - -{if isset($_smarty_debug_output) and $_smarty_debug_output eq "html"} - - {$debug_output} - - {else} - - - -{/if} diff --git a/html/themes/xcl_default/templates/message/blocks/index.html b/html/themes/xcl_default/templates/message/blocks/index.html deleted file mode 100644 index 990cbd603..000000000 --- a/html/themes/xcl_default/templates/message/blocks/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/html/themes/xcl_default/templates/message/blocks/message_block_template.html b/html/themes/xcl_default/templates/message/blocks/message_block_template.html deleted file mode 100644 index 7b3bd3c3d..000000000 --- a/html/themes/xcl_default/templates/message/blocks/message_block_template.html +++ /dev/null @@ -1,45 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - diff --git a/html/themes/xcl_default/templates/message/index.html b/html/themes/xcl_default/templates/message/index.html deleted file mode 100644 index 990cbd603..000000000 --- a/html/themes/xcl_default/templates/message/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/html/themes/xcl_default/templates/message/message_blaclist.html b/html/themes/xcl_default/templates/message/message_blaclist.html deleted file mode 100644 index bcd34d4d1..000000000 --- a/html/themes/xcl_default/templates/message/message_blaclist.html +++ /dev/null @@ -1,80 +0,0 @@ -<{* set tab inbox to active *}> -<{assign var="inboxSettings" value="ui-tabs-active ui-state-active"}> - -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - - -
    - -
    - <{include file=db:message_nav.html}> -
    - - <{* ------- Grid 2 columns *}> -
    - -
    - -
    -
    - - -
    -
    - -
    - -
    - - - - - - - - - - - <{foreach item=uname key=uid from=$blackuser}> - - - - - <{/foreach}> - -
    <{$smarty.const._MD_MESSAGE_TEMPLATE14}><{$smarty.const._MD_MESSAGE_TEMPLATE2}>
    -
    - - -
    -
    -
    - <{$uname}> -
    -
    - -
    -
    - -
    -
    - -
    - -
    diff --git a/html/themes/xcl_default/templates/message/message_favorites.html b/html/themes/xcl_default/templates/message/message_favorites.html deleted file mode 100644 index f0b61d402..000000000 --- a/html/themes/xcl_default/templates/message/message_favorites.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - -
    -
    -

    <{$smarty.const._MD_USERSEARCH_9}>

    -
    - -<{if $fuser!=false}> -
    - - - - - - - <{foreach item=user from=$fuser}> - - - - - - <{/foreach}> - - -
    <{$smarty.const._MD_MESSAGE_TEMPLATE2}><{$smarty.const._MD_MESSAGE_TEMPLATE18}><{$smarty.const._MD_MESSAGE_TEMPLATE14}>
    <{$user.userobj->get('uname')}> - -
    - -
    - -
    -<{else}> -
    <{$smarty.const._MD_USERSEARCH_8}>
    -<{/if}> - -
    diff --git a/html/themes/xcl_default/templates/message/message_inboxlist.html b/html/themes/xcl_default/templates/message/message_inboxlist.html deleted file mode 100644 index 22e39078c..000000000 --- a/html/themes/xcl_default/templates/message/message_inboxlist.html +++ /dev/null @@ -1,107 +0,0 @@ -<{* set tab inbox to active *}> -<{assign var="inboxView" value="ui-tabs-active ui-state-active"}> - -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - -
    - -
    - <{include file=db:message_nav.html}> -
    - -
    - -
    - - - - - - - - - -
    - -
    - - -<{* ----- List Messages *}> - - -
    - - - <{foreach item=val from=$ListData}> - -
    - -
    - <{if $val.is_read==1}> - - <{else}> - - <{/if}> - - <{if $val.is_read==0}> - Mail - - <{elseif $val.is_read==1}> - - - - <{elseif $val.is_read==2}> - - - <{/if}> - - avatar - - <{$val.fromname}> - -
    - -
    - <{* SUBJECT TRUNCATE:46 - CHANGE THIS VALUE OR USE CSS text-overflow: ellipsis; *}> - <{$val.title|truncate:46:"..."}> - <{$val.utime|xoops_formattimestamp:l}> -
    -
    - - <{/foreach}> - -
    - -
    -
    - -
    - -
    - -
    - -
    diff --git a/html/themes/xcl_default/templates/message/message_inboxview.html b/html/themes/xcl_default/templates/message/message_inboxview.html deleted file mode 100644 index a2aeb4390..000000000 --- a/html/themes/xcl_default/templates/message/message_inboxview.html +++ /dev/null @@ -1,104 +0,0 @@ -<{* set tab inbox to active *}> -<{assign var="inboxView" value="ui-tabs-active ui-state-active"}> - -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -
    - -
    - <{include file=db:message_nav.html}> -
    - -
    - -

    <{$smarty.const._MD_MESSAGE_TEMPLATE3}>: <{$msgdata.title}>

    - -
    - <{$smarty.const._MD_MESSAGE_TEMPLATE12}> : - <{$msgdata.fromname}> -
    - -
    <{$smarty.const._MD_MESSAGE_TEMPLATE10}> : <{$msgdata.utime|xoops_formattimestamp:l}>
    - -
    - -
    - <{$msgdata.message}> -
    - -
    - -
    - -
    - - <{if $msgdata.is_read==2}> - - <{else}> - - <{/if}> -
    - -
    - - - - - <{if $msgdata.is_read==1}> - - - <{else}> - - - <{/if}> -
    - -
    - - - - - - - Forward - <{$smarty.const._MD_MESSAGE_TEMPLATE21}> - -
    - -
    <{* Note : wrap [role=button] with div for small buttons *}> - - Reply - <{$smarty.const._MD_MESSAGE_TEMPLATE13}> - -
    - -
    - -
    - diff --git a/html/themes/xcl_default/templates/message/message_nav.html b/html/themes/xcl_default/templates/message/message_nav.html deleted file mode 100644 index 23b388856..000000000 --- a/html/themes/xcl_default/templates/message/message_nav.html +++ /dev/null @@ -1,103 +0,0 @@ -
    - -
    \ No newline at end of file diff --git a/html/themes/xcl_default/templates/message/message_new.html b/html/themes/xcl_default/templates/message/message_new.html deleted file mode 100644 index 0e8a054a1..000000000 --- a/html/themes/xcl_default/templates/message/message_new.html +++ /dev/null @@ -1,69 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - -
    - -
    - <{include file=db:message_nav.html}> -
    - -
    - <{xoops_token form=$mActionForm}> - <{xoops_input type=hidden name=mode}> - - - <{if $errMsg !=""}> -
    -
      - <{foreach item=error from=$errMsg}> -
    • <{$error}>
    • - <{/foreach}> -
    -
    -
    - <{/if}> - - <{if $mActionForm->get('Legacy_Event_User_Preview') !=""}> -

    <{$smarty.const._MD_MESSAGE_TEMPLATE3}> : <{$mActionForm->getShow('title')}>

    -

    <{$smarty.const._MD_MESSAGE_TEMPLATE2}> : <{$mActionForm->getShow('uname')}> -
    <{$smarty.const._MD_MESSAGE_TEMPLATE4}>

    - -
    - <{$mActionForm->getShow('note', 'toShowTarea')}> -
    -
    - <{/if}> - - - - - - -
    - -
    -
    - <{legacy_button class="outline" role="button" id=Preview Text=$smarty.const._MD_MESSAGE_TEMPLATE5}> - - <{legacy_button class="primary" role="button" id=Submit Text=$smarty.const._MD_MESSAGE_TEMPLATE6}> -
    -
    - -
    - -
    - diff --git a/html/themes/xcl_default/templates/message/message_outboxlist.html b/html/themes/xcl_default/templates/message/message_outboxlist.html deleted file mode 100644 index 97b941df9..000000000 --- a/html/themes/xcl_default/templates/message/message_outboxlist.html +++ /dev/null @@ -1,84 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -
    - -
    - <{include file=db:message_nav.html}> -
    - -
    - -
    - - - - - - - -
    - -
    - - - <{* ----- List Messages *}> - - -
    - - - <{foreach item=val from=$ListData}> - -
    - -
    - - - - avatar - - <{$val.fromname}> - -
    - -
    - <{* SUBJECT TRUNCATE:46 - CHANGE THIS VALUE OR USE CSS text-overflow: ellipsis; *}> - <{$val.title|truncate:46:"..."}> - <{$val.utime|xoops_formattimestamp:l}> -
    - -
    <{* printhis *}> - - <{/foreach}> - -
    - -
    -
    - -
    - -
    - -
    - -
    diff --git a/html/themes/xcl_default/templates/message/message_outboxview.html b/html/themes/xcl_default/templates/message/message_outboxview.html deleted file mode 100644 index b27a70dcc..000000000 --- a/html/themes/xcl_default/templates/message/message_outboxview.html +++ /dev/null @@ -1,57 +0,0 @@ -<{* set tab sent-box to active *}> -<{assign var="outboxView" value="ui-tabs-active ui-state-active"}> - -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -
    - -
    - <{include file=db:message_nav.html}> -
    - -
    - -
    -

    <{$msgdata.title}>

    -
    -
    - <{$smarty.const._MD_MESSAGE_TEMPLATE9}> avatar - <{$msgdata.toname}> -
    -
    - datetime <{$msgdata.utime|xoops_formattimestamp:l}> -
    -
    -
    -
    - -
    - <{$msgdata.message}> -
    - -
    <{* printhis *}> - -
    - -
    -
    - - -
    -
    - - -
    diff --git a/html/themes/xcl_default/templates/message/message_settings.html b/html/themes/xcl_default/templates/message/message_settings.html deleted file mode 100644 index 14fb17862..000000000 --- a/html/themes/xcl_default/templates/message/message_settings.html +++ /dev/null @@ -1,128 +0,0 @@ -<{* set tab inbox to active *}> -<{assign var="inboxSettings" value="ui-tabs-active ui-state-active"}> - -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -
    - -
    - <{include file=db:message_nav.html}> -
    - -
    -

    <{$smarty.const._MI_MESSAGE_SAVEDAYS}> ⏳ <{$purgedays}> days 🔥

    - <{if $purgetype == 1}> -

    <{$smarty.const._MI_MESSAGE_DELTYPE_DESC}>

    - <{/if}> -
    - -
    - -
    - <{xoops_token form=$mActionForm}> - -
    -
    - <{$smarty.const._MD_MESSAGE_SETTINGS_MSG1}> -
    -
    - <{xoops_input type=radio name=usepm default=$mActionForm->get('usepm') value=1}> - - - <{xoops_input type=radio name=usepm default=$mActionForm->get('usepm') value=0}> - -
    -
    - -
    -
    - <{$smarty.const._MD_MESSAGE_SETTINGS_MSG2}> -
    -
    - <{xoops_input type=radio class="custom-control-input" name=tomail default=$mActionForm->get('tomail') value=1}> - - <{xoops_input type=radio class="custom-control-input" name=tomail default=$mActionForm->get('tomail') value=0}> - -
    -
    - -
    -
    - <{$smarty.const._MD_MESSAGE_SETTINGS_MSG7}> -
    -
    - <{xoops_input type=radio class="custom-control-input" name=viewmsm default=$mActionForm->get('viewmsm') value=1}> - - <{xoops_input type=radio class="custom-control-input" name=viewmsm default=$mActionForm->get('viewmsm') value=0}> - -
    -
    - -
    -
    - <{$smarty.const._MD_MESSAGE_SETTINGS_MSG8}>
    -
    -
    - -
    -
    - -
    - -
    -
    - <{$smarty.const._MD_MESSAGE_SETTINGS_MSG10}>
    - - <{$smarty.const._MD_MESSAGE_SETTINGS_MSG18}> -
    -
    - <{$smarty.const._MD_MESSAGE_SETTINGS_MSG11}>
    - <{xoops_input type=text class="form-control" name=blacklist value=$mActionForm->get('blacklist') maxlength=191 size=40}>
    -
    -
    - -
    - -
    -
    - <{legacy_button id=Submit role="button" class="submit" Text=$smarty.const._SUBMIT}> -
    -
    - -
    - -
    - - diff --git a/html/themes/xcl_default/templates/message/message_userinfo.html b/html/themes/xcl_default/templates/message/message_userinfo.html deleted file mode 100644 index b5819f4d5..000000000 --- a/html/themes/xcl_default/templates/message/message_userinfo.html +++ /dev/null @@ -1,148 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - - -<{if $user_ownpage == true && $enableSelfDelete == true && $xoops_isadmin == false}> -
    - <{$smarty.const._MD_USER_LANG_DELACCOUNT}> -
    -<{elseif $xoops_isadmin == true}> -
    - <{$smarty.const._MD_USER_LANG_EDITPROFILE}> - - <{$smarty.const._MD_USER_LANG_AVATAR_EDIT}> - - <{$smarty.const._MD_USER_LANG_DELACCOUNT}> -
    -<{/if}> - - - - - - - - -
    - - - - - - <{if $user_ownpage == true}> - - - - <{/if}> - - - - - - - - - - - - - <{if $thisUser->get('user_viewemail') == 1 || $user_ownpage == true || $xoops_isadmin == true }> - - - - - <{/if}> - <{if $xoops_isuser == true && $pmliteUrl != ''}> - - - - - <{/if}> - - <{legacy_profile uid=$thisUser->getShow('uid')}> - -
    - <{$smarty.const._MD_USER_LANG_ALLABOUT|replace:"%s":$thisUser->getShow('uname')}> -
    - <{$smarty.const._MD_USER_LANG_EDITPROFILE}> -
    <{$smarty.const._MD_USER_LANG_AVATAR}> - <{if $thisUser->get('user_avatar') != "blank.gif" }> - Avatar - <{else}> - - no-avatar - <{/if}> - <{if $user_ownpage == true}> -
    <{$smarty.const._MD_USER_LANG_AVATAR_EDIT}> - <{/if}> -
    <{$smarty.const._MD_USER_LANG_NAME}><{$thisUser->getShow('name')}>
    <{$smarty.const._MD_USER_LANG_WEBSITE}><{$thisUser->getShow('url')}>
    <{$smarty.const._MD_USER_LANG_EMAIL}> - <{mailto address=$thisUser->get('email') encode="javascript"}> -
    <{$smarty.const._MD_USER_LANG_PM}> - getShow('uname')}>"> - - <{$smarty.const._SENDPMTO}> -
    -
    - - - - - - - - - <{if $rank != null}> - - - - - <{/if}> - - - - - - - - -
    <{$smarty.const._MD_USER_LANG_STATISTICS}>
    <{$smarty.const._MD_USER_LANG_USER_REGDATE}><{$thisUser->get('user_regdate')|xoops_formattimestamp:l}>
    <{$smarty.const._MD_USER_LANG_RANK}> - <{$rank->getShow('rank_title')}>
    - <{$rank->getShow('rank_title')}> -
    <{$smarty.const._MD_USER_LANG_POSTS}><{$thisUser->getShow('posts')}>
    <{$smarty.const._MD_USER_LANG_LAST_LOGIN}><{$thisUser->get('last_login')|xoops_formattimestamp:l}>
    -
    - - - - - - - -
    <{$smarty.const._MD_USER_LANG_USER_SIG}>
    <{$thisUser->getShow('user_sig')}>
    -
    - - -<{foreach item=module from=$searchResults}> - -

    <{$module.name}>

    -

    - -<{foreach item=result from=$module.results}> -<{$module.name}><{$result.title}> -
    (<{$result.time|xoops_formattimestampGMT:l}>)
    -<{/foreach}> - - -<{if $module.has_more}> -<{$smarty.const._MD_USER_LANG_SHOWALL}> -<{/if}> -

    -<{/foreach}> - - diff --git a/html/themes/xcl_default/templates/message/message_usersearch.html b/html/themes/xcl_default/templates/message/message_usersearch.html deleted file mode 100644 index 31d1510db..000000000 --- a/html/themes/xcl_default/templates/message/message_usersearch.html +++ /dev/null @@ -1,44 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -
    -
    - <{$smarty.const._MD_USERSEARCH_2}> -
    - <{$smarty.const._MD_USERSEARCH_3}><{xoops_input type=text name=uname size=30 value=$mActionform->get('uname')}>   - <{xoops_input type=radio name=searchtype id=searchtype value=0 default=$mActionform->get('searchtype')}>   - <{xoops_input type=radio name=searchtype id=searchtype value=1 default=$mActionform->get('searchtype')}>   - <{xoops_input type=radio name=searchtype id=searchtype value=2 default=$mActionform->get('searchtype')}> - <{xoops_input type=hidden name=dosearch value=1}> - <{xoops_input type=hidden name=action value=search}> - <{xoops_input type=hidden name=moddir value=$smarty.const._MY_DIRNAME}> - -
    -
    -
    -
    -<{if $listdata!=false}> -
    -<{foreach item=user from=$listdata.udata}> - -<{$user->get('uname')}> -
    -<{/foreach}> - -<{xoops_input type=hidden name=action value=favorites}> - -

    - -<{else}> -
    <{$smarty.const._MD_USERSEARCH_8}>
    -<{/if}> - diff --git a/html/themes/xcl_default/templates/page/admin_category_access.html b/html/themes/xcl_default/templates/page/admin_category_access.html deleted file mode 100644 index ffa42ec7a..000000000 --- a/html/themes/xcl_default/templates/page/admin_category_access.html +++ /dev/null @@ -1,185 +0,0 @@ -
    <{$smarty.template}>
    - - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_PICO_CATEGORY}> » <{$cat_title}>

    - - -<{* ////— ACTION-CONTROL —\\\\ *}> -
    - - -
    - - : - - -
    - -
    - <{* ////— DROPDOWN MENU —\\\\ *}> - -
    - -
    - -<{if $cat_id !=0}> -
    - -

    <{$smarty.const._MD_A_PICO_H2_INDEPENDENTPERMISSION}>

    -
    - <{$gticket_hidden}> - -

    - checked="checked"<{/if}>> - -

    -
    -
    -<{/if}> - - -<{if $cat_id !=$cat_permission_id && $cat_id !=0}> - - -<{else}> - - - -

    <{$smarty.const._MD_A_PICO_H2_GROUPPERMS}>

    - -
    - <{$gticket_hidden}> - - - - - <{foreach from=$permissions item=perm_title key=perm_name name=group_th}> - - <{/foreach}> - - - - <{foreach from=$groups item=group}> - - - - <{foreach from=$permissions item=perm_title key=perm_name name=group_td}> - - <{/foreach}> - - <{/foreach}> - - - - - - -
    - <{$smarty.const._MD_A_PICO_TH_GROUPNAME}> - - <{$perm_title}>
    - -
    <{$group.name}> - - - checked="checked"<{/if}>> -
    - -
    - - - -

    <{$smarty.const._MD_A_PICO_H2_USERPERMS}>

    - -
    - <{$smarty.const._MD_A_PICO_NOTICE_ADDUSERS}> -
    - -
    - <{$gticket_hidden}> - - - - - - <{foreach from=$permissions item=perm_title key=perm_name name=user_th}> - - <{/foreach}> - - - - - <{foreach from=$users item=user}> - - - - - <{foreach from=$permissions item=perm_title key=perm_name name=user_td}> - - <{/foreach}> - - <{/foreach}> - - - <{foreach from=$new_users item=user}> - - - - - <{foreach from=$permissions item=perm_title key=perm_name name=user_td}> - - <{/foreach}> - - <{/foreach}> - - - - - - -
    <{$smarty.const._MD_A_PICO_TH_UID}><{$smarty.const._MD_A_PICO_TH_UNAME}> - <{$perm_title}> - -
    <{$user.uid}><{$user.name}> - - - checked="checked"<{/if}>> -
    - - - - - - - checked="checked"<{/if}>> -
    - -
    - -
    - -<{/if}> diff --git a/html/themes/xcl_default/templates/page/admin_contents.html b/html/themes/xcl_default/templates/page/admin_contents.html deleted file mode 100644 index c9a712baa..000000000 --- a/html/themes/xcl_default/templates/page/admin_contents.html +++ /dev/null @@ -1,223 +0,0 @@ -
    <{$smarty.template}>
    - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_PICO_CATEGORY}> » <{$cat_title}>

    - -
    - <{$smarty.const._MD_A_PICO_TIPS_CONTENTS}>
    - <{$smarty.const._MD_A_PICO_LEGEND_CONTENTSTHS}> -
    - -<{* ////— ACTION-CONTROL —\\\\ *}> -
    - -
    - - : - - -
    - - - - -
    - -
    - <{$gticket_hidden}> - - - - - - - - - - - - - - - - - - - <{foreach from=$contents item="content"}> - - - - - - - - - - - - - <{/foreach}> - - - - - - - -
    <{$smarty.const._MD_A_PICO_TH_CONTENTSID}><{$smarty.const._MD_PICO_TH_SUBJECT}><{$smarty.const._MD_PICO_TH_VIRTUALPATH}><{$smarty.const._MD_A_PICO_TH_CONTENTSWEIGHT}><{$smarty.const._MD_A_PICO_TH_CONTENTSVISIBLE}> -
    - -
    <{$smarty.const._MD_A_PICO_TH_CONTENTSSHOWINNAVI}> -
    - -
    <{$smarty.const._MD_A_PICO_TH_CONTENTSSHOWINMENU}> -
    - -
    <{$smarty.const._MD_A_PICO_TH_CONTENTSALLOWCOMMENT}> -
    - -
    Revision - <{$smarty.const._MD_A_PICO_TH_CONTENTSACTIONS}> - -
    - <{$content.id}> - <{if $cat_id == $smarty.const.SPECIAL_CAT_ID_ALL}> - - - - <{/if}> - - - - <{if $content.wrap_file}> - - <{if strstr($content.filters,"wraps")}>*<{/if}> - -
    - <{$content.wrap_file.mtime_formatted}> - (<{$content.wrap_file.size}> <{$smarty.const._MD_PICO_BYTE}>) - <{/if}> -
    - - - checked="checked"<{/if}>> - - checked="checked"<{/if}>> - - checked="checked"<{/if}>> - - checked="checked"<{/if}>> - - - <{if $content.is_deleted}> -
      - <{foreach from=$content.histories item="history"}> -
    • - <{$history.modified_time_formatted}> - - - <{$history.modifier_uname}> - (<{$history.body_size|number_format}><{$smarty.const._MD_PICO_BYTE}>) -
      - - - - - <{if $history.prev_id}> - - - - <{/if}> -
    • - <{/foreach}> -
    - <{else}> - - <{if ! $content.approval}> - <{$smarty.const._MD_PICO_WAITINGAPPROVAL}> - <{/if}> - - <{if ! $content.visible}> - <{$smarty.const._MD_PICO_INVISIBLE}> - <{/if}> - - <{if $content.locked}> - <{$smarty.const._MD_PICO_ERR_LOCKEDCONTENT}> - <{/if}> - - <{if $content.created_time >= time()}> - <{$smarty.const._MD_PICO_WAITINGRELEASE}> - <{/if}> - - <{if $content.expiring_time < time()}> - <{$smarty.const._MD_PICO_EXPIRED}> - <{/if}> -
    - avatar <{$content.modifier_uname}> -
    - <{$content.modified_time_formatted}> -
    - <{if !$content.is_deleted}> - - - - - - - <{/if}> - - - <{/if}> -
    - <{* ACTION BATCH - DELETE, MOVE, EXPORT *}> - <{$smarty.const._MD_A_PICO_LABEL_CONTENTSRIGHTCHECKED}> - - - - - - -
    - -
    diff --git a/html/themes/xcl_default/templates/page/admin_extras.html b/html/themes/xcl_default/templates/page/admin_extras.html deleted file mode 100644 index b0d3c6a6b..000000000 --- a/html/themes/xcl_default/templates/page/admin_extras.html +++ /dev/null @@ -1,112 +0,0 @@ - -

    <{$mod_name|ucfirst}> : <{$smarty.const._MD_A_PICO_H2_EXTRAS}>

    - -
    <{$smarty.template}>
    - - -<{* ////— ACTION-CONTROL —\\\\ *}> -
    - -
    - - - - - - <{$pagenav}> -
    - -
    - - - -
    - -
    - - - -
    - <{$gticket_hidden}> - - - - - - - - - - - - - <{foreach from=$extras item="extra"}> - "> - - - - - - - - <{/foreach}> - - - - - - -
    - <{$smarty.const._MD_A_PICO_TH_ID}> - - <{$smarty.const._MD_PICO_TH_SUBJECT}> - - <{$smarty.const._MD_PICO_CREATED}> - - <{$smarty.const._MD_A_PICO_TH_TYPE}> - - <{$smarty.const._MD_A_PICO_TH_SUMMARY}> - - <{$smarty.const._MD_A_PICO_TH_EXTRASACTIONS}> - -
    - <{$extra.id}> - - - <{$extra.content_subject}> - - [<{$smarty.const._EDIT}>] - [<{$smarty.const._MD_A_PICO_LINK_EXTRACT}>] - - <{$extra.created_time_formatted}> - - <{$extra.extra_type_formatted}> - - <{$extra.data_summary_short_raw|escape}> - - - <{$smarty.const._MD_A_PICO_LINK_DETAIL}> -
    - <{$smarty.const._MD_A_PICO_LABEL_EXTRASRIGHTCHECKED}> - - -
    - -
    diff --git a/html/themes/xcl_default/templates/page/admin_extras_detail.html b/html/themes/xcl_default/templates/page/admin_extras_detail.html deleted file mode 100644 index 6b436ed1c..000000000 --- a/html/themes/xcl_default/templates/page/admin_extras_detail.html +++ /dev/null @@ -1,40 +0,0 @@ -<{assign var="extra" value=$extras.0}> - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_A_PICO_H2_EXTRAS}> » <{$extra.id}>

    - -
    <{$smarty.template}>
    - -
    -
    -
    <{$smarty.const._MD_A_PICO_TH_ID}>
    -
    - <{$extra.id}> -
    -
    -
    -
    <{$smarty.const._MD_PICO_TH_SUBJECT}>
    -
    - - <{$extra.content_subject}> - -
    -
    -
    -
    <{$smarty.const._MD_PICO_CREATED}>
    -
    - <{$extra.created_time_formatted}> -
    -
    -
    -
    <{$smarty.const._MD_A_PICO_TH_TYPE}>
    -
    - <{$extra.extra_type_formatted}> -
    -
    -
    -
    <{$smarty.const._MD_A_PICO_TH_SUMMARY}>
    -
    - <{$extra.data_summary_raw|escape|nl2br}> -
    -
    -
    diff --git a/html/themes/xcl_default/templates/page/admin_import.html b/html/themes/xcl_default/templates/page/admin_import.html deleted file mode 100644 index 269472b3a..000000000 --- a/html/themes/xcl_default/templates/page/admin_import.html +++ /dev/null @@ -1,56 +0,0 @@ -
    <{$smarty.template}>
    - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_A_PICO_H2_IMPORTFROM}>

    - -
    - <{$smarty.const._MD_A_PICO_HELP_IMPORTFROM}> -
    - -
    -
    - <{$gticket_hidden}> - - -

    - -

    -
    -
    - - -

    <{$smarty.const._MD_A_PICO_H2_SYNCALL}>

    - -
    - <{$smarty.const._MD_A_PICO_HELP_SYNCALL}> -
    - -
    -
    - <{$gticket_hidden}> -

    - -

    -
    -
    - - -

    <{$smarty.const._MD_A_PICO_H2_CLEARBODYCACHE}>

    - -
    - <{$smarty.const._MD_A_PICO_HELP_CLEARBODYCACHE}> -
    - -
    -
    - <{$gticket_hidden}> -

    - -

    -
    -
    diff --git a/html/themes/xcl_default/templates/page/admin_tags.html b/html/themes/xcl_default/templates/page/admin_tags.html deleted file mode 100644 index 831964940..000000000 --- a/html/themes/xcl_default/templates/page/admin_tags.html +++ /dev/null @@ -1,98 +0,0 @@ -
    <{$smarty.template}>
    - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_A_PICO_H2_TAGS}>

    - -
    - <{$smarty.const._MD_A_PICO_TIPS_TAGS}> -
    - -<{* ////— ACTION-CONTROL —\\\\ *}> -
    - -
    - - - - - -
    - -
    - - - -
    - -
    - - - -
    - <{$gticket_hidden}> - - - - - - - - - - - - - <{foreach from=$tags item="tag"}> - - - - - - - - - <{/foreach}> - - - - - - - -
    <{$smarty.const._MD_A_PICO_TH_TAG}><{$smarty.const._MD_PICO_TH_WEIGHT}><{$smarty.const._MD_A_PICO_TH_USED}><{$smarty.const._MD_A_PICO_TH_SUMMARY}><{$smarty.const._MD_PICO_CREATED}>
    - - <{$tag.count}> - <{if !$tag.count == 0}> - <{foreach from=$tag.contents key=k item=content}> - <{$content.id}> - <{/foreach}> - <{else}> - <{$smarty.const._MD_PICO_DELETEDCONTENTS}> - <{/if}> - - <{$tag.created_time|formatTimestamp}> -
    - - - <{$smarty.const._MD_A_PICO_LABEL_EXTRASRIGHTCHECKED}> - -
    - -
    - diff --git a/html/themes/xcl_default/templates/page/block_content.html b/html/themes/xcl_default/templates/page/block_content.html deleted file mode 100644 index e5bf46218..000000000 --- a/html/themes/xcl_default/templates/page/block_content.html +++ /dev/null @@ -1,6 +0,0 @@ -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> -<{assign var="b_template" value=$smarty.template}> - -
    - <{$block.content.body}> -
    diff --git a/html/themes/xcl_default/templates/page/block_list.html b/html/themes/xcl_default/templates/page/block_list.html deleted file mode 100644 index 1e91b5967..000000000 --- a/html/themes/xcl_default/templates/page/block_list.html +++ /dev/null @@ -1,24 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - - -
    diff --git a/html/themes/xcl_default/templates/page/block_menu.html b/html/themes/xcl_default/templates/page/block_menu.html deleted file mode 100644 index 60632b890..000000000 --- a/html/themes/xcl_default/templates/page/block_menu.html +++ /dev/null @@ -1,21 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - <{foreach item=category from=$block.categories}> -
    -
    - - <{$category.title}> - -
    -
    -
    - <{/foreach}> - -
    diff --git a/html/themes/xcl_default/templates/page/block_mywaitings.html b/html/themes/xcl_default/templates/page/block_mywaitings.html deleted file mode 100644 index 2570728b9..000000000 --- a/html/themes/xcl_default/templates/page/block_mywaitings.html +++ /dev/null @@ -1,18 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - - -
    diff --git a/html/themes/xcl_default/templates/page/block_subcategories.html b/html/themes/xcl_default/templates/page/block_subcategories.html deleted file mode 100644 index 205df7bef..000000000 --- a/html/themes/xcl_default/templates/page/block_subcategories.html +++ /dev/null @@ -1,16 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - - -
    diff --git a/html/themes/xcl_default/templates/page/block_tags.html b/html/themes/xcl_default/templates/page/block_tags.html deleted file mode 100644 index 14ecd8cf1..000000000 --- a/html/themes/xcl_default/templates/page/block_tags.html +++ /dev/null @@ -1,14 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - - -
    diff --git a/html/themes/xcl_default/templates/page/blockedit_content.html b/html/themes/xcl_default/templates/page/blockedit_content.html deleted file mode 100644 index d74ffee51..000000000 --- a/html/themes/xcl_default/templates/page/blockedit_content.html +++ /dev/null @@ -1,25 +0,0 @@ - - -

    - : - - <{$smarty.const._EDIT}> -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - -

    - <{$smarty.const._MB_PICO_PROCESSBODY}>: - - checked="checked"<{/if}>> -   - - checked="checked"<{/if}>> -

    - diff --git a/html/themes/xcl_default/templates/page/blockedit_list.html b/html/themes/xcl_default/templates/page/blockedit_list.html deleted file mode 100644 index 2b7f8f4bf..000000000 --- a/html/themes/xcl_default/templates/page/blockedit_list.html +++ /dev/null @@ -1,35 +0,0 @@ - - -

    - : - -

    <{$smarty.const._MB_PICO_CATLIMITDSC}>
    -

    - -

    - : - -

    - -

    - : - -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - -

    - <{$smarty.const._MB_PICO_DISPLAYBODY}>: - - checked="checked"<{/if}>> -   - - checked="checked"<{/if}>> -

    - diff --git a/html/themes/xcl_default/templates/page/blockedit_menu.html b/html/themes/xcl_default/templates/page/blockedit_menu.html deleted file mode 100644 index 3e9e34059..000000000 --- a/html/themes/xcl_default/templates/page/blockedit_menu.html +++ /dev/null @@ -1,13 +0,0 @@ - - -

    - : - <{$smarty.const._MB_PICO_CATLIMITDSC}> -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - diff --git a/html/themes/xcl_default/templates/page/blockedit_mywaitings.html b/html/themes/xcl_default/templates/page/blockedit_mywaitings.html deleted file mode 100644 index b471bf8c5..000000000 --- a/html/themes/xcl_default/templates/page/blockedit_mywaitings.html +++ /dev/null @@ -1,8 +0,0 @@ - - -

    - : - - <{$smarty.const._EDIT}> -

    - diff --git a/html/themes/xcl_default/templates/page/blockedit_subcategories.html b/html/themes/xcl_default/templates/page/blockedit_subcategories.html deleted file mode 100644 index f16ad34bd..000000000 --- a/html/themes/xcl_default/templates/page/blockedit_subcategories.html +++ /dev/null @@ -1,13 +0,0 @@ - - -

    - - <{$smarty.const._MB_PICO_PARENTCATDSC}> -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - diff --git a/html/themes/xcl_default/templates/page/blockedit_tags.html b/html/themes/xcl_default/templates/page/blockedit_tags.html deleted file mode 100644 index 4a26ba97d..000000000 --- a/html/themes/xcl_default/templates/page/blockedit_tags.html +++ /dev/null @@ -1,27 +0,0 @@ - - -

    - : - -

    - -

    - : - -

    - -

    - : - -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - diff --git a/html/themes/xcl_default/templates/page/inc_breadcrumbs.html b/html/themes/xcl_default/templates/page/inc_breadcrumbs.html deleted file mode 100644 index 27628d556..000000000 --- a/html/themes/xcl_default/templates/page/inc_breadcrumbs.html +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/html/themes/xcl_default/templates/page/independent_print.html b/html/themes/xcl_default/templates/page/independent_print.html deleted file mode 100644 index f059e6a4e..000000000 --- a/html/themes/xcl_default/templates/page/independent_print.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - <{$xoops_config.sitename|escape}> - <{$content.subject}> - <{$xoops_module_header}> - - -
    - <{$content.body}> -
    - - diff --git a/html/themes/xcl_default/templates/page/independent_rss20.html b/html/themes/xcl_default/templates/page/independent_rss20.html deleted file mode 100644 index e10c6fe5f..000000000 --- a/html/themes/xcl_default/templates/page/independent_rss20.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - <{$xoops_config.sitename|escape}> - <{$mymodname}> - <{$mod_url}>/<{$category.link}> - <{$category.desc}> - <{$contents[0].modified_time4rss}> - https://backend.userland.com/rss/ - XOOPScube - pico - <{$category.title}> - <{$xoops_config.adminmail|escape}> - <{$smarty.const._LANGCODE}> - - <{foreach item="content" from=$contents}> - - <{$content.subject}> - <{$mod_url}>/<{$content.link}> - <{$content.body4rss}> - <{$mod_url}>/<{$content.link}> - <{$content.modified_time4rss}> - <{$content.cat_title}> - - <{/foreach}> - - - diff --git a/html/themes/xcl_default/templates/page/independent_single_content.html b/html/themes/xcl_default/templates/page/independent_single_content.html deleted file mode 100644 index bb8ced40b..000000000 --- a/html/themes/xcl_default/templates/page/independent_single_content.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - <{$xoops_config.sitename|escape}> - <{$content.subject}> - <{$xoops_module_header}> - - -
    - <{$content.body}> -
    - - diff --git a/html/themes/xcl_default/templates/page/main.css b/html/themes/xcl_default/templates/page/main.css deleted file mode 100644 index b3ee39eaf..000000000 --- a/html/themes/xcl_default/templates/page/main.css +++ /dev/null @@ -1,39 +0,0 @@ -/* ToDo */ -.pico_container .pico_menu { -} -ul.list-group{ - /*border-left: 1px solid #ddd;*/ - list-style-type: none; - position: relative; - margin:auto; - padding: 10px; - -} -.pico_history_diff { - overflow-x: auto; - white-space: pre-wrap; - word-wrap: break-word; - border: var( --border, 1px solid #060E18B3); /* if --border is not defined, fall-back */ - padding: 1em; -} -.pico_history_diff del { - color: var(--del-color, #c62828); -} -.pico_history_diff ins { - color: var(--ins-color, #388e3c); - text-decoration: none; -} - -/* Apply Level To Heading (Category Name) */ -li.list-group-item div.level1>h4 {margin-left:20px;} -li.list-group-item div.level2>h4 {margin-left:20px;} -li.list-group-item div.level3>h4 {margin-left:30px;} -li.list-group-item div.level4>h4 {margin-left:40px;} -li.list-group-item div.level5>h4 {margin-left:50px;} - -div.category-collapse { - margin-left:10px; - background-color: var(--color3); - border-radius: var(--border-radius); - padding:1em 1.5em -} diff --git a/html/themes/xcl_default/templates/page/main_category_form.html b/html/themes/xcl_default/templates/page/main_category_form.html deleted file mode 100644 index e532154df..000000000 --- a/html/themes/xcl_default/templates/page/main_category_form.html +++ /dev/null @@ -1,117 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - - - -
    - <{$gticket_hidden}> - -
    - -
    -

    <{$formtitle}>

    -
    - - - - <{if $mod_config.use_wraps_mode && $category.id !=0}> - - <{/if}> - - - - - - - - - - <{* ----- CATEGORY OPTIONS *}> -
    <{$smarty.const._MD_PICO_TH_CATEGORYOPTIONS}>
    - - - -
    style="display:none;"<{/if}>> - - - <{* CONSTANT CUSTOM HTML: trust_path/module/pico/language/[lang]/main.php *}> - <{* -- DEFAULT (option name):(option value) -- *}> - <{$smarty.const._MD_PICO_HOWTO_OVERRIDEOPTIONS}> - <{$category.option_desc}> -
    - <{* ----- /CATEGORY OPTIONS *}> - -
    -
    - <{if $page == 'categorymanager' && isset($children_count) == 0}> -
    - -
    - <{/if}> -
    - -
    -
    -
    - -
    - -
    - - - - - diff --git a/html/themes/xcl_default/templates/page/main_content_form.html b/html/themes/xcl_default/templates/page/main_content_form.html deleted file mode 100644 index a52246f36..000000000 --- a/html/themes/xcl_default/templates/page/main_content_form.html +++ /dev/null @@ -1,590 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - - -
    - - <{$gticket_hidden}> - - - - -
    - -
    -

    <{$formtitle}> <{$content.subject}>

    - - <{if !$content.approval}> - - <{$smarty.const._MD_PICO_WAITINGAPPROVAL}> - - <{/if}> - - <{if !$content.visible}> - - invisible - <{$smarty.const._MD_PICO_INVISIBLE}> - - <{/if}> - - <{if $content.created_time >= time()}> - - <{$smarty.const._MD_PICO_WAITINGRELEASE}> - - <{/if}> - - <{if $content.expiring_time < time()}> - - <{$smarty.const._MD_PICO_EXPIRED}> - - <{/if}> - -
    - - <{* -------Article subject of waiting content *}> - <{if $content.subject_waiting && $page !='makecontent'}> -

    - <{$smarty.const._MD_PICO_TH_SUBJECT_WAITING}> -

    -
    -
    <{$content.subject_waiting|htmlspecialchars_decode}>
    -
    - <{/if}> - <{* ------- Article body of waiting content *}> - <{if $content.body_waiting && $page !='makecontent'}> -

    - <{$smarty.const._MD_PICO_TH_BODY_WAITING}> -

    -
    -
    <{$content.body_waiting|htmlspecialchars_decode|nl2br}>
    -
    - <{/if}> - - <{* ------- subject *}> - - - <{* ------- category *}> - - - - - <{* ------- vpath *}> - - <{if $mod_config.use_wraps_mode || strstr($content.filters,"wraps")}> - - - <{if $xoops_isadmin}> - - <{/if}> - <{/if}> - - <{* ------- image upload *}> - - - -<{* ------- extra fields sample (TEXTBOX) ------- -
    - - - -

    gender

    -

    - checked="checked"<{/if}>> - - checked="checked"<{/if}>> - -

    - - - - <{assign var="countries" value=","|explode:"---,USA,UK,France,Japan"}> - - - - - - - -
    -------- extra fields ------- *}> - - - <{* ------- html header *}> - <{if $mod_config.allow_each_htmlheader || $content.htmlheader}> - - - - - - <{if ! $mod_config.allow_each_htmlheader}> - <{$smarty.const._MD_PICO_LABEL_HTMLHEADERCONFIGALERT}> - <{/if}> -
    - - - <{* ------- html header reference for waiting content *}> - <{if $content.htmlheader_waiting && $page !='makecontent'}> -

    <{$smarty.const._MD_PICO_TH_HTMLHEADER_WAITING}>

    -
    <{$content.htmlheader_waiting|nl2br}>
    - <{/if}> - - <{/if}> - - - <{* ------- BODY WYSIWYG *}> - <{if $smarty.const.LEGACY_BASE_VERSION|version_compare:'2.2':'>='}> - <{assign var=xcl22 value=1}> - <{/if}> - - - - <{if $body_wysiwyg && !$content.filter_infos.eval.enabled}> - <{$body_wysiwyg}> - <{else}> - - <{if $xcl22}> - - <{assign var=cssClass value=""}> - - <{if $content.filter_infos._editor_info.editor}> - <{if !$content.subject && $content.filter_infos._editor_info.useHtmlAtNew}> - <{assign var=editor value=html}> - <{else}> - <{assign var=editor value=$content.filter_infos._editor_info.editor}> - <{/if}> - <{if $content.filter_infos._editor_info.cssClass}> - <{assign var=cssClass value=" "|cat:$content.filter_infos._editor_info.cssClass}> - <{/if}> - <{else}> - <{if $content.filter_infos.eval.enabled}> - <{assign var=editor value=none}> - <{elseif !$content.subject || !$content.filter_infos.xcode.enabled}> - <{assign var=editor value=html}> - <{else}> - <{assign var=editor value=bbcode}> - <{/if}> - <{/if}> - - <{* ---------- CONTENT WAITING else NEW CONTENT *}> - <{if $content.body_waiting && $page !='makecontent'}> - <{xoops_dhtmltarea class="$editor$cssClass" name=body cols=60 rows=15 value=$content.body_waiting|htmlspecialchars_decode:$smarty.const.ENT_QUOTES editor=$editor}> - <{else}> - <{xoops_dhtmltarea class="$editor$cssClass" name=body cols=60 rows=15 value=$content.body|htmlspecialchars_decode:$smarty.const.ENT_QUOTES editor=$editor}> - <{/if}> - - <{if $legacy_module == 'legacy'}> - <{assign var=editor value=bbcode}> - <{/if}> - - <{else}> - - - <{xoopsdhtmltarea name="body" cols="60" rows="15" value=$content.body pre_style="display:none;" post_style="display:none;"}> - <{/if}> - - <{/if}> - - <{* ------- ORDER / WEIGHT *}> - - - <{* ------- TAGS *}> - - - <{* ------- CONTENT OPTIONS *}> -
    - -
    - - - - <{* ------- CONTENT FILTERS - CODE SYNTAX *}> -
    - -
    - - - - <{* ------- CONTENT TIME *}> - -
    - -
    - - - - - <{* ------- CONTENT HISTORY *}> - <{if $page !='makecontent'}> -
    - -
    - - - - <{/if}> - - -
    -
    - <{if $page == 'contentmanager' && $category.can_delete}> - - <{/if}> - - -<{* ----- capture controls for modal preview *}> -<{capture name="controllers"}> - - - <{if !$content.approval && $category.isadminormod && $page !='makecontent'}> - - <{elseif $page == 'contentmanager'}> - - <{/if}> -<{/capture}> - - <{if trim($smarty.capture.controllers)}> - <{$smarty.capture.controllers}> - <{/if}> -
    -
    -
    - - -<{if isset($preview)}><{$gticket_hidden}> - -
    -
    - -

    <{$smarty.const._PREVIEW}>

    -
    -
    - <{foreach from=$preview.errors item="error_message"}> -

    - <{$error_message}> -

    - <{/foreach}> - - <{$preview.body}> -
    -
    -
    - Cancel - <{if trim($smarty.capture.controllers)}> - <{$smarty.capture.controllers}> - <{/if}> -
    -
    -
    -
    -<{/if}> - - -
    -<{* ------- Start Form Validation JavaScript /*}> - -<{* ------- End Form Validation JavaScript *}> diff --git a/html/themes/xcl_default/templates/page/main_diff_history.html b/html/themes/xcl_default/templates/page/main_diff_history.html deleted file mode 100644 index 2ead8b2c4..000000000 --- a/html/themes/xcl_default/templates/page/main_diff_history.html +++ /dev/null @@ -1,26 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - -
    - -
    <{$diff_str}>
    - <{foreach from=$content_histories item="history"}> -
  • - <{$history.modified_time_formatted}> - - - <{$history.modifier_uname}> - (<{$history.body_size|number_format}><{$smarty.const._MD_PICO_BYTE}>) - <{$smarty.const._MD_PICO_REFERIT}> - - - <{$smarty.const._MD_PICO_DOWNLOADIT}> - - - <{$smarty.const._MD_PICO_DIFF2NOW}> - <{if $history.prev_id}> - - - <{$smarty.const._MD_PICO_DIFFFROMPREV}> - <{/if}> -
  • - <{/foreach}> -
    diff --git a/html/themes/xcl_default/templates/page/main_list_contents.html b/html/themes/xcl_default/templates/page/main_list_contents.html deleted file mode 100644 index 805d28fd2..000000000 --- a/html/themes/xcl_default/templates/page/main_list_contents.html +++ /dev/null @@ -1,197 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - - -<{* ------- Module Top Message - Edit Module's preferences *}> -<{if $category.id == 0 && $mod_config.top_message != null}> -
    - <{$mod_config.top_message}> -
    -<{/if}> - - -<{* ------- Category Top *}> -
    - -
    -
    -

    - - category - <{$category.title}> - - - <{if $mod_config.show_rss}> - - rss - - <{/if}> -

    - <{* ------- Activity Overview - Top Category *}> -

    - - folder - <{$smarty.const._MD_PICO_SUBCATEGORIES_TOTAL}> - <{$category.redundants.subcategories_total|default:''}> - - file - <{$smarty.const._MD_PICO_CONTENTS_TOTAL}> - <{$category.redundants.contents_total}> - -

    - <{* ------- /Activity Overview *}> -
    - -
    - <{$category.desc}> -
    - -
    - - - <{* ----- List Top Categories ----- *}> - - <{* ----- Subcategories ----- *}> - <{if isset($subcategories)}> - <{foreach from=$subcategories item="subcategory"}> -
    -
    -

    - - category - <{$subcategory.title}> - - - <{* ----- Activity Overview - Subcategories ----- *}> - <{* ----- if $category.isadminormod *}> <{* REMOVE SMARTY COMMENT TO MAKE ACTIVITY PRIVATE *}> -
    - - folder - <{* ----- <{$smarty.const._MD_PICO_SUBCATEGORIES_TOTAL}> ----- *}> - <{$subcategory.redundants.subcategories_total > 0}> - - - - file - <{* ----- <{$smarty.const._MD_PICO_CONTENTS_TOTAL}> ----- *}> - <{$subcategory.redundants.contents_total}> - - - <{if $mod_config.show_rss}> - - rss - - <{/if}> -
    - <{* ----- /if *}> <{* REMOVE SMARTY COMMENT TO MAKE ACTIVITY PRIVATE *}> - <{* ----- /Activity Overview - Subcategories ----- *}> -

    -
    - -
    - <{$subcategory.desc}> -
    - -
    - <{/foreach}> - <{/if}> - <{* ----- /Subcategories ----- *}> - - - <{* ----- Content ----- *}> - <{if $contents}> - - <{foreach from=$contents item="content"}> - - <{/foreach}> - - <{/if}> - <{* ----- /Content ----- *}> - - <{if $xoops_isuser}> - - <{/if}> - -
    - -<{* ----- NOTIFICATION ----- *}> -<{if $xoops_isuser}> -<{include file='db:system_notification_select.html'}> -<{/if}> diff --git a/html/themes/xcl_default/templates/page/main_menu.html b/html/themes/xcl_default/templates/page/main_menu.html deleted file mode 100644 index 152b27c6b..000000000 --- a/html/themes/xcl_default/templates/page/main_menu.html +++ /dev/null @@ -1,171 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - - -
    - -<{* ------- Module Top Message - Edit Module's preferences *}> -<{if $category.id == 0 && $mod_config.top_message !=null}> -
    - - <{$mod_config.top_message}> - - <{if $category.isadminormod}> - - <{/if}> -
    -<{/if}> - - - -<{* ------- start categories list *}> - -
    - -<{foreach item=category from=$categories}> - - -
    - - - category - <{$category.title}> - - -

    - <{* ------- Activity Overview *}> - -

    - folder - <{$smarty.const._MD_PICO_SUBCATEGORIES_TOTAL}> <{$category.redundants.subcategories_total}> - - file - <{$smarty.const._MD_PICO_CONTENTS_TOTAL}> - <{$category.redundants.contents_total}> -

    - - <{* ------- Action controllers *}> - - <{if $category.can_post}> - - file new - - <{/if}> - - <{if $category.can_makesubcategory}> - - New Category - - <{/if}> - - <{if $category.isadminormod}> - - edit category - - <{/if}> - - <{if $category.isadminormod && $category.private_contents_counter}> - - category permissions - - <{/if}> - - <{if $xoops_isadmin}> - - category permissions - - <{/if}> - - - <{if $mod_config.show_rss}> - - - rss - - - <{/if}> -

    - -<{foreach item=content from=$category.contents}> -

    - - file <{$content.subject}> - - - <{if $category.isadminormod && ! $content.approval}> - (<{$smarty.const._MD_PICO_WAITINGUPDATE}>) - <{/if}> - - <{if $category.can_edit}> - - file-edit - - <{/if}> -

    - -<{foreachelse}> -

    <{$smarty.const._MD_PICO_ERR_NOCONTENTMATCHED}>

    -<{/foreach}> - -
    - -<{/foreach}> - -
    - - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{if $xoops_isadmin}> -<{include file='db:system_notification_select.html'}> -<{/if}> diff --git a/html/themes/xcl_default/templates/page/main_query_contents.html b/html/themes/xcl_default/templates/page/main_query_contents.html deleted file mode 100644 index e60a76102..000000000 --- a/html/themes/xcl_default/templates/page/main_query_contents.html +++ /dev/null @@ -1,42 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - -
    - - - - - - -

    <{$query.title}>

    - -

    <{$query.desc}>

    - - -<{if $contents}> -
      -<{foreach from=$contents item="content"}> -
    • - <{$content.subject}> - <{* <{$content.body}> *}> -
    • -<{/foreach}> -
    -<{else}> - <{$smarty.const._MD_PICO_ERR_NOCONTENTMATCHED}> -<{/if}> - -
    - - <{* /////// NOTIFICATION \\\\\\\ *}> - - <{include file='db:system_notification_select.html'}> - -
    - diff --git a/html/themes/xcl_default/templates/page/main_view_content.html b/html/themes/xcl_default/templates/page/main_view_content.html deleted file mode 100644 index 52c211392..000000000 --- a/html/themes/xcl_default/templates/page/main_view_content.html +++ /dev/null @@ -1,234 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{if $mod_config.show_breadcrumbs}> -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> -<{/if}> - -
    - -
    - <{* REFER TO MODULE PREFERENCES - Extra images generated from the upload file - default images size prefix : image_0_ (larger), image_1_ (small) image_2_ (middle) - *}> - <{if $content.ef.image}> - <{$content.subject}> - <{/if}> - -

    - <{if !$content.approval}> - - <{$smarty.const._MD_PICO_WAITINGAPPROVAL}> - - <{/if}> - - <{if !$content.visible}> - - invisible - <{$smarty.const._MD_PICO_INVISIBLE}> - - <{/if}> - - <{if $content.created_time >= time()}> - - <{$smarty.const._MD_PICO_WAITINGRELEASE}> - - <{/if}> - - <{if $content.expiring_time < time()}> - - <{$smarty.const._MD_PICO_EXPIRED}> - - <{/if}> - - <{$content.subject}> -

    - - <{* ----- Activity Overview *}> -
    - - <{* if $category.isadminormod *}> <{* REMOVE THE SMARTY COMMENT '*' AND SPACES TO MAKE ACTIVITY PRIVATE *}> -
    - - user - <{$content.poster_uname}> - datetime - <{$content.created_time_formatted}> - <{if $content.modified_time > $content.created_time}> - update - <{$content.modified_time_formatted}> - <{/if}> - views - <{$content.viewed}> - -
    - <{* /if *}> <{* REMOVE THE SMARTY COMMENT '*' AND SPACES TO MAKE ACTIVITY PRIVATE *}> - - - <{* ------- ADMIN CONTROL *}> -
    - <{if $content.can_edit}> - edit - <{/if}> - - <{if $xoops_isadmin}> - manage - <{/if}> -
    - - - -
    <{* /action-control *}> - -
    - - <{* ------- WATING OVERVIEW *}> - - <{if $category.isadminormod }> -
    - - <{* ------- subject reference for a waiting content *}> - - <{if $content.subject_waiting && $page !='makecontent'}> -

    <{$smarty.const._MD_PICO_TH_SUBJECT_WAITING}>

    -
    -

    <{$content.subject_waiting|htmlspecialchars_decode}>

    -
    - <{/if}> - - <{* ------- body reference for a waiting content *}> - - <{if $content.body_waiting && $page !='makecontent'}> -

    <{$smarty.const._MD_PICO_TH_BODY_WAITING}>

    -
    -
    <{$content.body_waiting|htmlspecialchars_decode|nl2br}>
    -
    - <{/if}> - -
    - <{/if}> - - - <{* ------- CONTENT *}> - -
    - <{$content.body}> -
    - - - <{* ----- VOTE AND TAGS *}> - -
    - -
    - - <{if $mod_config.use_vote && $content.id}> -
    - <{if $content.can_vote}> -
    - - - - - <{* icon smiley happy = posticon3.svg or thumb up = posticon5.svg *}> - thumb-up - - <{* post-vote-stats *}> - <{$content.votes_count}> -
    - <{* ------- REMOVE SMARTY COMMENT TO ALLOW NEGATIVE VOTE -
    - - - - -
    - ------- REMOVE SMARTY COMMENT TO ALLOW NEGATIVE VOTE *}> - <{/if}> -
    - <{/if}> - - <{* MODULE OPTIONS - print, share *}> -
    - <{if $mod_config.show_printicon}> - - print - - <{/if}> - - <{if $mod_config.show_tellafriend && $content.tellafriend_uri}> - - - - <{/if}> -
    - -
    - - <{* ----- TAGS *}> - - <{if $content.tags_array}> - - <{/if}> - -
    - -
    - - -<{* /////// Page navigation \\\\\\\ *}> - -<{if $mod_config.show_pagenavi && $content.id}> - - - -<{/if}> - - -<{* /////// D3 COMMENT-INTEGRATION \\\\\\\ *}> -<{if $mod_config.comment_dirname && $mod_config.comment_forum_id && $content.allow_comment}> -<{d3comment mydirname=$mydirname class="PicoD3commentContent"}> -<{/if}> - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{include file='db:system_notification_select.html'}> diff --git a/html/themes/xcl_default/templates/page/main_viewhistory.html b/html/themes/xcl_default/templates/page/main_viewhistory.html deleted file mode 100644 index 2546e3019..000000000 --- a/html/themes/xcl_default/templates/page/main_viewhistory.html +++ /dev/null @@ -1,26 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - -
    - -
    <{$history_body_raw|escape|nl2br}>
    - <{foreach from=$content_histories item="history"}> -
  • - <{$history.modified_time_formatted}> - - - <{$history.modifier_uname}> - (<{$history.body_size|number_format}><{$smarty.const._MD_PICO_BYTE}>) - <{$smarty.const._MD_PICO_REFERIT}> - - - <{$smarty.const._MD_PICO_DOWNLOADIT}> - - - <{$smarty.const._MD_PICO_DIFF2NOW}> - <{if $history.prev_id}> - - - <{$smarty.const._MD_PICO_DIFFFROMPREV}> - <{/if}> -
  • - <{/foreach}> -
    diff --git a/html/themes/xcl_default/templates/pico/admin_category_access.html b/html/themes/xcl_default/templates/pico/admin_category_access.html deleted file mode 100644 index ffa42ec7a..000000000 --- a/html/themes/xcl_default/templates/pico/admin_category_access.html +++ /dev/null @@ -1,185 +0,0 @@ -
    <{$smarty.template}>
    - - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_PICO_CATEGORY}> » <{$cat_title}>

    - - -<{* ////— ACTION-CONTROL —\\\\ *}> -
    - - -
    - - : - - -
    - -
    - <{* ////— DROPDOWN MENU —\\\\ *}> - -
    - -
    - -<{if $cat_id !=0}> -
    - -

    <{$smarty.const._MD_A_PICO_H2_INDEPENDENTPERMISSION}>

    -
    - <{$gticket_hidden}> - -

    - checked="checked"<{/if}>> - -

    -
    -
    -<{/if}> - - -<{if $cat_id !=$cat_permission_id && $cat_id !=0}> - - -<{else}> - - - -

    <{$smarty.const._MD_A_PICO_H2_GROUPPERMS}>

    - -
    - <{$gticket_hidden}> - - - - - <{foreach from=$permissions item=perm_title key=perm_name name=group_th}> - - <{/foreach}> - - - - <{foreach from=$groups item=group}> - - - - <{foreach from=$permissions item=perm_title key=perm_name name=group_td}> - - <{/foreach}> - - <{/foreach}> - - - - - - -
    - <{$smarty.const._MD_A_PICO_TH_GROUPNAME}> - - <{$perm_title}>
    - -
    <{$group.name}> - - - checked="checked"<{/if}>> -
    - -
    - - - -

    <{$smarty.const._MD_A_PICO_H2_USERPERMS}>

    - -
    - <{$smarty.const._MD_A_PICO_NOTICE_ADDUSERS}> -
    - -
    - <{$gticket_hidden}> - - - - - - <{foreach from=$permissions item=perm_title key=perm_name name=user_th}> - - <{/foreach}> - - - - - <{foreach from=$users item=user}> - - - - - <{foreach from=$permissions item=perm_title key=perm_name name=user_td}> - - <{/foreach}> - - <{/foreach}> - - - <{foreach from=$new_users item=user}> - - - - - <{foreach from=$permissions item=perm_title key=perm_name name=user_td}> - - <{/foreach}> - - <{/foreach}> - - - - - - -
    <{$smarty.const._MD_A_PICO_TH_UID}><{$smarty.const._MD_A_PICO_TH_UNAME}> - <{$perm_title}> - -
    <{$user.uid}><{$user.name}> - - - checked="checked"<{/if}>> -
    - - - - - - - checked="checked"<{/if}>> -
    - -
    - -
    - -<{/if}> diff --git a/html/themes/xcl_default/templates/pico/admin_contents.html b/html/themes/xcl_default/templates/pico/admin_contents.html deleted file mode 100644 index c9a712baa..000000000 --- a/html/themes/xcl_default/templates/pico/admin_contents.html +++ /dev/null @@ -1,223 +0,0 @@ -
    <{$smarty.template}>
    - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_PICO_CATEGORY}> » <{$cat_title}>

    - -
    - <{$smarty.const._MD_A_PICO_TIPS_CONTENTS}>
    - <{$smarty.const._MD_A_PICO_LEGEND_CONTENTSTHS}> -
    - -<{* ////— ACTION-CONTROL —\\\\ *}> -
    - -
    - - : - - -
    - - - - -
    - -
    - <{$gticket_hidden}> - - - - - - - - - - - - - - - - - - - <{foreach from=$contents item="content"}> - - - - - - - - - - - - - <{/foreach}> - - - - - - - -
    <{$smarty.const._MD_A_PICO_TH_CONTENTSID}><{$smarty.const._MD_PICO_TH_SUBJECT}><{$smarty.const._MD_PICO_TH_VIRTUALPATH}><{$smarty.const._MD_A_PICO_TH_CONTENTSWEIGHT}><{$smarty.const._MD_A_PICO_TH_CONTENTSVISIBLE}> -
    - -
    <{$smarty.const._MD_A_PICO_TH_CONTENTSSHOWINNAVI}> -
    - -
    <{$smarty.const._MD_A_PICO_TH_CONTENTSSHOWINMENU}> -
    - -
    <{$smarty.const._MD_A_PICO_TH_CONTENTSALLOWCOMMENT}> -
    - -
    Revision - <{$smarty.const._MD_A_PICO_TH_CONTENTSACTIONS}> - -
    - <{$content.id}> - <{if $cat_id == $smarty.const.SPECIAL_CAT_ID_ALL}> - - - - <{/if}> - - - - <{if $content.wrap_file}> - - <{if strstr($content.filters,"wraps")}>*<{/if}> - -
    - <{$content.wrap_file.mtime_formatted}> - (<{$content.wrap_file.size}> <{$smarty.const._MD_PICO_BYTE}>) - <{/if}> -
    - - - checked="checked"<{/if}>> - - checked="checked"<{/if}>> - - checked="checked"<{/if}>> - - checked="checked"<{/if}>> - - - <{if $content.is_deleted}> -
      - <{foreach from=$content.histories item="history"}> -
    • - <{$history.modified_time_formatted}> - - - <{$history.modifier_uname}> - (<{$history.body_size|number_format}><{$smarty.const._MD_PICO_BYTE}>) -
      - - - - - <{if $history.prev_id}> - - - - <{/if}> -
    • - <{/foreach}> -
    - <{else}> - - <{if ! $content.approval}> - <{$smarty.const._MD_PICO_WAITINGAPPROVAL}> - <{/if}> - - <{if ! $content.visible}> - <{$smarty.const._MD_PICO_INVISIBLE}> - <{/if}> - - <{if $content.locked}> - <{$smarty.const._MD_PICO_ERR_LOCKEDCONTENT}> - <{/if}> - - <{if $content.created_time >= time()}> - <{$smarty.const._MD_PICO_WAITINGRELEASE}> - <{/if}> - - <{if $content.expiring_time < time()}> - <{$smarty.const._MD_PICO_EXPIRED}> - <{/if}> -
    - avatar <{$content.modifier_uname}> -
    - <{$content.modified_time_formatted}> -
    - <{if !$content.is_deleted}> - - - - - - - <{/if}> - - - <{/if}> -
    - <{* ACTION BATCH - DELETE, MOVE, EXPORT *}> - <{$smarty.const._MD_A_PICO_LABEL_CONTENTSRIGHTCHECKED}> - - - - - - -
    - -
    diff --git a/html/themes/xcl_default/templates/pico/admin_extras.html b/html/themes/xcl_default/templates/pico/admin_extras.html deleted file mode 100644 index b0d3c6a6b..000000000 --- a/html/themes/xcl_default/templates/pico/admin_extras.html +++ /dev/null @@ -1,112 +0,0 @@ - -

    <{$mod_name|ucfirst}> : <{$smarty.const._MD_A_PICO_H2_EXTRAS}>

    - -
    <{$smarty.template}>
    - - -<{* ////— ACTION-CONTROL —\\\\ *}> -
    - -
    - - - - - - <{$pagenav}> -
    - -
    - - - -
    - -
    - - - -
    - <{$gticket_hidden}> - - - - - - - - - - - - - <{foreach from=$extras item="extra"}> - "> - - - - - - - - <{/foreach}> - - - - - - -
    - <{$smarty.const._MD_A_PICO_TH_ID}> - - <{$smarty.const._MD_PICO_TH_SUBJECT}> - - <{$smarty.const._MD_PICO_CREATED}> - - <{$smarty.const._MD_A_PICO_TH_TYPE}> - - <{$smarty.const._MD_A_PICO_TH_SUMMARY}> - - <{$smarty.const._MD_A_PICO_TH_EXTRASACTIONS}> - -
    - <{$extra.id}> - - - <{$extra.content_subject}> - - [<{$smarty.const._EDIT}>] - [<{$smarty.const._MD_A_PICO_LINK_EXTRACT}>] - - <{$extra.created_time_formatted}> - - <{$extra.extra_type_formatted}> - - <{$extra.data_summary_short_raw|escape}> - - - <{$smarty.const._MD_A_PICO_LINK_DETAIL}> -
    - <{$smarty.const._MD_A_PICO_LABEL_EXTRASRIGHTCHECKED}> - - -
    - -
    diff --git a/html/themes/xcl_default/templates/pico/admin_extras_detail.html b/html/themes/xcl_default/templates/pico/admin_extras_detail.html deleted file mode 100644 index 6b436ed1c..000000000 --- a/html/themes/xcl_default/templates/pico/admin_extras_detail.html +++ /dev/null @@ -1,40 +0,0 @@ -<{assign var="extra" value=$extras.0}> - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_A_PICO_H2_EXTRAS}> » <{$extra.id}>

    - -
    <{$smarty.template}>
    - -
    -
    -
    <{$smarty.const._MD_A_PICO_TH_ID}>
    -
    - <{$extra.id}> -
    -
    -
    -
    <{$smarty.const._MD_PICO_TH_SUBJECT}>
    -
    - - <{$extra.content_subject}> - -
    -
    -
    -
    <{$smarty.const._MD_PICO_CREATED}>
    -
    - <{$extra.created_time_formatted}> -
    -
    -
    -
    <{$smarty.const._MD_A_PICO_TH_TYPE}>
    -
    - <{$extra.extra_type_formatted}> -
    -
    -
    -
    <{$smarty.const._MD_A_PICO_TH_SUMMARY}>
    -
    - <{$extra.data_summary_raw|escape|nl2br}> -
    -
    -
    diff --git a/html/themes/xcl_default/templates/pico/admin_import.html b/html/themes/xcl_default/templates/pico/admin_import.html deleted file mode 100644 index 269472b3a..000000000 --- a/html/themes/xcl_default/templates/pico/admin_import.html +++ /dev/null @@ -1,56 +0,0 @@ -
    <{$smarty.template}>
    - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_A_PICO_H2_IMPORTFROM}>

    - -
    - <{$smarty.const._MD_A_PICO_HELP_IMPORTFROM}> -
    - -
    -
    - <{$gticket_hidden}> - - -

    - -

    -
    -
    - - -

    <{$smarty.const._MD_A_PICO_H2_SYNCALL}>

    - -
    - <{$smarty.const._MD_A_PICO_HELP_SYNCALL}> -
    - -
    -
    - <{$gticket_hidden}> -

    - -

    -
    -
    - - -

    <{$smarty.const._MD_A_PICO_H2_CLEARBODYCACHE}>

    - -
    - <{$smarty.const._MD_A_PICO_HELP_CLEARBODYCACHE}> -
    - -
    -
    - <{$gticket_hidden}> -

    - -

    -
    -
    diff --git a/html/themes/xcl_default/templates/pico/admin_tags.html b/html/themes/xcl_default/templates/pico/admin_tags.html deleted file mode 100644 index 831964940..000000000 --- a/html/themes/xcl_default/templates/pico/admin_tags.html +++ /dev/null @@ -1,98 +0,0 @@ -
    <{$smarty.template}>
    - -

    <{$mod_name|ucfirst}> » <{$smarty.const._MD_A_PICO_H2_TAGS}>

    - -
    - <{$smarty.const._MD_A_PICO_TIPS_TAGS}> -
    - -<{* ////— ACTION-CONTROL —\\\\ *}> -
    - -
    - - - - - -
    - -
    - - - -
    - -
    - - - -
    - <{$gticket_hidden}> - - - - - - - - - - - - - <{foreach from=$tags item="tag"}> - - - - - - - - - <{/foreach}> - - - - - - - -
    <{$smarty.const._MD_A_PICO_TH_TAG}><{$smarty.const._MD_PICO_TH_WEIGHT}><{$smarty.const._MD_A_PICO_TH_USED}><{$smarty.const._MD_A_PICO_TH_SUMMARY}><{$smarty.const._MD_PICO_CREATED}>
    - - <{$tag.count}> - <{if !$tag.count == 0}> - <{foreach from=$tag.contents key=k item=content}> - <{$content.id}> - <{/foreach}> - <{else}> - <{$smarty.const._MD_PICO_DELETEDCONTENTS}> - <{/if}> - - <{$tag.created_time|formatTimestamp}> -
    - - - <{$smarty.const._MD_A_PICO_LABEL_EXTRASRIGHTCHECKED}> - -
    - -
    - diff --git a/html/themes/xcl_default/templates/pico/block_content.html b/html/themes/xcl_default/templates/pico/block_content.html deleted file mode 100644 index e5bf46218..000000000 --- a/html/themes/xcl_default/templates/pico/block_content.html +++ /dev/null @@ -1,6 +0,0 @@ -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> -<{assign var="b_template" value=$smarty.template}> - -
    - <{$block.content.body}> -
    diff --git a/html/themes/xcl_default/templates/pico/block_list.html b/html/themes/xcl_default/templates/pico/block_list.html deleted file mode 100644 index 1e91b5967..000000000 --- a/html/themes/xcl_default/templates/pico/block_list.html +++ /dev/null @@ -1,24 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - - -
    diff --git a/html/themes/xcl_default/templates/pico/block_menu.html b/html/themes/xcl_default/templates/pico/block_menu.html deleted file mode 100644 index 60632b890..000000000 --- a/html/themes/xcl_default/templates/pico/block_menu.html +++ /dev/null @@ -1,21 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - <{foreach item=category from=$block.categories}> -
    -
    - - <{$category.title}> - -
    -
    -
    - <{/foreach}> - -
    diff --git a/html/themes/xcl_default/templates/pico/block_mywaitings.html b/html/themes/xcl_default/templates/pico/block_mywaitings.html deleted file mode 100644 index 2570728b9..000000000 --- a/html/themes/xcl_default/templates/pico/block_mywaitings.html +++ /dev/null @@ -1,18 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - - -
    diff --git a/html/themes/xcl_default/templates/pico/block_subcategories.html b/html/themes/xcl_default/templates/pico/block_subcategories.html deleted file mode 100644 index 205df7bef..000000000 --- a/html/themes/xcl_default/templates/pico/block_subcategories.html +++ /dev/null @@ -1,16 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - - -
    diff --git a/html/themes/xcl_default/templates/pico/block_tags.html b/html/themes/xcl_default/templates/pico/block_tags.html deleted file mode 100644 index 14ecd8cf1..000000000 --- a/html/themes/xcl_default/templates/pico/block_tags.html +++ /dev/null @@ -1,14 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - - -
    diff --git a/html/themes/xcl_default/templates/pico/blockedit_content.html b/html/themes/xcl_default/templates/pico/blockedit_content.html deleted file mode 100644 index d74ffee51..000000000 --- a/html/themes/xcl_default/templates/pico/blockedit_content.html +++ /dev/null @@ -1,25 +0,0 @@ - - -

    - : - - <{$smarty.const._EDIT}> -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - -

    - <{$smarty.const._MB_PICO_PROCESSBODY}>: - - checked="checked"<{/if}>> -   - - checked="checked"<{/if}>> -

    - diff --git a/html/themes/xcl_default/templates/pico/blockedit_list.html b/html/themes/xcl_default/templates/pico/blockedit_list.html deleted file mode 100644 index 2b7f8f4bf..000000000 --- a/html/themes/xcl_default/templates/pico/blockedit_list.html +++ /dev/null @@ -1,35 +0,0 @@ - - -

    - : - -

    <{$smarty.const._MB_PICO_CATLIMITDSC}>
    -

    - -

    - : - -

    - -

    - : - -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - -

    - <{$smarty.const._MB_PICO_DISPLAYBODY}>: - - checked="checked"<{/if}>> -   - - checked="checked"<{/if}>> -

    - diff --git a/html/themes/xcl_default/templates/pico/blockedit_menu.html b/html/themes/xcl_default/templates/pico/blockedit_menu.html deleted file mode 100644 index 3e9e34059..000000000 --- a/html/themes/xcl_default/templates/pico/blockedit_menu.html +++ /dev/null @@ -1,13 +0,0 @@ - - -

    - : - <{$smarty.const._MB_PICO_CATLIMITDSC}> -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - diff --git a/html/themes/xcl_default/templates/pico/blockedit_mywaitings.html b/html/themes/xcl_default/templates/pico/blockedit_mywaitings.html deleted file mode 100644 index b471bf8c5..000000000 --- a/html/themes/xcl_default/templates/pico/blockedit_mywaitings.html +++ /dev/null @@ -1,8 +0,0 @@ - - -

    - : - - <{$smarty.const._EDIT}> -

    - diff --git a/html/themes/xcl_default/templates/pico/blockedit_subcategories.html b/html/themes/xcl_default/templates/pico/blockedit_subcategories.html deleted file mode 100644 index f16ad34bd..000000000 --- a/html/themes/xcl_default/templates/pico/blockedit_subcategories.html +++ /dev/null @@ -1,13 +0,0 @@ - - -

    - - <{$smarty.const._MB_PICO_PARENTCATDSC}> -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - diff --git a/html/themes/xcl_default/templates/pico/blockedit_tags.html b/html/themes/xcl_default/templates/pico/blockedit_tags.html deleted file mode 100644 index 4a26ba97d..000000000 --- a/html/themes/xcl_default/templates/pico/blockedit_tags.html +++ /dev/null @@ -1,27 +0,0 @@ - - -

    - : - -

    - -

    - : - -

    - -

    - : - -

    - -

    - : - - <{$smarty.const._EDIT}> -

    - diff --git a/html/themes/xcl_default/templates/pico/inc_breadcrumbs.html b/html/themes/xcl_default/templates/pico/inc_breadcrumbs.html deleted file mode 100644 index 27628d556..000000000 --- a/html/themes/xcl_default/templates/pico/inc_breadcrumbs.html +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/html/themes/xcl_default/templates/pico/independent_print.html b/html/themes/xcl_default/templates/pico/independent_print.html deleted file mode 100644 index f059e6a4e..000000000 --- a/html/themes/xcl_default/templates/pico/independent_print.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - <{$xoops_config.sitename|escape}> - <{$content.subject}> - <{$xoops_module_header}> - - -
    - <{$content.body}> -
    - - diff --git a/html/themes/xcl_default/templates/pico/independent_rss20.html b/html/themes/xcl_default/templates/pico/independent_rss20.html deleted file mode 100644 index e10c6fe5f..000000000 --- a/html/themes/xcl_default/templates/pico/independent_rss20.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - <{$xoops_config.sitename|escape}> - <{$mymodname}> - <{$mod_url}>/<{$category.link}> - <{$category.desc}> - <{$contents[0].modified_time4rss}> - https://backend.userland.com/rss/ - XOOPScube - pico - <{$category.title}> - <{$xoops_config.adminmail|escape}> - <{$smarty.const._LANGCODE}> - - <{foreach item="content" from=$contents}> - - <{$content.subject}> - <{$mod_url}>/<{$content.link}> - <{$content.body4rss}> - <{$mod_url}>/<{$content.link}> - <{$content.modified_time4rss}> - <{$content.cat_title}> - - <{/foreach}> - - - diff --git a/html/themes/xcl_default/templates/pico/independent_single_content.html b/html/themes/xcl_default/templates/pico/independent_single_content.html deleted file mode 100644 index bb8ced40b..000000000 --- a/html/themes/xcl_default/templates/pico/independent_single_content.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - <{$xoops_config.sitename|escape}> - <{$content.subject}> - <{$xoops_module_header}> - - -
    - <{$content.body}> -
    - - diff --git a/html/themes/xcl_default/templates/pico/main.css b/html/themes/xcl_default/templates/pico/main.css deleted file mode 100644 index b3ee39eaf..000000000 --- a/html/themes/xcl_default/templates/pico/main.css +++ /dev/null @@ -1,39 +0,0 @@ -/* ToDo */ -.pico_container .pico_menu { -} -ul.list-group{ - /*border-left: 1px solid #ddd;*/ - list-style-type: none; - position: relative; - margin:auto; - padding: 10px; - -} -.pico_history_diff { - overflow-x: auto; - white-space: pre-wrap; - word-wrap: break-word; - border: var( --border, 1px solid #060E18B3); /* if --border is not defined, fall-back */ - padding: 1em; -} -.pico_history_diff del { - color: var(--del-color, #c62828); -} -.pico_history_diff ins { - color: var(--ins-color, #388e3c); - text-decoration: none; -} - -/* Apply Level To Heading (Category Name) */ -li.list-group-item div.level1>h4 {margin-left:20px;} -li.list-group-item div.level2>h4 {margin-left:20px;} -li.list-group-item div.level3>h4 {margin-left:30px;} -li.list-group-item div.level4>h4 {margin-left:40px;} -li.list-group-item div.level5>h4 {margin-left:50px;} - -div.category-collapse { - margin-left:10px; - background-color: var(--color3); - border-radius: var(--border-radius); - padding:1em 1.5em -} diff --git a/html/themes/xcl_default/templates/pico/main_category_form.html b/html/themes/xcl_default/templates/pico/main_category_form.html deleted file mode 100644 index 673499d54..000000000 --- a/html/themes/xcl_default/templates/pico/main_category_form.html +++ /dev/null @@ -1,105 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - - - -
    - <{$gticket_hidden}> - -
    - -
    -

    <{$formtitle}>

    -
    - - - - <{if $mod_config.use_wraps_mode && $category.id !=0}> - - <{/if}> - - - - - - - - - - <{* ----- CATEGORY OPTIONS *}> -
    <{$smarty.const._MD_PICO_TH_CATEGORYOPTIONS}>
    - - - -
    style="display:none;"<{/if}>> - - - <{* CONSTANT CUSTOM HTML: trust_path/module/pico/language/[lang]/main.php *}> - <{* -- DEFAULT (option name):(option value) -- *}> - <{$smarty.const._MD_PICO_HOWTO_OVERRIDEOPTIONS}> - <{$category.option_desc}> -
    - <{* ----- /CATEGORY OPTIONS *}> - -
    -
    - <{if $page == 'categorymanager' && isset($children_count) == 0}> -
    - -
    - <{/if}> -
    - -
    -
    -
    - -
    - -
    diff --git a/html/themes/xcl_default/templates/pico/main_content_form.html b/html/themes/xcl_default/templates/pico/main_content_form.html deleted file mode 100644 index 8e847b60d..000000000 --- a/html/themes/xcl_default/templates/pico/main_content_form.html +++ /dev/null @@ -1,573 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - - -
    - - <{$gticket_hidden}> - - - - -
    - -
    -

    <{$formtitle}> <{$content.subject}>

    - - <{if !$content.approval}> - - <{$smarty.const._MD_PICO_WAITINGAPPROVAL}> - - <{/if}> - - <{if !$content.visible}> - - invisible - <{$smarty.const._MD_PICO_INVISIBLE}> - - <{/if}> - - <{if $content.created_time >= time()}> - - <{$smarty.const._MD_PICO_WAITINGRELEASE}> - - <{/if}> - - <{if $content.expiring_time < time()}> - - <{$smarty.const._MD_PICO_EXPIRED}> - - <{/if}> - -
    - - <{* -------Article subject of waiting content *}> - <{if $content.subject_waiting && $page !='makecontent'}> -

    - <{$smarty.const._MD_PICO_TH_SUBJECT_WAITING}> -

    -
    -
    <{$content.subject_waiting|htmlspecialchars_decode}>
    -
    - <{/if}> - <{* ------- Article body of waiting content *}> - <{if $content.body_waiting && $page !='makecontent'}> -

    - <{$smarty.const._MD_PICO_TH_BODY_WAITING}> -

    -
    -
    <{$content.body_waiting|htmlspecialchars_decode|nl2br}>
    -
    - <{/if}> - - <{* ------- subject *}> - - - <{* ------- category *}> - - - - - <{* ------- vpath *}> - - <{if $mod_config.use_wraps_mode || strstr($content.filters,"wraps")}> - - - <{if $xoops_isadmin}> - - <{/if}> - <{/if}> - - <{* ------- image upload *}> - - - -<{* ------- extra fields sample (TEXTBOX) ------- -
    - - - -

    gender

    -

    - checked="checked"<{/if}>> - - checked="checked"<{/if}>> - -

    - - - - <{assign var="countries" value=","|explode:"---,USA,UK,France,Japan"}> - - - - - - - -
    -------- extra fields ------- *}> - - - <{* ------- html header *}> - <{if $mod_config.allow_each_htmlheader || $content.htmlheader}> - - - - - - <{if ! $mod_config.allow_each_htmlheader}> - <{$smarty.const._MD_PICO_LABEL_HTMLHEADERCONFIGALERT}> - <{/if}> -
    - - - <{* ------- html header reference for waiting content *}> - <{if $content.htmlheader_waiting && $page !='makecontent'}> -

    <{$smarty.const._MD_PICO_TH_HTMLHEADER_WAITING}>

    -
    <{$content.htmlheader_waiting|nl2br}>
    - <{/if}> - - <{/if}> - - - <{* ------- BODY WYSIWYG *}> - <{if $smarty.const.LEGACY_BASE_VERSION|version_compare:'2.2':'>='}> - <{assign var=xcl22 value=1}> - <{/if}> - - - - <{if $body_wysiwyg && !$content.filter_infos.eval.enabled}> - <{$body_wysiwyg}> - <{else}> - - <{if $xcl22}> - - <{assign var=cssClass value=""}> - - <{if $content.filter_infos._editor_info.editor}> - <{if !$content.subject && $content.filter_infos._editor_info.useHtmlAtNew}> - <{assign var=editor value=html}> - <{else}> - <{assign var=editor value=$content.filter_infos._editor_info.editor}> - <{/if}> - <{if $content.filter_infos._editor_info.cssClass}> - <{assign var=cssClass value=" "|cat:$content.filter_infos._editor_info.cssClass}> - <{/if}> - <{else}> - <{if $content.filter_infos.eval.enabled}> - <{assign var=editor value=none}> - <{elseif !$content.subject || !$content.filter_infos.xcode.enabled}> - <{assign var=editor value=html}> - <{else}> - <{assign var=editor value=bbcode}> - <{/if}> - <{/if}> - - <{* ---------- CONTENT WAITING else NEW CONTENT *}> - <{if $content.body_waiting && $page !='makecontent'}> - <{xoops_dhtmltarea class="$editor$cssClass" name=body cols=60 rows=15 value=$content.body_waiting|htmlspecialchars_decode:$smarty.const.ENT_QUOTES editor=$editor}> - <{else}> - <{xoops_dhtmltarea class="$editor$cssClass" name=body cols=60 rows=15 value=$content.body|htmlspecialchars_decode:$smarty.const.ENT_QUOTES editor=$editor}> - <{/if}> - - <{if $legacy_module == 'legacy'}> - <{assign var=editor value=bbcode}> - <{/if}> - - <{else}> - - - <{xoopsdhtmltarea name="body" cols="60" rows="15" value=$content.body pre_style="display:none;" post_style="display:none;"}> - <{/if}> - - <{/if}> - - <{* ------- ORDER / WEIGHT *}> - - - <{* ------- TAGS *}> - - - <{* ------- CONTENT OPTIONS *}> -
    - -
    - - - - <{* ------- CONTENT FILTERS - CODE SYNTAX *}> -
    - -
    - - - - <{* ------- CONTENT TIME *}> - -
    - -
    - - - - - <{* ------- CONTENT HISTORY *}> - <{if $page !='makecontent'}> -
    - -
    - - - - <{/if}> - - -
    -
    - <{if $page == 'contentmanager' && $category.can_delete}> - - <{/if}> - - -<{* ----- capture controls for modal preview *}> -<{capture name="controllers"}> - - - <{if !$content.approval && $category.isadminormod && $page !='makecontent'}> - - <{elseif $page == 'contentmanager'}> - - <{/if}> -<{/capture}> - - <{if trim($smarty.capture.controllers)}> - <{$smarty.capture.controllers}> - <{/if}> -
    -
    -
    - - -<{if isset($preview)}> -<{$gticket_hidden}><{* 📍gticket might not be need *}> - -
    -
    - -

    <{$smarty.const._PREVIEW}>

    -
    -
    - <{foreach from=$preview.errors item="error_message"}> -

    - <{$error_message}> -

    - <{/foreach}> - - <{$preview.body}> -
    -
    -
    - Cancel - <{if trim($smarty.capture.controllers)}> - <{$smarty.capture.controllers}> - <{/if}> -
    -
    -
    -
    -<{/if}> - -
    diff --git a/html/themes/xcl_default/templates/pico/main_diff_history.html b/html/themes/xcl_default/templates/pico/main_diff_history.html deleted file mode 100644 index 2ead8b2c4..000000000 --- a/html/themes/xcl_default/templates/pico/main_diff_history.html +++ /dev/null @@ -1,26 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - -
    - -
    <{$diff_str}>
    - <{foreach from=$content_histories item="history"}> -
  • - <{$history.modified_time_formatted}> - - - <{$history.modifier_uname}> - (<{$history.body_size|number_format}><{$smarty.const._MD_PICO_BYTE}>) - <{$smarty.const._MD_PICO_REFERIT}> - - - <{$smarty.const._MD_PICO_DOWNLOADIT}> - - - <{$smarty.const._MD_PICO_DIFF2NOW}> - <{if $history.prev_id}> - - - <{$smarty.const._MD_PICO_DIFFFROMPREV}> - <{/if}> -
  • - <{/foreach}> -
    diff --git a/html/themes/xcl_default/templates/pico/main_list_contents.html b/html/themes/xcl_default/templates/pico/main_list_contents.html deleted file mode 100644 index 805d28fd2..000000000 --- a/html/themes/xcl_default/templates/pico/main_list_contents.html +++ /dev/null @@ -1,197 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - - -<{* ------- Module Top Message - Edit Module's preferences *}> -<{if $category.id == 0 && $mod_config.top_message != null}> -
    - <{$mod_config.top_message}> -
    -<{/if}> - - -<{* ------- Category Top *}> -
    - -
    -
    -

    - - category - <{$category.title}> - - - <{if $mod_config.show_rss}> - - rss - - <{/if}> -

    - <{* ------- Activity Overview - Top Category *}> -

    - - folder - <{$smarty.const._MD_PICO_SUBCATEGORIES_TOTAL}> - <{$category.redundants.subcategories_total|default:''}> - - file - <{$smarty.const._MD_PICO_CONTENTS_TOTAL}> - <{$category.redundants.contents_total}> - -

    - <{* ------- /Activity Overview *}> -
    - -
    - <{$category.desc}> -
    - -
    - - - <{* ----- List Top Categories ----- *}> - - <{* ----- Subcategories ----- *}> - <{if isset($subcategories)}> - <{foreach from=$subcategories item="subcategory"}> -
    -
    -

    - - category - <{$subcategory.title}> - - - <{* ----- Activity Overview - Subcategories ----- *}> - <{* ----- if $category.isadminormod *}> <{* REMOVE SMARTY COMMENT TO MAKE ACTIVITY PRIVATE *}> -
    - - folder - <{* ----- <{$smarty.const._MD_PICO_SUBCATEGORIES_TOTAL}> ----- *}> - <{$subcategory.redundants.subcategories_total > 0}> - - - - file - <{* ----- <{$smarty.const._MD_PICO_CONTENTS_TOTAL}> ----- *}> - <{$subcategory.redundants.contents_total}> - - - <{if $mod_config.show_rss}> - - rss - - <{/if}> -
    - <{* ----- /if *}> <{* REMOVE SMARTY COMMENT TO MAKE ACTIVITY PRIVATE *}> - <{* ----- /Activity Overview - Subcategories ----- *}> -

    -
    - -
    - <{$subcategory.desc}> -
    - -
    - <{/foreach}> - <{/if}> - <{* ----- /Subcategories ----- *}> - - - <{* ----- Content ----- *}> - <{if $contents}> - - <{foreach from=$contents item="content"}> - - <{/foreach}> - - <{/if}> - <{* ----- /Content ----- *}> - - <{if $xoops_isuser}> - - <{/if}> - -
    - -<{* ----- NOTIFICATION ----- *}> -<{if $xoops_isuser}> -<{include file='db:system_notification_select.html'}> -<{/if}> diff --git a/html/themes/xcl_default/templates/pico/main_menu.html b/html/themes/xcl_default/templates/pico/main_menu.html deleted file mode 100644 index 152b27c6b..000000000 --- a/html/themes/xcl_default/templates/pico/main_menu.html +++ /dev/null @@ -1,171 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - - -
    - -<{* ------- Module Top Message - Edit Module's preferences *}> -<{if $category.id == 0 && $mod_config.top_message !=null}> -
    - - <{$mod_config.top_message}> - - <{if $category.isadminormod}> - - <{/if}> -
    -<{/if}> - - - -<{* ------- start categories list *}> - -
    - -<{foreach item=category from=$categories}> - - -
    - - - category - <{$category.title}> - - -

    - <{* ------- Activity Overview *}> - -

    - folder - <{$smarty.const._MD_PICO_SUBCATEGORIES_TOTAL}> <{$category.redundants.subcategories_total}> - - file - <{$smarty.const._MD_PICO_CONTENTS_TOTAL}> - <{$category.redundants.contents_total}> -

    - - <{* ------- Action controllers *}> - - <{if $category.can_post}> - - file new - - <{/if}> - - <{if $category.can_makesubcategory}> - - New Category - - <{/if}> - - <{if $category.isadminormod}> - - edit category - - <{/if}> - - <{if $category.isadminormod && $category.private_contents_counter}> - - category permissions - - <{/if}> - - <{if $xoops_isadmin}> - - category permissions - - <{/if}> - - - <{if $mod_config.show_rss}> - - - rss - - - <{/if}> -

    - -<{foreach item=content from=$category.contents}> -

    - - file <{$content.subject}> - - - <{if $category.isadminormod && ! $content.approval}> - (<{$smarty.const._MD_PICO_WAITINGUPDATE}>) - <{/if}> - - <{if $category.can_edit}> - - file-edit - - <{/if}> -

    - -<{foreachelse}> -

    <{$smarty.const._MD_PICO_ERR_NOCONTENTMATCHED}>

    -<{/foreach}> - -
    - -<{/foreach}> - -
    - - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{if $xoops_isadmin}> -<{include file='db:system_notification_select.html'}> -<{/if}> diff --git a/html/themes/xcl_default/templates/pico/main_query_contents.html b/html/themes/xcl_default/templates/pico/main_query_contents.html deleted file mode 100644 index e60a76102..000000000 --- a/html/themes/xcl_default/templates/pico/main_query_contents.html +++ /dev/null @@ -1,42 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - -
    - - - - - - -

    <{$query.title}>

    - -

    <{$query.desc}>

    - - -<{if $contents}> -
      -<{foreach from=$contents item="content"}> -
    • - <{$content.subject}> - <{* <{$content.body}> *}> -
    • -<{/foreach}> -
    -<{else}> - <{$smarty.const._MD_PICO_ERR_NOCONTENTMATCHED}> -<{/if}> - -
    - - <{* /////// NOTIFICATION \\\\\\\ *}> - - <{include file='db:system_notification_select.html'}> - -
    - diff --git a/html/themes/xcl_default/templates/pico/main_view_content.html b/html/themes/xcl_default/templates/pico/main_view_content.html deleted file mode 100644 index 52c211392..000000000 --- a/html/themes/xcl_default/templates/pico/main_view_content.html +++ /dev/null @@ -1,234 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{if $mod_config.show_breadcrumbs}> -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> -<{/if}> - -
    - -
    - <{* REFER TO MODULE PREFERENCES - Extra images generated from the upload file - default images size prefix : image_0_ (larger), image_1_ (small) image_2_ (middle) - *}> - <{if $content.ef.image}> - <{$content.subject}> - <{/if}> - -

    - <{if !$content.approval}> - - <{$smarty.const._MD_PICO_WAITINGAPPROVAL}> - - <{/if}> - - <{if !$content.visible}> - - invisible - <{$smarty.const._MD_PICO_INVISIBLE}> - - <{/if}> - - <{if $content.created_time >= time()}> - - <{$smarty.const._MD_PICO_WAITINGRELEASE}> - - <{/if}> - - <{if $content.expiring_time < time()}> - - <{$smarty.const._MD_PICO_EXPIRED}> - - <{/if}> - - <{$content.subject}> -

    - - <{* ----- Activity Overview *}> -
    - - <{* if $category.isadminormod *}> <{* REMOVE THE SMARTY COMMENT '*' AND SPACES TO MAKE ACTIVITY PRIVATE *}> -
    - - user - <{$content.poster_uname}> - datetime - <{$content.created_time_formatted}> - <{if $content.modified_time > $content.created_time}> - update - <{$content.modified_time_formatted}> - <{/if}> - views - <{$content.viewed}> - -
    - <{* /if *}> <{* REMOVE THE SMARTY COMMENT '*' AND SPACES TO MAKE ACTIVITY PRIVATE *}> - - - <{* ------- ADMIN CONTROL *}> -
    - <{if $content.can_edit}> - edit - <{/if}> - - <{if $xoops_isadmin}> - manage - <{/if}> -
    - - - -
    <{* /action-control *}> - -
    - - <{* ------- WATING OVERVIEW *}> - - <{if $category.isadminormod }> -
    - - <{* ------- subject reference for a waiting content *}> - - <{if $content.subject_waiting && $page !='makecontent'}> -

    <{$smarty.const._MD_PICO_TH_SUBJECT_WAITING}>

    -
    -

    <{$content.subject_waiting|htmlspecialchars_decode}>

    -
    - <{/if}> - - <{* ------- body reference for a waiting content *}> - - <{if $content.body_waiting && $page !='makecontent'}> -

    <{$smarty.const._MD_PICO_TH_BODY_WAITING}>

    -
    -
    <{$content.body_waiting|htmlspecialchars_decode|nl2br}>
    -
    - <{/if}> - -
    - <{/if}> - - - <{* ------- CONTENT *}> - -
    - <{$content.body}> -
    - - - <{* ----- VOTE AND TAGS *}> - -
    - -
    - - <{if $mod_config.use_vote && $content.id}> -
    - <{if $content.can_vote}> -
    - - - - - <{* icon smiley happy = posticon3.svg or thumb up = posticon5.svg *}> - thumb-up - - <{* post-vote-stats *}> - <{$content.votes_count}> -
    - <{* ------- REMOVE SMARTY COMMENT TO ALLOW NEGATIVE VOTE -
    - - - - -
    - ------- REMOVE SMARTY COMMENT TO ALLOW NEGATIVE VOTE *}> - <{/if}> -
    - <{/if}> - - <{* MODULE OPTIONS - print, share *}> -
    - <{if $mod_config.show_printicon}> - - print - - <{/if}> - - <{if $mod_config.show_tellafriend && $content.tellafriend_uri}> - - - - <{/if}> -
    - -
    - - <{* ----- TAGS *}> - - <{if $content.tags_array}> - - <{/if}> - -
    - -
    - - -<{* /////// Page navigation \\\\\\\ *}> - -<{if $mod_config.show_pagenavi && $content.id}> - - - -<{/if}> - - -<{* /////// D3 COMMENT-INTEGRATION \\\\\\\ *}> -<{if $mod_config.comment_dirname && $mod_config.comment_forum_id && $content.allow_comment}> -<{d3comment mydirname=$mydirname class="PicoD3commentContent"}> -<{/if}> - -<{* /////// NOTIFICATION \\\\\\\ *}> -<{include file='db:system_notification_select.html'}> diff --git a/html/themes/xcl_default/templates/pico/main_viewhistory.html b/html/themes/xcl_default/templates/pico/main_viewhistory.html deleted file mode 100644 index 2546e3019..000000000 --- a/html/themes/xcl_default/templates/pico/main_viewhistory.html +++ /dev/null @@ -1,26 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> - -
    - -
    <{$history_body_raw|escape|nl2br}>
    - <{foreach from=$content_histories item="history"}> -
  • - <{$history.modified_time_formatted}> - - - <{$history.modifier_uname}> - (<{$history.body_size|number_format}><{$smarty.const._MD_PICO_BYTE}>) - <{$smarty.const._MD_PICO_REFERIT}> - - - <{$smarty.const._MD_PICO_DOWNLOADIT}> - - - <{$smarty.const._MD_PICO_DIFF2NOW}> - <{if $history.prev_id}> - - - <{$smarty.const._MD_PICO_DIFFFROMPREV}> - <{/if}> -
  • - <{/foreach}> -
    diff --git a/html/themes/xcl_default/templates/profile/blocks/index.html b/html/themes/xcl_default/templates/profile/blocks/index.html deleted file mode 100644 index 2c5cdd3f9..000000000 --- a/html/themes/xcl_default/templates/profile/blocks/index.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/html/themes/xcl_default/templates/profile/index.html b/html/themes/xcl_default/templates/profile/index.html deleted file mode 100644 index 2c5cdd3f9..000000000 --- a/html/themes/xcl_default/templates/profile/index.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/html/themes/xcl_default/templates/profile/profile_data_delete.html b/html/themes/xcl_default/templates/profile/profile_data_delete.html deleted file mode 100644 index 49d80d488..000000000 --- a/html/themes/xcl_default/templates/profile/profile_data_delete.html +++ /dev/null @@ -1,21 +0,0 @@ -
    <{$smarty.const._MD_PROFILE_MESSAGE_CONFIRM_DELETE}>
    -
    -
    - <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=uid value=$actionForm->get('uid')}> - - - - - - - - - - - -
    <{$smarty.const._MD_PROFILE_LANG_DATA_DELETE}>
    <{$smarty.const._MD_PROFILE_LANG_UID}><{$object->getShow('uid')}>
    - - -
    -
    diff --git a/html/themes/xcl_default/templates/profile/profile_data_edit.html b/html/themes/xcl_default/templates/profile/profile_data_edit.html deleted file mode 100644 index 917e16d39..000000000 --- a/html/themes/xcl_default/templates/profile/profile_data_edit.html +++ /dev/null @@ -1,51 +0,0 @@ -<{if $actionForm->hasError()}> -
    -
      - <{foreach item=message from=$actionForm->getErrorMessages()}> -
    • <{$message|xoops_escape}>
    • - <{/foreach}> -
    -
    -<{/if}> -
    - <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=uid value=$actionForm->get('uid')}> - - - <{if $actionForm->get('uid')}> - - <{else}> - - <{/if}> - - <{foreach item=field from=$fields}> - - - - - <{/foreach}> - - - -
    <{$smarty.const._MD_PROFILE_LANG_DATA_EDIT}><{$smarty.const._MD_PROFILE_LANG_ADD_A_NEW_DATA}>
    <{$field->getShow('label')}> - <{if $field->get('type')=="string"}> - <{xoops_input type=text name=$field->get('field_name') value=$actionForm->get($field->get('field_name')) size=40 maxlength=191}> - <{elseif $field->get('type')=="int"}> - <{xoops_input type=text name=$field->get('field_name') value=$actionForm->get($field->get('field_name')) size=15 maxlength=11}> - <{elseif $field->get('type')=="text"}> - <{xoops_dhtmltarea type=text name=$field->get('field_name') value=$actionForm->get($field->get('field_name'))}> - <{elseif $field->get('type')=="date"}> - <{xoops_input class=datePicker type=text name=$field->get('field_name') value=$actionForm->get($field->get('field_name')) size=15 maxlength=12}> - <{elseif $field->get('type')=="checkbox"}> - <{xoops_input type=checkbox name=$field->get('field_name') value=1 default=$actionForm->get($field->get('field_name'))}> - <{elseif $field->get('type')=="selectbox"}> - - <{/if}> -
    - -
    -
    diff --git a/html/themes/xcl_default/templates/profile/profile_data_list.html b/html/themes/xcl_default/templates/profile/profile_data_list.html deleted file mode 100644 index 58950a091..000000000 --- a/html/themes/xcl_default/templates/profile/profile_data_list.html +++ /dev/null @@ -1,55 +0,0 @@ -

    <{$smarty.const._MD_PROFILE_LANG_ADD_A_NEW_DATA}> <{$smarty.const._MD_PROFILE_LANG_ADD_A_NEW_DATA}> -

    - - - - - - - - - - <{foreach item=def from=$definitions}> - - <{/foreach}> - - - - - <{foreach item=obj from=$objects}> - - - - - <{foreach item=def2 from=$definitions}> - - <{/foreach}> - - - - <{/foreach}> - -
    <{$smarty.const._MD_PROFILE_LANG_UID}> - - <{$smarty.const._ASCENDING}> - - <{$smarty.const._DESCENDING}><{$smarty.const._MD_PROFILE_LANG_UNAME}><{$def->getShow('field_name')}><{$smarty.const._MD_PROFILE_LANG_CONTROL}>
    <{$obj->getShow('uid')}><{$obj->getShow('uid')|xoops_user:"user_name"}> - <{$obj->showField($def2->getShow('field_name'), 2)}> - - - <{$smarty.const._VIEW}> - - <{$smarty.const._EDIT}> - - <{$smarty.const._DELETE}> -
    - diff --git a/html/themes/xcl_default/templates/profile/profile_data_view.html b/html/themes/xcl_default/templates/profile/profile_data_view.html deleted file mode 100644 index eb425c62f..000000000 --- a/html/themes/xcl_default/templates/profile/profile_data_view.html +++ /dev/null @@ -1,19 +0,0 @@ -

    - <{$smarty.const._MD_PROFILE_LANG_ADD_A_NEW_DATA}> - <{$smarty.const._MD_PROFILE_LANG_ADD_A_NEW_DATA}> - -

    -
    - - - - - - <{foreach item=field from=$fields}> - - - - - <{/foreach}> -
    <{$smarty.const._MD_PROFILE_LANG_FIELD_NAME}><{$smarty.const._MD_PROFILE_LANG_OPTIONS}>
    <{$field->getShow('label')}><{$object->showField($field->get('field_name'))}>
    - diff --git a/html/themes/xcl_default/templates/profile/profile_inc_data_edit.html b/html/themes/xcl_default/templates/profile/profile_inc_data_edit.html deleted file mode 100644 index 5fc52568e..000000000 --- a/html/themes/xcl_default/templates/profile/profile_inc_data_edit.html +++ /dev/null @@ -1,34 +0,0 @@ -<{foreach item=def from=$defArr}> -
    - - -
    - <{if $def->get('type')=="string"}> - <{xoops_input type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) size=40 maxlength=255}> - <{elseif $def->get('type')=="int" || $def->get('type')=="float"}> - <{xoops_input type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) size=15 maxlength=11}> - <{elseif $def->get('type')=="text"}> - <{if $def->mFieldType->getOption($def)=="bbcode"}> - <{xoops_dhtmltarea type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) editor=bbcode}> - <{elseif $def->mFieldType->getOption($def)=="html"}> - <{xoops_dhtmltarea type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) editor=html}> - <{else}> - <{xoops_dhtmltarea type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) editor=none}> - <{/if}> - <{elseif $def->get('type')=="date"}> - <{xoops_input class=datepicker type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) size=20 maxlength=10}> - <{elseif $def->get('type')=="checkbox"}> - <{xoops_input type=checkbox name=$def->getShow('field_name') value=1 default=$profileForm->get($def->getShow('field_name'))}> - <{elseif $def->get('type')=="selectbox"}> - - <{elseif $def->get('type')=="uri"}> - <{xoops_input type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name'), 1)}> - <{/if}> -
    <{$def->getShow('description')}>
    -
    -
    -<{/foreach}> diff --git a/html/themes/xcl_default/templates/profile/profile_inc_data_register.html b/html/themes/xcl_default/templates/profile/profile_inc_data_register.html deleted file mode 100644 index 3f57bf354..000000000 --- a/html/themes/xcl_default/templates/profile/profile_inc_data_register.html +++ /dev/null @@ -1,35 +0,0 @@ -<{foreach item=def from=$defArr}> -<{if $def->get('required')===1}> - - <{$def->get('label')}> - - <{if $def->get('type')=="string"}> - <{xoops_input type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) size=40 maxlength=191}> - <{elseif $def->get('type')=="int" || $def->get('type')=="float"}> - <{xoops_input type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) size=15 maxlength=11}> - <{elseif $def->get('type')=="text"}> - <{if $def->mFieldType->getOption($def)=="bbcode"}> - <{xoops_dhtmltarea type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) editor=bbcode}> - <{elseif $def->mFieldType->getOption($def)=="html"}> - <{xoops_dhtmltarea type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) editor=html}> - <{else}> - <{xoops_dhtmltarea type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) editor=none}> - <{/if}> - <{elseif $def->get('type')=="date"}> - <{xoops_input class=datepicker type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name')) size=20 maxlength=10}> - <{elseif $def->get('type')=="checkbox"}> - <{xoops_input type=checkbox name=$def->getShow('field_name') value=1 default=$profileForm->get($def->getShow('field_name'))}> - <{elseif $def->get('type')=="selectbox"}> - - <{elseif $def->get('type')=="uri"}> - <{xoops_input type=text name=$def->getShow('field_name') value=$profileForm->get($def->getShow('field_name'), 1)}> - <{/if}> -
    <{$def->getShow('description')}>
    - - -<{/if}> -<{/foreach}> diff --git a/html/themes/xcl_default/templates/profile/profile_inc_data_view.html b/html/themes/xcl_default/templates/profile/profile_inc_data_view.html deleted file mode 100644 index 4f40fe673..000000000 --- a/html/themes/xcl_default/templates/profile/profile_inc_data_view.html +++ /dev/null @@ -1,9 +0,0 @@ -<{foreach item=def from=$defArr}> - - <{$def->getShow('label')}> - -

    <{assign var="defkey" value=$def->getShow('field_name')}>

    -

    <{$profile->showField($defkey)}>

    - - -<{/foreach}> diff --git a/html/themes/xcl_default/templates/profiles/.htaccess b/html/themes/xcl_default/templates/profiles/.htaccess deleted file mode 100644 index ff2beb844..000000000 --- a/html/themes/xcl_default/templates/profiles/.htaccess +++ /dev/null @@ -1,2 +0,0 @@ -order deny,allow -deny from all diff --git a/html/themes/xcl_default/templates/profiles/blocks/index.html b/html/themes/xcl_default/templates/profiles/blocks/index.html deleted file mode 100644 index 990cbd603..000000000 --- a/html/themes/xcl_default/templates/profiles/blocks/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/html/themes/xcl_default/templates/profiles/blocks/sitemap_block_show.html b/html/themes/xcl_default/templates/profiles/blocks/sitemap_block_show.html deleted file mode 100644 index 1d2fac70b..000000000 --- a/html/themes/xcl_default/templates/profiles/blocks/sitemap_block_show.html +++ /dev/null @@ -1,28 +0,0 @@ -
    <{$smarty.template}>
    - - -
    - - home <{$smarty.const._MB_SITEMAP_HOME}> -
    - - diff --git a/html/themes/xcl_default/templates/profiles/index.html b/html/themes/xcl_default/templates/profiles/index.html deleted file mode 100644 index 990cbd603..000000000 --- a/html/themes/xcl_default/templates/profiles/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/html/themes/xcl_default/templates/profiles/sitemap_inc_eachmodule.html b/html/themes/xcl_default/templates/profiles/sitemap_inc_eachmodule.html deleted file mode 100644 index 965486c93..000000000 --- a/html/themes/xcl_default/templates/profiles/sitemap_inc_eachmodule.html +++ /dev/null @@ -1,36 +0,0 @@ -
    - - <{if $module.name}> - - <{if isset($module.parent)}> - <{foreach item=parent from=$module.parent}> - - - <{if $show_subcategoris}> - <{if isset($parent.child)}> - <{foreach item=child from=$parent.child}> - - <{/foreach}> - <{/if}> - <{/if}> - <{/foreach}> - <{/if}> - - <{foreach item=sublink from=$module.sublinks}> - - <{/foreach}> - - <{/if}> - -
    diff --git a/html/themes/xcl_default/templates/profiles/sitemap_index.html b/html/themes/xcl_default/templates/profiles/sitemap_index.html deleted file mode 100644 index db08d01ae..000000000 --- a/html/themes/xcl_default/templates/profiles/sitemap_index.html +++ /dev/null @@ -1,34 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{strip}> - - -
    -

    <{$smarty.const._MD_SITEMAP_HOME}> <{$smarty.const._MI_SITEMAP_NAME}> - <{if $xoops_isadmin}> - edit - <{/if}> -

    - <{$msgs}> -
    - -

    - - - home <{$smarty.const._MD_SITEMAP_HOME}> -

    - - -<{foreach name=i item=module from=$sitemap.modules}> -<{include file="db:sitemap_inc_eachmodule.html" div_style="width:30%;float:left;margin:10px;"}> -<{/foreach}> - -<{/strip}> diff --git a/html/themes/xcl_default/templates/profiles/sitemap_xml_google.html b/html/themes/xcl_default/templates/profiles/sitemap_xml_google.html deleted file mode 100644 index 6cc698dad..000000000 --- a/html/themes/xcl_default/templates/profiles/sitemap_xml_google.html +++ /dev/null @@ -1,44 +0,0 @@ - - - -<{$smarty.const.XOOPS_URL}>/ -<{$lastmod}> -daily -1.0 - - -<{foreach name=i item=module from=$sitemap.modules}> - - <{if $module.name}> - - <{$smarty.const.XOOPS_URL}>/modules/<{$module.directory}>/ - <{if $module.lastmod}><{$module.lastmod}><{/if}> - - - <{foreach item=parent from=$module.parent}> - - <{$smarty.const.XOOPS_URL}>/modules/<{$module.directory}>/<{$parent.url}> - <{if $parent.lastmod}><{$parent.lastmod}><{/if}> - - - <{if $show_subcategoris}> - <{foreach item=child from=$parent.child}> - - <{$smarty.const.XOOPS_URL}>/modules/<{$module.directory}>/<{$child.url}> - <{if $child.lastmod}><{$child.lastmod}><{/if}> - - <{/foreach}> - <{/if}> - - <{/foreach}> - <{foreach item=sublink from=$module.sublinks}> - - <{$sublink.url}> - <{if $sublink.lastmod}><{$sublink.lastmod}><{/if}> - - <{/foreach}> - <{/if}> - -<{/foreach}> - - diff --git a/html/themes/xcl_default/templates/user/blocks/index.html b/html/themes/xcl_default/templates/user/blocks/index.html deleted file mode 100644 index 990cbd603..000000000 --- a/html/themes/xcl_default/templates/user/blocks/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/html/themes/xcl_default/templates/user/blocks/user_block_newusers.html b/html/themes/xcl_default/templates/user/blocks/user_block_newusers.html deleted file mode 100644 index fa86ac2d9..000000000 --- a/html/themes/xcl_default/templates/user/blocks/user_block_newusers.html +++ /dev/null @@ -1,18 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - - <{foreach item=user from=$block.users}> -

    - <{if $user.avatar !=""}> - - <{else}> -  <{$member.uname}> - <{/if}> - <{$user.name}> - <{$user.joindate|xoops_formattimestamp:s}> -

    - <{/foreach}> - -
    diff --git a/html/themes/xcl_default/templates/user/blocks/user_block_topusers.html b/html/themes/xcl_default/templates/user/blocks/user_block_topusers.html deleted file mode 100644 index 6631dddd6..000000000 --- a/html/themes/xcl_default/templates/user/blocks/user_block_topusers.html +++ /dev/null @@ -1,17 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - <{foreach item=user from=$block.users}> - - - - - - <{/foreach}> -
    <{$user.rank}> - <{if $user.avatar != ""}> -
    - <{/if}> - <{$user.name}> -
    <{$user.posts}>
    diff --git a/html/themes/xcl_default/templates/user/inc_user_nav_left.html b/html/themes/xcl_default/templates/user/inc_user_nav_left.html deleted file mode 100644 index cbcfc4ee5..000000000 --- a/html/themes/xcl_default/templates/user/inc_user_nav_left.html +++ /dev/null @@ -1,86 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{* ------- User profile avatar *}> - -
    - - <{* ---------- User Data *}> - - <{* ----- Moved to inc_user_tab_profile - - ----- *}> - - <{if $name != null}> - - <{/if}> - - <{if $rank != null}> - - <{/if}> - - - - - - <{if $xoops_isuser}> - - - - - <{if $pmliteUrl !=''}> - - <{/if}> - - <{/if}><{* /is user *}> - - - - - - - <{* /////— PROFILE CUSTOM FIELDS —\\\\\ *}> - <{legacy_profile uid=$thisUser->getShow('uid')}> - - -
    -
    <{$smarty.const._MD_USER_LANG_USER_SIG}>
    -
    <{$thisUser->getShow('user_sig')}>
    -
    - - -
    <{* /user-data *}> diff --git a/html/themes/xcl_default/templates/user/inc_user_tab_edit.html b/html/themes/xcl_default/templates/user/inc_user_tab_edit.html deleted file mode 100644 index 360a28c84..000000000 --- a/html/themes/xcl_default/templates/user/inc_user_tab_edit.html +++ /dev/null @@ -1,111 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{* USER TAB EDIT *}> -
    - - - - - - - - - - - - - - <{* /////— PROFILE CUSTOM FIELDS —\\\\\ *}> - <{legacy_profile template="profile_inc_data_edit.html" action="edit" actionForm=$actionForm}> - - - - - - - - - - - - - -
    - -
    - -
    - -
    <{* /ui-tab-content *}> diff --git a/html/themes/xcl_default/templates/user/inc_user_tab_pref.html b/html/themes/xcl_default/templates/user/inc_user_tab_pref.html deleted file mode 100644 index aa64f2a02..000000000 --- a/html/themes/xcl_default/templates/user/inc_user_tab_pref.html +++ /dev/null @@ -1,79 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{* USER TAB EDIT PREFERENCES *}> -
    - - - - - - - - - - - - - - <{* *}> - - <{* *}> - - - - -
    - -
    - -
    - -
    <{* /ui-tab-content *}> diff --git a/html/themes/xcl_default/templates/user/inc_user_tab_profile.html b/html/themes/xcl_default/templates/user/inc_user_tab_profile.html deleted file mode 100644 index 834e2f1b6..000000000 --- a/html/themes/xcl_default/templates/user/inc_user_tab_profile.html +++ /dev/null @@ -1,98 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{* USER TAB PROFILE *}> -
    - -
    - - <{* ------- User Avatar *}> -
    - - <{if $thisUser->get('user_avatar') != "blank.gif" }> - <{$smarty.const._MD_USER_LANG_AVATAR}> - <{else}> - -
    - <{$thisUser->getShow('uname')}> -
    - - <{/if}> - - <{if $user_ownpage == true}> - - - - <{/if}> - -
    <{* ------- /User Avatar *}> - - - <{* ------- User Data *}> -
    - -

    <{$thisUser->getShow('uname')}>

    - -
    - - <{* ------- Registered Members Only *}> - <{if $xoops_isuser == true}> - - <{if $thisUser->get('user_viewemail') == 1 || $user_ownpage == true || $xoops_isadmin == true}> -

    Email <{$smarty.const._MD_USER_LANG_EMAIL}> -
    - <{mailto address=$thisUser->get('email') encode="javascript"}> -

    - <{/if}> - -

    - URL <{$smarty.const._MD_USER_LANG_WEBSITE}> -
    - <{$thisUser->getShow('url')}> -

    - -
    - - <{if $thisUser->get('bio') != null}> - - -
    - <{/if}> - - <{if $thisUser->get('user_intrest') != null}> - -
    - <{/if}> - - - <{* /////— PROFILE CUSTOM FIELDS —\\\\\ *}> - <{legacy_profile uid=$thisUser->getShow('uid')}> - - - <{if $thisUser->get('user_sig') != null}> - -
    - <{/if}> - - <{/if}> - <{* ------- /Registered Members Only *}> - -
    <{* /user-tab-data *}> - -
    <{* /grid-left *}> - -
    <{* /ui-tab-content *}> diff --git a/html/themes/xcl_default/templates/user/inc_user_tab_timeline.html b/html/themes/xcl_default/templates/user/inc_user_tab_timeline.html deleted file mode 100644 index a43abf05d..000000000 --- a/html/themes/xcl_default/templates/user/inc_user_tab_timeline.html +++ /dev/null @@ -1,50 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{* USER TAB TIMELINE *}> -
    - -

    <{$smarty.const._MD_USER_LANG_ALLABOUT|replace:"%s":$thisUser->getShow('uname')}>

    - - <{* ------- start module search results loop *}> - <{foreach item=module from=$searchResults}> - - <{* ------- Capitalize module name 'name|ucfirst' *}> -

    <{$module.name|ucfirst}>

    - - <{* ------- Start results item loop *}> - <{foreach item=result from=$module.results}> -
    -

    - <{* ------- Module icon *}> - <{$module.name}> - <{$module.name}><{$result.title}> -

    -

    - - - - - <{$result.time|xoops_formattimestampGMT:l}> -

    - -
    <{* ------- stream-item *}> - - <{/foreach}><{* ------- end results item loop *}> - - - <{if $module.has_more}> -

    - - show more <{$module.name}> - <{$smarty.const._MD_USER_LANG_SHOWALL}> -

    - <{/if}> - -
    - - <{/foreach}><{* ------- end module search results loop *}> - - -
    -<{* ------- /User profile-timeline *}> - diff --git a/html/themes/xcl_default/templates/user/index.html b/html/themes/xcl_default/templates/user/index.html deleted file mode 100644 index 990cbd603..000000000 --- a/html/themes/xcl_default/templates/user/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/html/themes/xcl_default/templates/user/user_avatar_edit.html b/html/themes/xcl_default/templates/user/user_avatar_edit.html deleted file mode 100644 index 9e8d0edf0..000000000 --- a/html/themes/xcl_default/templates/user/user_avatar_edit.html +++ /dev/null @@ -1,105 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - -
    - -
    -

    <{$smarty.const._MD_USER_LANG_AVATAR}>

    -
    - - <{if $actionForm->hasError()}> -
    -
      - <{foreach item=message from=$actionForm->getErrorMessages()}> -
    • <{$message|xoops_escape}>
    • - <{/foreach}> -
    -
    - <{/if}> - -
    -

    <{$smarty.const._MD_USER_MESSAGE_OLDDELETED}>

    -
    - - <{if $allowUpload}> -
    - <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=uid value=$actionForm->get('uid')}> - -
    - -
    -
    - <{if $actionForm->get('uid')|xoops_user:user_avatar != "blank.gif"}> - Avatar - <{else}> - No Avatar - <{/if}> -
    -
    - -
    -

    <{$smarty.const._MD_USER_LANG_AVATAR_EDIT}> <{$actionForm->get('uid')|xoops_user:user_name}>

    -

    <{$smarty.const._MD_USER_LANG_AVATAR_WIDTH_HEIGHT}> : <{$avatarWidth}> x <{$avatarHeight}> (px)

    -

    <{$smarty.const._MD_USER_LANG_AVATAR_MAXFILESIZE}> <{$avatarMaxfilesize|number_format}> (bytes)

    -
    - -
    - - <{xoops_input class="ui-button" type=file name=uploadavatar size=30}> - -
    - -
    - - -
    -
    - -
    - <{/if}> - -
    - -

    <{$smarty.const._MD_USER_LANG_AVATAR_LIST}>

    - -
    - <{xoops_token form=$avatarSelectForm}> - <{xoops_input type=hidden name=uid value=$avatarSelectForm->get('uid')}> - -
    - - <{* TODO AVATAR SCROLLER *}> - <{foreach item=obj from=$systemAvatars}> -
    - <{if $obj->get('avatar_id') == 0}> - <{$obj->getShow('avatar_name')}> - - <{else}> - <{$obj->getShow('avatar_name')}> - - <{/if}> - <{$obj->getShow('avatar_name')}> - - - <{* cycle name="table" values=",,," *}>
    - <{/foreach}> -
    - -
    - -
    diff --git a/html/themes/xcl_default/templates/user/user_block_login.html b/html/themes/xcl_default/templates/user/user_block_login.html deleted file mode 100644 index 53fcaf325..000000000 --- a/html/themes/xcl_default/templates/user/user_block_login.html +++ /dev/null @@ -1,59 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - diff --git a/html/themes/xcl_default/templates/user/user_block_online.html b/html/themes/xcl_default/templates/user/user_block_online.html deleted file mode 100644 index 5cf2b4e61..000000000 --- a/html/themes/xcl_default/templates/user/user_block_online.html +++ /dev/null @@ -1,25 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    -

    <{$smarty.const._MB_USER_MEMBERS}> <{$block.online_members}> - <{$smarty.const._MB_USER_GUESTS}> <{$block.online_guests}>

    - -
      - -
    • <{$block.online_total}>
    • - - <{foreach item=member from=$block.online_member_list}> -
    • - - <{$member.uname}> - <{$member.uname}> -
    • - <{/foreach}> - -
    - - <{if $xoops_isadmin}> - <{$smarty.const._MB_USER_MORE}> - <{/if}> -
    diff --git a/html/themes/xcl_default/templates/user/user_default.html b/html/themes/xcl_default/templates/user/user_default.html deleted file mode 100644 index 531f99ea0..000000000 --- a/html/themes/xcl_default/templates/user/user_default.html +++ /dev/null @@ -1,51 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - - diff --git a/html/themes/xcl_default/templates/user/user_delete.html b/html/themes/xcl_default/templates/user/user_delete.html deleted file mode 100644 index 81e2cc398..000000000 --- a/html/themes/xcl_default/templates/user/user_delete.html +++ /dev/null @@ -1,22 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - -<{if $actionForm->hasError()}> -
    -
      - <{foreach item=message from=$actionForm->getErrorMessages()}> -
    • <{$message}>
    • - <{/foreach}> -
    -
    -<{/if}> - -
    -

    <{$self_delete_message|nl2br}>

    -
    - <{xoops_token form=$actionForm}> - - -
    -
    diff --git a/html/themes/xcl_default/templates/user/user_delete_success.html b/html/themes/xcl_default/templates/user/user_delete_success.html deleted file mode 100644 index f738564bf..000000000 --- a/html/themes/xcl_default/templates/user/user_delete_success.html +++ /dev/null @@ -1,11 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - -
    -

    <{$smarty.const._MD_USER_MESSAGE_USER_DELETE_SUCCESS}>

    - -

    - »»<{$smarty.const._MAIN}> -

    -

    diff --git a/html/themes/xcl_default/templates/user/user_edituser.html b/html/themes/xcl_default/templates/user/user_edituser.html deleted file mode 100644 index 4c8b68fa8..000000000 --- a/html/themes/xcl_default/templates/user/user_edituser.html +++ /dev/null @@ -1,93 +0,0 @@ -<{assign var="theme_user_edit" value="`$xoops_theme`/templates/user/inc_user_tab_edit.html"}> -<{assign var="theme_user_pref" value="`$xoops_theme`/templates/user/inc_user_tab_pref.html"}> - -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -

    <{$xoops_theme}>

    - - -
    - - - - <{if $actionForm->hasError()}> -
    -
      - <{foreach item=message from=$actionForm->getErrorMessages()}> -
    • <{$message}>
    • - <{/foreach}> -
    -
    - <{/if}> - -
    - - <{xoops_token form=$actionForm}> - <{xoops_input name=uid type=hidden value=$actionForm->get('uid')}> - -
    - - - -
    - <{* ----- THEME OR MODULE TEMPLATE *}> - <{include_if_exists file="`$theme_user_edit`" else="`$smarty.const.XOOPS_MODULE_PATH`/user/templates/inc_user_tab_edit.html"}> -
    - -
    - <{* ----- THEME OR MODULE TEMPLATE *}> - <{include_if_exists file="`$theme_user_pref`" else="`$smarty.const.XOOPS_MODULE_PATH`/user/templates/inc_user_tab_pref.html"}> -
    - -
    -
    -
    - - diff --git a/html/themes/xcl_default/templates/user/user_lostpass.html b/html/themes/xcl_default/templates/user/user_lostpass.html deleted file mode 100644 index 7ab7d83c5..000000000 --- a/html/themes/xcl_default/templates/user/user_lostpass.html +++ /dev/null @@ -1,53 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - -
    - <{xoops_token form=$actionForm}> - -
    - -
    -

    <{$smarty.const._MD_USER_LANG_LOSTPASSWORD}>

    -
    - - <{if $actionForm->hasError()}> -
    -
      - <{foreach item=message from=$actionForm->getErrorMessages()}> -
    • <{$message}>
    • - <{/foreach}> -
    -
    - <{/if}> - - - - -
    - <{$smarty.const._MD_USER_LANG_NOPROBLEM}> -
    - - - -
    - -
    - - - -
    - -
    diff --git a/html/themes/xcl_default/templates/user/user_misc_online.html b/html/themes/xcl_default/templates/user/user_misc_online.html deleted file mode 100644 index b310a73e1..000000000 --- a/html/themes/xcl_default/templates/user/user_misc_online.html +++ /dev/null @@ -1,35 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> -
    - - - - - - <{foreach item=obj from=$objects}> - - - - - - <{/foreach}> -
    <{$smarty.const._MD_USER_LANG_WHOSONLINE}>
    - <{if $obj->get('online_uid')}> - <{$obj->getShow('online_uname')}> - <{else}> - <{$smarty.const._MD_USER_LANG_GUEST}> - <{/if}> - - <{if $obj->mModule}> - <{$obj->mModule->getShow('name')}> - <{else}> - --- - <{/if}> - - <{if $enableViewIP}> - <{$obj->getShow('online_ip')}> - <{/if}> -
    -
    - -
    diff --git a/html/themes/xcl_default/templates/user/user_register_confirm.html b/html/themes/xcl_default/templates/user/user_register_confirm.html deleted file mode 100644 index aaa3c4d2e..000000000 --- a/html/themes/xcl_default/templates/user/user_register_confirm.html +++ /dev/null @@ -1,39 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -
    - -
    - -

    <{$smarty.const._MD_USER_LANG_USERREG}>

    - - - - - -
    -
    - - -
    -
    - -
    - -
    \ No newline at end of file diff --git a/html/themes/xcl_default/templates/user/user_register_finish.html b/html/themes/xcl_default/templates/user/user_register_finish.html deleted file mode 100644 index aebe35184..000000000 --- a/html/themes/xcl_default/templates/user/user_register_finish.html +++ /dev/null @@ -1,22 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -
    - -

    <{$smarty.const._MD_USER_LANG_USERREG}>

    - -
    -

    <{$complete_message|xoops_escape}>

    -
    - -
    diff --git a/html/themes/xcl_default/templates/user/user_register_form.html b/html/themes/xcl_default/templates/user/user_register_form.html deleted file mode 100644 index f7e347d0b..000000000 --- a/html/themes/xcl_default/templates/user/user_register_form.html +++ /dev/null @@ -1,114 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - -
    - <{xoops_token form=$actionForm}> - -
    - -
    -

    <{$smarty.const._MD_USER_LANG_USERREG}>

    -
    - - <{if $actionForm->hasError()}><{foreach item=message from=$actionForm->getErrorMessages()}> -
    - - <{$message}> - -
    <{/foreach}> - <{/if}> - - - - - <{* Larger screen with margin and small screen margin-auto *}> - - - - - -
    - - - -
    - - - - - - - - - - -
    - <{$smarty.const._MD_USER_LANG_USER_MAILOK}> - - -
    - - <{if $enableAgree}> - - - <{/if}> - - <{if $validators}> - <{foreach from=$validators item=validator}> - - <{$validator.caption}>
    - <{$validator.element}> - - <{/foreach}> - <{/if}> - -
    - -
    - -
    - -
    diff --git a/html/themes/xcl_default/templates/user/user_userform.html b/html/themes/xcl_default/templates/user/user_userform.html deleted file mode 100644 index 22af17859..000000000 --- a/html/themes/xcl_default/templates/user/user_userform.html +++ /dev/null @@ -1,28 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -
    - <{$smarty.const._LOGIN}> -
    - <{$smarty.const._USERNAME}> <{xoops_input type=text name=uname size=25 maxlength=25 value=$usercookie}>
    - <{$smarty.const._PASSWORD}> <{xoops_input type=password name=pass size=25 maxlength=32}>
    - <{xoops_input type=hidden name=op value=login}> - <{xoops_input type=hidden name=xoops_redirect value=$redirect_page}> - -
    - -
    <{$smarty.const._MD_USER_LANG_NOTREGISTERED}>
    -
    - -
    - -
    - <{$smarty.const._MD_USER_LANG_LOSTPASSWORD}> -

    <{$smarty.const._MD_USER_LANG_NOPROBLEM}>
    -
    - <{$smarty.const._MD_USER_LANG_YOUREMAIL}> - <{xoops_input type=text name=email size=26 maxlength=60}> - <{xoops_input type=hidden name=op value=mailpasswd}> - -
    -
    diff --git a/html/themes/xcl_default/templates/user/user_userinfo.html b/html/themes/xcl_default/templates/user/user_userinfo.html deleted file mode 100644 index eee281682..000000000 --- a/html/themes/xcl_default/templates/user/user_userinfo.html +++ /dev/null @@ -1,78 +0,0 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - - - - - -
    -
    - - - - -
    - <{assign var="profile_theme" value="`$smarty.const.XOOPS_ROOT_PATH`/themes/`$xoops_theme`/templates/user/inc_user_tab_profile.html"}> - <{if file_exists($profile_theme)}> - <{include file="`$profile_theme`"}> - <{else}> - <{include file="`$smarty.const.XOOPS_MODULE_PATH`/user/templates/inc_user_tab_profile.html"}> - <{/if}> -
    - -
    - <{assign var="timeline_theme" value="`$smarty.const.XOOPS_ROOT_PATH`/themes/`$xoops_theme`/templates/user/inc_user_tab_timeline.html"}> - <{if file_exists($timeline_theme)}> - <{include file="`$timeline_theme`"}> - <{else}> - <{include file="`$smarty.const.XOOPS_MODULE_PATH`/user/templates/inc_user_tab_timeline.html"}> - <{/if}> -
    - -
    -
    - - diff --git a/xoops_trust_path/libs/smarty/plugins/function.json.php b/xoops_trust_path/libs/smarty/plugins/function.json.php index a75adaa3b..6e9660e17 100644 --- a/xoops_trust_path/libs/smarty/plugins/function.json.php +++ b/xoops_trust_path/libs/smarty/plugins/function.json.php @@ -12,8 +12,9 @@ * - obj2obj [ Boolean | default:false ]: * decodes JSON objects as either PHP associative arrays or PHP objects * - debug [ Boolean | default:false ]: print decoded data in template + * - local [ Boolean | default:false ]: disable local ssl verification * Variable parameters: - * {json file="filename.json" home="homepage" lang="languages"}: + * {json file="filename.json" home="homepage" lang="languages" local="true"}: * assign (JSONdata)["homepage"] to template variable $home * and (JSONdata)["languages"] to $lang, * compare to: {config_load file="filename.conf" section="homepage"} @@ -29,24 +30,12 @@ */ function smarty_function_json($params, &$smarty) { - - - $larConfigDir = []; + + // gigamaster added local for cacert.pem $params['file'] ??= null; $params['obj2obj'] ??= true; $params['debug'] ??= false; - - //! @gigamaster removed $smarty->getConfigDir(); - //$larConfigDir = $smarty->getConfigDir(); - $lstConfigDir = $larConfigDir[0]; - -/* echo "
    ";
    -    print_r($smarty->template_dir);
    -    echo "
    "; - echo "

    Params

    "; - echo "
    ";
    -    print_r($params);
    -    echo "
    "; */ + $params['local'] ??= false; if (!is_callable('json_decode')) { $smarty->_trigger_fatal_error("{json} requires json_decode() function (PHP 5.2.0+)"); @@ -58,21 +47,34 @@ function smarty_function_json($params, &$smarty) { $smarty->_trigger_fatal_error("{json} parameter 'assign' conflicts with a variable assign parameter (both refer to the same variable)"); } + if ( (parse_url($params['file'], PHP_URL_SCHEME) == "https") && ($params['local'] == true)){ + // $smarty->_trigger_fatal_error("parameter local is true"); + + $arrLocal=array( + "ssl"=>array( + "verify_peer"=>false, + "verify_peer_name"=>false, + ), + ); + $json = file_get_contents($params['file'], false, stream_context_create($arrLocal)); + + } else { + // $smarty->_trigger_fatal_error("parameter 'file' is https but local false"); + + $json = trim(file_get_contents($params['file'])); + } + $assoc = ($params['obj2obj'] == true) ? false : true; - $json = trim(file_get_contents($lstConfigDir . $params['file'])); + $data = json_decode($json, $assoc, 512, JSON_THROW_ON_ERROR); -/* echo "

    Data

    "; - echo "
    ";
    -    print_r($data);
    -    echo "
    "; */ - //! @gigamaster test output debug mode + if ($params['debug'] == true) { echo "
    ";
             print_r($data);
             echo "
    "; } - unset($params['file'], $params['obj2obj'], $params['debug']); + unset($params['file'], $params['obj2obj'], $params['debug'], $params['local']); $assign = []; foreach ($params as $key => $value) { diff --git a/xoops_trust_path/modules/d3forum/templates/block_list_forums.html b/xoops_trust_path/modules/d3forum/templates/block_list_forums.html index df34108df..5f1abf3eb 100644 --- a/xoops_trust_path/modules/d3forum/templates/block_list_forums.html +++ b/xoops_trust_path/modules/d3forum/templates/block_list_forums.html @@ -1,13 +1,13 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - <{foreach item=category from=$block.categories}>
    -
    <{$category.title}>
    +
    + category <{$category.title}>
    -<{/foreach}> +<{/foreach}> \ No newline at end of file diff --git a/xoops_trust_path/modules/d3forum/templates/block_list_posts.html b/xoops_trust_path/modules/d3forum/templates/block_list_posts.html index 913cddda9..4ba4b27a3 100644 --- a/xoops_trust_path/modules/d3forum/templates/block_list_posts.html +++ b/xoops_trust_path/modules/d3forum/templates/block_list_posts.html @@ -4,7 +4,7 @@
      <{foreach item=post from=$block.posts}> -
    1. > +
    2. <{* <{if $post.forum_id == 1}> <{elseif $post.forum_id == 2}> @@ -16,13 +16,21 @@ <{else}> *}> <{* <{/if}> *}> - <{$post.subject}> + + post + + <{$post.subject|truncate:30}> + <{* *}> +
      + <{if $post.guest_name}> <{$post.guest_name}> <{else}> - <{$post.uname}> + <{$post.uname}> <{/if}> - <{$post.post_time_formatted}>
    3. + <{$post.post_time_formatted}> + + <{/foreach}>
    diff --git a/xoops_trust_path/modules/d3forum/templates/block_list_topics.html b/xoops_trust_path/modules/d3forum/templates/block_list_topics.html index 86cf32b87..fd7d89397 100644 --- a/xoops_trust_path/modules/d3forum/templates/block_list_topics.html +++ b/xoops_trust_path/modules/d3forum/templates/block_list_topics.html @@ -1,28 +1,23 @@ -<{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - <{if $block.full_view == true}> - - - + <{foreach item=topic from=$block.topics}> - - <{strip}> - + - - - - -<{/strip}> <{/foreach}> + + + + + +
    <{$block.lang_forum}> <{$block.lang_topic}><{$block.lang_replies}><{$block.lang_views}><{$block.lang_lastpost}>
    C
    - <{$topic.forum_title}>
    + <{$topic.forum_title}> + <{if $block.current_topic_id == $topic.id}> - + <{else}> + <{* displays the last post's subject or topic title *}> <{* <{if $topic.forum_id == 1}> <{elseif $topic.forum_id == 3}> @@ -35,57 +30,72 @@ <{* <{/if}> *}> <{/if}> - - <{if $topic.u2t_marked}><{$block.lang_alt_marked}><{/if}> - <{* displays the last post's subject or topic title *}> - <{if $block.disp_last_subject}> - <{$topic.last_subject}> - <{else}> - <{$topic.title}> - <{/if}> - <{if $block.current_topic_id == $topic.id}><{else}><{/if}> +<{/strip}><{* REMOVE ANY SPACES *}> + <{if $topic.u2t_marked}> + + <{/if}> <{if !$topic.solved}> - - <{$block.lang_alt_unsolved}> - <{/if}> - <{$topic.replies}><{$topic.views}> + + unsolved + + <{/if}> + + <{if isset($block.disp_last_subject)}> + <{$topic.last_subject}> + <{else}> + <{$topic.title}> + <{/if}> + <{if $block.current_topic_id == $topic.id}><{else}><{/if}> +
    + replies <{$topic.replies}> + views <{$topic.views}> + + <{if $topic.guest_name}> <{$topic.guest_name}> <{else}> <{$topic.last_uname}> <{/if}> + <{$topic.last_post_time_formatted}>
    <{$topic.last_post_time_formatted}>
    +
    + + search <{$block.lang_linktosearch}> +   + <{if is_numeric($block.forums)}> + + forum <{$block.lang_linktolisttopics}> + <{else}> + + topics <{$block.lang_linktolisttopics}> + <{/if}> +   + <{if is_numeric($block.categories)}> + + categories <{$block.lang_linktolistforums}> +   + <{/if}> + + Index Forums <{$block.lang_linktolistcategories}> +
    +
    -
    -<{$block.lang_linktosearch}> -  -<{if is_numeric($block.forums)}> -<{$block.lang_linktolisttopics}> <{else}> -<{$block.lang_linktolisttopics}> -<{/if}> -  -<{if is_numeric($block.categories)}> -<{$block.lang_linktolistforums}> -  -<{/if}> -<{$block.lang_linktolistcategories}> -
    - -<{else}> - -
      +
        <{foreach item=topic from=$block.topics}> - class="d3f_currenttopic d3f_block_currenttopic"<{/if}>> + aria-current="true"<{/if}>> + replies + <{$topic.replies}> <{if $block.current_topic_id != $topic.id}> <{* <{if $topic.forum_id == 1}> @@ -98,17 +108,18 @@ <{else}> *}> <{* <{/if}> *}> - <{$topic.title}>(<{$topic.replies}>) + <{$topic.title}> <{else}> - <{$topic.title}>(<{$topic.replies}>) + <{$topic.title}> <{/if}> + <{if $topic.guest_name}> <{$topic.guest_name}> <{else}> <{$topic.last_uname}> <{/if}> - <{$topic.last_post_time_formatted}> + <{$topic.last_post_time_formatted}> + <{/foreach}> -
    - -<{/if}> + +<{/if}> \ No newline at end of file diff --git a/xoops_trust_path/modules/d3forum/templates/comment_listposts_flat.html b/xoops_trust_path/modules/d3forum/templates/comment_listposts_flat.html index bd7ba7815..9f72649de 100644 --- a/xoops_trust_path/modules/d3forum/templates/comment_listposts_flat.html +++ b/xoops_trust_path/modules/d3forum/templates/comment_listposts_flat.html @@ -1,31 +1,9 @@ <{* Dev-Mode Toggle *}> -<{if $xoops_isadmin}>isadmin<{/if}> -
    <{$smarty.template}>
    +<{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> <{if $post_hits > 1}> -<{* ------- Pagination *}> -<{if $pagenav}>{1] -<{include file="db:`$mydirname`_inc_pagination.html"}> -<{/if}> -<{* if $pagenav } > - -<{ /if *}> +
    @@ -122,12 +126,12 @@

    <{* ------- ACTION CONTROL *}> -
    -
    +
    + <{if $post.can_vote || $mod_config.use_vote && ! $post.invisible && $post.approval}> -
    +
    <{if $post.can_vote}> -
    + @@ -135,69 +139,54 @@

    <{/if}> - - + + thumb-up + <{$post.votes_count}> <{/if}> - -
    - chart - <{$smarty.const._MD_D3FORUM_VOTECOUNT}> - <{$post.votes_count}> - <{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}> - <{$post.votes_avg|string_format:"%.2f"}> -
    -

    +
    <{/if}> <{* ------- post actions *}> - -
    + <{* MODULE OPTIONS - print, share *}> +
    <{if $post.can_edit}> - + edit <{/if}> <{* ------- Admin or Moderator *}> <{if $forum.isadminormod}> - + tools <{/if}> <{if !$post.approval && $forum.isadminormod}> - + invisible <{/if}> <{* ------- / Admin or Moderator *}> <{if $post.can_delete}> - - delete + + delete <{/if}> +
    + - <{* ------- /post actions *}> - -
    diff --git a/xoops_trust_path/modules/d3forum/templates/inc_post_form_quick.html b/xoops_trust_path/modules/d3forum/templates/inc_post_form_quick.html index f8d373c18..e2dd3b68d 100644 --- a/xoops_trust_path/modules/d3forum/templates/inc_post_form_quick.html +++ b/xoops_trust_path/modules/d3forum/templates/inc_post_form_quick.html @@ -5,9 +5,9 @@
    - - - + + + <{if isset($external_link_id)}> <{/if}> @@ -17,13 +17,15 @@ diff --git a/xoops_trust_path/modules/d3forum/templates/inc_postorder_links.html b/xoops_trust_path/modules/d3forum/templates/inc_postorder_links.html index 373e73fd3..15a1733fa 100644 --- a/xoops_trust_path/modules/d3forum/templates/inc_postorder_links.html +++ b/xoops_trust_path/modules/d3forum/templates/inc_postorder_links.html @@ -1,42 +1,41 @@ <{* Dev-Mode Toggle *}> <{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> -
    +
    - + diff --git a/xoops_trust_path/modules/d3forum/templates/inc_topicbar.html b/xoops_trust_path/modules/d3forum/templates/inc_topicbar.html index fd341e9d2..5dc3cafdb 100644 --- a/xoops_trust_path/modules/d3forum/templates/inc_topicbar.html +++ b/xoops_trust_path/modules/d3forum/templates/inc_topicbar.html @@ -2,67 +2,38 @@ <{if $xoops_isadmin}>
    <{$smarty.template}>
    <{/if}> - -<{if !$xoops_isuser}> +<{* ----- ALERT NOTIFICATION TOPIC LOCKED ----- *}> +<{if $topic.locked}>
    - - <{* ----- GUEST CAN POST ----- *}> - <{if $forum.can_post}> -

    <{$smarty.const._MD_D3FORUM_GUESTSCANPOST_DESC}>

    - <{else}> -

    <{$smarty.const._MD_D3FORUM_GUESTSCANNOTPOST_DESC}>

    - <{/if}> - + + <{$smarty.const._MD_D3FORUM_TOPICLOCKED_DESC}>
    <{/if}> -<{* strip *}> -
    - - - -<{* ---------- CAPTURE TOPIC ACTION CONTROL *}> -<{capture name="topic_controller"}> - - - - <{* ----- ALERT NOTIFICATION TOPIC LOCKED ----- *}> - <{if $topic.locked}> -
    - - <{$smarty.const._MD_D3FORUM_TOPICLOCKED_DESC}> -
    - <{/if}> - - <{if !$forum.can_post}> -
    -

    <{$smarty.const._MD_D3FORUM_CANTCREATENEWTOPICTHISFORUM}>

    -
    - <{/if}> - - <{if $forum.external_link_format}> -
    - <{$smarty.const._MD_D3FORUM_FORUMASCOMMENT_DESC}> -
    - <{/if}> <{* ----- ACTION - TOPIC ----- *}> -
    - +
    <{* ----- D3 MODULE COMMENT MANAGEMENT ----- *}> - - <{if $forum.can_post}> - - <{$smarty.const._MD_D3FORUM_POSTASNEWTOPICTOTHISFORUM}> - + <{if !$forum.can_post or $forum.external_link_format}> +
    + + + +
    + <{elseif $forum.can_post and !$forum.external_link_format}> + <{/if}> - -
    - + <{if $forum.isadminormod}> + +
    + <{/if}>
    <{* ----- / ACTION - TOPIC ----- *}> -<{/capture}> - -<{* ---------- RENDER CAPTURE *}> -<{if $smarty.capture.topic_controller}> - <{$smarty.capture.topic_controller}> -<{/if}> - -
    <{* /strip *}> diff --git a/xoops_trust_path/modules/d3forum/templates/main_category_form.html b/xoops_trust_path/modules/d3forum/templates/main_category_form.html index b3eb50651..975f3d817 100644 --- a/xoops_trust_path/modules/d3forum/templates/main_category_form.html +++ b/xoops_trust_path/modules/d3forum/templates/main_category_form.html @@ -15,21 +15,22 @@ - <{$gticket_hidden}> + <{$gticket_hidden|default:''}>
    -

    <{$smarty.const._MD_D3FORUM_CATEGORYMANAGER}>

    - - - <{if $xoops_isadmin}> - - <{/if}> +
    +

    <{$formtitle}> + <{* ----- Permissions *}> + <{if $xoops_isadmin}> + + <{/if}> +

    +
    diff --git a/xoops_trust_path/modules/d3forum/templates/main_forum_form.html b/xoops_trust_path/modules/d3forum/templates/main_forum_form.html index 77b71120f..ea4d2ee53 100644 --- a/xoops_trust_path/modules/d3forum/templates/main_forum_form.html +++ b/xoops_trust_path/modules/d3forum/templates/main_forum_form.html @@ -25,9 +25,7 @@ action="<{$mod_url}>/index.php?page=<{$page}>&cat_id=<{$category.id}>&forum_id=<{$forum.id}>" method="post" onsubmit="return xoopsFormValidate_forumform();"> - - <{* Permissions *}> - <{$gticket_hidden}> + <{$gticket_hidden|default:''}>
    @@ -73,26 +71,26 @@

    <{$formtitle}>

    <{$smarty.const._MD_D3FORUM_HELP_EXTERNALLINKFORMAT}>

    + + <{* ----- FORUM OPTIONS *}>

    <{$smarty.const._MD_D3FORUM_TH_FORUMOPTIONS}>

    - <{/if}> @@ -102,7 +100,7 @@

    <{$smarty.const._MD_D3FORUM_TH_FORUMOPTIONS}>

    <{/if}>
    - + <{if $page == 'forummanager'}>
    <{$smarty.const._MD_D3FORUM_TH_FORUMOPTIONS}>

    name="forumman_post" value="<{$smarty.const._SUBMIT}>">
    - + diff --git a/xoops_trust_path/modules/d3forum/templates/main_listcategories.html b/xoops_trust_path/modules/d3forum/templates/main_listcategories.html index 2d3fb6da8..ebc76c374 100644 --- a/xoops_trust_path/modules/d3forum/templates/main_listcategories.html +++ b/xoops_trust_path/modules/d3forum/templates/main_listcategories.html @@ -31,52 +31,53 @@ <{$mod_config.top_message}>
    - <{* ------- Activity Overview *}> -
    - <{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}> <{$total_topics_count}> - <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}> <{$total_posts_count}> - <{$smarty.const._MD_D3FORUM_TIMENOW}> <{$currenttime_formatted}> - <{$smarty.const._MD_D3FORUM_LASTVISIT}> <{$lastvisit_formatted}> - - <{if $mod_config.show_rss}> - - RSS - - <{/if}> -
    + <{* ------- Activity Overview *}> +
    + + info + <{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}> <{$total_topics_count}> + <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}> <{$total_posts_count}> + <{$smarty.const._MD_D3FORUM_TIMENOW}> <{$currenttime_formatted}> + <{$smarty.const._MD_D3FORUM_LASTVISIT}> <{$lastvisit_formatted}> + + <{if $mod_config.show_rss}> + + RSS + + <{/if}> +
    - <{* ------- Top Categories List *}> <{foreach item="category" from=$top_categories}> @@ -106,21 +107,18 @@

    <{* ------- Activity Overview - Category *}> -

    - +

    <{include file="db:`$mydirname`_inc_moderators.html" target=$category}> <{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>: <{$category.topics_count_in_tree}> <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>: <{$category.posts_count_in_tree}> - <{if $mod_config.show_rss}> RSS <{/if}> -

    <{* ------- /Activity Overview - Category *}>
    @@ -133,7 +131,6 @@

    - <{* ---------- Subcategories List H3 subcategory section class=subcategory-id @@ -143,7 +140,6 @@

    <{include file="db:`$mydirname`_inc_category_subcategories.html"}> <{/if}> - <{* ------- Forums List H4 Forums section class=forum-id @@ -152,11 +148,12 @@

    <{include file="db:`$mydirname`_inc_category_forums.html"}> <{/if}> - - + <{* ------- D3 COMMENT SUMMARY *}> -<{include file="db:`$mydirname`_inc_d3comment_summary.html" topic=$d3comment_info}> - - -<{* ------- FORUM TOPIC SORT *}> -
    - -
    - <{$forum_selection_sort|default:''}> - - - - -
    - - <{if $mod_config.use_solved}> - - <{/if}> - - - - - -
    -
    - -
    +<{* include file="db:`$mydirname`_inc_d3comment_summary.html" topic=$d3comment_info *}> <{* ------- Pagination *}> @@ -176,7 +142,7 @@

    <{$forum.title}>

    <{* ----- TOPICS LIST *}> -
    +
    <{foreach item=topic from=$topics}> @@ -196,7 +162,7 @@

    <{$forum.title}>

    -
    +

    <{$topic_icon_alt}> @@ -237,27 +203,25 @@

    - + <{* ------- ACTIVITY OVERVIEW - Forums *}> +

    + <{$topic_hits|string_format:$smarty.const._MD_D3FORUM_FMT_TOPICHITS}> - <{* ------- ACTIVITY OVERVIEW - Forums *}> -

    - <{$topic_hits|string_format:$smarty.const._MD_D3FORUM_FMT_TOPICHITS}> + <{$smarty.const._MD_D3FORUM_REPLIES}> <{$topic.replies}> - <{$smarty.const._MD_D3FORUM_REPLIES}> <{$topic.replies}> + <{$smarty.const._MD_D3FORUM_VIEWS}> <{$topic.views}> - <{$smarty.const._MD_D3FORUM_VIEWS}> <{$topic.views}> - - <{if $mod_config.use_vote}> - <{$smarty.const._MD_D3FORUM_VOTECOUNT}> <{$topic.votes_count}> - <{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}> <{$topic.votes_avg|string_format:"%.2f"}> - <{/if}> -

    - <{* ------- /Activity Overview - Forums *}> + <{if $mod_config.use_vote}> + <{$smarty.const._MD_D3FORUM_VOTECOUNT}> <{$topic.votes_count}> + <{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}> <{$topic.votes_avg|string_format:"%.2f"}> + <{/if}> +

    + <{* ------- /Activity Overview - Forums *}> -

    + <{if $topic.replies>0}> -

    +

    <{$smarty.const._MD_D3FORUM_LASTPOST}> <{$topic.last_post_time_formatted}> - <{if $topic.last_post_gname}> @@ -281,6 +245,7 @@

    <{* ----- /LIST TOPICS *}> + <{* ------- Pagination *}> <{if $pagenav}> @@ -288,35 +253,44 @@

    <{/if}> -<{if $xoops_isuser}> +<{* ------- FORUM TOPIC SORT *}> +
    -<{* ----- FORUM ICONS LEGEND *}> -
    - -
    +
    + <{$forum_selection_sort|default:''}> - + + -<{* /////// NOTIFICATION \\\\\\\ *}> -<{include file='db:legacy_notification_select.html'}> +
    + + <{if $mod_config.use_solved}> + + <{/if}> + + + + + +
    +
    + +
    + + +<{if $xoops_isuser}> <{* ----- FORUM JUMP-BOX *}>
    @@ -335,8 +309,50 @@
    -<{/if}> +<{* /////// NOTIFICATION \\\\\\\ *}> +<{include file='db:legacy_notification_select.html'}> +<{/if}> +<{* ----- MODAL FORUM ICONS LEGEND *}> +
    +
    +
      +
    • = <{$smarty.const._MD_D3FORUM_TOPICNEWPOSTS}>
    • +
    • = <{$smarty.const._MD_D3FORUM_TOPICNEWPOSTS}>
    • +
    • = <{$smarty.const._MD_D3FORUM_TOPICNONEWPOSTS}>
    • +
    • = <{$smarty.const._MD_D3FORUM_TOPICINVISIBLE}>
    • +
    • = <{$smarty.const._MD_D3FORUM_TOPICSTICKY}>
    • +
    +
      +
    • = <{$smarty.const._MD_D3FORUM_TOPICLOCKED}>
    • +
    • = <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}>
    • +
    • = <{$smarty.const._MD_D3FORUM_ALT_SOLVEDYES}>
    • +
    • = <{$smarty.const._MD_D3FORUM_ALT_MARKEDYES}>
    • +
    +
    +
    + \ No newline at end of file diff --git a/xoops_trust_path/modules/d3forum/templates/main_listtopics_over_categories.html b/xoops_trust_path/modules/d3forum/templates/main_listtopics_over_categories.html index d9f13f45a..ca8837e7f 100644 --- a/xoops_trust_path/modules/d3forum/templates/main_listtopics_over_categories.html +++ b/xoops_trust_path/modules/d3forum/templates/main_listtopics_over_categories.html @@ -10,10 +10,10 @@
    • - + home
    • - <{$smarty.const._MD_D3FORUM_TOP}> + forum <{$smarty.const._MD_D3FORUM_TOP}> <{foreach from=$category.paths_raw key=parent_id item=parent_title_raw}>
    • <{$parent_title_raw|escape}> <{/foreach}> @@ -85,14 +85,14 @@

      fi
                 <img src=" alt="<{$topic_icon_alt}>"> <{if $topic.locked}> - <{$smarty.const._MD_D3FORUM_TOPICLOCKED}> + <{$smarty.const._MD_D3FORUM_TOPICLOCKED}> <{/if}> <{if ! $topic.solved}> <{if $topic.forum_isadminormod}> - <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}> + <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}> <{else}> - <{$smarty.const._MD_D3FORUM_ALT_SOLVEDYES}> + <{$smarty.const._MD_D3FORUM_ALT_SOLVEDYES}> <{/if}> <{/if}> <{if $uid && $topic.u2t_marked}> @@ -100,12 +100,11 @@

      fi
                         <img class= <{/if}> <{$topic.title}> - <{$topic.topic_page_jump}> + <{$topic.topic_page_jump}>
      <{if $topic.votes_count > 0}> <{$smarty.const._MD_D3FORUM_VOTECOUNT}>: <{$topic.votes_count}>  <{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}>: <{$topic.votes_avg|string_format:"%.2f"}>  - <{/if}> @@ -115,15 +114,17 @@

      fi
 
             <td class=<{$topic.views}> - <{if $topic.replies>0}><{$topic.last_post_time_formatted}>
      + + <{if $topic.replies>0}><{$topic.last_post_time_formatted}>
      <{if $topic.last_post_gname}> <{$topic.last_post_gname}> <{else}> <{$topic.last_post_uname}> <{/if}> - - <{$topic.last_post_subject}> - +
      + + <{$topic.last_post_subject}> + <{/if}> <{/strip}> @@ -162,17 +163,15 @@

      diff --git a/xoops_trust_path/modules/d3forum/templates/main_post_form.html b/xoops_trust_path/modules/d3forum/templates/main_post_form.html index 1b1912583..ee9c98446 100644 --- a/xoops_trust_path/modules/d3forum/templates/main_post_form.html +++ b/xoops_trust_path/modules/d3forum/templates/main_post_form.html @@ -5,12 +5,12 @@

    - - - - - - - - -
    - <{if $ispreview}> - -
    -
    - - <{$smarty.const._PREVIEW}> -
    -

    <{$preview_subject}>

    -
    - <{$preview_message}>
    -
    -
    - Cancel - -
    -
    -
    -
    - <{/if}> - <{$antispam.html_in_form|default:''}> + +
    + +<{/if}> +<{$antispam.html_in_form|default:''}> + <{* Start Form Validation JavaScript *}> <{* End Form Validation JavaScript *}> diff --git a/xoops_trust_path/modules/d3forum/templates/main_viewpost.html b/xoops_trust_path/modules/d3forum/templates/main_viewpost.html index d42b6e883..7d77d3c3b 100644 --- a/xoops_trust_path/modules/d3forum/templates/main_viewpost.html +++ b/xoops_trust_path/modules/d3forum/templates/main_viewpost.html @@ -17,9 +17,28 @@ <{/if}> -<{include file="db:`$mydirname`_inc_d3comment_summary.html"}> +
    +
    +

    + <{$icon_meanings[$post.icon]}> + <{$post.subject}> +

    +
    + <{* /////// SUMMARY \\\\\\\ *}> + <{if $forum.external_link_format}> + <{include file="db:`$mydirname`_inc_d3comment_summary.html"}> + <{/if}> + + <{* ------- TOPIC NEW and ACTIONS *}> +
    + <{include file="db:`$mydirname`_inc_topicbar.html"}> +
    + +
    -
    +<{* ------- TOPIC LINK + LIST TREE *}> + +
    + + -
    +<{* /////// INCLUDE EACH POST \\\\\\\ *}> <{include file="db:`$mydirname`_inc_eachpost.html" caller="viewpost" inner_link_format="`$mod_url`/index.php?post_id=%s"}> -
    - -
    - -<{* /////// QUICK REPLY \\\\\\\ *}> -<{if $post.can_reply}> - <{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$uname h2_title=$smarty.const._MD_D3FORUM_REPLYTHISPOST quick_form_mode="reply" subject_raw=$post.subject_raw}> -<{/if}> - - <{* /////// POST TREE \\\\\\\ *}> -

    - -
    - - <{/if}> - <{* ------- End external topic list tree *}> -<{* /////// NOTIFICATION \\\\\\\ *}> +<{* /////// QUICK REPLY \\\\\\\ *}> + +<{if $post.can_reply}> + <{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$uname h2_title=$smarty.const._MD_D3FORUM_REPLYTHISPOST quick_form_mode="reply" subject_raw=$post.subject_raw}> +<{/if}> + <{if $xoops_isadmin}> + +<{* /////// NOTIFICATION \\\\\\\ *}> <{include file='db:system_notification_select.html'}> -<{/if}> + <{* ----- Forum Jumpbox *}>
    @@ -190,3 +204,5 @@
    + +<{/if}> diff --git a/xoops_trust_path/settings/site_default.ini b/xoops_trust_path/settings/site_default.ini index b56876996..d7614975e 100644 --- a/xoops_trust_path/settings/site_default.ini +++ b/xoops_trust_path/settings/site_default.ini @@ -2,8 +2,8 @@ Root=XOOPS_ROOT_PATH Controller=Legacy_Controller SystemModules=legacy,legacyRender,user,profile,stdCache,altsys,message,protector -RecommendedModules=xelfinder,ckeditor4,page -; d3forum,pico,xupdate ; +RecommendedModules=xelfinder,ckeditor4,d3forum,page +; pico,xupdate ; RoleManager=Legacy_RoleManager Salt=XOOPS_SALT