Skip to content

Commit

Permalink
Added notice that artifacts are currently unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Oct 27, 2018
1 parent 2f4ad7b commit 68d5a66
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
18 changes: 18 additions & 0 deletions artifacts/index-fr.php
@@ -0,0 +1,18 @@
<?php
$breadcrumbs = array
(
'Télécharger' => 'download-fr.php',
'Instantanés' => 'artifacts/index-fr.php'
);
include('../header.php');
?>

<h1>Instantanés</h1>

<p>
Due to host migration the snapshots are currently unavailable. We hope to get them back up as soon as possible.
</p>

<?php
require("../footer-fr.php");
?>
18 changes: 18 additions & 0 deletions artifacts/index.php
@@ -0,0 +1,18 @@
<?php
$breadcrumbs = array
(
'Download' => 'download.php',
'Snapshots' => 'artifacts/index.php'
);
include('../header.php');
?>

<h1>Snapshots</h1>

<p>
Due to host migration the snapshots are currently unavailable. We hope to get them back up as soon as possible.
</p>

<?php
require("../footer.php");
?>
2 changes: 1 addition & 1 deletion download-fr.php
Expand Up @@ -16,7 +16,7 @@
</div>

<div class="link-box two-columns-right">
<a class="download-old" href="artifacts/by-branch/master/">
<a class="download-old" href="artifacts/index-fr.php">
<div class="title">Instantanés</div>
<div class="description">Versions en développement</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion download.php
Expand Up @@ -16,7 +16,7 @@
</div>

<div class="link-box two-columns-right">
<a class="download-old" href="artifacts/by-branch/master/">
<a class="download-old" href="artifacts">
<div class="title">Snapshots</div>
<div class="description">In development versions</div>
</a>
Expand Down

0 comments on commit 68d5a66

Please sign in to comment.