Changes for page Agenti di #phones
From version 28.6
edited by administrator BDP
on 2017/07/12 17:12
on 2017/07/12 17:12
Change comment:
There is no comment for this version
To version 30.1
edited by administrator BDP
on 2017/08/03 17:30
on 2017/08/03 17:30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -64,6 +64,8 @@ 64 64 \\Per creare un agente, fare riferimento alla sezione [[Creare gli agenti sintetici>>path:../input/hashphones.agenti-howto#_CreareAgentiSintetici_]]. 65 65 66 66 67 +{{id name="stato_agenti"/}} 68 + 67 67 == Stato degli agenti di #phones == 68 68 69 69 Durante l'attività di sistema gli agenti di #phones posso avere stati diversi. Tali stati sono descritti nelle tabelle seguenti.
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -1,8 +1,9 @@ 1 -div.box.floatinginfobox {background: rgb(228,245,252); /* Old browsers */ 2 -background: -moz-linear-gradient(-45deg, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6-15 */ 3 -background: -webkit-linear-gradient(-45deg, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10-25,Safari5.1-6 */ 4 -background: linear-gradient(135deg, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 5 -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } 1 +div.box.floatinginfobox { background: rgb(255,255,255); /* Old browsers */ 2 +background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */ 3 +background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */ 4 +background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 5 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } 6 + 6 6 div.box.floatinginfobox ol { list-style-type: none; counter-reset: say; } 7 7 div.box.floatinginfobox ol li:before { counter-increment: say; content: counters(say,".") " "; } 8 8