Форум А и О (скрипты, дизайн, общение)

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Форум А и О (скрипты, дизайн, общение) » Дизайн форумов » Оформление форума (часы, календари)


Оформление форума (часы, календари)

Сообщений 31 страница 60 из 65

31

ЧАСИКИ ДЛЯ САЙТА

http://s59.radikal.ru/i163/0903/f2/237fd8bbeca1.jpg

Код:
<table border="0" bordercolor="white" width="100" height="100" background="http://s59.radikal.ru/i163/0903/f2/237fd8bbeca1.jpg">
<tr>
<td align="center"> 
<script>
document.write("<FONT color=#FF00FF' face='tahoma' style='font-size-10 : 9px;'>");
var clockid=new Array()
var clockidoutside=new Array()
var i_clock=-1
var thistime= new Date()
var hours=thistime.getHours()
var minutes=thistime.getMinutes()
var seconds=thistime.getSeconds()
if (eval(hours) <10) {hours="0"+hours}
if (eval(minutes) < 10) {minutes="0"+minutes}
var thistime = hours+":"+minutes
 
function writeclock() {
 i_clock++
 if (document.all || document.getElementById || document.layers) {
  clockid[i_clock]="clock"+i_clock
  document.write("<span id='"+clockid[i_clock]+"' style='position:relative'>"+thistime+"</span>")
 }
}
function clockon() {
 thistime= new Date()
 hours=thistime.getHours()
 minutes=thistime.getMinutes()
 seconds=thistime.getSeconds()
 if (eval(hours) <10) {hours="0"+hours}
 if (eval(minutes) < 10) {minutes="0"+minutes}
 thistime = hours+":"+minutes
  
 if (document.all) {
  for (i=0;i<=clockid.length-1;i++) {
   var thisclock=eval(clockid[i])
   thisclock.innerHTML=thistime
  }
 }
 
 if (document.getElementById) {
  for (i=0;i<=clockid.length-1;i++) {
   document.getElementById(clockid[i]).innerHTML=thistime
  }
 }
 var timer=setTimeout("clockon()",1000)
}
window.onload=clockon
</script><script>writeclock()</script></td></tr></table>

0

32

Часы

http://s43.radikal.ru/i102/0903/7d/cc17e3461a55.jpg

Код:
<table border="0" bordercolor="white" width="100" height="100" background="http://s43.radikal.ru/i102/0903/7d/cc17e3461a55.jpg">
<tr>
<td align="center"> 
<script>
document.write("<FONT color=#FF00FF' face='tahoma' style='font-size-10 : 9px;'>");
var clockid=new Array()
var clockidoutside=new Array()
var i_clock=-1
var thistime= new Date()
var hours=thistime.getHours()
var minutes=thistime.getMinutes()
var seconds=thistime.getSeconds()
if (eval(hours) <10) {hours="0"+hours}
if (eval(minutes) < 10) {minutes="0"+minutes}
var thistime = hours+":"+minutes
 
function writeclock() {
 i_clock++
 if (document.all || document.getElementById || document.layers) {
  clockid[i_clock]="clock"+i_clock
  document.write("<span id='"+clockid[i_clock]+"' style='position:relative'>"+thistime+"</span>")
 }
}
function clockon() {
 thistime= new Date()
 hours=thistime.getHours()
 minutes=thistime.getMinutes()
 seconds=thistime.getSeconds()
 if (eval(hours) <10) {hours="0"+hours}
 if (eval(minutes) < 10) {minutes="0"+minutes}
 thistime = hours+":"+minutes
  
 if (document.all) {
  for (i=0;i<=clockid.length-1;i++) {
   var thisclock=eval(clockid[i])
   thisclock.innerHTML=thistime
  }
 }
 
 if (document.getElementById) {
  for (i=0;i<=clockid.length-1;i++) {
   document.getElementById(clockid[i]).innerHTML=thistime
  }
 }
 var timer=setTimeout("clockon()",1000)
}
window.onload=clockon
</script><script>writeclock()</script></td></tr></table>

0

33

Часы

http://s53.radikal.ru/i139/0903/34/b411dd9d0850.jpg

