Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • VideoLAN.org/websites
  • Freso/websites
  • ePirat/websites
  • DimStar77/websites
  • lemourin/websites
  • kwizart/websites
  • cmassiot/websites
  • fcartegnie/websites
  • mfkl/websites
  • chouquette/websites
  • maybesamuel43/websites
  • xslidian/websites
  • realRojSerbest/websites
  • Aza/websites
  • azchohfi/websites
  • VegaMex/websites
  • m/websites
  • fkuehne/websites
  • Roman-Gemini95/websites
  • Jamesguru/websites
  • dillmo71/websites
  • anodsaod/websites
  • jill/websites
  • Garf/websites
  • atas70835/websites
  • mahdiabdolahi01234/websites
  • pbo-linaro/websites
  • OctopusET/websites
28 results
Show changes
Commits on Source (2)
......@@ -49,6 +49,8 @@ function make_elements(&$documents, $language)
{
if( !isset($documents[$language]) || $language == $key )
$elements[] = "<b>".$value["lang"]."</b>";
else if($key == "en")
$elements[] = "<a href=\"3.0.12-update.html\">".$value["lang"]."</a>";
else
$elements[] = "<a href=\"3.0.12-update.".$key.".html\">".$value["lang"]."</a>";
}
......@@ -119,37 +121,13 @@ $additional_inline_css = array("
?>
</div>
<div class="container">
<div class="row col-md-offset-4 col-md-4">
<a id='downloadButton' href='#download' style="margin-top: 0px;">
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("Get VLC now!"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>Version <span id='downloadVersion'>3.0</span>
</span>
</a>
<script>
$(document).ready(function() {
$("#downloadButton").removeAttr('href');
});
$("#downloadButton").click(function() {
$('html, body').animate({
scrollTop: $("#getit").offset().top
}, 2000);
});
</script>
</div>
</div>
<!-- Downloads -->
<div class="container">
<a name="download" id="getit"></a>
<h1>Download VLC</h1>
<h1>Download Updated VLC</h1>
<div class="row">
<div class="col-md-6" style="padding: 20px;"><div>
<h2>Windows</h2>
<div class="col-md-12"><div>
<p>
<a id='downloadButton' href='<?php echo getDownloadLink("vlc", $win32version, "win32/vlc-$win32version-win32.exe"); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
......@@ -160,70 +138,6 @@ $additional_inline_css = array("
</p>
</div></div>
<div class="col-md-6" style="padding: 20px;">
<h2>macOS</h2>
<p>
<a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion-intel64.dmg" ); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("VLC for macOS"); ?></span>
<span style='font-size: 12px; color: white;'>
Version <span><?php echo $macosxversion ?></span></span>
</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6" style="padding: 20px;">
<h2>Android</h2>
<p>
<a href="https://play.google.com/store/apps/details?id=org.videolan.vlc"><img src="/images/get_it_on_play_logo_large.png" border="0" /></a>
</p>
</div>
<div class="col-md-6" style="padding: 20px;">
<h2>iOS</h2>
<p>
<a href="http://itunes.apple.com/app/vlc-ios/id650377962"><img src="/images/appstoredownload-en.png" /></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6" style="padding: 20px;">
<h2>Windows Store and UWP</h2>
<p>
<a href="https://www.microsoft.com/en-US/store/p/vlc/9nblggh4vvnh"><img src="/images/badges/WS_green.png" /></a>
</p>
</div>
<div class="col-md-6" style="padding: 20px;">
<h2>Windows Phone</h2>
<p>
<a href="http://www.windowsphone.com/s?appid=44fa83f7-a98d-4647-b9d4-c35ed729d0c9"><img src="/images/badges/WPS_cyan.png" /></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Sources</h2>
<p>
<a href="/vlc/download-sources.html">Get the source!</a>
</p>
</div>
<div class="col-md-6">
<h2>Linux</h2>
<p>
Ask your favorite packager for VLC 3.0!
</p>
</div>
</div>
<div class="row">
......