Changeset 85
- Timestamp:
- 03/21/08 10:44:04 (4 years ago)
- Location:
- trunk/model/sources
- Files:
-
- 7 edited
-
_app/city.appmake (modified) (2 diffs)
-
city/gen/deploy/docflowInput/docflowInput.genDeploy (modified) (1 diff)
-
city/gen/deploy/docflowInput/es.doss/deploy.xul (modified) (1 diff)
-
city/gen/deploy/print/es.doss/deploy.xul (modified) (1 diff)
-
city/gen/deploy/print/print.genDeploy (modified) (1 diff)
-
city/gen/paper/paper.odstyle.odt (modified) (previous)
-
city/gen/paperPreview/paper.odstyle.odt (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/_app/city.appmake
r83 r85 23 23 <sm:appIcon sc:refUri="/_app/_res/ico.png"/> 24 24 <sm:winIcon sc:refUri="/_app/_res/ico.ico"/> 25 <sm:updateUrl>http://1 72.21.151.0/update</sm:updateUrl>25 <sm:updateUrl>http://192.168.3.99/update</sm:updateUrl> 26 26 </sm:description> 27 27 </sm:makeFirefox> … … 31 31 <sm:proxyManager showWindow="yes"/> 32 32 <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> 34 40 </sm:options> 35 41 </sm:appMake> -
trunk/model/sources/city/gen/deploy/docflowInput/docflowInput.genDeploy
r70 r85 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <sm:freeGenDeploy code="docflowInput" name="Envoi esur 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"> 3 3 <sm:modelRoot> 4 4 <sm:allowedModel sc:refUri="/city/model/content/arrete.model"/> -
trunk/model/sources/city/gen/deploy/docflowInput/es.doss/deploy.xul
r70 r85 3 3 <?xml-stylesheet href="chrome://scenaricms/content/widgets/zone/genDeploy/genDeploy.css" type="text/css"?> 4 4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 5 title="Envoi esur le systeme docflow"5 title="Envoi sur le systeme docflow" 6 6 onload="callServer(document.getElementById('root'), window.frameElement.getAttribute('ancestorGenCd')+'_docflowInput', window.frameElement.getAttribute('itemAsRootContent'), 'Show', null, 'show.xsl')"> 7 7 <!-- callServer(document.getElementById('root'), 'show.xsl', 'G*deploy_docflowInput') --> -
trunk/model/sources/city/gen/deploy/print/es.doss/deploy.xul
r70 r85 3 3 <?xml-stylesheet href="chrome://scenaricms/content/widgets/zone/genDeploy/genDeploy.css" type="text/css"?> 4 4 <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" 6 6 onload="callServer(document.getElementById('root'), window.frameElement.getAttribute('ancestorGenCd')+'_print', window.frameElement.getAttribute('itemAsRootContent'), 'Show', null, 'show.xsl')"> 7 7 <!-- callServer(document.getElementById('root'), 'show.xsl', 'G*deploy_print') --> -
trunk/model/sources/city/gen/deploy/print/print.genDeploy
r70 r85 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <sm:freeGenDeploy code="print" name="Envoi e sur l'imprimante du SecrétariaGé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"> 3 3 <sm:modelRoot> 4 4 <sm:allowedModel sc:refUri="/city/model/content/arrete.model"/>
Note: See TracChangeset
for help on using the changeset viewer.