Changeset 1669
- Timestamp:
- 03/01/10 11:14:16 (2 years ago)
- Location:
- trunk/model/sources/academic/gen
- Files:
-
- 1 added
- 8 edited
-
_od/transf/Pb/pb.transf (modified) (13 diffs)
-
_od/transf/Re/res.transf (modified) (2 diffs)
-
_od/transf/Re/res@notImp.transf (modified) (2 diffs)
-
_od/transf/Re/txtRes.transf (modified) (1 diff)
-
_od/widgets/res.odwidget (modified) (1 diff)
-
_od/widgets/typo.odwidget (modified) (1 diff)
-
quadra/paper/.~lock.paper.skin.odt# (added)
-
quadra/paper/paper.odtemplate (modified) (7 diffs)
-
quadra/paper/paper.skin.odt (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/academic/gen/_od/transf/Pb/pb.transf
r1449 r1669 9 9 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 10 10 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 11 <sm:WParagraph style="spaceBeforePb" display="always">12 <!--Utile car : 13 - on désire un espacement sans le bg 14 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 15 </sm:WParagraph> 16 </sm:when> 17 <sm:otherwise> 18 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>11 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 12 <!--Utile car : 13 - on désire un espacement sans le bg 14 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 15 </sm:WParagraph> 16 </sm:when> 17 <sm:otherwise> 18 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 19 19 </sm:otherwise> 20 20 </sm:choose> … … 31 31 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 32 32 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 33 <sm:WParagraph style="spaceBeforePb" display="always">34 <!--Utile car : 35 - on désire un espacement sans le bg 36 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 37 </sm:WParagraph> 38 </sm:when> 39 <sm:otherwise> 40 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>33 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 34 <!--Utile car : 35 - on désire un espacement sans le bg 36 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 37 </sm:WParagraph> 38 </sm:when> 39 <sm:otherwise> 40 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 41 41 </sm:otherwise> 42 42 </sm:choose> … … 67 67 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 68 68 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 69 <sm:WParagraph style="spaceBeforePb" display="always">70 <!--Utile car : 71 - on désire un espacement sans le bg 72 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 73 </sm:WParagraph> 74 </sm:when> 75 <sm:otherwise> 76 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>69 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 70 <!--Utile car : 71 - on désire un espacement sans le bg 72 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 73 </sm:WParagraph> 74 </sm:when> 75 <sm:otherwise> 76 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 77 77 </sm:otherwise> 78 78 </sm:choose> … … 103 103 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 104 104 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 105 <sm:WParagraph style="spaceBeforePb" display="always">106 <!--Utile car : 107 - on désire un espacement sans le bg 108 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 109 </sm:WParagraph> 110 </sm:when> 111 <sm:otherwise> 112 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>105 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 106 <!--Utile car : 107 - on désire un espacement sans le bg 108 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 109 </sm:WParagraph> 110 </sm:when> 111 <sm:otherwise> 112 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 113 113 </sm:otherwise> 114 114 </sm:choose> … … 139 139 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 140 140 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 141 <sm:WParagraph style="spaceBeforePb" display="always">142 <!--Utile car : 143 - on désire un espacement sans le bg 144 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 145 </sm:WParagraph> 146 </sm:when> 147 <sm:otherwise> 148 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>141 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 142 <!--Utile car : 143 - on désire un espacement sans le bg 144 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 145 </sm:WParagraph> 146 </sm:when> 147 <sm:otherwise> 148 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 149 149 </sm:otherwise> 150 150 </sm:choose> … … 175 175 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 176 176 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 177 <sm:WParagraph style="spaceBeforePb" display="always">178 <!--Utile car : 179 - on désire un espacement sans le bg 180 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 181 </sm:WParagraph> 182 </sm:when> 183 <sm:otherwise> 184 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>177 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 178 <!--Utile car : 179 - on désire un espacement sans le bg 180 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 181 </sm:WParagraph> 182 </sm:when> 183 <sm:otherwise> 184 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 185 185 </sm:otherwise> 186 186 </sm:choose> … … 211 211 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 212 212 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 213 <sm:WParagraph style="spaceBeforePb" display="always">214 <!--Utile car : 215 - on désire un espacement sans le bg 216 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 217 </sm:WParagraph> 218 </sm:when> 219 <sm:otherwise> 220 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>213 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 214 <!--Utile car : 215 - on désire un espacement sans le bg 216 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 217 </sm:WParagraph> 218 </sm:when> 219 <sm:otherwise> 220 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 221 221 </sm:otherwise> 222 222 </sm:choose> … … 247 247 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 248 248 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 249 <sm:WParagraph style="spaceBeforePb" display="always">250 <!--Utile car : 251 - on désire un espacement sans le bg 252 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 253 </sm:WParagraph> 254 </sm:when> 255 <sm:otherwise> 256 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>249 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 250 <!--Utile car : 251 - on désire un espacement sans le bg 252 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 253 </sm:WParagraph> 254 </sm:when> 255 <sm:otherwise> 256 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 257 257 </sm:otherwise> 258 258 </sm:choose> … … 283 283 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 284 284 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 285 <sm:WParagraph style="spaceBeforePb" display="always">286 <!--Utile car : 287 - on désire un espacement sans le bg 288 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 289 </sm:WParagraph> 290 </sm:when> 291 <sm:otherwise> 292 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>285 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 286 <!--Utile car : 287 - on désire un espacement sans le bg 288 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 289 </sm:WParagraph> 290 </sm:when> 291 <sm:otherwise> 292 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 293 293 </sm:otherwise> 294 294 </sm:choose> … … 319 319 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 320 320 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 321 <sm:WParagraph style="spaceBeforePb" display="always">322 <!--Utile car : 323 - on désire un espacement sans le bg 324 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 325 </sm:WParagraph> 326 </sm:when> 327 <sm:otherwise> 328 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>321 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 322 <!--Utile car : 323 - on désire un espacement sans le bg 324 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 325 </sm:WParagraph> 326 </sm:when> 327 <sm:otherwise> 328 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 329 329 </sm:otherwise> 330 330 </sm:choose> … … 355 355 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 356 356 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 357 <sm:WParagraph style="spaceBeforePb" display="always">358 <!--Utile car : 359 - on désire un espacement sans le bg 360 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 361 </sm:WParagraph> 362 </sm:when> 363 <sm:otherwise> 364 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>357 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 358 <!--Utile car : 359 - on désire un espacement sans le bg 360 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 361 </sm:WParagraph> 362 </sm:when> 363 <sm:otherwise> 364 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 365 365 </sm:otherwise> 366 366 </sm:choose> … … 391 391 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 392 392 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 393 <sm:WParagraph style="spaceBeforePb" display="always">394 <!--Utile car : 395 - on désire un espacement sans le bg 396 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 397 </sm:WParagraph> 398 </sm:when> 399 <sm:otherwise> 400 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>393 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 394 <!--Utile car : 395 - on désire un espacement sans le bg 396 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 397 </sm:WParagraph> 398 </sm:when> 399 <sm:otherwise> 400 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 401 401 </sm:otherwise> 402 402 </sm:choose> … … 427 427 FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)--> 428 428 <sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0"> 429 <sm:WParagraph style="spaceBeforePb" display="always">430 <!--Utile car : 431 - on désire un espacement sans le bg 432 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 433 </sm:WParagraph> 434 </sm:when> 435 <sm:otherwise> 436 <sm:WParagraph style="spaceBeforePbSmall" display="always"/>429 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 430 <!--Utile car : 431 - on désire un espacement sans le bg 432 - OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)--> 433 </sm:WParagraph> 434 </sm:when> 435 <sm:otherwise> 436 <sm:WParagraph globalStyle="spaceBeforeKeepSmall" display="always"/> 437 437 </sm:otherwise> 438 438 </sm:choose> -
trunk/model/sources/academic/gen/_od/transf/Re/res.transf
r1599 r1669 9 9 <sm:for codes="listing"> 10 10 <!--paragraphe vide utile pour créer un leger espace avant le listing (la section ne possède pas de space before dans OO...)--> 11 <sm:WParagraph style="spaceBefore" display="always"/>11 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"/> 12 12 <sm:callSubModel/> 13 13 </sm:for> 14 14 <sm:for codes="bkquote"> 15 <sm:WParagraph style="spaceBefore" display="always"/>15 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"/> 16 16 <sm:WBox style="bkquoteBox"> 17 17 <sm:WSection style="bkquote"> … … 23 23 </sm:WSection> 24 24 </sm:WBox> 25 <sm:WParagraph style="spaceBefore" display="always"/>25 <sm:WParagraph globalStyle="spaceAfter" display="always"/> 26 26 </sm:for> 27 27 <sm:for codes="form tab img graph vid int zoom"> -
trunk/model/sources/academic/gen/_od/transf/Re/res@notImp.transf
r1599 r1669 13 13 <sm:for codes="listing"> 14 14 <!--paragraphe vide utile pour créer un leger espace avant le listing (la section ne possède pas de space before dans OO...)--> 15 <sm:WParagraph style="spaceBefore" display="always"/>15 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"/> 16 16 <sm:callSubModel/> 17 17 </sm:for> 18 18 <sm:for codes="bkquote"> 19 <sm:WParagraph style="spaceBefore" display="always"/>19 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"/> 20 20 <sm:WBox style="bkquoteBox"> 21 21 <sm:WSection style="bkquote"> … … 27 27 </sm:WSection> 28 28 </sm:WBox> 29 <sm:WParagraph style="spaceBefore" display="always"/>29 <sm:WParagraph globalStyle="spaceAfter" display="always"/> 30 30 </sm:for> 31 31 <sm:for codes="form tab img graph vid int zoom"> -
trunk/model/sources/academic/gen/_od/transf/Re/txtRes.transf
r1544 r1669 4 4 <sm:content> 5 5 <!--Utile car OD ne possède pas de style @spaceBefore sur les sections...--> 6 <sm:WParagraph style="spaceBeforeSection" display="always"/>6 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"/> 7 7 <!--# copyright--> 8 8 <sm:for codes="res"> -
trunk/model/sources/academic/gen/_od/widgets/res.odwidget
r1544 r1669 4 4 <sm:choose> 5 5 <sm:when keyZone="content"> 6 <sm:WParagraph style="spaceBeforeRes" display="always">6 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"> 7 7 <!--Le spaceBefore sur une frame entraine un freeze d'OO, et/ou un déplacement de cette frame anarchique => contournement en insérant un paragraphe vide au dessus--> 8 8 </sm:WParagraph> -
trunk/model/sources/academic/gen/_od/widgets/typo.odwidget
r1383 r1669 2 2 <sm:openOdWidget xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="WTypo"> 3 3 <sm:content> 4 <sm:WParagraph style="spaceBeforeSection" display="always"/>4 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"/> 5 5 <sm:WSection style="typoSection"> 6 6 <sm:callZone key="zPrefix"/> -
trunk/model/sources/academic/gen/quadra/paper/paper.odtemplate
r1668 r1669 175 175 <sm:callBlockLabel/> 176 176 </sm:WParagraph> 177 <sm:WSection style="indent">177 <sm:WSection globalStyle="indentContent"> 178 178 <sm:callBlockData/> 179 179 </sm:WSection> … … 237 237 </sm:WInline> 238 238 </sm:WParagraph> 239 <sm:WSection style="indent">239 <sm:WSection globalStyle="indentContent"> 240 240 <sm:callBlockData/> 241 241 </sm:WSection> … … 264 264 </sm:WInline> 265 265 <sm:WInline style="numSolution"> 266 <sm:fixedString value=" Solution n°"/>266 <sm:fixedString value=";Solution n°"/> 267 267 <sm:callBlockPosition numbering="1"/> 268 268 </sm:WInline> … … 273 273 </sm:WInline> 274 274 </sm:WParagraph> 275 <sm:WSection style="indent">275 <sm:WSection globalStyle="indentContent"> 276 276 <sm:callBlockData/> 277 277 </sm:WSection> … … 335 335 <sm:WSection style="refContent"> 336 336 <sm:forEachBlock> 337 <sm:WParagraph style="spaceBefore" display="always"/>337 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"/> 338 338 <sm:Widget sc:refUri="/academic/gen/_od/widgets/ref.odwidget"> 339 339 <sm:odContentZone key="zTitle"> … … 439 439 </sm:WInline> 440 440 </sm:WParagraph> 441 <sm:WSection style="indent">441 <sm:WSection globalStyle="indentContent"> 442 442 <sm:callBlockData/> 443 443 </sm:WSection> … … 480 480 </sm:WPageMaster> 481 481 </sm:contentStruct> 482 <sm:sequenceDeclaration category="math" prefix=";Formule  " numbering="1" separator=" "/>483 <sm:sequenceDeclaration category="tab" prefix=";Tableau  " numbering="1" separator=" "/>484 <sm:sequenceDeclaration category="graph" prefix=";Graphique  " numbering="1" separator=" "/>482 <sm:sequenceDeclaration category="math" prefix=";Formule " numbering="1" separator=" "/> 483 <sm:sequenceDeclaration category="tab" prefix=";Tableau " numbering="1" separator=" "/> 484 <sm:sequenceDeclaration category="graph" prefix=";Graphique " numbering="1" separator=" "/> 485 485 <sm:sequenceDeclaration category="img" numbering="none"/> 486 <sm:sequenceDeclaration category="anim" prefix=";Animation  " numbering="1" separator=" "/>487 <sm:sequenceDeclaration category="doc" prefix=";Document  " numbering="1" separator=" "/>486 <sm:sequenceDeclaration category="anim" prefix=";Animation " numbering="1" separator=" "/> 487 <sm:sequenceDeclaration category="doc" prefix=";Document " numbering="1" separator=" "/> 488 488 <sm:dataBlockDeclaration category="acr" sort="ascending" hideSameBlock="yes" hideEmptyBlocks="yes"> 489 489 <sm:conditionalContent>
Note: See TracChangeset
for help on using the changeset viewer.