slideshow-service 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Manifest.txt +71 -0
- data/lib/slideshow/service/public/slideshow-csss/classList.js +116 -0
- data/lib/slideshow/service/public/slideshow-csss/logo.svg +52 -0
- data/lib/slideshow/service/public/slideshow-csss/plugins/code-highlight.js +114 -0
- data/lib/slideshow/service/public/slideshow-csss/plugins/css-controls.js +40 -0
- data/lib/slideshow/service/public/slideshow-csss/plugins/css-edit.js +132 -0
- data/lib/slideshow/service/public/slideshow-csss/plugins/css-snippets.js +89 -0
- data/lib/slideshow/service/public/slideshow-csss/plugins/incrementable.js +94 -0
- data/lib/slideshow/service/public/slideshow-csss/prefixfree.min.js +10 -0
- data/lib/slideshow/service/public/slideshow-csss/reusable.css +118 -0
- data/lib/slideshow/service/public/slideshow-csss/slides.html +90 -0
- data/lib/slideshow/service/public/slideshow-csss/slideshow.css +282 -0
- data/lib/slideshow/service/public/slideshow-csss/slideshow.js +508 -0
- data/lib/slideshow/service/public/slideshow-csss/style.css +45 -0
- data/lib/slideshow/service/public/slideshow-csss/theme.css +247 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-fold-dim.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-fold-dim.png +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-fold.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-fold.png +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-nofold-dim.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-nofold-dim.png +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-nofold.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-nofold.png +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-unfold-dim.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-unfold-dim.png +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-unfold.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet-unfold.png +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/bullet.png +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/example.png +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/example.svg +223 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/face1.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/face2.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/face3.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/face4.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/fold-bright.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/fold-dim.bmp +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/fold-dim.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/fold.bmp +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/fold.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/icon-blue.png +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/keys2.jpg +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/nofold-dim.bmp +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/nofold-dim.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/nofold.bmp +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/unfold-bright.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/unfold-dim.bmp +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/unfold-dim.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/unfold.bmp +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/unfold.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/w3c-logo-blue.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/w3c-logo-blue.svg +14 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/w3c-logo-slanted.jpg +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/w3c-logo-white.gif +0 -0
- data/lib/slideshow/service/public/slideshow-slidy/graphics/w3c-logo-white.svg +14 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html +80 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.ca +52 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.de +96 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.en +81 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.es +52 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.fr +118 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.hu +98 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.nl +82 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.pl +76 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.pt-br +95 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.pt_br +95 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.html.sv +75 -0
- data/lib/slideshow/service/public/slideshow-slidy/help/help.pt-br.html +95 -0
- data/lib/slideshow/service/public/slideshow-slidy/scripts/slidy.js +2952 -0
- data/lib/slideshow/service/public/slideshow-slidy/slides.blank.html +26 -0
- data/lib/slideshow/service/public/slideshow-slidy/slides.w3c.html +62 -0
- data/lib/slideshow/service/public/slideshow-slidy/styles/slidy.css +401 -0
- data/lib/slideshow/service/public/slideshow-slidy/styles/w3c-blue.css +493 -0
- data/lib/slideshow/service/version.rb +1 -2
- data/lib/slideshow/service/views/_editor.erb +7 -4
- data/lib/slideshow/service.rb +47 -19
- metadata +73 -2
@@ -0,0 +1,80 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
3
|
+
|
4
|
+
<title>Slide Show Help</title><style type="text/css">
|
5
|
+
body {
|
6
|
+
font-family: sans-serif;
|
7
|
+
margin: 10%;
|
8
|
+
}
|
9
|
+
.copyright { font-size: smaller }
|
10
|
+
</style>
|
11
|
+
<script type="text/javascript">
|
12
|
+
window.onload = load;
|
13
|
+
function load()
|
14
|
+
{
|
15
|
+
var back = document.getElementById("back");
|
16
|
+
back.focus();
|
17
|
+
}
|
18
|
+
</script>
|
19
|
+
</head>
|
20
|
+
<body>
|
21
|
+
<h1>Slide Show Help</h1>
|
22
|
+
|
23
|
+
<p>This slide show can be driven in the same way as Power Point.
|
24
|
+
To advance to the next slide click pretty much anywhere on the
|
25
|
+
page with the mouse, or press the space bar. You can move forwards
|
26
|
+
or backwards through the slides with the Cursor left, Cursor
|
27
|
+
right, Pg Up and Pg Dn keys. The font size is automatically
|
28
|
+
adjusted to match the browser's window width, but you can also
|
29
|
+
adjust it manually using the "S" key for smaller and the "B" key
|
30
|
+
for bigger. You can also use the "<" and ">" keys. Use the
|
31
|
+
"F" key to switch off/on the bottom status line. The "K" key
|
32
|
+
toggles the use of mouse click to advance to the next slide. You
|
33
|
+
can use "C" to show the table of contents and any other key to
|
34
|
+
hide it. Use the "F11" key to toggle the browser's full screen
|
35
|
+
mode. Note that not all keys are supported in all browsers, as
|
36
|
+
browsers may reserve some keys for browser control and this varies
|
37
|
+
from one browser to the next.</p>
|
38
|
+
|
39
|
+
<p>Firefox users may want the <a
|
40
|
+
href="http://www.krickelkrackel.de/autohide/">autohide</a>
|
41
|
+
extension to hide the toolbars when entering full screen with F11.
|
42
|
+
Newer versions of Firefox have built-in support for SVG, but on older
|
43
|
+
versions for Microsoft Widows, you should consider installing the <a
|
44
|
+
href="http://plugindoc.mozdev.org/windows.html">Adobe SVG Viewer
|
45
|
+
6.0</a>.</p>
|
46
|
+
|
47
|
+
<p>If you would like to see how Slidy works, use View Source to view
|
48
|
+
the XHTML markup, or see this <a
|
49
|
+
href="http://www.w3.org/Talks/Tools/Slidy/">longer explanation</a>,
|
50
|
+
which also explains additional features. Each slide is marked up as
|
51
|
+
a div element with class="slide". CSS positioning and percentage
|
52
|
+
widths on images can be used to ensure your image rich slides scale
|
53
|
+
to match the window size. Content to be revealed incrementally can
|
54
|
+
be marked up with class="incremental". The linked style sheet and
|
55
|
+
scripts were developed as a Web-based alternative to proprietary
|
56
|
+
presentation tools and have been tested on a variety of recent
|
57
|
+
browsers. Integrated editing support is under development. Please
|
58
|
+
send your comments to <a href="http://www.w3.org/People/Raggett/">Dave
|
59
|
+
Raggett</a> <<a href="mailto:dsr@w3.org">dsr@w3.org</a>>.
|
60
|
+
If you find Slidy useful, you may want to consider becoming a
|
61
|
+
<a href="http://www.w3.org/Consortium/sup">W3C Supporter</a>.</p>
|
62
|
+
|
63
|
+
<p><em>You are welcome to make use of the slide show style sheets,
|
64
|
+
scripts and help file under W3C's <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
|
65
|
+
and <a href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
66
|
+
licensing</a> rules.</em></p>
|
67
|
+
|
68
|
+
<button id="back" onclick="history.go(-1)">Return to slide show</button>
|
69
|
+
|
70
|
+
<hr>
|
71
|
+
|
72
|
+
<p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> � 2005
|
73
|
+
<a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>�</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
|
74
|
+
<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
|
75
|
+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
|
76
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
|
77
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
|
78
|
+
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
79
|
+
licensing</a> rules apply.</p>
|
80
|
+
</body></html>
|
@@ -0,0 +1,52 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ca" lang="ca">
|
5
|
+
<head>
|
6
|
+
<title>Ajuda del presentador de diapositives</title><style type="text/css">
|
7
|
+
body {
|
8
|
+
font-family: sans-serif;
|
9
|
+
margin: 10%;
|
10
|
+
}
|
11
|
+
.copyright { font-size: smaller }
|
12
|
+
</style>
|
13
|
+
<script type="text/javascript">
|
14
|
+
window.onload = load;
|
15
|
+
function load()
|
16
|
+
{
|
17
|
+
var back = document.getElementById("back");
|
18
|
+
back.focus();
|
19
|
+
}
|
20
|
+
</script>
|
21
|
+
</head>
|
22
|
+
<body>
|
23
|
+
<h1>Ajuda del presentador de diapositives</h1>
|
24
|
+
|
25
|
+
<p>Per avançar a la pròxima diapositiva només cal fer clic amb el ratolí en qualsevol lloc de la pàgina o bé prémer la barra d’espaidora.
|
26
|
+
Es pot anar endavant i endarrere per les diapositives amb les tecles "cursor esquerra" i "cursor dreta", "RePàg" i "AvPàg". El tamany de font de les lletres s’ajusta automàticament a l’amplada de la pantalla, però també es pot ajustar manualment fent servir la “S” per fer-la mes petita (Smaller) i la “B” per fer-la mes gran (“Bigger”),també es poden fer servir les tecles "<" i ">".
|
27
|
+
La tecla “F” fa aparèixer/desaparèixer el menú de la línia de estat a la part de sota.
|
28
|
+
Amb la tecla “K” s’habilita/deshabilita l’ús del ratolí per avançar a la pròxima diapositiva. La tecla “C” mostra la taula de continguts, amb qualsevol altra tecla la podem amagar.
|
29
|
+
La tecla “F11” serveix per entrar/sortir en el mode pantalla completa del navegador, la tecla “H” dona accés a aquesta pàgina.
|
30
|
+
Cal notar que no totes les tecles estan suportades en tots els navegadors donat que els navegadors poden reservar algunes tecles per el control de navegació i aquestes varien d’un navegador a un altre.</p>
|
31
|
+
<p>Es recomana als usuaris de Firefox que instal•lin la extensió d’<a href="http://www.krickelkrackel.de/autohide/">autoamagar</a> per amagar les barres d’eines en entrar al mode pantalla completa. </p>
|
32
|
+
<p>Si vol saber com funciona Slidy, feu servir “Veure el codi font” per veure el codi XHTML o vegi aquesta <a
|
33
|
+
href="http://www.w3.org/Talks/Tools/Slidy/">explicació més llarga.</a>, que també explica característiques addicionals. Cada diapositiva està marcada com element div amb classe “slide”. Es fa servir posicionament CSS i amplades per percentatge a les imatges per assegurar-se de que les vostres diapositives riques en imatges s’ajustin perfectament a la grandària de la finestra. El contingut que s’ha de revelar incrementalment es pot marcar amb la classe “incremental”. La fulla d’estils adjunta i els scripts es van desenvolupar com una alternativa basada en Web a les eines de presentació propietàries i s’han provat en una gran varietat de navegadors actuals. S’està desenvolupant un sistema d’edició integrada. Si us plau envieu els vostres comentaris a : <a href="http://www.w3.org/People/Raggett/">Dave
|
34
|
+
Raggett</a> <<a href="mailto:dsr@w3.org">dsr@w3.org</a>>.
|
35
|
+
Si trobeu Slidy útil podeu considerar <a href="http://www.w3.org/Consortium/sup">ajudar al W3C</a>.</p>
|
36
|
+
<p><em>Sou benvingut a fer servir el presentador de diapositives, les fulles d’estil , scripts i el fitxer d’ajuda sota les condicions d’ <a href="http://www.w3.org/Consortium/Legal/copyright-documents">ùs de document</a> del W3C I les normes
|
37
|
+
<a href="http://www.w3.org/Consortium/Legal/copyright-software">llicència de software</a>.</em></p>
|
38
|
+
|
39
|
+
<button id="back" onclick="history.go(-1)">Tornar a la presentació de diapositives </button>
|
40
|
+
|
41
|
+
<hr />
|
42
|
+
|
43
|
+
<p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005
|
44
|
+
<a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
|
45
|
+
<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
|
46
|
+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
|
47
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
|
48
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
|
49
|
+
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
50
|
+
licensing</a> rules apply.</p>
|
51
|
+
</body>
|
52
|
+
</html>
|
@@ -0,0 +1,96 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
|
5
|
+
<head>
|
6
|
+
<!-- translated by Beat Vontobel -->
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
+
<title>Slide Show Help</title>
|
9
|
+
<style type="text/css">
|
10
|
+
body {
|
11
|
+
font-family: sans-serif;
|
12
|
+
margin: 10%;
|
13
|
+
}
|
14
|
+
.copyright { font-size: smaller }
|
15
|
+
</style>
|
16
|
+
<script type="text/javascript">
|
17
|
+
window.onload = load;
|
18
|
+
function load()
|
19
|
+
{
|
20
|
+
var back = document.getElementById("back");
|
21
|
+
back.focus();
|
22
|
+
}
|
23
|
+
</script>
|
24
|
+
</head>
|
25
|
+
<body>
|
26
|
+
<h1>Hilfe für die HTML-Slidy-Präsentation</h1>
|
27
|
+
|
28
|
+
<p>Diese Präsentation wird wie Power Point kontrolliert: Klicken
|
29
|
+
Sie mit der Maus irgendwo ins Bild, um zur nächsten Seite zu
|
30
|
+
schalten, oder drücken Sie die Leertaste. Sie können ebenfalls
|
31
|
+
mit den Cursor-Tasten (links/rechts) oder den Tasten für Seite
|
32
|
+
auf und ab vorwärts und rückwärts durch die Präsentation
|
33
|
+
navigieren. Die Schriftgrösse wird automatisch so angepasst, dass
|
34
|
+
Sie zur Fensterbreite des Browsers passt, sie kann aber auch
|
35
|
+
manuell mit den Tasten "s" (kleiner) und "b" (grösser)
|
36
|
+
kontrolliert werden (oder mit der Taste "<" bzw. ">"). Die
|
37
|
+
Statuszeile am unteren Rand des Fensters wird mit "f" ein- und
|
38
|
+
ausgeschaltet. Die Taste "k" schaltet die Funktion des Mausklicks
|
39
|
+
zum Kontrollieren der Präsentation ein und aus. Sie können mit
|
40
|
+
"c" ein Inhaltsverzeichnis ein- und mit einer beliebigen anderen
|
41
|
+
Taste wieder ausblenden. Mit "F11" können Sie (je nach Browser)
|
42
|
+
den Vollbildmodus aktivieren. Die Taste "h" zeigt diesen Hilfetext
|
43
|
+
an. Es ist zu bemerken, dass nicht alle diese Tasten in jedem
|
44
|
+
Browser funktionieren, da sie zum Teil mit anderen Funktionen
|
45
|
+
belegt sind.</p>
|
46
|
+
|
47
|
+
<p>Firefox-Benutzer können die <a
|
48
|
+
href="http://www.krickelkrackel.de/autohide/">autohide</a>-Erweiterung
|
49
|
+
installieren, um die Werkzeugleiste im Vollbildmodus auszublenden.</p>
|
50
|
+
|
51
|
+
<p>Wenn Sie wissen möchten, wie Slidy funktioniert, schauen Sie sich
|
52
|
+
den XHTML-Quellcode der Seite an oder lesen diese etwas <a
|
53
|
+
href="http://www.w3.org/Talks/Tools/Slidy/">längere Erklärung</a>
|
54
|
+
(in Englisch), die auch weitere Funktionen erläutert. Jede einzelne
|
55
|
+
Folie ist als ein <code>div</code>-Element mit <code>class="slide"</code>
|
56
|
+
markiert. CSS-Positionierung und prozentuale Breitenangaben für Bilder
|
57
|
+
können benutzt werden, um sicherzustellen, dass die Folien bei
|
58
|
+
verschiedenen Fenstergrössen optimal dargestellt werden. Der Inhalt
|
59
|
+
auf Folien kann schrittweise angezeigt werden, indem den Elementen
|
60
|
+
<code>class="incremental"</code> zugewiesen wird. Das eingebundene
|
61
|
+
Style Sheet und die Skripten wurden als web-basierte Alternative zu
|
62
|
+
proprietären Programmen entwickelt. Sie wurden auf verschiedensten
|
63
|
+
aktuellen Browsern getestet. Ein eingebauter Editor für die Folien
|
64
|
+
ist in Entwicklung. Bitte senden Sie Kommentare an <a
|
65
|
+
href="http://www.w3.org/People/Raggett/">Dave Raggett</a> <<a
|
66
|
+
href="mailto:dsr@w3.org">dsr@w3.org</a>>. Wenn Sie Slidy
|
67
|
+
nützlich finden, möchten Sie vielleicht ein <a
|
68
|
+
href="http://www.w3.org/Consortium/sup">W3C Supporter</a> werden.</p>
|
69
|
+
|
70
|
+
<p><em>Die Style Sheets, die Skripten der Präsentation und die
|
71
|
+
zugehörigen Texte sind frei zur Benutzung unter den Bedingungen
|
72
|
+
der W3C-Lizenzen <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document
|
73
|
+
use</a> und <a href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
74
|
+
licensing</a>.</em></p>
|
75
|
+
|
76
|
+
<button id="back" onclick="history.go(-1)">Zur Präsentation
|
77
|
+
zurückkehren</button>
|
78
|
+
|
79
|
+
<hr/>
|
80
|
+
|
81
|
+
|
82
|
+
<p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2006
|
83
|
+
|
84
|
+
<a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
|
85
|
+
|
86
|
+
<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
|
87
|
+
|
88
|
+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
|
89
|
+
|
90
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
|
91
|
+
|
92
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
|
93
|
+
|
94
|
+
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a> rules apply.</p>
|
95
|
+
</body>
|
96
|
+
</html>
|
@@ -0,0 +1,81 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
7
|
+
<title>Slide Show Help</title>
|
8
|
+
<style type="text/css">
|
9
|
+
body {
|
10
|
+
font-family: sans-serif;
|
11
|
+
margin: 10%;
|
12
|
+
}
|
13
|
+
.copyright { font-size: smaller }
|
14
|
+
</style>
|
15
|
+
<script type="text/javascript">
|
16
|
+
window.onload = load;
|
17
|
+
function load()
|
18
|
+
{
|
19
|
+
var back = document.getElementById("back");
|
20
|
+
back.focus();
|
21
|
+
}
|
22
|
+
</script>
|
23
|
+
</head>
|
24
|
+
<body>
|
25
|
+
<h1>Slide Show Help</h1>
|
26
|
+
|
27
|
+
<p>This slide show can be driven in the same way as Power Point.
|
28
|
+
To advance to the next slide click pretty much anywhere on the
|
29
|
+
page with the mouse, or press the space bar. You can move forwards
|
30
|
+
or backwards through the slides with the Cursor left, Cursor
|
31
|
+
right, Pg Up and Pg Dn keys. The font size is automatically
|
32
|
+
adjusted to match the browser's window width, but you can also
|
33
|
+
adjust it manually using the "S" key for smaller and the "B" key
|
34
|
+
for bigger. You can also use the "<" and ">" keys. Use the
|
35
|
+
"F" key to switch off/on the bottom status line. The "K" key
|
36
|
+
toggles the use of mouse click to advance to the next slide. You
|
37
|
+
can use "C" to show the table of contents and any other key to
|
38
|
+
hide it. Press the "H" key to view this page. Use the "F11" key to
|
39
|
+
toggle the browser's full screen mode. Note that not all keys are
|
40
|
+
supported in all browsers, as browsers may reserve some keys for
|
41
|
+
browser control and this varies from one browser to the next.</p>
|
42
|
+
|
43
|
+
<p>Firefox users may want the <a
|
44
|
+
href="http://www.krickelkrackel.de/autohide/">autohide</a>
|
45
|
+
extension to hide the toolbars when entering full screen with F11.</p>
|
46
|
+
|
47
|
+
<p>If you would like to see how Slidy works, use View Source to view
|
48
|
+
the XHTML markup, or see this <a
|
49
|
+
href="http://www.w3.org/Talks/Tools/Slidy/">longer explanation</a>,
|
50
|
+
which also explains additional features. Each slide is marked up as
|
51
|
+
a div element with class="slide". CSS positioning and percentage
|
52
|
+
widths on images can be used to ensure your image rich slides scale
|
53
|
+
to match the window size. Content to be revealed incrementally can
|
54
|
+
be marked up with class="incremental". The linked style sheet and
|
55
|
+
scripts were developed as a Web-based alternative to proprietary
|
56
|
+
presentation tools and have been tested on a variety of recent
|
57
|
+
browsers. Integrated editing support is under development. Please
|
58
|
+
send your comments to <a href="http://www.w3.org/People/Raggett/">Dave
|
59
|
+
Raggett</a> <<a href="mailto:dsr@w3.org">dsr@w3.org</a>>.
|
60
|
+
If you find Slidy useful, you may want to consider becoming a
|
61
|
+
<a href="http://www.w3.org/Consortium/sup">W3C Supporter</a>.</p>
|
62
|
+
|
63
|
+
<p><em>You are welcome to make use of the slide show style sheets,
|
64
|
+
scripts and help file under W3C's <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
|
65
|
+
and <a href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
66
|
+
licensing</a> rules.</em></p>
|
67
|
+
|
68
|
+
<button id="back" onclick="history.go(-1)">Return to slide show</button>
|
69
|
+
|
70
|
+
<hr />
|
71
|
+
|
72
|
+
<p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005
|
73
|
+
<a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
|
74
|
+
<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
|
75
|
+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
|
76
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
|
77
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
|
78
|
+
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
79
|
+
licensing</a> rules apply.</p>
|
80
|
+
</body>
|
81
|
+
</html>
|
@@ -0,0 +1,52 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
|
5
|
+
<head>
|
6
|
+
<!-- Traducida por Emmanuelle Gutiérrez y Restrepo - Fundación Sidar -->
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
+
<title>Ayuda de Slidy</title>
|
9
|
+
<style type="text/css">
|
10
|
+
body {
|
11
|
+
font-family: sans-serif;
|
12
|
+
margin: 10%;
|
13
|
+
}
|
14
|
+
.copyright { font-size: smaller }
|
15
|
+
</style>
|
16
|
+
<script type="text/javascript">
|
17
|
+
window.onload = load;
|
18
|
+
function load()
|
19
|
+
{
|
20
|
+
var back = document.getElementById("back");
|
21
|
+
back.focus();
|
22
|
+
}
|
23
|
+
</script>
|
24
|
+
</head>
|
25
|
+
<body>
|
26
|
+
<h1>Ayuda de "<span lang="en">Slidy</span>"</h1>
|
27
|
+
|
28
|
+
<p>Esta presentación puede manejarse igual que una presentación hecha con Power Point.
|
29
|
+
Para avanzar a la siguiente página o diapositiva haga clic con el ratón en cualquier parte de la página, o pulse la barra espaciadora. Puede moverse adelante y atrás entre las diapositivas con las teclas de flecha izquierda, derecha, retroceso de página (Re Pag) o avance de página (Av Pag). El tamaño de fuente se ajusta automáticamente para encajar en el ancho de la ventana del navegador, pero puede ajustarlo manualmente utilizando la tecla "S" para reducirlo y la tecla "B" para aumentarlo. También puede usar las teclas "<" y ">". Use la tecla "F" para presentar u ocultar la línea de estado en la parte inferior. La tecla "K" habilita o deshabilita el uso del ratón para avanzar a la siguiente diapositiva. Puede usar la tecla "C" para mostrar la tabla de contenidos o índice, y cualquier otra tecla para esconderla. Use la tecla de función "F11" para conmutar la vista a toda pantalla del navegador. Tenga en cuenta que no todas las teclas están igualmente soportadas en todos los navegadores, ya que los navegadores pueden tener reservado el uso de algunas teclas para controles del navegador, y esto puede variar de un navegador a otro.</p>
|
30
|
+
|
31
|
+
<p>Los usuarios de Firefox pueden desear instalar la extensión <a href="http://www.krickelkrackel.de/autohide/" lang="en">"autohide"</a>
|
32
|
+
para ocultar las barras de herramientas cuando utilizan la función F11 para el modo a toda pantalla.</p>
|
33
|
+
|
34
|
+
<p>Si desea saber cómo funciona Slidy, utilice la Vista de Código para ver el marcado XHML, o vea esta <a href="http://www.w3.org/Talks/Tools/Slidy/">explicación extensa</a>,
|
35
|
+
que expone otras características adicionales. Cada diapositiva está marcada con un elemento div con la clase class="slide". Puede usarse posicionamiento y anchos en porcentajes para las imágenes, mediante CSS, para garantizar que la imagen alcance el tamaño de la diapositiva de acuerdo con el tamaño de la ventana. El contenido que se desee presentar paulatinamente puede marcarse con la clase class="incremental". La hoja de estilos y el script enlazado fueron desarrollados como una alternativa, basada en la Web, a las herramientas propietarias de presentación, y han sido probados en una variedad de navegadores recientes. Se está desarrollando un editor integrado. Envie sus comentarios, por favor, a <a href="http://www.w3.org/People/Raggett/" lang="en">Dave Raggett</a> <<a href="mailto:dsr@w3.org">dsr@w3.org</a>>.</p>
|
36
|
+
|
37
|
+
<p><em>Usted puede utilizar las hojas de estilo, scripts, y el fichero de ayuda; siempre que siga las normas de <a href="http://www.w3.org/Consortium/Legal/copyright-documents">uso de documentos</a> y <a href="http://www.w3.org/Consortium/Legal/copyright-software">licencia de software</a> del W3C.</em></p>
|
38
|
+
|
39
|
+
<button id="back" onclick="history.go(-1)">Volver a la presentación</button>
|
40
|
+
|
41
|
+
<hr />
|
42
|
+
|
43
|
+
<p class="copyright" lang="en"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005
|
44
|
+
<a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
|
45
|
+
<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
|
46
|
+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
|
47
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
|
48
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
|
49
|
+
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
50
|
+
licensing</a> rules apply.</p>
|
51
|
+
</body>
|
52
|
+
</html>
|
@@ -0,0 +1,118 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr-FR">
|
5
|
+
<head>
|
6
|
+
|
7
|
+
<title>Aide de Slide Show</title><style type="text/css">
|
8
|
+
|
9
|
+
body {
|
10
|
+
|
11
|
+
font-family: sans-serif;
|
12
|
+
|
13
|
+
margin: 10%;
|
14
|
+
|
15
|
+
}
|
16
|
+
|
17
|
+
.copyright { font-size: smaller }
|
18
|
+
|
19
|
+
</style>
|
20
|
+
<script type="text/javascript">
|
21
|
+
window.onload = load;
|
22
|
+
function load()
|
23
|
+
{
|
24
|
+
var back = document.getElementById("back");
|
25
|
+
back.focus();
|
26
|
+
}
|
27
|
+
</script>
|
28
|
+
</head>
|
29
|
+
|
30
|
+
<body>
|
31
|
+
|
32
|
+
<h1>Aide de Slide Show</h1>
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
<p>Cet exposé Slide Show peut être utilisé de la même manière que Powerpoint.
|
37
|
+
|
38
|
+
Pour avancer au prochain transparent, cliquez n'importe où sur la page avec la
|
39
|
+
souris ou appuyez sur la barre d'espace. Vous pouvez naviguer entre
|
40
|
+
les transparents avec les flèches gauche/droite ainsi que les touches Pg Up et
|
41
|
+
Pg Dn.
|
42
|
+
|
43
|
+
La taille de la police s'adapte automatiquement à la largeur de la fenêtre
|
44
|
+
du navigateur, mais vous pouvez aussi l'ajuster manuellement en utilisant les
|
45
|
+
touches "S" (small) pour la diminuer et "B" (big) pour l'augmenter. Vous
|
46
|
+
pouvez aussi utiliser les touches "<" et ">".
|
47
|
+
|
48
|
+
Utilisez la touche "F" pour afficher ou non le statut en pied-de-page.
|
49
|
+
|
50
|
+
La touche "K" active l'utilisation du clic de souris pour avancer au prochain transparent.
|
51
|
+
Vous pouvez utiliser "T" pour afficher la table des matières et n'importe quelle autre touche
|
52
|
+
pour la cacher.
|
53
|
+
|
54
|
+
Les utilisateurs de Windows peuvent utiliser la touche "F11" pour activer le mode plein écran
|
55
|
+
du navigateur. Appuyez sur la touche "H" pour obtenir cette page. À noter que certaines touches
|
56
|
+
peuvent ne pas fonctionner avec certains navigateurs car elles sont réservées pour son contrôle.
|
57
|
+
De plus, cela peut varier d'un navigateur à l'autre.</p>
|
58
|
+
|
59
|
+
<p>Les utilisateurs de Firefox peuvent installer l'extension <a
|
60
|
+
href="http://www.krickelkrackel.de/autohide/">autohide</a>
|
61
|
+
pour cacher les barres d'outils lorsque le mode plein écran est activé
|
62
|
+
avec la touche F11.</p>
|
63
|
+
|
64
|
+
<p>Si vous voulez voir comment Slidy fonctionne, affichez le code source de la page
|
65
|
+
pour voir le balisage XHTML, ou lisez cette <a
|
66
|
+
href="http://www.w3.org/Talks/Tools/Slidy/">explication plus complète</a> (en anglais),
|
67
|
+
qui explique aussi des fonctionnalités additionnelles.
|
68
|
+
|
69
|
+
Chaque transparent est balisé par un élément div avec l'attribut class="slide".
|
70
|
+
Il est aussi possible d'utiliser le positionnement CSS ainsi que la largeur en pourcentage
|
71
|
+
pour s'assurer que vos images soient à l'échelle du transparent et correspondent ainsi à la taille
|
72
|
+
de la fenêtre. Le contenu devant s'afficher progressivement doit être marqué par l'attribut
|
73
|
+
class="incremental".
|
74
|
+
|
75
|
+
La feuille de style reliée ainsi que les scripts ont été développés comme alternative Web
|
76
|
+
aux outils de présentation propriétaires et ont été testés sur un large panel de navigateurs récents.
|
77
|
+
Le support intégré pour l'édition est en cours de développement. Envoyez vos commentaires
|
78
|
+
(en anglais) à <a href="http://www.w3.org/People/Raggett/">Dave
|
79
|
+
Raggett</a> <<a href="mailto:dsr@w3.org">dsr@w3.org</a>>.
|
80
|
+
Si vous trouvez Slidy utile, vous pouvez également devenir
|
81
|
+
<a href="http://www.w3.org/Consortium/sup">Supporter du W3C</a>.</p>
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
<p><em>Veuillez utilisez les feuilles de style, scripts et fichiers d'aide
|
86
|
+
|
87
|
+
en suivant le <a href="http://www.w3.org/Consortium/Legal/copyright-documents">copyright</a>
|
88
|
+
|
89
|
+
et la <a href="http://www.w3.org/Consortium/Legal/copyright-software">licence</a> du W3C.</em></p>
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
<button id="back" onclick="history.go(-1)">Retour à l'exposé</button>
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
<hr />
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
<p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005
|
102
|
+
|
103
|
+
<a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
|
104
|
+
|
105
|
+
<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
|
106
|
+
|
107
|
+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
|
108
|
+
|
109
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
|
110
|
+
|
111
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
|
112
|
+
|
113
|
+
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
114
|
+
|
115
|
+
licensing</a> rules apply.</p>
|
116
|
+
|
117
|
+
</body>
|
118
|
+
</html>
|
@@ -0,0 +1,98 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu" lang="hu">
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
|
6
|
+
<title>Segítség a bemutatóhoz</title>
|
7
|
+
|
8
|
+
<style type="text/css">
|
9
|
+
body {
|
10
|
+
font-family: sans-serif;
|
11
|
+
margin: 10%;
|
12
|
+
}
|
13
|
+
.copyright { font-size: smaller }
|
14
|
+
</style>
|
15
|
+
|
16
|
+
<script type="text/javascript">
|
17
|
+
window.onload = load;
|
18
|
+
function load()
|
19
|
+
{
|
20
|
+
var back = document.getElementById("back");
|
21
|
+
back.focus();
|
22
|
+
}
|
23
|
+
</script>
|
24
|
+
</head>
|
25
|
+
|
26
|
+
<body>
|
27
|
+
<h1>Segítség a bemutatóhoz</h1>
|
28
|
+
|
29
|
+
<p>Ezt a bemutatót a Power Point-hoz hasonlóan lehet vezérelni.
|
30
|
+
A következő oldalra való lépéshez kattintson bárhova az aktuális
|
31
|
+
oldalon belül, vagy nyomja le a szóköz billentyűt. Az oldalak között
|
32
|
+
a bal és jobb nyíl, illetve a Page Up és Page Down billentyűkkel mozoghat.
|
33
|
+
A szöveg mérete automatikusan kerül beállításra úgy, hogy igazodjon
|
34
|
+
a böngésző ablakának szélességéhez, viszont az "S" billentyűvel
|
35
|
+
csökkentheti, a "B"-vel növelheti azt. Ugyanerre használhatja a "<"
|
36
|
+
és a ">" billentyűket is.
|
37
|
+
Az "F" billentyűvel be- és
|
38
|
+
kikapcsolhatja az alsó állapotsor megjelenítését. A "K" billentyűvel
|
39
|
+
letilthatja, illetve engedélyezheti, hogy egérkattintással a következő
|
40
|
+
oldalra lehessen lépni. A "C" billentyűvel megjelenítheti, bármely másikkal
|
41
|
+
pedig eltűntetheti a tartalomjegyzéket. Az "F11" billenytűvel válthat át
|
42
|
+
a böngésző teljes képernyős üzemmódjára, vagy jöhet onnan vissza.
|
43
|
+
Megjegyezzük, hogy nem minden billentyű támogatott minden böngészőben,
|
44
|
+
mivel a böngészők lefoglalhatnak néhány (böngészőnként eltérő) billentyűt
|
45
|
+
a saját vezérlésükre.
|
46
|
+
</p>
|
47
|
+
|
48
|
+
<p>A Firefox felhasználóknak hasznos lehet az
|
49
|
+
<a href="http://www.krickelkrackel.de/autohide/">autohide</a>
|
50
|
+
bővítmény, amivel elrejthetők az eszköztárak teljes képernyős üzemmódban.
|
51
|
+
</p>
|
52
|
+
|
53
|
+
<p>Ha szeretné látni, hogyan működik a Slidy, nézze meg az oldal
|
54
|
+
forrásában az XHTML jelölésmódot, vagy nézze meg ezt a
|
55
|
+
<a href="http://www.w3.org/Talks/Tools/Slidy/">hosszabb magyarázatot</a>,
|
56
|
+
ami további funkciókat is bemutat. Minden oldalt egy olyan div elem jelöl,
|
57
|
+
amiben be van állítva, hogy class="slide". A képek CSS-sel történő
|
58
|
+
pozicionálása és szélességüknek százalékban való megadása biztosítja,
|
59
|
+
hogy a sok képet tartalmazó oldalak az ablak méretének megfelelően
|
60
|
+
skálázódjanak. Az oldalon belül egymás után megjelenítendő tartalom a
|
61
|
+
class="incremental" megadásával jelölhető. A becsatolt stíluslapok és
|
62
|
+
scriptek a védjegyzett/szabadalmaztatott/más módon védett
|
63
|
+
bemutató-megjelenítő eszközök web-alapú alternatívájaként lettek
|
64
|
+
fejlesztve, és sok, manapság használatos böngészővel tesztelve.
|
65
|
+
Az integrált szerkesztési lehetőség jelenleg fejlesztés alatt áll.
|
66
|
+
Észrevételeit a következő helyre küldje:
|
67
|
+
<a href="http://www.w3.org/People/Raggett/">Dave Raggett</a>
|
68
|
+
<<a href="mailto:dsr@w3.org">dsr@w3.org</a>>.
|
69
|
+
</p>
|
70
|
+
|
71
|
+
<p>
|
72
|
+
<em>Ön jogosult az e bemutatóhoz tartozó stíluslapok, scriptek és
|
73
|
+
segítség fájl használatára, amennyiben betartja a W3C
|
74
|
+
<a href="http://www.w3.org/Consortium/Legal/copyright-documents">
|
75
|
+
dokumentum használati</a> és
|
76
|
+
<a href="http://www.w3.org/Consortium/Legal/copyright-software">
|
77
|
+
szoftver licencelési</a> szabályait.
|
78
|
+
</em>
|
79
|
+
</p>
|
80
|
+
|
81
|
+
<button id="back" onclick="history.go(-1)">Visszatérés a bemutatóhoz</button>
|
82
|
+
|
83
|
+
<hr>
|
84
|
+
|
85
|
+
<p class="copyright">
|
86
|
+
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005
|
87
|
+
<a href="http://www.w3.org/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a>
|
88
|
+
<sup>®</sup>
|
89
|
+
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
|
90
|
+
<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
|
91
|
+
<a href="http://www.keio.ac.jp/">Keio</a>), minden jog fenntartva. A következő W3C szabályok alkalmazandók:
|
92
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">felelősségi</a>,
|
93
|
+
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">védjegy</a>,
|
94
|
+
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">dokumentum használati</a> és
|
95
|
+
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">szoftver licencelési</a>.
|
96
|
+
</p>
|
97
|
+
</body>
|
98
|
+
</html>
|