Jump to content
php.lv forumi

Kalendaars


lokis

Recommended Posts

1. uzklikskini ar peli uz pulksteni

2. nospied print screen pogu

3. start, run - mspaint.exe

4. ctrl+v

5. apgried kā gribi,var pat ar visu pulksteni

6. saglabā uz desktopa kā KALENDARS.BMP

7. lapā ieliec <IMG SRC="file:///C:/Documents%20and%20Settings/somebody/Desktop/KALENDARS.BMP">

 

:)

 

 

 

p.s kas, kur, ko kādu kalendāru?

Link to comment
Share on other sites

? ko tu liec ieksha? pasaki savu kalendaara kodu ko tu gribi likt iekshaa!

 

verbo, asprātīgi :D

<html>

<head>

 

<!-- UTF-8 is the recommended encoding for your pages -->

<meta http-equiv="content-type" content="text/xml; charset=utf-8" />

<title>Zapatec DHTML Calendar</title>

 

<!-- Loading Theme file(s) -->

<link rel="stylesheet" href="http://www.zapatec.com/website/main/../ajax/zpcal/themes/aqua.css" />

<link rel="stylesheet" href="http://www.zapatec.com/website/main/../ajax/zpcal/themes/layouts/huge.css" />

 

<!-- Loading Calendar JavaScript files -->

<script type="text/javascript" src="http://www.zapatec.com/website/main/../ajax/zpcal/utils/zapatec.js"></script>

<script type="text/javascript" src="http://www.zapatec.com/website/main/../ajax/zpcal/src/calendar.js"></script>

<!-- Loading language definition file -->

<script type="text/javascript" src="http://www.zapatec.com/website/main/../ajax/zpcal/lang/calendar-en.js"></script>

 

</head>

<body>

 

<!-- The following empty element is the container for the calendar.

It has the ID that you defined at step 1 (“Type”).

When “Calendar.setup” is called below, the calendar will be generated

in this element. Feel free to position it the way you want

using CSS. You will normally want this to be a floating element

which is why we generated one having the style “float: right”. -->

 

<div style="float: right; margin: 0 0 1em 1em" id="calendar"></div>

 

<!-- The following JavaScript code defines a function that will

get called each time the user modifies the date inside the calendar.

To make sure that a date was actually clicked, we check the

cal.dateClicked variable. If a date wasn't clicked this will be

“false” and it usually means that the date was modified using the

month or year navigation buttons, or that only the time got modified. -->

 

<script type="text/javascript">//<![CDATA[

function flatCalendarCallback(cal) {

if (cal.dateClicked) {

var url = "http://www.mydomain.com/" + cal.date.print("%Y/%m/%d/");

alert("Jumping to: “" + url + "” (not really).");

// uncomment the following line to actually jump:

// window.location = url;

}

};

//]]></script>

<noscript>

<br/>

This page uses a <a href="http://www.zapatec.com/website/main/products/prod1/"> Javascript Calendar </a>, but

your browser does not support Javascript.

<br/>

Either enable Javascript in your Browser or upgrade to a newer version.

</noscript>

 

<script type="text/javascript">//<![CDATA[

Zapatec.Calendar.setup({

firstDay : 1,

showOthers : true,

showsTime : true,

flat : "calendar",

flatCallback : flatCalendarCallback

});

//]]></script>

<noscript>

<br/>

This page uses a <a href="http://www.zapatec.com/website/main/products/prod1/"> Javascript Calendar </a>, but

your browser does not support Javascript.

<br/>

Either enable Javascript in your Browser or upgrade to a newer version.

</noscript>

<br><a href="http://www.zapatec.com/website/main/products/prod1/">Zapatec Javascript Calendar</a><br>

 

</body>

</html>

 

 

1. uzklikskini ar peli uz pulksteni

2. nospied print screen pogu

3. start, run - mspaint.exe

4. ctrl+v

5. apgried kā gribi,var pat ar visu pulksteni

6. saglabā uz desktopa kā KALENDARS.BMP

7. lapā ieliec <IMG SRC="file:///C:/Documents%20and%20Settings/somebody/Desktop/KALENDARS.BMP">

 

:)

p.s kas, kur, ko kādu kalendāru?

uz kaada pulkstenja?

Link to comment
Share on other sites

ok no kurienes tu to kodu njeemi ( neticaas ka pats rakstiiji :P)

 

un ko tev vajag, nesaprotu! pulksteni, vardadienas, vai ko?

 

Un verbo tikai pajokoja, kas tu pat to nesaprati? njaa...

Edited by IM24LV
Link to comment
Share on other sites

×
×
  • Create New...