Start using the new HTML5/CSS code.
This commit is contained in:
parent
767d4f3e7c
commit
c23c0987af
30 changed files with 1023 additions and 1637 deletions
178
html/header.php
178
html/header.php
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
<?php
|
||||
require ("includes/breadcrumbs.php");
|
||||
require ("includes/vars.php");
|
||||
|
|
@ -6,121 +6,85 @@
|
|||
<html>
|
||||
<?php require ("includes/head.php"); ?>
|
||||
<body>
|
||||
<?php if ($_SERVER['REQUEST_URI'] == "/") { ?>
|
||||
<center>
|
||||
<?php require ("includes/logo.php"); ?>
|
||||
<?php require ("includes/sponsors.php"); ?>
|
||||
<hr width="90%">
|
||||
<table width="90%" cellspacing="5">
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Access:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
This service can be accessed via:<br>
|
||||
HTTP: <a href="http://slackware.uk/" title="HTTP" alt="HTTP">http://slackware.uk/</a><br>
|
||||
HTTPS: <a href="https://slackware.uk/" title="HTTPS" alt="HTTPS">https://slackware.uk/</a><br>
|
||||
FTP: <a href="ftp://slackware.uk/" title="FTP" alt="FTP">ftp://slackware.uk/</a><br>
|
||||
Rsync: <a href="rsync://slackware.uk/" title="Rsync" alt="Rsync">rsync://slackware.uk/</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Notice:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
<div id="page">
|
||||
<div id="logo">
|
||||
<?php require ("includes/logo.php"); ?>
|
||||
</div>
|
||||
<?php if ($_SERVER['REQUEST_URI'] == "/") { ?>
|
||||
<div id="sponsorship">
|
||||
<?php require ("includes/sponsors.php"); ?>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="motd">
|
||||
<div class="motdheader">
|
||||
Access
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
<span class="bold">HTTP:</span> <a href="http://slackware.uk/" title="HTTP URI">http://slackware.uk/</a><br>
|
||||
<span class="bold">HTTPS:</span> <a href="https://slackware.uk/" title="HTTPS URI">https://slackware.uk/</a><br>
|
||||
<span class="bold">FTP:</span> <a href="ftp://slackware.uk/" title="FTP URI">ftp://slackware.uk/</a><br>
|
||||
<span class="bold">Rsync:</span> <a href="rsync://slackware.uk/" title="Rsync URI">rsync://slackware.uk/</a>
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
Notice
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
All connections and transfers are logged. By accessing this service you implicitly agree to our collecting your IP address for analytics purposes.<br>
|
||||
We do not collect or hold any user identifying data, but do set a cookie in your browser for your choice of theme.<br>
|
||||
Do not use multiple concurrent connections or "make your downloads faster" applications.<br>
|
||||
Access to this service is a privilege, not a right - abusive users will be firewalled without warning.
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Notice to mirrors:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
</div>
|
||||
<!-- <div class="motdheader">
|
||||
Notice to mirrors
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
If you are running a mirroring service and pulling data from multiple repositories on a regular basis, please email for access to the top-level repo - so you can pull everything in one go. We do not operate any blacklisting or whitelisting on access to repositories at this time.
|
||||
</td>
|
||||
</tr> -->
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Mirroring requests:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
This service is primarily intended to provide a mirror service for <a href="http://www.slackware.com/" title="Slackware Linux" alt="Slackware Linux">Slackware Linux</a> based projects. If you run a Slackware based project, or have a suggestion for a project which may benefit from being mirrored here, please message with full details.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Speedtest:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
Curious about the speed you might get downloading from Slackware UK? Try the new <a href="//speedtest.slackware.uk/" title="Slackware UK Speedtest" alt="Slackware UK Speedtest">speedtest</a>!
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Patronage & Donations:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
</div> -->
|
||||
<div class="motdheader">
|
||||
Speedtest
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
Curious about the speed you might get downloading from Slackware UK? Try the new <a href="//speedtest.slackware.uk/" title="Slackware UK Speedtest">speedtest</a>!
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
Mirroring requests
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
This service is primarily intended to provide a mirror service for <a href="http://www.slackware.com/" title="Slackware Linux">Slackware Linux</a> based projects. If you run a Slackware based project, or have a suggestion for a project which may benefit from being mirrored here, please message with full details.
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
Patronage & Donations
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<!-- This cell is intentionally empty -->
|
||||
</td>
|
||||
<td>
|
||||
<?php require ("includes/donate.php"); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<!-- This cell is intentionally empty -->
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
All <a href="/html/donors.php" title="Donors">donations</a> will be gratefully received - thank you!
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" valign="top" colspan="2">
|
||||
<b>Darren 'Tadgy' Austin</b><br>
|
||||
<b>Email:</b> <a href="mailto:mirrors (at) slackware.uk" title="Send email">mirrors (at) slackware.uk</a><br>
|
||||
<b>IRC:</b> On <a href="http://libera.chat/" title="Libera.Chat IRC Network">Libera.Chat</a>, join #slackware.uk channel or PM 'Tadgy'
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<br>
|
||||
<?php } else { ?>
|
||||
<center>
|
||||
<?php require ("includes/logo.php"); ?>
|
||||
</center>
|
||||
<hr width="90%">
|
||||
<table width="75%" cellspacing="0" align="center">
|
||||
<tr>
|
||||
<td align="center" valign="top">
|
||||
<b class="heading">Patronage & Donations</b><br>
|
||||
</div>
|
||||
<div id="signature">
|
||||
--<br>
|
||||
<div class="bold">Darren 'Tadgy' Austin</div>
|
||||
<span class="bold">Email:</span> <a href="mailto:mirrors (at) slackware.uk" title="Send email">mirrors (at) slackware.uk</a><br>
|
||||
<span class="bold">IRC:</span> On <a href="http://libera.chat/" title="Libera.Chat IRC Network">Libera.Chat</a>, join #slackware.uk channel or PM 'Tadgy'
|
||||
</div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<hr>
|
||||
<div class="notice">
|
||||
<span class="heading bold">Patronage & Donations</span><br>
|
||||
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
||||
<?php require ("includes/donate.php"); ?>
|
||||
All <a href="/html/donors.php" title="Donors">donations</a> will be gratefully received - thank you!
|
||||
</td>
|
||||
</tr>
|
||||
<?php if (preg_match (":^/slackware/slackware-iso/.*:", $_SERVER['REQUEST_URI'])) { ?>
|
||||
<tr>
|
||||
<td align="center" valign="top">
|
||||
<hr width="100%">
|
||||
<b class="heading">A Faster Way to Download Slackware Linux ISOs</b><br>
|
||||
Slackware UK now offers a <a href="https://seedbox.slackware.uk/" title="Bittorrent seeding service">Bittorrent seeding service</a> which may allow you to download the Slackware ISOs at a much faster speed (<b>especially immediately following a new stable release</b>) - all that is required is a Bittorrent client.
|
||||
</td>
|
||||
</tr>
|
||||
</div>
|
||||
<?php if (preg_match (":^/slackware/slackware-iso/.*:", $_SERVER['REQUEST_URI'])) { ?>
|
||||
<hr>
|
||||
<div class="notice">
|
||||
<span class="heading bold">A Faster Way to Download Slackware Linux ISOs</span><br>
|
||||
Slackware UK now offers a <a href="//seedbox.slackware.uk/" title="Bittorrent Seedbox">Bittorrent seeding service</a> which may allow you to download the Slackware ISOs at a much faster speed (<span class="bold">especially immediately following a new stable release</span>) - all that is required is a Bittorrent client.
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
require ("includes/search-breadcrumbs-theme.php");
|
||||
if (! preg_match (":^/((html/)?donors.php|(html/)?s(\.shtml)?(\?.*)?|(html/)?search(\.shtml)?(\?.*))$:", $_SERVER['REQUEST_URI']) && ! preg_match (":^4..$:", $_SERVER['REDIRECT_STATUS'])) {
|
||||
?>
|
||||
<div class="box boxpadding">
|
||||
<?php } ?>
|
||||
</table>
|
||||
<br><br>
|
||||
<?php } ?>
|
||||
<?php if (! preg_match (":^/(html/)?s(earch)?(\.shtml)?:", $_SERVER['REQUEST_URI'])) { require ("includes/breadcrumbs-search-theme.php"); } ?>
|
||||
<center>
|
||||
<table width="90%" cellspacing="5">
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue