video.php File Reference

Go to the source code of this file.

Namespaces

namespace  MythWeb

Variables

 $page_title = 'MythWeb - '.t('Videos')
 $headers [] = '<link rel="stylesheet" type="text/css" href="'.root.'dcss/video.css.php">'
 if ($_SESSION["show_video_covers"]&&file_exists($video->cover_file)) echo 'src


Variable Documentation

$page_title = 'MythWeb - '.t('Videos')

Definition at line 17 of file video.php.

$headers[] = '<link rel="stylesheet" type="text/css" href="'.root.'dcss/video.css.php">'

Definition at line 20 of file video.php.

if($_SESSION["show_video_covers"]&&file_exists($video->cover_file)) echo 'src

Initial value:

"'.$video->cover_url.'"'; echo ' width="'.$video->cover_scaled_width.'" height="'.$video->cover_scaled_height.'"'; ?> alt="<?php echo t('Missing Cover'); ?>"></div>
        <div id="<?php echo $video->intid; ?>-category">           <?php echo $Category_String[$video->category]; ?></div>
        <div id="<?php echo $video->intid; ?>_playtime">           <?php echo nice_length($video->length * 60); ?></div>
        <div id="<?php echo $video->intid; ?>_imdb">               <?php if ($video->inetref != '00000000') { ?><a href="<?php echo makeImdbWebUrl($video->inetref); ?>"><?php echo $video->inetref ?></a><?php } ?></div>
        <div class="command">
            <span class="commands"><a href="javascript:newWindow('<?php echo $video->intid

Definition at line 310 of file video.php.


Generated on Sat Dec 18 05:15:56 2010 for MythTV by  doxygen 1.5.5