Witam! Mam zo zrobienia prace na technologie informacyjną, a mianowicie strone internetową w HTML - u. Mam to niestety na jutro, troche późno się obudziłem, ale może jest ktoś kto już ma gotową zrobioną. Prosze o pomoc, daje aż 400 pkt!!! Ale nie przyjmuje spamu.NAjlepiej żeby stronka była o tematyce biologii, ale może być również każda inna tematyka ;) Oczywiście nie musi być umieszczona na serwerze, ale może, mó adre email w razie czego to [email protected]
if (!document.layers&&!document.getElementById&&!document.all) return
var godzina, minuty, sekundy, dzien, licz_dzien, miesiac, dzisiaj, rok, tekst_miesiac, tekst_dzien; dzisiaj = new Date(); godzina=dzisiaj.getHours(); minuty=dzisiaj.getMinutes(); sekundy=dzisiaj.getSeconds(); rok=dzisiaj.getYear(); dzien=dzisiaj.getDate(); licz_dzien=dzisiaj.getDay(); if (licz_dzien==0) {tekst_dzien="Niedziela"} if (licz_dzien==1) {tekst_dzien="Poniedziałek"} if (licz_dzien==2) {tekst_dzien="Wtorek"} if (licz_dzien==3) {tekst_dzien="sroda"} if (licz_dzien==4) {tekst_dzien="Czwartek"} if (licz_dzien==5) {tekst_dzien="Piątek"} if (licz_dzien==6) {tekst_dzien="Sobota"} miesiac=dzisiaj.getMonth()+1; if (miesiac==1) {tekst_miesiac="stycznia"} if (miesiac==2) {tekst_miesiac="lutego"} if (miesiac==3) {tekst_miesiac="marca"} if (miesiac==4) {tekst_miesiac="kwietnia"} if (miesiac==5) {tekst_miesiac="maja"} if (miesiac==6) {tekst_miesiac="czerwca"} if (miesiac==7) {tekst_miesiac="lipca"} if (miesiac==8) {tekst_miesiac="sierpnia"} if (miesiac==9) {tekst_miesiac="wrzesnia"} if (miesiac==10) {tekst_miesiac="października"} if (miesiac==11) {tekst_miesiac="listopada"} if (miesiac==12) {tekst_miesiac="grudnia"} if ((rok>=00) && (rok<=1900)) {rok=1900+rok;} if (miesiac < 10) {miesiac="0"+miesiac;} if (dzien < 10) {dzien="0"+dzien;} if (godzina < 10) {godzina="0"+godzina;} if (minuty < 10) {minuty="0"+minuty;} if (sekundy < 10) {sekundy="0"+sekundy;} pelnyczas=tekst_dzien + ", " + dzien + " " + tekst_miesiac + " "+rok+"<br>" + godzina+":"+minuty+":"+sekundy;
if (document.getElementById){ document.getElementById("Data").innerHTML=pelnyczas } else if (document.layers){ document.layers.Data.document.write(pelnyczas) } else if (document.all) Data.innerHTML=pelnyczas
<head>
<meta http-equiv="Content-Language" content="pl">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title>Wisła Kraków</title>
<bgsound src="sounds/hymn.mp3">
<style type="text/css">
BODY
{
scrollbar-3dlight-color:silver; // 1
scrollbar-arrow-color:black; // 2
scrollbar-base-color:white; // 3
scrollbar-dark-shadow-color:black; // 4
scrollbar-face-color:white; // 5
scrollbar-highlight-color:silver; // 6
scrollbar-shadow-color:silver // 7
}
.style1 {
border-style: solid;
border-width: 0;
background-image: url('images/banner1.gif');
}
.style3 {
border-width: 1px;
}
.style4 {
border-width: 1px;
background-image: url('images/x.gif');
}
.style5 {
margin-top: 45 px;
}
.style7 {
border-width: 1px;
background-image: url('images/under.gif');
}
.style8 {
border: 1px solid #FFFFFF;
border-collapse: collapse;
}
.style10 {
border-style: solid;
border-width: 0;
}
.style11 {
border-style: solid;
border-width: 0;
background-image: url('images/x.gif');
}
.style12 {
border: 0 solid #FFFFFF;
}
</style>
</head>
<body background="ffffff" onLoad="czas()">
<SPAN id="Data" style="POSITION: fixed; LEFT: 0; TOP: 10px; FONT-SIZE: 12pt;
FONT-WEIGHT: bold; COLOR: #012345; FONT-FAMILY: Verdana, Arial;"></SPAN>
<script>
function czas() {
if (!document.layers&&!document.getElementById&&!document.all)
return
var godzina, minuty, sekundy, dzien, licz_dzien, miesiac, dzisiaj, rok, tekst_miesiac, tekst_dzien;
dzisiaj = new Date();
godzina=dzisiaj.getHours();
minuty=dzisiaj.getMinutes();
sekundy=dzisiaj.getSeconds();
rok=dzisiaj.getYear();
dzien=dzisiaj.getDate();
licz_dzien=dzisiaj.getDay();
if (licz_dzien==0) {tekst_dzien="Niedziela"}
if (licz_dzien==1) {tekst_dzien="Poniedziałek"}
if (licz_dzien==2) {tekst_dzien="Wtorek"}
if (licz_dzien==3) {tekst_dzien="sroda"}
if (licz_dzien==4) {tekst_dzien="Czwartek"}
if (licz_dzien==5) {tekst_dzien="Piątek"}
if (licz_dzien==6) {tekst_dzien="Sobota"}
miesiac=dzisiaj.getMonth()+1;
if (miesiac==1) {tekst_miesiac="stycznia"}
if (miesiac==2) {tekst_miesiac="lutego"}
if (miesiac==3) {tekst_miesiac="marca"}
if (miesiac==4) {tekst_miesiac="kwietnia"}
if (miesiac==5) {tekst_miesiac="maja"}
if (miesiac==6) {tekst_miesiac="czerwca"}
if (miesiac==7) {tekst_miesiac="lipca"}
if (miesiac==8) {tekst_miesiac="sierpnia"}
if (miesiac==9) {tekst_miesiac="wrzesnia"}
if (miesiac==10) {tekst_miesiac="października"}
if (miesiac==11) {tekst_miesiac="listopada"}
if (miesiac==12) {tekst_miesiac="grudnia"}
if ((rok>=00) && (rok<=1900)) {rok=1900+rok;}
if (miesiac < 10) {miesiac="0"+miesiac;}
if (dzien < 10) {dzien="0"+dzien;}
if (godzina < 10) {godzina="0"+godzina;}
if (minuty < 10) {minuty="0"+minuty;}
if (sekundy < 10) {sekundy="0"+sekundy;}
pelnyczas=tekst_dzien + ", " + dzien + " " + tekst_miesiac + " "+rok+"<br>"
+ godzina+":"+minuty+":"+sekundy;
if (document.getElementById){
document.getElementById("Data").innerHTML=pelnyczas
}
else if (document.layers){
document.layers.Data.document.write(pelnyczas)
}
else if (document.all)
Data.innerHTML=pelnyczas
setTimeout("czas()",500)
}
</script>
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="800" height="600">
<tr>
<td width="100%" valign="top" class="style12">
<table cellpadding="0" cellspacing="0" width="100%" height="523" class="style8">
<tr>
<td width="100%" colspan="10" height="77" class="style1">
<p align="center"></td>
</tr>
<tr>
<td width="10%" height="19" align="center" class="style11"> </td>
<td width="10%" height="19" align="center" class="style3"><a href="index.htm"><img src="images/11.gif" border="0" onmouseover="this.src = 'images/1x.gif'" onmouseout="this.src = 'images/1.gif'" /></a></td>
<td width="10%" height="19" align="center"><a href="historia.htm" target="ramka"><img src="images/2.gif" border="0" onmouseover="this.src = 'images/2x.gif'" onmouseout="this.src = 'images/2.gif'" /></a></td>
<td width="10%" height="19" align="center">
<a href="druzyna.htm" target="ramka"><img src="images/3.gif" border="0" onmouseover="this.src = 'images/3x.gif'" onmouseout="this.src = 'images/3.gif'" /></a>
</td>
<td width="10%" height="19" align="center" class="style10">
<a href="stadion.htm" target="ramka"><img src="images/4.gif" border="0" onmouseover="this.src = 'images/4x.gif'" onmouseout="this.src = 'images/4.gif'" /></a>
</td>
<td width="10%" height="19" align="center">
<a href="kadra.htm" target="ramka"><img src="images/5.gif" border="0" onmouseover="this.src = 'images/5x.gif'" onmouseout="this.src = 'images/5.gif'" /></a>
</td>
<td width="10%" height="19" align="center">
<a href="wywiady.htm" target="ramka"><img src="images/6.gif" border="0" onmouseover="this.src = 'images/6x.gif'" onmouseout="this.src = 'images/6.gif'" /></a>
</td>
<td width="10%" height="19" align="center">
<a href="galeria.htm" target="ramka"><img src="images/7.gif" border="0" onmouseover="this.src = 'images/7x.gif'" onmouseout="this.src = 'images/7.gif'" /></a>
</td>
<td width="10%" height="19" align="center">
<a href="humor.htm" target="ramka"><img src="images/8.gif" border="0" onmouseover="this.src = 'images/8x.gif'" onmouseout="this.src = 'images/8.gif'" /></a>
</td>
<td width="10%" height="19" class="style4"> </td>
</tr>
<tr>
<td width="100%" height="49" align="center" colspan="10" class="style7">
</td>
</tr>
<tr>
<td width="10%" height="19" align="center">
<img alt="" src="images/lewoo.gif" width="78" height="373"></td>
<td width="80%" height="369" align="center" colspan="8" rowspan="7" class="style12">
<strong>
<iframe name="ramka" width="100%" height="360" src="glowna.htm" class="style5">
</td>
<td width="10%" height="19">galeria</td>
</tr>
<tr>
<td width="10%" height="19" align="center"> </td>
<td width="10%" height="19"> </td>
</tr>
<tr>
<td width="10%" height="19" align="center"> </td>
<td width="10%" height="19"> </td>
</tr>
<tr>
<td width="10%" height="19" align="center"> </td>
<td width="10%" height="19"> </td>
</tr>
<tr>
<td width="10%" height="19" align="center"> </td>
<td width="10%" height="19"> </td>
</tr>
<tr>
<td width="10%" height="19" align="center"> </td>
<td width="10%" height="19"> </td>
</tr>
<tr>
<td width="10%" height="255" align="center"> </td>
<td width="10%" height="255"> </td>
</tr>
</table>
</td>
</tr>
</table>
<center>
<p></p>
</body>
</html>
</table>
To sam index jednej ze stron (wysyłam 2), resztę wysłałem na maila etc., mam nadzieję że tym razem nie usuną jako spam...