easy xml
Xml
code posted
created at 31 Jan 16:03
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
<settings> <setting> <id>colors</id> <value class="list"> <legendColor position="0" name="COL0" hexColor="F0F0F0" /> <legendColor position="1" name="COL1" hexColor="E6FFE6" /> <legendColor position="2" name="COL2" hexColor="AFDCD2" /> <legendColor position="3" name="COL3" hexColor="B4F5FF" /> <legendColor position="4" name="COL4" hexColor="B9BE87" /> <legendColor position="5" name="COL5" hexColor="64BEE1" /> <legendColor position="6" name="COL6" hexColor="9696FF" /> <legendColor position="7" name="COL7" hexColor="DCBEDC" /> <legendColor position="8" name="COL8" hexColor="AF96C8" /> <legendColor position="9" name="COL9" hexColor="FFFF96" /> <legendColor position="10" name="COL10" hexColor="FFC87D" /> <legendColor position="11" name="COL11" hexColor="E1B9AA" /> <legendColor position="12" name="COL12" hexColor="FF9696" /> <legendColor position="13" name="COL13" hexColor="FF4B46" /> </value> </setting> <setting> <id>legendLevelvalues</id> <value class="map"> <entry> <int>2</int> <string>01 уровень</string> </entry> <entry> <int>6</int> <string>02 уровень</string> </entry> <entry> <int>7</int> <string>03 уровень</string> </entry> <entry> <int>9</int> <string>04 уровень</string> </entry> <entry> <int>10</int> <string>05 уровень</string> </entry> <entry> <int>13</int> <string>06 уровень</string> </entry> </value> </setting> </settings> |
1.5 KB in 6 ms with coderay