@@ 2818-2835 (lines=18) @@ | ||
2815 | /** |
|
2816 | * @param $heading |
|
2817 | */ |
|
2818 | public static function xtubeRenderCategoryListHeader($heading) |
|
2819 | { |
|
2820 | echo ' |
|
2821 | <h4 style="font-weight: bold; color: #0A3760;">' . $heading . '</h4> |
|
2822 | <table width="100%" cellspacing="1" class="outer" summary> |
|
2823 | <tr> |
|
2824 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ID . '</th> |
|
2825 | <th style=" font-size: smaller;"><b>' . _AM_XOOPSTUBE_FCATEGORY_TITLE . '</th> |
|
2826 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_FCATEGORY_WEIGHT . '</th> |
|
2827 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_FCATEGORY_CIMAGE . '</th> |
|
2828 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_CATSPONSOR . '</th> |
|
2829 | <!-- <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_PUBLISH . '</th> |
|
2830 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_EXPIRE . '</th> |
|
2831 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ONLINE . '</th> |
|
2832 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ACTION . '</th> --> |
|
2833 | </tr> |
|
2834 | '; |
|
2835 | } |
|
2836 | ||
2837 | /** |
|
2838 | * @param $published |
|
@@ 2933-2950 (lines=18) @@ | ||
2930 | /** |
|
2931 | * @param $heading |
|
2932 | */ |
|
2933 | public static function xtubeRenderVideoListHeader($heading) |
|
2934 | { |
|
2935 | echo ' |
|
2936 | <h4 style="font-weight: bold; color: #0A3760;">' . $heading . '</h4> |
|
2937 | <table width="100%" cellspacing="1" class="outer" summary> |
|
2938 | <tr> |
|
2939 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ID . '</th> |
|
2940 | <th style=" font-size: smaller;"><b>' . _AM_XOOPSTUBE_MINDEX_TITLE . '</th> |
|
2941 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_VIDSOURCE2 . '</th> |
|
2942 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_CATTITLE . '</th> |
|
2943 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_POSTER . '</th> |
|
2944 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_PUBLISH . '</th> |
|
2945 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_EXPIRE . '</th> |
|
2946 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ONLINE . '</th> |
|
2947 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ACTION . '</th> |
|
2948 | </tr> |
|
2949 | '; |
|
2950 | } |
|
2951 | ||
2952 | /** |
|
2953 | * @param $published |