diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 73428161ee5c89285e93535a27d53cdecfe5af58..c2fdf7471194207b479dc38685db49c276dd8046 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -251,6 +251,12 @@ var attributes = {} swfobject.embedSWF("http://www.unl.edu/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/player.swf", "promoVideo", "640", "408", "10.0.0", false, flashvars, params, attributes); </script> + <div id="promoVideoList"> + <a href="#"><img src="mod/customindex/videoThumb.png" alt="Video Thumbnail" /></a> + <a href="#"><img src="mod/customindex/videoThumb.png" alt="Video Thumbnail" /></a> + <a href="#"><img src="mod/customindex/videoThumb.png" alt="Video Thumbnail" /></a> + <a href="#"><img src="mod/customindex/videoThumb.png" alt="Video Thumbnail" /></a> + </div> </div> </div> </div> diff --git a/customindex/views/default/customindex/css.php b/customindex/views/default/customindex/css.php index 4743866cc9c08aa7b77cdefef9d6c1f325c0dc9c..bbc969fae82196e814e9cfdc434e3d6514d32c0e 100644 --- a/customindex/views/default/customindex/css.php +++ b/customindex/views/default/customindex/css.php @@ -168,6 +168,13 @@ end three equal panels */ padding-top:5px; clear:left; } +/**The video poster stuff**/ +#promoVideoList { + text-align:center; +} +#promoVideoList a { + margin:0px 5px 0px 5px; +} /************************************************/ /* the stuff below the splash headlines,posters */