Ignore:
Timestamp:
12/11/07 16:00:50 (4 years ago)
Author:
mof
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v3/model/sources/opaleSup/app/presSupAdvanced.site/co/OpaleSup_Advanced.html

    r898 r1154  
    99 
    1010<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 
    2312<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);}}; 
    2515</script> 
    2616 
     17<script type="text/JavaScript" src="../jslib/scCoLib.js"></script> 
    2718 
    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} 
     26scOnLoads[scOnLoads.length] = uiFontSize; 
     27 
     28</script><link href="../tplRes/sec/css/html.css" rel="stylesheet" type="text/css"> 
    2929<link href="../tplRes/sec/css/struct.css" rel="stylesheet" type="text/css"> 
    3030<link href="../tplRes/sec/css/tplTabBar.css" rel="stylesheet" type="text/css"> 
    31 <script src="../tplRes/sec/js/uiFontSize.js" type="text/JavaScript"></script> 
    3231</head> 
    33 <body onunload="scOnUnload();" onload="scOnLoad();"> 
     32<body> 
    3433<div id="tplPage"><div id="tplHeadInfo"><span class="pw_wspMeta_headMsg_default">Cliquez sur le bouton "<span class=" imp">Cr&eacute;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">&copy; 2007 Les contributeurs. Tous droits r&eacute;serv&eacute;s.</span><div class=" aboutBk"><div class=" aboutTi"></div></div><div class=" aboutBk"><div class=" aboutTi">Licence :</div> 
    3534                                        <p class="pw_txt_p">Cette cha&icirc;ne &eacute;ditoriale peut &ecirc;tre utilis&eacute;e librement.</p> 
     
    5049                                        </ul> 
    5150                                        <p class="pw_txt_p">Les sources de cette cha&icirc;ne &eacute;ditoriale peuvent &ecirc;tre obtenues &agrave; 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&eacute;es gr&acirc;ce &agrave; l'application SCENARIbuilder t&eacute;l&eacute;chargeable &agrave; partir du m&ecirc;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&eacute;sentation</span></a><a href="structure.html" target="_self" class=" tabSel_no"><span>Aide m&eacute;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> 
    5552</body> 
    5653</html> 
Note: See TracChangeset for help on using the changeset viewer.