Ignore:
Timestamp:
10/26/06 18:15:27 (5 years ago)
Author:
sam
Message:

Ticket #54 - uiFrame en frameset ne marche pas sous safari - suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_transparentUiFrame.xml

    r7022 r7063  
    130130                                <zone cle="mainZone" type="contextuel-dynamique"> 
    131131                                        <choose> 
    132                                                 <case xpath="resultatAgent('//agentGenerator', 'standard') = 'HTML 4.01 Transitional'"> 
    133                                                         <source><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
     132                                                <case xpath="resultatAgent('//agentGenerator', 'standard') = 'HTML 4.01 Transitional'"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    134133<html> 
    135134        <head> 
     
    138137        </head> 
    139138        <body></body> 
    140 </html>]]></source> 
    141                                                 </case> 
    142                                                 <default> 
    143                                                         <source><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    144 <html> 
    145         <head> 
    146                 <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"> 
     139</html>]]></case> 
     140                                                <default><![CDATA[<?xml version="1.0" encoding="UTF-8"?> 
     141<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     142<html xmlns="http://www.w3.org/1999/xhtml"> 
     143        <head> 
     144                <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/> 
    147145                <title></title> 
    148146        </head> 
    149147        <body></body> 
    150 </html>]]></source> 
    151                                                 </default> 
     148</html>]]></default> 
    152149                                        </choose> 
    153150                                </zone> 
     
    186183<html xmlns="http://www.w3.org/1999/xhtml"> 
    187184        <head> 
    188                 <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"> 
     185                <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/> 
    189186        [![agent=includeHead]!] 
    190187        </head> 
     
    197194<html xmlns="http://www.w3.org/1999/xhtml"> 
    198195        <head> 
    199                 <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"> 
     196                <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/> 
    200197        [![agent=includeHead]!] 
    201198        </head> 
     
    203200</html>]]></source> 
    204201                                                </case> 
    205                                                 <case xpath="resultatAgent('//agentGenerator', 'standard') = 'HTML 4.01 Transitional'"> 
    206                                                         <source><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
     202                                                <case xpath="resultatAgent('//agentGenerator', 'standard') = 'HTML 4.01 Transitional'"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    207203<html> 
    208204        <head> 
    209205                <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
    210                 <meta http-equiv="Refresh" content="0;URL=$vDialog.hGetResultat('/@@', 'act:')"></meta> 
     206                <meta http-equiv="Refresh" content="0;URL=$vDialog.hGetResultat('/@@', 'act:')"> 
    211207                <title></title> 
    212208        </head> 
    213209        <body></body> 
    214 </html>]]></source> 
    215                                                 </case> 
    216                                                 <default> 
    217                                                         <source><![CDATA[<?xml version="1.0" encoding="UTF-8"?> 
     210</html>]]></case> 
     211                                                <default><![CDATA[<?xml version="1.0" encoding="UTF-8"?> 
    218212<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    219213<html xmlns="http://www.w3.org/1999/xhtml"> 
    220214        <head> 
    221                 <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"> 
    222                 <meta http-equiv="Refresh" content="0;URL=$vDialog.hGetResultat('/@@', 'act:')"></meta> 
     215                <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/> 
     216                <meta http-equiv="Refresh" content="0;URL=$vDialog.hGetResultat('/@@', 'act:')"/> 
    223217                <title></title> 
    224218        </head> 
    225219        <body></body> 
    226 </html>]]></source> 
    227                                                 </default> 
     220</html>]]></default> 
    228221                                        </choose> 
    229222                                </zone> 
Note: See TracChangeset for help on using the changeset viewer.