コード例 #1
0
ファイル: conflict.tmpl.php プロジェクト: schwarer2006/wikia
</h2>
			<div style="margin: 5px 0;">
				<input type="button" value="<?php 
echo wfMsg('vet-insert');
?>
" onclick="VET_insertFinalVideo(event, 'existing');" />
			</div>
		</td>
	</tr>
	<tr id="VideoEmbedCompare">
		<td style="border-right: 1px solid #CCC;">
			<?php 
echo $video_fake->getEmbedCode('200');
?>
		</td>
		<td>
			<input type="hidden" id="VideoEmbedExistingName" value="<?php 
echo $name;
?>
" />
			<?php 
echo $video_real->getEmbedCode('200');
?>
		</td>
	</tr>
</table>
<div style="margin-top:25px;"><a id="VideoEmbedConflictOverwriteButton" class="wikia-button v-float-right" onclick="VET_insertFinalVideo(event, 'overwrite');" href="#"><?php 
echo wfMsg('vet-overwrite');
?>
</a></div>