Skip to content

Commit

Permalink
old others.aviary.pl site
Browse files Browse the repository at this point in the history
  • Loading branch information
splewako committed Jun 28, 2013
1 parent 100e997 commit 58717e7
Show file tree
Hide file tree
Showing 12 changed files with 528 additions and 0 deletions.
Binary file added pl.aviary.others/img/apl.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl.aviary.others/img/body_back.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl.aviary.others/img/geckobrowser.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl.aviary.others/img/header_bl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl.aviary.others/img/header_br.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl.aviary.others/img/header_tl.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl.aviary.others/img/header_tr.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl.aviary.others/img/more.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions pl.aviary.others/index.php
@@ -0,0 +1,50 @@
<?php
// lamerskie redirecty ;-)

switch ($_SERVER["SERVER_NAME"]) {
case "wiki.aviary.pl":
header("Location: http://wiki.aviary.pl/wiki/");
exit(0);
break;
case "tinderbox.aviary.pl";
header("Location: tinderbox.html");
exit(0);
break;
default:
}

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="pl">
<head>
<title>others.aviary.pl: witryna robocza</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2" >
<link rel="stylesheet" type="text/css" href="oap.css">
</head>
<body>

<div id="top">
<div id="tr"></div>
<h1><a href="http://www.aviary.pl">aviary.pl</a></h1>
<div id="br"></div>
</div>

<div class="sect">
<h2>others.aviary.pl - robocza witryna zespo³u AviaryPL</h2>
<ul>
<li><a href="http://wiki.aviary.pl/wiki/">AviaryPL Wiki</a> - wewnêtrzne wiki polskiego projektu lokalizacyjnego</li>
<li><a href="http://others.aviary.pl/tinderbox.html">Polish Tinderbox Status</a> - status tinderboks&oacute;w polskiej lokalizacji</li>
<li><a href="http://others.aviary.pl/tinderboxintl.html">Other L10ns Tinderbox Status</a> - tinderboxen status for other l10ns (view source for detailed
usage instructions)<li>
<li><a href="attic/">AviaryPL Attic</a> - strych ze starociami ;-)</li>
<li><a href="restricted/">Restricted</a> - materia³y do u¿ytku wewnêtrznego, wymaga logowania</li>
</ul>

</div>

<div class="sect sm cn"><a href="http://www.aviary.pl">aviary.pl</a> | <a href="http://www.firefox.pl/">firefox.pl</a>
| <a href="http://www.thunderbird.pl">thunderbird.pl</a> | <a href="http://www.sunbird.pl">sunbird.pl</a> |
<a href="http://www.camino.org.pl">camino.org.pl</a> | <a href="http://www.nvu.pl/">nvu.pl</a> | <a href="http://www.seamonkey.pl">seamonkey.pl</a></div>

</body>
</html>
195 changes: 195 additions & 0 deletions pl.aviary.others/oap.css
@@ -0,0 +1,195 @@
body {
background: #fff url("img/body_back.gif") repeat-x;
font-family: verdana,sans-serif;
font-size: small;
min-width: 670px;
margin: 20px 30px 2em 30px;
}

a { text-decoration: none; }
a:link { color: #039; }
a:visited { color: #609; }
a:hover { color: #333; text-decoration: underline; }
a:active { color: #000; }

img {
border: none;
}

#container {
text-align: center;
margin: 0 auto;
width: 620px;
}

#mBody {
width: 620px;
text-align: left;
clear: both;
margin: 20px 0 0 0;
padding: 0;
}

#mBody h2 {
font: 140% arial,helvetica,verdana,sans-serif;
border-bottom: 1px solid #ccc;
margin: 0;
}

#mBody h3 {
font: 100% verdana,sans-serif;
border-bottom: 1px solid #ccc;
font-weight: bold;
margin: 0;
}

#side {
float: right;
width: 30%;
margin: 0 0 20px 0;
}

#mainContent {
float: left;
width: 65%;
margin: 0 0 20px 0;
padding: 0;
}

#footer {
clear: both;
border-top: 1px solid #999;
text-align: center;
}

p {
line-height: 140%;
}

#footer p, #footer p a {
color: #666;
}

#footer p a:hover {
color: #000;
}

.skipLink {
position: absolute;
left: -1200px;
width: 990px;
}

.first { margin-top: 0.2em; }

dt { font-weight: bold; }

#top {
width: 655px;
color: #fff;
margin: 15px auto 10px auto;
padding: 0;
font-size: 32px;
background: #455372 url(img/header_bl.png) no-repeat bottom left;
}

#top h1 {
margin: 0 0 0 0;
padding: 12px 0 0 20px;
background: transparent url(img/header_tl.gif) no-repeat top left;
text-align: left;
}

#top h1 a {
display: block;
height: 48px;
background: transparent url(img/apl.gif) no-repeat 0 0;
text-indent: -99999px;
font-size: 12px;
width: 250px;
}


