Changeset 578


Ignore:
Timestamp:
03/10/10 20:47:50 (2 years ago)
Author:
sam
Message:

screen suite

Location:
trunk/model/sources
Files:
76 added
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/dkCore/genWeb/transf/content/content.transf

    r416 r578  
    1 <?xml version="1.0" encoding="UTF-8"?><sm:compositionXhtmlTransf xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<sm:compositionXhtmlTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
    23        <sm:model sc:refUri="/dkCore/model/content/content.model"/> 
    34        <sm:content format="xhtml"> 
     
    2122                                </sm:WSimpleBlock> 
    2223                        </sm:for> 
    23                         <sm:for codes="window"> 
    24                                 <sm:WSimpleBlock widgetClass="bloc window"> 
     24                        <sm:for codes="screen"> 
     25                                <sm:WSimpleBlock widgetClass="screen"> 
    2526                                        <sm:callSubModel/> 
    2627                                </sm:WSimpleBlock> 
  • trunk/model/sources/dkCore/model/base/screenSeqMeta.model

    r574 r578  
    33        <sm:identification targetNamespace="kelis.fr:dokiel" targetPrefix="dk" code="screenSeqMeta" itemExtension="xml"/> 
    44        <sm:structure> 
    5                 <sm:field code="title" name=";Titre" occurence="one"> 
     5                <sm:field code="title" name=";Titre" occurence="zeroOrOne"> 
    66                        <sm:string/> 
    77                </sm:field> 
  • trunk/model/sources/dkCore/model/content/content.model

    r574 r578  
    1414                                <sm:allowedModel sc:refUri="/dkCore/model/content/fundamentalUnits/concepts/concept.model"/> 
    1515                        </sm:part> 
    16                         <sm:part code="screen" name=";Ecran" family="content" internalized="userDependent"> 
     16                        <sm:part code="screen" name=";Écran" family="content" internalized="never"> 
    1717                                <sm:allowedModel sc:refUri="/dkCore/model/content/fundamentalUnits/screen/screen.model"/> 
    1818                        </sm:part> 
  • trunk/model/sources/dkCore/model/content/fundamentalUnits/screen/screen.model

    r574 r578  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:compositionPrim xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" name=";Ecran" category=";Cœur de Dokiel"> 
     2<sm:compositionPrim xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" name=";Écran" category=";Cœur de Dokiel"> 
    33        <sm:help quickHelp=";Description d'un environnement graphique de l'application"/> 
    44        <sm:identification targetNamespace="kelis.fr:dokiel" targetPrefix="dk" code="screen" itemExtension="unit"/> 
    55        <!--chl 4/03/10 : publi papier en style "tableau" : img de la zone / desc--> 
    66        <sm:structure> 
    7                 <sm:meta sc:refUri="/dkCore/model/content/fundamentalUnits/screen/screenMeta.model" usage="optional"/> 
     7                <sm:meta sc:refUri="/dkCore/model/content/fundamentalUnits/screen/screenMeta.model" usage="required"/> 
    88                <sm:part code="desc" name=";Description" family="content" internalized="always" usage="optional"> 
    99                        <sm:help quickHelp=";Description de l'écran, de son rôle"/> 
     
    1515                <sm:set usage="required"> 
    1616                        <sm:part code="zone" name=";Zone" internalized="always"> 
     17                                <sm:meta sc:refUri="/dkCore/model/content/fundamentalUnits/screen/screenZoneMeta.model" usage="required"/> 
    1718                                <sm:allowedModel sc:refUri="/dkCore/model/content/comment.model"/> 
    1819                        </sm:part> 
     
    2526                        <sm:counter optional="true"/> 
    2627                </sm:itemNameCreator> 
    27                 <sm:formEditor indentXml="true"> 
    28                         <sm:composition fullTitleStyle="color : black ; text-align : center ; font-size : 1.5em ;"> 
    29                                 <sm:stylableWidget> 
    30                                         <sm:styles> 
    31                                                 <sm:container style="border-left: none;"> 
    32                                                         <sm:head style="border-bottom: #090976 4px solid; margin: 0.2em 0 1em 0; padding: 0.5em 0 1em 1em;"> 
    33                                                                 <sm:prefixIcon sc:refUri="/dkCore/model/_res/ui/scr/screen.png" style="margin-right: 5px;"/> 
    34                                                                 <sm:name style="font-size: 1.6em; color: #090976;"/> 
    35                                                         </sm:head> 
    36                                                 </sm:container> 
    37                                         </sm:styles> 
    38                                 </sm:stylableWidget> 
    39                         </sm:composition> 
    40                         <sm:part refCode="desc"> 
    41                                 <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
    42                         </sm:part> 
    43                         <sm:part refCode="img"> 
    44                                 <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
    45                         </sm:part> 
    46                         <sm:part refCode="zone"> 
    47                                 <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
    48                         </sm:part> 
     28                <!-- 
     29<sm:formEditor xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" indentXml="true"> 
     30        <sm:composition fullTitleStyle="color : black ; text-align : center ; font-size : 1.5em ;"> 
     31                <sm:stylableWidget> 
     32                        <sm:styles> 
     33                                <sm:container style="border-left: none;"> 
     34                                        <sm:head style="border-bottom: #090976 4px solid; margin: 0.2em 0 1em 0; padding: 0.5em 0 1em 1em;"> 
     35                                                <sm:prefixIcon sc:refUri="/dkCore/model/_res/ui/scr/screen.png" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" style="margin-right: 5px;"/> 
     36                                                <sm:name style="font-size: 1.6em; color: #090976;"/> 
     37                                        </sm:head> 
     38                                </sm:container> 
     39                        </sm:styles> 
     40                </sm:stylableWidget> 
     41        </sm:composition> 
     42        <sm:part refCode="desc"> 
     43                <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
     44        </sm:part> 
     45        <sm:part refCode="img"> 
     46                <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
     47        </sm:part> 
     48        <sm:part refCode="zone"> 
     49                <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
     50        </sm:part> 
     51</sm:formEditor>--> 
     52                <sm:formEditor indentXml="false"> 
     53                        <sm:xmlEditor sc:refUri="/dkCore/model/_res/xed/screen.xed"/> 
    4954                </sm:formEditor> 
    5055                <sm:htmlPreview> 
  • trunk/model/sources/dkCore/model/content/fundamentalUnits/screen/screenMeta.model

    r574 r578  
    33        <sm:identification targetNamespace="kelis.fr:dokiel" targetPrefix="dk" code="screenMeta" itemExtension="xml"/> 
    44        <sm:structure> 
    5                 <sm:field code="title" name=";Titre" occurence="one"> 
     5                <sm:field code="title" name=";Titre" occurence="zeroOrOne"> 
    66                        <sm:string/> 
    77                </sm:field> 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/docGuide.skin.doss/css/main.css

    r574 r578  
    10121012        display:none; 
    10131013} 
     1014.screenImgFra{ 
     1015        text-align: center; 
     1016} 
     1017.screenImg{ 
     1018        margin: 0 auto; 
     1019} 
     1020.screenImg a:hover{ 
     1021        background-color: white; 
     1022        opacity:0.4; 
     1023} 
     1024.screenZones{ 
     1025        margin: 10px 0; 
     1026} 
     1027.screenZone{ 
     1028        margin: 10px 0; 
     1029        padding: 3px; 
     1030} 
     1031.screenZone:target { 
     1032        background-color:#EEECDD; 
     1033} 
     1034.screenZonePreview{ 
     1035        float:left; 
     1036        margin-right: 10px; 
     1037         
     1038} 
     1039.screenZoneEnd{ 
     1040        clear:both; 
     1041} 
     1042 
     1043 
    10141044/**========== ========== ========== **/ 
    10151045/*        SECTION 11 - BINARIES      */ 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/transf/dkCore/content.transflist

    r561 r578  
    55        <sm:transformer sc:refUri="/dokielGuide/genWeb/docGuide/transf/dkCore/content/stepList@lnkOvr.transf"/> 
    66        <sm:transformer sc:refUri="/dokielGuide/genWeb/docGuide/transf/dkCore/content/stepList@page.transf"/> 
     7        <sm:transformerList sc:refUri="/dokielGuide/genWeb/docGuide/transf/dkCore/content/screen.transflist"/> 
    78</sm:transformerList> 
Note: See TracChangeset for help on using the changeset viewer.