|
From: <be...@us...> - 2014-03-08 10:42:54
|
Revision: 12364
http://sourceforge.net/p/xoops/svn/12364
Author: beckmi
Date: 2014-03-08 10:42:48 +0000 (Sat, 08 Mar 2014)
Log Message:
-----------
Replacing deprecated HTML tags
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/obituaries/obituaries_users.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_items_new.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_items_spot.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_latest_files.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_display_list.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_display_wfsection.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_item.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/xoops_and_module_changes/modules/publisher/item.php
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/xoops_and_module_changes/modules/publisher/search.php
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/blocks/xoopstube_block_random_h.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_index.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_singlevideo.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_topten.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_viewcat.html
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/obituaries/obituaries_users.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/obituaries/obituaries_users.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/obituaries/obituaries_users.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -1,13 +1,13 @@
<style type="text/css">
.heyula { list-style: none; margin: 0; padding: 0; }
-.heyula li {width: 10%; float: left;}
+.heyula li {width: 10%; float: left;}
</style>
<{if count($obituaries_users) > 0}>
<ol class="breadcrumb">
<li><a href="index.php"><{$breadcrumb}></a></li>
</ol>
-
+
<p align="center">
<a href="<{$xoops_url}>/modules/obituaries/index.php"><img src="<{$xoops_url}>/modules/obituaries/images/logo.png" alt="" class="img-thumbnail" /></a>
</p>
@@ -20,25 +20,25 @@
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
-
+
<{if trim($obituaries_user.obituaries_full_imgurl) != ''}>
- <img src="<{$obituaries_user.obituaries_full_imgurl}>" alt="<{$obituaries_user.obituaries_href_title}>" class="img-thumbnail">
+ <img src="<{$obituaries_user.obituaries_full_imgurl}>" alt="<{$obituaries_user.obituaries_href_title}>" class="img-thumbnail">
<{elseif trim($obituaries_user.obituaries_user_user_avatar) != ''}>
- <img src="<{$xoops_url}>/uploads/<{$obituaries_user.obituaries_user_user_avatar}>" alt="<{$obituaries_user.obituaries_href_title}>" class="img-thumbnail" />
+ <img src="<{$xoops_url}>/uploads/<{$obituaries_user.obituaries_user_user_avatar}>" alt="<{$obituaries_user.obituaries_href_title}>" class="img-thumbnail" />
<{else}>
- <img src="<{$xoops_url}>/modules/obituaries/images/nophoto.jpg" alt="<{$obituaries_user.obituaries_href_title}>" width="130" class="img-thumbnail" />
- <{/if}>
-
+ <img src="<{$xoops_url}>/modules/obituaries/images/nophoto.jpg" alt="<{$obituaries_user.obituaries_href_title}>" width="130" class="img-thumbnail" />
+ <{/if}>
+
<div class="caption">
- <center><h3><a href="<{$smarty.const.OBITUARIES_URL}>user.php?obituaries_id=<{$obituaries_user.obituaries_id}>" title="<{$obituaries_user.obituaries_href_title}>"><{$obituaries_user.obituaries_fullname}></a></h3></center>
- <center> <p><span class="glyphicon glyphicon-calendar"></span> <span class="label label-danger"><{$obituaries_user.obituaries_formated_date}></span> <span class="label label-success"><a href="<{$smarty.const.OBITUARIES_URL}>user.php?obituaries_id=<{$obituaries_user.obituaries_id}>" title="<{$obituaries_user.obituaries_href_title}>">more</a></span></p></center>
+ <div style="text-align: center;"><h3><a href="<{$smarty.const.OBITUARIES_URL}>user.php?obituaries_id=<{$obituaries_user.obituaries_id}>" title="<{$obituaries_user.obituaries_href_title}>"><{$obituaries_user.obituaries_fullname}></a></h3></div>
+ <div style="text-align: center;"> <p><span class="glyphicon glyphicon-calendar"></span> <span class="label label-danger"><{$obituaries_user.obituaries_formated_date}></span> <span class="label label-success"><a href="<{$smarty.const.OBITUARIES_URL}>user.php?obituaries_id=<{$obituaries_user.obituaries_id}>" title="<{$obituaries_user.obituaries_href_title}>">more</a></span></p></div>
</div>
</div>
</br>
</div>
-
-
+
+
<{/foreach}>
</ul>
<{else}>
@@ -52,4 +52,3 @@
-
\ No newline at end of file
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_items_new.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_items_new.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_items_new.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -1,17 +1,17 @@
<table class"table" cellpadding="0" cellspacing="0" border="0">
<{foreach item=newitems from=$block.newitems}>
- <tr class="<{cycle values="even,odd"}>">
+ <tr class="<{cycle values="even,odd"}>">
<{if $newitems.image}>
<td style="padding: 5px 0" width="120px">
<img style="padding: 1px; margin: 2px; border: 1px solid #c3c3c3" width="110" src="<{$newitems.image}>" title="<{$newitems.image_name}>" alt="<{$newitems.image_name}>" />
</td>
<{/if}>
<td>
- <strong><{$newitems.link}></strong>
- <br />
- <font style="padding: 3px 16px 0 0; font-size: 11px"><span class="glyphicon glyphicon-user"></span> <{$newitems.poster}></font>
+ <strong><{$newitems.link}></strong>
+ <br />
+ <span style="padding: 3px 16px 0 0; font-size: 11px"><span class="glyphicon glyphicon-user"></span> <{$newitems.poster}></span>
<{if $block.show_order == '1'}>
- <font style="padding: 3px 16px 0 0; font-size: 11px"><span class="glyphicon glyphicon-calendar"></span><{$newitems.new}></font>
+ <span style="padding: 3px 16px 0 0; font-size: 11px"><span class="glyphicon glyphicon-calendar"></span><{$newitems.new}></span>
<{/if}>
</td>
</tr>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_items_spot.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_items_spot.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_items_spot.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -9,27 +9,27 @@
<{if $block.display_type=='block'}>
<{foreach item=item from=$block.items}>
- <{include file="db:publisher_singleitem_block.html" item=$item}>
+ <{include file="db:publisher_singleitem_block.html" item=$item}>
<{/foreach}>
-<{else}>
+<{else}>
<{foreach item=item from=$block.items name=spotlight}>
<{if $item.summary != ''}>
<div class="spot_publisher_items_list" >
<div class="article_wf_title">
<h3><{$item.titlelink}></h3>
- <font>
+ <span>
<span class="glyphicon glyphicon-tag"></span> <{$item.category}>
- </font>
- <font>
+ </span>
+ <span>
<span class="glyphicon glyphicon-user"></span> <{$item.who}>
- </font>
- <font>
+ </span>
+ <span>
<span class="glyphicon glyphicon-calendar"></span> <{$item.when}>
- </font>
- <font>
+ </span>
+ <span>
<span class="glyphicon glyphicon-comment"></span> <{$item.comments}>
- </font>
+ </span>
</div>
<{if $item.image_path}>
<div class="spot_article_wf_img">
@@ -39,7 +39,7 @@
<div class="article_wf_summary">
<{$item.summary}>
</div>
-
+
<{if $block.truncate}>
<div class="pull-right" style="margin-top: 15px;">
<a href="<{$item.itemurl}>" class="btn btn-primary btn-xs">
@@ -47,9 +47,9 @@
</a>
</div>
<{/if}>
- <div style="clear: both"></div>
+ <div style="clear: both"></div>
</div>
-
- <{/if}>
+
+ <{/if}>
<{/foreach}>
<{/if}>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_latest_files.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_latest_files.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/blocks/publisher_latest_files.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -2,9 +2,9 @@
<{foreach item=file from=$block.files}>
<li class="list-group-item">
<{$file.link}>
- <font style="padding-left: 16px">
+ <span style="padding-left: 16px">
<small><span class="glyphicon glyphicon-calendar"></span> <{$file.new}></small>
- </font>
+ </span>
</li>
<{/foreach}>
-</ul>
\ No newline at end of file
+</ul>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_display_list.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_display_list.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_display_list.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -8,12 +8,12 @@
</div>
<{/if}>
- <{include file='db:publisher_categories_table.html'}>
+ <{include file='db:publisher_categories_table.html'}>
<!-- End of if !$category || $category.subcats || ($category && $display_category_summary) //-->
<{/if}>
<h4 class="pub_last_articles_list"><span class="glyphicon glyphicon-chevron-right"></span> <{$lang_items_title}></h4>
<div class="publisher_items_list_">
- <{if $items}>
+ <{if $items}>
<{foreach item=item from=$items}>
<div class="article_list">
<{if $item.image_path}>
@@ -26,19 +26,19 @@
<div class="article_list_summary">
<div class="article_list_title">
<h3><{$item.titlelink}></h3>
- <font>
+ <span>
<span class="glyphicon glyphicon-tag"></span> <{$item.category}>
- </font>
- <font>
+ </span>
+ <span>
<span class="glyphicon glyphicon-user"></span> <{$item.who}>
- </font>
- <font>
+ </span>
+ <span>
<span class="glyphicon glyphicon-calendar"></span> <{$item.when}>
- </font>
- <font>
+ </span>
+ <span>
<span class="glyphicon glyphicon-comment"></span> <{$item.comments}>
- </font>
- </div>
+ </span>
+ </div>
</div>
<div class="clearfix"></div>
@@ -51,7 +51,7 @@
<{$press_room_footer}>
-<{/if}>
-<!-- end of if $items -->
-
+<{/if}>
+<!-- end of if $items -->
+
<{include file='db:publisher_footer.html'}>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_display_wfsection.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_display_wfsection.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_display_wfsection.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -8,30 +8,30 @@
</div>
<{/if}>
- <{include file='db:publisher_categories_table.html'}>
+ <{include file='db:publisher_categories_table.html'}>
<!-- End of if !$category || $category.subcats || ($category && $display_category_summary) //-->
<{/if}>
<h4 class="pub_last_articles_wf">
<span class="glyphicon glyphicon-chevron-right"></span> <{$lang_items_title}>
</h4>
<div class="publisher_items_list_">
- <{if $items}>
+ <{if $items}>
<{foreach item=item from=$items}>
<div class="article_wf">
<div class="article_wf_title">
<h3><{$item.titlelink}></h3>
- <font>
+ <span>
<span class="glyphicon glyphicon-tag"></span> <{$item.category}>
- </font>
- <font>
+ </span>
+ <span>
<span class="glyphicon glyphicon-user"></span> <{$item.who}>
- </font>
- <font>
+ </span>
+ <span>
<span class="glyphicon glyphicon-calendar"></span> <{$item.when}>
- </font>
- <font>
+ </span>
+ <span>
<span class="glyphicon glyphicon-comment"></span> <{$item.comments}>
- </font>
+ </span>
</div>
<{if $item.image_path}>
<div class="article_wf_img">
@@ -54,7 +54,7 @@
<{$press_room_footer}>
-<{/if}>
-<!-- end of if $items -->
-
+<{/if}>
+<!-- end of if $items -->
+
<{include file='db:publisher_footer.html'}>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_item.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_item.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/publisher_item.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -16,14 +16,14 @@
singleItem : true,
autoHeight : true,
transitionStyle:"fade"
-
+
// "singleItem:true" is a shortcut for:
- // items : 1,
+ // items : 1,
// itemsDesktop : false,
// itemsDesktopSmall : false,
// itemsTablet: false,
// itemsMobile : false
-
+
});
});
</script>
@@ -32,23 +32,23 @@
<header>
<h2>
<{$item.titlelink}>
- <font style="font-size: 11px; padding: 0; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
+ <span style="font-size: 11px; padding: 0; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
<span class="glyphicon glyphicon-tag"></span> <{$item.category}>
- </font>
- <font style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
+ </span>
+ <span style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
<span class="glyphicon glyphicon-user"></span> <{$item.who}>
- </font>
- <font style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
+ </span>
+ <span style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
<span class="glyphicon glyphicon-calendar"></span> <{$item.when}>
- </font>
- <font style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
+ </span>
+ <span style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
<span class="glyphicon glyphicon-comment"></span> <{$item.comments}>
- </font>
+ </span>
</h2>
-
+
<{if $show_subtitle && $item.subtitle}>
<h5><{$item.subtitle}></h5>
- <{/if}>
+ <{/if}>
</header>
<{if $item.image_path || $item.images}>
<figure>
@@ -71,7 +71,7 @@
<div>
<{$item.maintext}>
</div>
-
+
</div>
<{if $pagenav}>
<div class="pub_pagenav text-right">
@@ -90,14 +90,14 @@
</div>
<div class="clearfix"></div>
</div>
-
+
<{if $itemfooter}>
<div class="panel-footer">
<small><{$itemfooter}></small>
</div>
<{/if}>
-
-
+
+
<!-- Attached Files -->
<{if $item.files}>
<table class="table table-bordered table-condensed" style="margin: 15px 0">
@@ -115,27 +115,27 @@
<{if $file.mod}>
<a href="<{$publisher_url}>/file.php?op=mod&fileid=<{$file.fileid}>">
<img src="<{$publisher_url}>/images/links/edit.gif" title="<{$smarty.const._CO_PUBLISHER_EDITFILE}>" alt="<{$smarty.const._CO_PUBLISHER_EDITFILE}>" /></a>
-
+
<a href="<{$publisher_url}>/file.php?op=del&fileid=<{$file.fileid}>">
<img src="<{$publisher_url}>/images/links/delete.png" title="<{$smarty.const._CO_PUBLISHER_DELETEFILE}>" alt="<{$smarty.const._CO_PUBLISHER_DELETEFILE}>" /></a>
<{/if}>
<a href="<{$publisher_url}>/visit.php?fileid=<{$file.fileid}>" target="_blank">
<img src="<{$publisher_url}>/images/links/file.gif" title="<{$lang_download_file}>" alt="<{$smarty.const._MD_PUBLISHER_DOWNLOAD_FILE}>" /> <strong><{$file.name}></strong>
</a>
-
+
<div style="font-size:12px;"><{$file.description}></div>
-
+
</td>
<td><{$file.datesub}></td>
<td><{$file.hits}></td>
</tr>
<{/foreach}>
-
+
</tbody>
</table>
<{/if}>
<!-- End Attached Files -->
-
+
<!-- Items by same Author -->
<{if $perm_author_items && $item.uid != 0}>
<div class="pub_article_extras">
@@ -147,7 +147,7 @@
</div>
<{/if}>
<!-- END Items by same Author -->
-
+
<!-- Other articles in the category -->
<{if $other_items == "previous_next"}>
<{if $previous_item_link || $next_item_link}>
@@ -155,9 +155,9 @@
<div class="pull-left">
<a href="<{$previous_item_url}>">
<img style="vertical-align: middle;" src="<{$publisher_images_url}>/links/previous.gif" title="<{$smarty.const._MD_PUBLISHER_PREVIOUS_ITEM}>" alt="<{$smarty.const._MD_PUBLISHER_PREVIOUS_ITEM}>" />
- </a>
+ </a>
<{$previous_item_link}>
- </div>
+ </div>
<{/if}>
<{if $next_item_link}>
<div class="text-right">
@@ -188,20 +188,20 @@
<td class="even" align="left"><{$item.titlelink}></td>
<{if $display_date_col == 1}>
<td style="text-align: center"><{$item.datesub}></td>
- <{/if}>
+ <{/if}>
<{if $display_hits_col == 1}>
<td style="text-align: center"><{$item.counter}></td>
<{/if}>
</tr>
- <{/foreach}>
+ <{/foreach}>
<!-- End item loop -->
</tbody>
</table>
<{/if}>
<!-- END Other articles in the category -->
-
+
<{if $tagbar}>
<p><{include file="db:tag_bar.html"}></p>
-<{/if}>
+<{/if}>
-<{include file='db:publisher_footer.html'}>
\ No newline at end of file
+<{include file='db:publisher_footer.html'}>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/xoops_and_module_changes/modules/publisher/item.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/xoops_and_module_changes/modules/publisher/item.php 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/xoops_and_module_changes/modules/publisher/item.php 2014-03-08 10:42:48 UTC (rev 12364)
@@ -222,4 +222,4 @@
}
$xoopsTpl->assign('item', $item);
-include_once XOOPS_ROOT_PATH . '/footer.php';
\ No newline at end of file
+include_once XOOPS_ROOT_PATH . '/footer.php';
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/xoops_and_module_changes/modules/publisher/search.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/xoops_and_module_changes/modules/publisher/search.php 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/publisher/xoops_and_module_changes/modules/publisher/search.php 2014-03-08 10:42:48 UTC (rev 12364)
@@ -256,4 +256,3 @@
}
include XOOPS_ROOT_PATH . "/footer.php";
-?>
\ No newline at end of file
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/blocks/xoopstube_block_random_h.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/blocks/xoopstube_block_random_h.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/blocks/xoopstube_block_random_h.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -5,20 +5,20 @@
<span>
<a href="<{$xoops_url}>/modules/<{$videorandomh.dirname}>/singlevideo.php?cid=<{$videorandomh.cid}>&lid=<{$videorandomh.id}>">
<div class="img-thumbnail"><{$videorandomh.videothumb}></div>
-
+
</a>
</span>
</br>
</br>
<span>
<a href="<{$xoops_url}>/modules/<{$videorandomh.dirname}>/singlevideo.php?cid=<{$videorandomh.cid}>&lid=<{$videorandomh.id}>">
- <font style="font-size: 14px; padding: 0; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
+ <span style="font-size: 14px; padding: 0; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8">
<span class="label label-warning"> <{$videorandomh.title}></span>
- </font>
+ </span>
</a>
</span>
</br>
</div>
<{/foreach}>
-</div>
\ No newline at end of file
+</div>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_index.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_index.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_index.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -1,7 +1,7 @@
<link rel="stylesheet" type="text/css" href="<{$smarty.const.xoopstube_url}>/xtubestyle.css"/>
<{if $catarray.imageheader != ""}>
<br/>
-<center><div class="img-thumbnail"><{$catarray.imageheader}></div></center>
+<div style="text-align: center;"><div class="img-thumbnail"><{$catarray.imageheader}></div></div>
<{/if}>
<{if $catarray.indexheading != ""}>
@@ -83,4 +83,4 @@
<{/if}>
<{/if}>
-<{include file="db:system_notification_select.html"}>
\ No newline at end of file
+<{include file="db:system_notification_select.html"}>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_singlevideo.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_singlevideo.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_singlevideo.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="<{$smarty.const.xoopstube_url}>/xtubestyle.css"/>
<{if $video.imageheader != ""}>
-<center><div class="img-thumbnail"><{$video.imageheader}></div></center>
+<div style="text-align: center;"><div class="img-thumbnail"><{$video.imageheader}></div></div>
<{/if}>
<div> </div>
<ol class="breadcrumb">
@@ -22,13 +22,13 @@
<div class="panel panel-default">
<div class="panel-heading"><span class="glyphicon glyphicon-tasks"></span> <{$video.title}> <{$video.icons}>
<span>
- <{if $xoops_isadmin}>
+ <{if $xoops_isadmin}>
<{$video.adminvideo}>
<{/if}>
</span>
</div>
<div class="panel-body">
- <center><{$video.showvideo}></center>
+ <div style="text-align: center;"><{$video.showvideo}></div>
</div>
</div>
@@ -48,8 +48,8 @@
<span class="glyphicon glyphicon-calendar"></span> <small><b><{$lang_subdate}>:</b> <{$video.updated|wordwrap:50:"\n":true}></small>
<legend class="xoopstube_legend1"></legend>
</span>
-
+
<span style="float: right; width: 48%;">
<span class="glyphicon glyphicon-eye-open"></span> <small><{$video.hits|wordwrap:50:"\n":true}></small><br/>
<legend class="xoopstube_legend1"></legend>
@@ -61,13 +61,13 @@
</small>
<legend class="xoopstube_legend1"></legend>
<{/if}>
-
+
<{if $tagbar}>
<small><{include file="db:tag_bar.html"}></small>
<{/if}>
</span>
-
-
+
+
<b><span class="label label-danger"><{$smarty.const._MD_XTUBE_DESCRIPTIONC}></span></b><br/>
<legend class="xoopstube_legend1"></legend>
<{$video.description2}>
@@ -131,4 +131,4 @@
<{include file="db:system_comments_nest.html"}>
<{/if}>
<!-- end comments loop -->
-<{include file="db:system_notification_select.html"}>
\ No newline at end of file
+<{include file="db:system_notification_select.html"}>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_topten.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_topten.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_topten.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="<{$smarty.const.xoopstube_url}>/xtubestyle.css"/>
<{if $catarray.imageheader != ""}> <br/>
-<center><div class="img-thumbnail"><{$catarray.imageheader}></div></center>
+<div style="text-align: center;"><div class="img-thumbnail"><{$catarray.imageheader}></div></div>
<{/if}>
</br>
@@ -53,4 +53,4 @@
</table>
<br/>
<{/foreach}>
-<!-- End ranking loop -->
\ No newline at end of file
+<!-- End ranking loop -->
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_viewcat.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_viewcat.html 2014-03-08 10:39:06 UTC (rev 12363)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xBootstrap/modules/xoopstube/xoopstube_viewcat.html 2014-03-08 10:42:48 UTC (rev 12364)
@@ -1,7 +1,7 @@
<link rel="stylesheet" type="text/css" href="<{$smarty.const.xoopstube_url}>/xtubestyle.css"/>
<{if $catarray.imageheader != ""}>
<br/>
-<center><div class="img-thumbnail"><{$catarray.imageheader}></div></center>
+<div style="text-align: center;"><div class="img-thumbnail"><{$catarray.imageheader}></div></div>
<{/if}>
<div><{$description}></div><br/>
<div class="panel panel-default">
@@ -102,4 +102,4 @@
</div>
<{/if}>
-<{include file="db:system_notification_select.html"}>
\ No newline at end of file
+<{include file="db:system_notification_select.html"}>
|