예제 #1
0
파일: video.php 프로젝트: boulama/DreamVids
?>
', this);"><?php 
echo $dislikes;
?>
</m>

		</div>

		<hr>

		<div class="description" id="video-info-description">

			<div class="inner-description">

				<?php 
echo "Publiée le " . Translator::translateStringifiedDate(strftime("%e %B %Y", $video->timestamp)) . "<br /><br />";
echo nl2br(preg_replace("#https?://[a-z0-9\\./\\+\\,\\%\\#_\\-\\?\\&\\=\\@\\!\\&]+#is", '<a href="$0" target="_blank">$0</a>', $description)) . '<br /><br />Tags: ';
foreach ($tags as $tag) {
    echo '<a href="' . WEBROOT . 'search/&q=' . urlencode(urlencode("#{$tag}")) . '">#' . $tag . '</a> ';
}
?>
				
			</div>

			<div class="inner-export">

				<input id="exporter-input" onclick="this.select();" type="text" spellcheck="false" value='<iframe width="640" height="360" src="//dreamvids.fr/embed/video/<?php 
echo $video->id;
?>
" allowfullscreen frameborder="0"></iframe>'>