Changeset 1154 for branches/v3/model/sources/opaleSup/app/presSupAdvanced.site/co/OpaleSup_Advanced.html
- Timestamp:
- 12/11/07 16:00:50 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v3/model/sources/opaleSup/app/presSupAdvanced.site/co/OpaleSup_Advanced.html
r898 r1154 9 9 10 10 <link href="../styles/sec/style.css" rel="stylesheet" type="text/css"> 11 <script type="text/JavaScript"> 12 var scOnLoads = []; 13 var scOnUnloads = []; 14 function scOnLoad() { 15 scOnLoads.sort(function (p1, p2){if(!p1.loadSortKey) return p2.loadSortKey ? -1 : 0;try{return p1.loadSortKey > p2.loadSortKey||"" ? 1 : p1.loadSortKey == p2.loadSortKey ? 0 : -1;}catch(e){p1.loadSortKey.localeCompare(p2.loadSortKey||"")}}); 16 for (var i in scOnLoads) try{scOnLoads[i].onLoad();}catch(e){} 17 } 18 function scOnUnload() { 19 scOnUnloads.sort(function (p1, p2){if(!p1.unloadSortKey) return p2.unloadSortKey ? -1 : 0;try{return p1.unloadSortKey > p2.unloadSortKey||"" ? 1 : p1.unloadSortKey == p2.unloadSortKey ? 0 : -1;}catch(e){p1.unloadSortKey.localeCompare(p2.unloadSortKey||"")}}); 20 for (var i in scOnUnloads) try{scOnUnloads[i].onUnload();}catch(e){} 21 } 22 </script> 11 23 12 <script type="text/JavaScript" > 24 /*0*/ var scServices = []; 13 /*0*/ var scServices = {}; 14 /*1*/ scServices["scLoad"] = {loadFromRoot:function(pUrl){window.location.href="../"+pUrl;}, getUrlFromRoot:function(pHref){if(!this.fRootOffset) this.fRootOffset = window.location.href.length + 1 - 26; return pHref.substring(this.fRootOffset);}}; 25 15 </script> 26 16 17 <script type="text/JavaScript" src="../jslib/scCoLib.js"></script> 27 18 28 <link href="../tplRes/sec/css/html.css" rel="stylesheet" type="text/css"> 19 <script type="text/javascript">var uiFontSize = { 20 onLoad: function(){ 21 try{ 22 if(parent.ut.defaultFontSize) document.body.style.fontSize = parent.ut.defaultFontSize; 23 }catch(e){} 24 } 25 } 26 scOnLoads[scOnLoads.length] = uiFontSize; 27 28 </script><link href="../tplRes/sec/css/html.css" rel="stylesheet" type="text/css"> 29 29 <link href="../tplRes/sec/css/struct.css" rel="stylesheet" type="text/css"> 30 30 <link href="../tplRes/sec/css/tplTabBar.css" rel="stylesheet" type="text/css"> 31 <script src="../tplRes/sec/js/uiFontSize.js" type="text/JavaScript"></script>32 31 </head> 33 <body onunload="scOnUnload();" onload="scOnLoad();">32 <body> 34 33 <div id="tplPage"><div id="tplHeadInfo"><span class="pw_wspMeta_headMsg_default">Cliquez sur le bouton "<span class=" imp">Créer un espace...</span>" ci-dessus pour commencer.</span></div><div id="tplTitle"><div id="tplTitleLogo"><img src="../res/logoOpaleSup3.png" alt=""></div><span id="tplTitleMain">OpaleSup Advanced</span><span id="tplTitlesub">Une chaîne éditoriale riche de création de contenus académiques</span></div><div id="tplTabs"><div id="tplTabCo"><div id="tplTabCoScroll"><div class="pw_wspMeta_name">OpaleSup Advanced</div><span class="pw_wspMeta_cpyRgt">© 2007 Les contributeurs. Tous droits réservés.</span><div class=" aboutBk"><div class=" aboutTi"></div></div><div class=" aboutBk"><div class=" aboutTi">Licence :</div> 35 34 <p class="pw_txt_p">Cette chaîne éditoriale peut être utilisée librement.</p> … … 50 49 </ul> 51 50 <p class="pw_txt_p">Les sources de cette chaîne éditoriale peuvent être obtenues à partir du site <a class="pw_txt_ul_url" href="http://scenari.utc.fr/scenarisup" target="_blank">http://scenari.utc.fr/scenarisup</a>. Ces sources sont compilées grâce à l'application SCENARIbuilder téléchargeable à partir du même site.</p> 52 </div></div></div><div id="tplTabBar"> 53 <a href="presentation.html" target="_self" class=" tabSel_no"><span>Présentation</span></a><a href="structure.html" target="_self" class=" tabSel_no"><span>Aide mémoire</span></a><a href="migration.html" target="_self" class=" tabSel_no"><span>Migration de Opale 2</span></a><span class=" tabSel_yes"><span>A propos...</span></span> 54 </div></div></div> 51 </div></div></div><div id="tplTabBar"><a href="presentation.html" target="_self" class=" tabSel_no"><span>Présentation</span></a><a href="structure.html" target="_self" class=" tabSel_no"><span>Aide mémoire</span></a><a href="migration.html" target="_self" class=" tabSel_no"><span>Migration de Opale 2</span></a><span class=" tabSel_yes"><span>A propos...</span></span></div></div></div> 55 52 </body> 56 53 </html>
Note: See TracChangeset
for help on using the changeset viewer.