From: <be...@us...> - 2013-10-22 21:52:01
|
Revision: 12193 http://sourceforge.net/p/xoops/svn/12193 Author: beckmi Date: 2013-10-22 21:51:58 +0000 (Tue, 22 Oct 2013) Log Message: ----------- fixed two templates (bleekk) Modified Paths: -------------- XoopsModules/publisher/trunk/publisher/docs/changelog.txt XoopsModules/publisher/trunk/publisher/templates/publisher_display_full.html XoopsModules/publisher/trunk/publisher/templates/publisher_display_summary.html XoopsModules/publisher/trunk/publisher/xoops_version.php Modified: XoopsModules/publisher/trunk/publisher/docs/changelog.txt =================================================================== --- XoopsModules/publisher/trunk/publisher/docs/changelog.txt 2013-10-22 17:13:44 UTC (rev 12192) +++ XoopsModules/publisher/trunk/publisher/docs/changelog.txt 2013-10-22 21:51:58 UTC (rev 12193) @@ -1,3 +1,6 @@ +<strong><u>=> Version 1.01 Final (2013-10-22)</u></strong> +- fixed two templates (bleekk) + <strong><u>=> Version 1.0 Final (2013-07-18)</u></strong> - added missing URL for doc image in \blocks\items_spot.php Modified: XoopsModules/publisher/trunk/publisher/templates/publisher_display_full.html =================================================================== --- XoopsModules/publisher/trunk/publisher/templates/publisher_display_full.html 2013-10-22 17:13:44 UTC (rev 12192) +++ XoopsModules/publisher/trunk/publisher/templates/publisher_display_full.html 2013-10-22 21:51:58 UTC (rev 12193) @@ -1,30 +1,57 @@ <{include file='db:publisher_header.html'}> -<!-- if we are on the index page OR inside a category that has subcats OR (inside a category with no subcats AND $display_category_summary is set to TRUE), let's display the summary table ! //--><{if $indexpage || $category.subcats || ($category && $display_category_summary)}> +<!-- if we are on the index page OR inside a category that has subcats OR (inside a category with no subcats + AND $display_category_summary is set to TRUE), let's display the summary table ! //--> -<{if $collapsable_heading == 1}> -<div class="publisher_collaps_title"> - <a href='javascript:;' onclick="toggle('toptable'); toggleIcon('toptableicon')"><img id='toptableicon' src='<{$publisher_url}>/images/links/close12.gif' alt=''/></a> <{$lang_category_summary}> -</div> -<div id='toptable'> - <span class="publisher_collaps_info""><{$lang_category_summary}></span> <!-- Content under the collapsable bar //--> <{/if}> +<{if $indexpage || $category.subcats || ($category && $display_category_summary)}> - <{include file='db:publisher_categories_table.html'}> + <{if $collapsable_heading == 1}> + <div class="publisher_collaps_title"> + <a href='javascript:;' onclick="toggle('toptable'); toggleIcon('toptableicon')"> + <img id='toptableicon' src='<{$publisher_url}>/images/links/close12.gif' alt=''/> + </a> + <{$lang_category_summary}> + </div> + <div id='toptable'> + <span class="publisher_collaps_info"> + <{$lang_category_summary}> + </span> + <!-- Content under the collapsable bar //--> + <{/if}> + + <{include file='db:publisher_categories_table.html'}> + + <{if $collapsable_heading == 1}> + </div> + <{/if}> + <br/><!-- End of if !$category || $category.subcats || ($category && $display_category_summary) //--> +<{/if}> +<{if $items}> + <{if $collapsable_heading == 1}> + <div class="publisher_collaps_title"> + <a href='javascript:;' onclick="toggle('bottomtable'); toggleIcon('bottomtableicon')";> + <img id='bottomtableicon' src='<{$publisher_url}>/images/links/close12.gif' alt=''/> + </a> + <{$lang_items_title}> + </div> + <div id='bottomtable'> + <span class="publisher_collaps_info"> + <{$smarty.const._MD_PUBLISHER_ITEMS_INFO}> + </span> + <{/if}> + <div align="right"><{$navbar}></div> + + <!-- Start item loop --> + <{foreach item=item from=$items}> + <{include file="db:publisher_singleitem.html" item=$item}> + <{/foreach}> <!-- End item loop --> + + <div align="right"><{$navbar}></div> + + <{if $collapsable_heading == 1}> + </div> + <{/if}><!-- end of if $items --> - <{if $collapsable_heading == 1}> -</div> <{/if}> -<br/><!-- End of if !$category || $category.subcats || ($category && $display_category_summary) //--><{/if}><{if $items}> <{if $collapsable_heading == 1}> -<div class="publisher_collaps_title"> - <a href='javascript:;' onclick="toggle('bottomtable'); toggleIcon('bottomtableicon')";><img id='bottomtableicon' src='<{$publisher_url}>/images/links/close12.gif' alt=''/></a> <{$lang_items_title}> -</div> -<div id='bottomtable'> - <span class="publisher_collaps_info"><{$smarty.const._MD_PUBLISHER_ITEMS_INFO}></span> <{/if}> - <div align="right"><{$navbar}></div> +<{/if}> - <!-- Start item loop --> <{foreach item=item from=$items}> <{include file="db:publisher_singleitem.html" item=$item}> <{/foreach}> <!-- End item loop --> - - <div align="right"><{$navbar}></div> - <{if $collapsable_heading == 1}> -</div> <{/if}><!-- end of if $items --> <{/if}> - <{include file='db:publisher_footer.html'}> \ No newline at end of file Modified: XoopsModules/publisher/trunk/publisher/templates/publisher_display_summary.html =================================================================== --- XoopsModules/publisher/trunk/publisher/templates/publisher_display_summary.html 2013-10-22 17:13:44 UTC (rev 12192) +++ XoopsModules/publisher/trunk/publisher/templates/publisher_display_summary.html 2013-10-22 21:51:58 UTC (rev 12193) @@ -1,60 +1,90 @@ <{include file='db:publisher_header.html'}> -<!-- if we are on the index page OR inside a category that has subcats OR (inside a category with no subcats AND $display_category_summary is set to TRUE), let's display the summary table ! //--><{if $indexpage || $category.subcats || ($category && $display_category_summary)}> +<!-- if we are on the index page OR inside a category that has subcats OR + (inside a category with no subcats AND $display_category_summary is set to TRUE), + let's display the summary table ! //--> -<!-- let's begin the display of the other display type --> <{if $collapsable_heading == 1}> -<div class="publisher_collaps_title"> - <a href='javascript:;' onclick="toggle('toptable'); toggleIcon('toptableicon')"><img id='toptableicon' src='<{$publisher_url}>/images/links/close12.gif' alt=''/></a> <{$lang_category_summary}> -</div> -<div id='toptable'> - <span class="publisher_collaps_info""><{$lang_category_summary}></span> <!-- Content under the collapsable bar //--> <{/if}> +<{if $indexpage || $category.subcats || ($category && $display_category_summary)}> - <{include file='db:publisher_categories_table.html'}> + <!-- let's begin the display of the other display type --> + <{if $collapsable_heading == 1}> + <div class="publisher_collaps_title"> + <a href='javascript:;' onclick="toggle('toptable'); toggleIcon('toptableicon')"> + <img id='toptableicon' src='<{$publisher_url}>/images/links/close12.gif' alt=''/> + </a> <{$lang_category_summary}> + </div> + <div id='toptable'> + <span class="publisher_collaps_info"> + <{$lang_category_summary}> + </span> + <!-- Content under the collapsable bar //--> + <{/if}> + + <{include file='db:publisher_categories_table.html'}> + + <{if $collapsable_heading == 1}> + </div> + <{/if}> + <br/> +<!-- End of if !$category || $category.subcats || ($category && $display_category_summary) //--> +<{/if}> +<{if $items}> + <{if $collapsable_heading == 1}> + <div class="publisher_collaps_title"> + <a href='javascript:;' onclick="toggle('bottomtable'); toggleIcon('bottomtableicon')";> + <img id='bottomtableicon' src='<{$publisher_url}>/images/links/close12.gif' alt=''/> + </a> <{$lang_items_title}> + </div> + <div id='bottomtable'> + <span class="publisher_collaps_info"> + <{$smarty.const._MD_PUBLISHER_ITEMS_INFO}> + </span> + <{/if}> + <div align="right"><{$navbar}></div> + <table border="0" width="90%" cellspacing="1" cellpadding="3" align="center" class="outer"> + <tr> + <td align="left" class="itemHead" width='60%'> + <strong><{$smarty.const._CO_PUBLISHER_TITLE}></strong> + </td> + <{if $display_date_col == 1}> + <td align="center" class="itemHead" width="30%"> + <strong><{$smarty.const._MD_PUBLISHER_DATESUB}></strong> + </td> + <{/if}> + <{if $display_hits_col == 1}> + <td align="center" class="itemHead" width="10%"> + <strong><{$smarty.const._MD_PUBLISHER_HITS}></strong> + </td> + <{/if}> + </tr> + <!-- Start item loop --> + <{foreach item=item from=$items}> + <tr> + <td class="even" align="left"> + <strong><{$item.titlelink}></strong> + <{if $show_subtitle && $item.subtitle}> + <br /> + <em><{$item.subtitle}></em> + <{/if}> + </td> + <{if $display_date_col == 1}> + <td class="odd" align="left"> + <div align="center"><{$item.datesub}></div> + </td> + <{/if}> + <{if $display_hits_col == 1}> + <td class="odd" align="left"> + <div align="center"><{$item.counter}></div> + </td> + <{/if}> + </tr> + <{/foreach}> <!-- End item loop --> + <tr></tr> + </table> + <div align="right"><{$navbar}></div> + <{if $collapsable_heading == 1}> + </div> + <{/if}><!-- end of if $items --> +<{/if}> - <{if $collapsable_heading == 1}> -</div> <{/if}> -<br/><!-- End of if !$category || $category.subcats || ($category && $display_category_summary) //--><{/if}><{if $items}> <{if $collapsable_heading == 1}> -<div class="publisher_collaps_title"> - <a href='javascript:;' onclick="toggle('bottomtable'); toggleIcon('bottomtableicon')";><img id='bottomtableicon' src='<{$publisher_url}>/images/links/close12.gif' alt=''/></a> <{$lang_items_title}> -</div> -<div id='bottomtable'> - <span class="publisher_collaps_info"><{$smarty.const._MD_PUBLISHER_ITEMS_INFO}></span> <{/if}> - <div align="right"><{$navbar}></div> - <table border="0" width="90%" cellspacing="1" cellpadding="3" align="center" class="outer"> - <tr> - <td align="left" class="itemHead" width='60%'> - <strong><{$smarty.const._CO_PUBLISHER_TITLE}></strong></td> - <{if $display_date_col == 1}> - <td align="center" class="itemHead" width="30%"> - <strong><{$smarty.const._MD_PUBLISHER_DATESUB}></strong></td> - <{/if}> <{if $display_hits_col == 1}> - <td align="center" class="itemHead" width="10%"> - <strong><{$smarty.const._MD_PUBLISHER_HITS}></strong></td> - <{/if}> - </tr> - <!-- Start item loop --> <{foreach item=item from=$items}> - <tr> - <td class="even" align="left"> - <strong><{$item.titlelink}></strong> - <{if $show_subtitle && $item.subtitle}> - <br /><em><{$item.subtitle}></em> - <{/if}> - </td> - <{if $display_date_col == 1}> - <td class="odd" align="left"> - <div align="center"><{$item.datesub}></div> - </td> - <{/if}> <{if $display_hits_col == 1}> - <td class="odd" align="left"> - <div align="center"><{$item.counter}></div> - </td> - <{/if}> - </tr> - <{/foreach}> <!-- End item loop --> - <tr></tr> - </table> - <div align="right"><{$navbar}></div> - <{if $collapsable_heading == 1}> -</div> <{/if}><!-- end of if $items --> <{/if}> - <{include file='db:publisher_footer.html'}> \ No newline at end of file Modified: XoopsModules/publisher/trunk/publisher/xoops_version.php =================================================================== --- XoopsModules/publisher/trunk/publisher/xoops_version.php 2013-10-22 17:13:44 UTC (rev 12192) +++ XoopsModules/publisher/trunk/publisher/xoops_version.php 2013-10-22 21:51:58 UTC (rev 12193) @@ -23,7 +23,7 @@ xoops_load('XoopsLocal'); $modversion['name'] = _MI_PUBLISHER_MD_NAME; -$modversion['version'] = 1.0; +$modversion['version'] = 1.01; $modversion['description'] = _MI_PUBLISHER_MD_DESC; $modversion['author'] = "Trabis (www.Xuups.com)"; $modversion['credits'] = "w4z004, hsalazar, Mithrandir, fx2024, Ackbarr, Mariuss, Marco, Michiel, phppp, outch, Xvitry, Catzwolf, Shine, McDonald, trabis, Mowaffak, Bandit-x, Shiva"; @@ -53,9 +53,9 @@ $modversion['developer_website_url'] = "http://www.xuups.com"; $modversion['developer_website_name'] = "Xoops User Utilities"; $modversion['developer_email'] = "lus...@gm..."; -$modversion['status_version'] = "Final"; -$modversion['status'] = "Final"; -$modversion['date'] = "2011-12-04"; +$modversion['status_version'] = "Beta 1"; +$modversion['status'] = "Beta 1"; +$modversion['date'] = "2013-10-22"; //$modversion['warning'] = _MI_PUBLISHER_WARNING_BETA; @@ -79,8 +79,8 @@ //about -$modversion['release_date'] = '2013/07/18'; -$modversion['module_status'] = "Final"; +$modversion['release_date'] = '2013/10/22'; +$modversion['module_status'] = "Beta 1"; $modversion['min_php'] = '5.2.0'; $modversion['min_xoops'] = '2.5.6'; $modversion['min_db'] = array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7'); |