Changeset 85


Ignore:
Timestamp:
03/21/08 10:44:04 (4 years ago)
Author:
anp
Message:

orth, stylage, ...

Location:
trunk/model/sources
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/_app/city.appmake

    r83 r85  
    2323                                <sm:appIcon sc:refUri="/_app/_res/ico.png"/> 
    2424                                <sm:winIcon sc:refUri="/_app/_res/ico.ico"/> 
    25                                 <sm:updateUrl>http://172.21.151.0/update</sm:updateUrl> 
     25                                <sm:updateUrl>http://192.168.3.99/update</sm:updateUrl> 
    2626                        </sm:description> 
    2727                </sm:makeFirefox> 
     
    3131                <sm:proxyManager showWindow="yes"/> 
    3232                <sm:localWspServer/> 
    33                 <sm:distantWspServer/> 
     33                <sm:distantWspServer> 
     34                        <sm:declareScServer url="http://192.168.3.99:8081/SCENARIserver3" title="CITYserver"> 
     35                                <sm:activateWsps> 
     36                                        <sm:all/> 
     37                                </sm:activateWsps> 
     38                        </sm:declareScServer> 
     39                </sm:distantWspServer> 
    3440        </sm:options> 
    3541</sm:appMake> 
  • trunk/model/sources/city/gen/deploy/docflowInput/docflowInput.genDeploy

    r70 r85  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:freeGenDeploy code="docflowInput" name="Envoie sur le système de docflow" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:freeGenDeploy code="docflowInput" name="Envoi sur le système de docflow" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
    33        <sm:modelRoot> 
    44                <sm:allowedModel sc:refUri="/city/model/content/arrete.model"/> 
  • trunk/model/sources/city/gen/deploy/docflowInput/es.doss/deploy.xul

    r70 r85  
    33<?xml-stylesheet href="chrome://scenaricms/content/widgets/zone/genDeploy/genDeploy.css" type="text/css"?> 
    44<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"  
    5                 title="Envoie sur le systeme docflow" 
     5                title="Envoi sur le systeme docflow" 
    66                onload="callServer(document.getElementById('root'), window.frameElement.getAttribute('ancestorGenCd')+'_docflowInput', window.frameElement.getAttribute('itemAsRootContent'), 'Show', null, 'show.xsl')"> 
    77                <!-- callServer(document.getElementById('root'), 'show.xsl', 'G*deploy_docflowInput') --> 
  • trunk/model/sources/city/gen/deploy/print/es.doss/deploy.xul

    r70 r85  
    33<?xml-stylesheet href="chrome://scenaricms/content/widgets/zone/genDeploy/genDeploy.css" type="text/css"?> 
    44<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"  
    5                 title="Envoie sur l'imprimante du Secretaria General" 
     5        title="Envoi sur l'imprimante du Secrétariat Général" 
    66                onload="callServer(document.getElementById('root'), window.frameElement.getAttribute('ancestorGenCd')+'_print', window.frameElement.getAttribute('itemAsRootContent'), 'Show', null, 'show.xsl')"> 
    77        <!--        callServer(document.getElementById('root'), 'show.xsl', 'G*deploy_print') --> 
  • trunk/model/sources/city/gen/deploy/print/print.genDeploy

    r70 r85  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:freeGenDeploy code="print" name="Envoie sur l'imprimante du Secrétaria Général" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:freeGenDeploy code="print" name="Envoi sur l'imprimante du Secrétariat Général" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
    33        <sm:modelRoot> 
    44                <sm:allowedModel sc:refUri="/city/model/content/arrete.model"/> 
Note: See TracChangeset for help on using the changeset viewer.