Код:
<table border="0" bordercolor="white" width="100" height="100" background="http://s53.radikal.ru/i139/0903/34/b411dd9d0850.jpg">
<tr>
<td align="center"> 
<script>
document.write("<FONT color=#40E0D0' face='tahoma' style='font-size-10 : 9px;'>");
var clockid=new Array()
var clockidoutside=new Array()
var i_clock=-1
var thistime= new Date()
var hours=thistime.getHours()
var minutes=thistime.getMinutes()
var seconds=thistime.getSeconds()
if (eval(hours) <10) {hours="0"+hours}
if (eval(minutes) < 10) {minutes="0"+minutes}
var thistime = hours+":"+minutes
 
function writeclock() {
 i_clock++
 if (document.all || document.getElementById || document.layers) {
  clockid[i_clock]="clock"+i_clock
  document.write("<span id='"+clockid[i_clock]+"' style='position:relative'>"+thistime+"</span>")
 }
}
function clockon() {
 thistime= new Date()
 hours=thistime.getHours()
 minutes=thistime.getMinutes()
 seconds=thistime.getSeconds()
 if (eval(hours) <10) {hours="0"+hours}
 if (eval(minutes) < 10) {minutes="0"+minutes}
 thistime = hours+":"+minutes
  
 if (document.all) {
  for (i=0;i<=clockid.length-1;i++) {
   var thisclock=eval(clockid[i])
   thisclock.innerHTML=thistime
  }
 }
 
 if (document.getElementById) {
  for (i=0;i<=clockid.length-1;i++) {
   document.getElementById(clockid[i]).innerHTML=thistime
  }
 }
 var timer=setTimeout("clockon()",1000)
}
window.onload=clockon
</script><script>writeclock()</script></td></tr></table>

0

34

Арбузные часы

<script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="0023-red.swf";obj.TimeZone="PST";obj.width=130;obj.height=130;obj.wmode="transparent";showClock(obj);</script>

0

35

А куда это все?В низ?

0

36

Александра написал(а):

А куда это все?В низ?

хоть куда

0

37

Ой а кто знает скрипт календаря???

0

38

Светка)Незнайка) написал(а):

Ой а кто знает скрипт календаря???

на первую страницу для начала бы посмотрела  http://www.kolobok.us/smiles/standart/pleasantry.gif

0

39

1) С розовой розой

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr1.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

2) Лес и река

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr4.htm" height="164" width="154" scrolling="no" frameborder="0"></iframe>

3) Дождь

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr5.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

0

40

Календарики
1) Лес и дождь

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr3.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

2) Снег и лес

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr2.htm" height="164" width="154" scrolling="no" frameborder="0"></iframe>

3) Красная роза

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr6.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

0

41

Календари
1) Лес

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr7.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

2) Закат

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr17.htm" height="154" width="154" scrolling="no" frameborder="0"></iframe>

3) Закат

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr11.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

4) Ночной лес и луна

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr8.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

5) Голубые розы

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr18.htm" height="154" width="154" scrolling="no" frameborder="0"></iframe>

6) Лес и река

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr12.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

0

42

Календарики
1) Ночная река

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr13.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

2) Зимний лес

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr15.htm" height="164" width="154" scrolling="no" frameborder="0"></iframe>

3)Виноград

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr9.htm" height="164" width="154" scrolling="no" frameborder="0"></iframe>

4)Розовый закат

fantasyflash.ru/vr2/vr14.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

5)Пальмы и море

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr16.htm" height="164" width="154" scrolling="no" frameborder="0"></iframe>

6) Пальмы на розовом фоне

<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr10.htm" height="164" width="154" scrolling="no" frameborder="0"></iframe>

0

43

у меня еще много всяих с анимэ. зверятами природой и т.д
пишите если надо) http://www.kolobok.us/smiles/standart/grin.gif

0

44

Мого чего полезного,особенно для аниме форумов!

0

45

Тиара написал(а):

Ой а кто знает скрипт календаря???на первую страницу для начала бы посмотрела

Ну да мне нужно чтобы дату менять моджно было!!!! Или хотя бы картинку

0

46

Светка)Незнайка) написал(а):

Ну да мне нужно чтобы дату менять моджно было!!!! Или хотя бы картинку

есть куча календарей, нет такого где можно менять дату

0

47

Юкки написал(а):

есть куча календарей, нет такого где можно менять дату

Вот в такокрипте наверно можно

Код:
 
