| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr" lang="fr">
|
|---|
| 3 |
|
|---|
| 4 | <head>
|
|---|
| 5 | <title>DevDur:Présentations Web</title>
|
|---|
| 6 |
|
|---|
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|---|
| 8 | <meta http-equiv="Content-Language" content="fr" />
|
|---|
| 9 | <meta http-equiv="Content-Style-Type" content="text/css" />
|
|---|
| 10 | <meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|---|
| 11 |
|
|---|
| 12 | <meta name="author" content="Lal-DevDur">
|
|---|
| 13 | <meta name="description" content="Présentation de Slidy et autres à DevDur" />
|
|---|
| 14 | <meta name="keywords" content="XHTML, CSS, HTML, (X)HTML">
|
|---|
| 15 |
|
|---|
| 16 | <link rel="stylesheet" href="../../Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print">
|
|---|
| 17 | <link rel="stylesheet" href="../../Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print">
|
|---|
| 18 |
|
|---|
| 19 | <script src="../../Tools/v2/Slidy/slidy.js" type="text/javascript"></script>
|
|---|
| 20 | <script src="../../Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script>
|
|---|
| 21 | </head>
|
|---|
| 22 |
|
|---|
| 23 | <body style="font-size: 18pt;">
|
|---|
| 24 |
|
|---|
| 25 | <!-- Cover -->
|
|---|
| 26 | <div class="slide" id="cover">
|
|---|
| 27 |
|
|---|
| 28 | <div class="callout">
|
|---|
| 29 | <p id="title">Présentation avec VRML sur le Web</p>
|
|---|
| 30 | </div>
|
|---|
| 31 | <!--<q></q>-->
|
|---|
| 32 | <p id="author"> </p>
|
|---|
| 33 | <br>
|
|---|
| 34 | <p id="date">10 Octobre 2006<br></p>
|
|---|
| 35 | <p id="event"></p>
|
|---|
| 36 | </div>
|
|---|
| 37 |
|
|---|
| 38 | <!-- Introduction [Start] -->
|
|---|
| 39 | <div class="slide">
|
|---|
| 40 | <h1>Configuration testée</h1>
|
|---|
| 41 | <ul class="incremental">
|
|---|
| 42 | <li>Mac OSX 10.4.9
|
|---|
| 43 | <ul>
|
|---|
| 44 | <li>Firefox 1.5.0.7</li>
|
|---|
| 45 | <li>Plugon VRML V5.0 de <A HREF="http://www.parallelgraphics.com/products/cortona/">Cortona</a></li>
|
|---|
| 46 | </ul>
|
|---|
| 47 | </li>
|
|---|
| 48 | </ul>
|
|---|
| 49 | <ul class="incremental">
|
|---|
| 50 | <li>Mac OSX 10.4.9
|
|---|
| 51 | <ul>
|
|---|
| 52 | <li>Opera v9.02</li>
|
|---|
| 53 | <li>Plugon VRML V5.0 de <A HREF="http://www.parallelgraphics.com/products/cortona/">Cortona</a></li>
|
|---|
| 54 | </ul>
|
|---|
| 55 | </li>
|
|---|
| 56 | </ul>
|
|---|
| 57 | <ul class="incremental">
|
|---|
| 58 | <li>Windows
|
|---|
| 59 | <ul>
|
|---|
| 60 | <li>Firefox 1.5.0.6</li>
|
|---|
| 61 | <li>Plugon VRML V5.0 de <A HREF="http://www.parallelgraphics.com/products/cortona/">Cortona</a></li>
|
|---|
| 62 | </ul>
|
|---|
| 63 | </li>
|
|---|
| 64 | </ul>
|
|---|
| 65 | <ul class="incremental">
|
|---|
| 66 | <li>Windows
|
|---|
| 67 | <ul>
|
|---|
| 68 | <li>I.E. 6.0.9</li>
|
|---|
| 69 | <li>Plugon VRML V5.0 de <A HREF="http://www.parallelgraphics.com/products/cortona/">Cortona</a></li>
|
|---|
| 70 | </ul>
|
|---|
| 71 | </li>
|
|---|
| 72 | </ul>
|
|---|
| 73 | </div>
|
|---|
| 74 |
|
|---|
| 75 | <div class="slide">
|
|---|
| 76 | <h1>Un premier test</h1>
|
|---|
| 77 | <ul class="incremental">
|
|---|
| 78 | <li>Un exemple de VRML via le site :<a href="http://prt.fernuni-hagen.de/pro/richodl/images/simulation/">prt.fernuni-hagen.de/pro/richodl</a>
|
|---|
| 79 | <center>
|
|---|
| 80 | <embed src="newest_X2.wrl" width="400" height="400" />
|
|---|
| 81 | </center>
|
|---|
| 82 | </li>
|
|---|
| 83 | </ul>
|
|---|
| 84 | </div>
|
|---|
| 85 | <div class="slide">
|
|---|
| 86 | <h1>Code html...</h1>
|
|---|
| 87 | <ul">
|
|---|
| 88 | <li>et le code qui va avec :<br/>
|
|---|
| 89 | <pre>
|
|---|
| 90 | <embed src="newest_X2.wrl" width="400" height="400">
|
|---|
| 91 | </pre>
|
|---|
| 92 | </li>
|
|---|
| 93 | </ul>
|
|---|
| 94 | </div>
|
|---|
| 95 |
|
|---|
| 96 |
|
|---|
| 97 | <!-- [End] -->
|
|---|
| 98 | </body>
|
|---|
| 99 | </html>
|
|---|