@@ 2794-2811 (lines=18) @@ | ||
2791 | /** |
|
2792 | * @param $heading |
|
2793 | */ |
|
2794 | public static function xtubeRenderCategoryListHeader($heading) |
|
2795 | { |
|
2796 | echo ' |
|
2797 | <h4 style="font-weight: bold; color: #0A3760;">' . $heading . '</h4> |
|
2798 | <table width="100%" cellspacing="1" class="outer" summary> |
|
2799 | <tr> |
|
2800 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ID . '</th> |
|
2801 | <th style=" font-size: smaller;"><b>' . _AM_XOOPSTUBE_FCATEGORY_TITLE . '</th> |
|
2802 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_FCATEGORY_WEIGHT . '</th> |
|
2803 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_FCATEGORY_CIMAGE . '</th> |
|
2804 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_CATSPONSOR . '</th> |
|
2805 | <!-- <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_PUBLISH . '</th> |
|
2806 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_EXPIRE . '</th> |
|
2807 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ONLINE . '</th> |
|
2808 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ACTION . '</th> --> |
|
2809 | </tr> |
|
2810 | '; |
|
2811 | } |
|
2812 | ||
2813 | /** |
|
2814 | * @param $published |
|
@@ 2904-2921 (lines=18) @@ | ||
2901 | /** |
|
2902 | * @param $heading |
|
2903 | */ |
|
2904 | public static function xtubeRenderVideoListHeader($heading) |
|
2905 | { |
|
2906 | echo ' |
|
2907 | <h4 style="font-weight: bold; color: #0A3760;">' . $heading . '</h4> |
|
2908 | <table width="100%" cellspacing="1" class="outer" summary> |
|
2909 | <tr> |
|
2910 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ID . '</th> |
|
2911 | <th style=" font-size: smaller;"><b>' . _AM_XOOPSTUBE_MINDEX_TITLE . '</th> |
|
2912 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_VIDSOURCE2 . '</th> |
|
2913 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_CATTITLE . '</th> |
|
2914 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_POSTER . '</th> |
|
2915 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_PUBLISH . '</th> |
|
2916 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_EXPIRE . '</th> |
|
2917 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ONLINE . '</th> |
|
2918 | <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ACTION . '</th> |
|
2919 | </tr> |
|
2920 | '; |
|
2921 | } |
|
2922 | ||
2923 | /** |
|
2924 | * @param $published |