#top #tr {
background: transparent url(img/header_tr.gif) no-repeat top right;
width: 10px;
height: 10px;
float: right;
}

#br {
margin: 0;
background: transparent url(img/header_br.gif) no-repeat bottom right;
width: 100%;
display: block;
height: 10px;
font-size: 5px; /* IE IS STUPID!!!!11 */
}

#top h1 a:focus {
-moz-outline: 0;
}

#top h1 a:active {
-moz-outline: 0;
opacity: 0.8;
}

h1 { font-size: 1.4em; }

h2 { font-size: 1.2em;
margin-top: 0;
margin-bottom: 2px;
}

table td {
background: #e4ecec;
-moz-border-radius: 10px;
margin: 0 auto 10px auto;
padding: 10px;
}

.sect {
width: 630px;
background: #e4ecec;
-moz-border-radius: 10px;
margin: 0 auto 10px auto;
padding: 10px;
}

.backlink {
background: #e4ecec;
-moz-border-radius: 10px;
margin: 0 auto 10px auto;
padding: 10px;
width: 250px;
text-align: center;
}

.bl {
height: 128px;
}

.bl a {
display: block;
padding-left: 138px;
height: 128px;
text-decoration: none;
color: #000;
}

.bl a span {
color: #424f71;
display: block;
font-weight; bold;
font-size: 1.6em;
margin-bottom: 1ex;
}

.bl:hover {
background-color: #c4efa1;
}

.bl:hover a span {
color: #1d9101;
}
102 changes: 102 additions & 0 deletions pl.aviary.others/tinderbox.html
@@ -0,0 +1,102 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="pl">
<head>
<title>others.aviary.pl: tinderbox status</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2" >
<link rel="stylesheet" type="text/css" href="oap.css">
<style type="text/css">iframe { border: 0; height: 185px; }
#dn iframe { height: 195px; }
#cnt {
position: fixed;
top: 0;
right: 0px;
background: #2e3b57;
color: #fff;
font-weight: bold;
opacity: 0.8;
padding: 5px;
-moz-border-radius-bottomleft: 10px;
width: 170px;
text-align: center;
}

#cnt:hover {

cursor: pointer;
text-decoration: underline;
}
</style>
<script type="text/javascript">
function reloadAll() {
var f = document.getElementsByTagName("iframe");
var t;

for (var i=0; i<f.length; i++) {
t=f[i].src;
f[i].src="about:blank";
f[i].src=t;
}
}

function countdown(n) {
var cnt = document.getElementById("cnt");
cnt.innerHTML="Od¶wie¿enie za " + n + " sekund";
var counter = n;

setInterval(function() {
if (--counter!=0)
cnt.innerHTML="Od¶wie¿enie za " + (counter) + " sekund" + (counter == 1 ? "ê" : (counter % 10 > 1) && (counter % 10 < 5 ) && ((counter%100<9)||(counter%100>20)) ? "y" : "");
else
cnt.innerHTML="Od¶wie¿anie...";

if (counter==0) {
reloadAll();
counter = n+1;
}
}, 1000);


cnt.addEventListener("click", function() {
counter = n+1;
cnt.innerHTML="Od¶wie¿anie...";
reloadAll();
}, true);

}


</script>
</head>
<body onload="countdown(120)">

<div id="top">
<div id="tr"></div>
<h1><a href="http://www.aviary.pl">aviary.pl</a></h1>
<div id="br"></div>
</div>


<div align="center">

<table cellspacing="10">

<tr><td>
<h2>Trunk (Gran Paradiso) <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox/latest-trunk-l10n/">Fx</a>|<a href="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/tinderbox/latest-trunk-l10n/">Tb</a></h2>
<iframe src="http://tinderbox.mozilla.org/Mozilla-l10n-pl/panel.html"></iframe><br />
</td>
<td>
<h2>1.8 branch (Bon Echo) <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox/latest-mozilla1.8-l10n/">Fx</a>|<a href="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/tinderbox/latest-mozilla1.8-l10n/">Tb</a></h2>
<iframe src="http://tinderbox.mozilla.org/Mozilla1.8-l10n-pl/panel.html"></iframe><br />
</td>
</tr>
<tr id="dn"><td>
<h2>1.8.0 branch (Deer Park)</h2>
<iframe src="http://tinderbox.mozilla.org/Mozilla1.8.0-l10n-pl/panel.html"></iframe><br />
</td><td>
<h2>Aviary 1.0.1 branch (Fx 1.0.x)</h2>
<iframe src="http://tinderbox.mozilla.org/Mozilla-l10n-pl-PL/panel.html"></iframe><br />
</td></tr></table>
</div>
<div style="font-size: 10px" id="cnt"></div>
</body>
</html>

0 comments on commit 58717e7

Please sign in to comment.