<a href="http://sababa.webhost.ru" target=_blank> <img src="http://sababa.webhost.ru/image/BANNIER.gif" border="0"alt=" Cкрипты, шаблоны, курсоры, часы и знаменитости." width=125height=105></a></center>
<center>
<!-- COME§©A AQUI  -->
<table border="0" bordercolor="" width="141" height="160" background="http://img125.imageshack.us/img125/176/2eme30rb.gif" border=0 style="border-collapse: collapse" bordercolor="#111111">
<TR>
<TD vAlign=top width=20 height=40></TD>


<TR>
<TD vAlign=top> </TD>
<TD vAlign=top align=right width=95 halign="middle">
<CENTER>
<SCRIPT type=text/javascript>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!--//Begin
monthnames = new Array(
"Январь",
"Февраль",
"Март",
"Апрель",
"Май",
"Июнь",
"Июль",
"Август",
"Сентябрь",
"Октябрь",
"Ноябрь",
"Декабрь");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0) 
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<FONT face='tahoma'>");<!--Font Face-->
document.write("<table border=0 " );<!--Border size-->
document.write("style='font-size : 9.5px; color : #cc0099;' cellpadding=0 cellspacing=1>");<!--Border color, font size, cell padding, cellspacing and font color-->

document.write("<tr><td colspan=7><center>" 
+ monthnames[thismonth] + " " + thisyear 
+ "</center></td></tr>");
document.write("<tr>");
document.write("<td align=center><font color=#ffffff>В</td>");<!--The color here and below are for each week day-->
document.write("<td align=center><font color=#ffffff>П</td>");
document.write("<td align=center><font color=#ffffff>В</td>")
document.write("<td align=center><font color=#ffffff>С</td>");
document.write("<td align=center><font color=#ffffff>Ч</td>");
document.write("<td align=center><font color=#ffffff>П</td>");
document.write("<td align=center><font color=#ffffff>С</td>");<!--Last color chage here-->
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td>-</td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='#ff0000'>");<!--todays date color-->
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table>");
document.write("</FONT>");
</SCRIPT>
</CENTER></TD>
<TD vAlign=top> </TD></TR></TABLE>
<!-- ACABA AQUI -->
</center>

0

48

Светка)Незнайка) написал(а):

Вот в такокрипте наверно можно

мож и можно, но я не скриптер http://www.kolobok.us/smiles/standart/grin.gif

0

49

Юкки

Жалко!)

0

50

ЧАСЫ НА ФОРУМ Темный дворецкий

http://www.10pix.ru/img1/4195/603798.png

Код:
<embed src="http://clock.moy.su/flash/raznoe/temdvorec5.SWF" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

51

http://www.10pix.ru/img1/4467/603823.png

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/ss/z61.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

52

http://www.10pix.ru/img1/1325/603836.png

код часов с черными цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/ss/z54.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

код часов с белыми цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/ss/z54b.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

53

http://www.10pix.ru/img1/4851/603842.png

код часов с черными цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z51.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

код часов с белыми цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z51b.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

54

http://www.10pix.ru/img1/87927/603860.png

код часов с черными цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z46.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

код часов с белыми цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z46b.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

55

http://www.10pix.ru/img1/168061/603869.png

код часов с черными цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z43.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

код часов с белыми цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z43b.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

56

http://www.10pix.ru/img1/1423/603907.png

код часов с черными цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z41.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

код часов с белыми цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z41b.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

57

http://www.10pix.ru/img1/499138/603915.png

код часов с черными цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z25.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

код часов с белыми цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z25b.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

58

http://www.10pix.ru/img1/547305/603922.png

код часов с черными цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z11.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

код часов с белыми цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z11b.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

59

http://www.10pix.ru/img1/603634/603928.png

код часов с черными цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z9.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

код часов с белыми цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z9b.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0

60

http://www.10pix.ru/img1/941016/603952.png

код часов с черными цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z8.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

код часов с белыми цифрами:

Код:
<embed src="http://chasikov.net.ru/flash/raznoe/s/z8b.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"></embed>

0


Вы здесь » Форум А и О (скрипты, дизайн, общение) » Дизайн форумов » Оформление форума (часы, календари)


Сервис форумов BestBB © 2016-2024. Создать форум бесплатно