- Timestamp:
- 10/26/06 18:15:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_transparentUiFrame.xml
r7022 r7063 130 130 <zone cle="mainZone" type="contextuel-dynamique"> 131 131 <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"> 134 133 <html> 135 134 <head> … … 138 137 </head> 139 138 <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"/> 147 145 <title></title> 148 146 </head> 149 147 <body></body> 150 </html>]]></source> 151 </default> 148 </html>]]></default> 152 149 </choose> 153 150 </zone> … … 186 183 <html xmlns="http://www.w3.org/1999/xhtml"> 187 184 <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"/> 189 186 [![agent=includeHead]!] 190 187 </head> … … 197 194 <html xmlns="http://www.w3.org/1999/xhtml"> 198 195 <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"/> 200 197 [![agent=includeHead]!] 201 198 </head> … … 203 200 </html>]]></source> 204 201 </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"> 207 203 <html> 208 204 <head> 209 205 <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:')"> 211 207 <title></title> 212 208 </head> 213 209 <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"?> 218 212 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 219 213 <html xmlns="http://www.w3.org/1999/xhtml"> 220 214 <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:')"/> 223 217 <title></title> 224 218 </head> 225 219 <body></body> 226 </html>]]></source> 227 </default> 220 </html>]]></default> 228 221 </choose> 229 222 </zone>
Note: See TracChangeset
for help on using the changeset viewer.