• Vítejte na XBMC-Kodi.cz
  • Česko-slovenská komunita fanoušků XBMC/Kodi
Vítejte návštevníku! Přihlášení Registrace


Hodnocení tématu:
  • 1 Hlas(ů) - 5 Průměr
  • 1
  • 2
  • 3
  • 4
  • 5
Skin Confluence
#87
Ahoj ako pridať DialogButtonMenu  reboot to Android Confluence SCC .
Kód:
<?xml version="1.0" encoding="UTF-8"?>
<window type="buttonMenu">
    <defaultcontrol>9001</defaultcontrol>
    <include>dialogeffect</include>
    <coordinates>
        <left>0</left>
        <top>0</top>
    </coordinates>
    <controls>
        <control type="button" id="9001">
            <description>Make sure we hit the first button in the group list and not the close window button</description>
            <left>-16</left>
            <top>-16</top>
            <width>4</width>
            <height>4</height>
            <label/>
            <font/>
            <onfocus>down</onfocus>
            <texturefocus/>
            <texturenofocus/>
            <onleft>9000</onleft>
            <onright>9000</onright>
            <onup>9000</onup>
            <ondown>2</ondown>
        </control>
        <control type="image">
            <left>0</left>
            <top>0</top>
            <width>1280</width>
            <height>720</height>
            <texture>black-back.png</texture>
        </control>
        <control type="grouplist" id="9000">
            <left>470</left>
            <top>0</top>
            <width>340</width>
            <height>720</height>
            <onleft>9000</onleft>
            <onright>9000</onright>
            <onup>9000</onup>
            <ondown>9000</ondown>
            <itemgap>0</itemgap>
            <align>center</align>
            <control type="group" id="1">
                <width>340</width>
                <height>30</height>
                <control type="image">
                    <description>background top image</description>
                    <left>0</left>
                    <top>0</top>
                    <width>340</width>
                    <height>30</height>
                    <texture border="20,19,20,0">DialogContextTop.png</texture>
                </control>
                <control type="button" id="20">
                    <description>Close Window button</description>
                    <left>260</left>
                    <top>5</top>
                    <width>64</width>
                    <height>32</height>
                    <label/>
                    <font/>
                    <onclick>PreviousMenu</onclick>
                    <texturefocus>DialogCloseButton-focus.png</texturefocus>
                    <texturenofocus>DialogCloseButton.png</texturenofocus>
                    <onleft>2</onleft>
                    <onright>13</onright>
                    <onup>13</onup>
                    <ondown>2</ondown>
                    <visible>system.getbool(input.enablemouse)</visible>
                </control>
            </control>
            <control type="button" id="2">
                <description>Exit button</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>Quit()</onclick>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>13012</label>
                <visible>System.ShowExitButton</visible>
            </control>
            <control type="button" id="3">
                <description>Shutdown button</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>Powerdown()</onclick>
                <visible>System.CanPowerDown</visible>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>13016</label>
            </control>
            <control type="button" id="4">
                <description>Custom Shutdown Timer</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>AlarmClock(shutdowntimer,Shutdown())</onclick>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>20150</label>
                <visible>!System.HasAlarm(shutdowntimer)</visible>
                <visible>System.CanPowerDown | System.CanSuspend | System.CanHibernate</visible>
            </control>
            <control type="button" id="5">
                <description>Cancel Shutdown Timer</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>CancelAlarm(shutdowntimer)</onclick>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>20151</label>
                <visible>System.HasAlarm(shutdowntimer)</visible>
            </control>
            <control type="button" id="6">
                <description>Suspend button</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>Suspend()</onclick>
                <visible>System.CanSuspend</visible>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>13011</label>
            </control>
            <control type="button" id="7">
                <description>Hibernate button</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>Hibernate()</onclick>
                <visible>System.CanHibernate</visible>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>13010</label>
            </control>
            <control type="button" id="8">
                <description>Reboot button</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>Reset()</onclick>
                <visible>System.CanReboot</visible>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>13013</label>
            </control>
            <control type="button" id="15">
                <description>Reboot2 button</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
       <onclick>Reset()</onclick>
                <visible>System.CanReboot</visible>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>Reboot to Android</label>
            </control>

            <control type="button" id="9">
                <description>Logoff button</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>dialog.close(all,true)</onclick>
                <onclick>System.LogOff</onclick>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>$LOCALIZE[20126] $INFO[system.profilename]</label>
                <visible>System.HasLoginScreen | Integer.IsGreater(System.ProfileCount,1)</visible>
                <visible>System.Loggedon</visible>
            </control>
            <control type="togglebutton" id="10">
                <description>Master mode button</description>
                <width>340</width>
                <height>40</height>
                <label>20046</label>
                <altlabel>20045</altlabel>
                <align>center</align>
                <aligny>center</aligny>
                <textwidth>290</textwidth>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <usealttexture>!System.IsMaster</usealttexture>
                <alttexturefocus border="25,5,25,5">ShutdownButtonFocus.png</alttexturefocus>
                <alttexturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</alttexturenofocus>
                <onclick>mastermode</onclick>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <visible>System.HasLocks</visible>
            </control>
            <control type="group" id="11">
                <width>340</width>
                <height>70</height>
                <visible>System.HasAlarm(shutdowntimer)</visible>
                <control type="image">
                    <description>background top image</description>
                    <left>0</left>
                    <top>0</top>
                    <width>340</width>
                    <height>70</height>
                    <texture border="25,5,25,5">DialogContextMiddle.png</texture>
                </control>
                <control type="textbox">
                    <left>25</left>
                    <top>22</top>
                    <width>290</width>
                    <height>48</height>
                    <font>font12</font>
                    <textcolor>white</textcolor>
                    <shadowcolor>black</shadowcolor>
                    <align>center</align>
                    <label>$LOCALIZE[31329] [B]$INFO[System.Alarmpos][/B]</label>
                </control>
            </control>
            <control type="button" id="12">
                <description>Inhibit idle shutdown</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>InhibitIdleShutdown(true)</onclick>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>13017</label>
                <visible>System.HasShutdown +!System.IsInhibit</visible>
            </control>
            <control type="button" id="13">
                <description>Allow idle shutdown</description>
                <width>340</width>
                <height>40</height>
                <textcolor>grey2</textcolor>
                <focusedcolor>white</focusedcolor>
                <align>center</align>
                <textwidth>290</textwidth>
                <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
                <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
                <onclick>InhibitIdleShutdown(false)</onclick>
                <pulseonselect>no</pulseonselect>
                <font>font13</font>
                <label>13018</label>
                <visible>System.HasShutdown + System.IsInhibit</visible>
            </control>
            <control type="image" id="14">
                <description>background bottom image</description>
                <left>0</left>
                <width>340</width>
                <height>25</height>
                <texture border="20,0,19,20">DialogContextBottom.png</texture>
            </control>
        </control>
    </controls>
</window>
 
Citovat
  


Příspěvků v tématu
Skin Confluence - od Le_Ze - 04.7.2018, 8:37
RE: Skin Confluence - od meda - 04.7.2018, 9:03
RE: Skin Confluence - od Le_Ze - 04.7.2018, 9:21
RE: Skin Confluence - od JiRo - 04.7.2018, 17:42
RE: Skin Confluence - od karci78 - 10.5.2020, 9:37
RE: Skin Confluence - od matchboxx - 11.5.2020, 15:01
RE: Skin Confluence - od karci78 - 11.5.2020, 16:00
RE: Skin Confluence - od matchboxx - 11.5.2020, 19:07
RE: Skin Confluence - od karci78 - 11.5.2020, 20:57
RE: Skin Confluence - od jkmh - 01.7.2022, 20:20
RE: Skin Confluence - od JiRo - 01.7.2022, 22:07
RE: Skin Confluence - od jkmh - 01.7.2022, 23:01
RE: Skin Confluence - od JiRo - 02.7.2022, 5:42
RE: Skin Confluence - od jkmh - 02.7.2022, 8:23
RE: Skin Confluence - od JiRo - 02.7.2022, 9:05
RE: Skin Confluence - od jkmh - 02.7.2022, 10:10
RE: Skin Confluence - od JiRo - 02.7.2022, 11:56
RE: Skin Confluence - od jkmh - 02.7.2022, 12:08
RE: Skin Confluence - od jkmh - 29.7.2022, 8:14
RE: Skin Confluence - od jkmh - 30.7.2022, 15:39
RE: Skin Confluence - od JiRo - 30.7.2022, 19:24
RE: Skin Confluence - od borecek - 02.8.2022, 16:31
RE: Skin Confluence - od jkmh - 02.8.2022, 21:31
RE: Skin Confluence - od Tomik68 - 02.8.2022, 22:26
RE: Skin Confluence - od borecek - 09.8.2022, 17:03
RE: Skin Confluence - od borecek - 16.8.2022, 16:52
RE: Skin Confluence - od JiRo - 17.8.2022, 10:57
RE: Skin Confluence - od Tomik68 - 16.8.2022, 20:46
RE: Skin Confluence - od borecek - 17.8.2022, 14:01
RE: Skin Confluence - od JiRo - 17.8.2022, 22:27
RE: Skin Confluence - od borecek - 18.8.2022, 17:09
RE: Skin Confluence - od Denny19 - 30.10.2022, 23:07
RE: Skin Confluence - od jkmh - 08.12.2022, 18:01
RE: Skin Confluence - od JiRo - 08.12.2022, 21:24
Skin Confluence - od Saros - 09.12.2022, 2:16
RE: Skin Confluence - od JiRo - 09.12.2022, 10:59
RE: Skin Confluence - od jkmh - 09.12.2022, 10:36
Skin Confluence - od Saros - 09.12.2022, 12:45
RE: Skin Confluence - od JiRo - 09.12.2022, 13:10
RE: Skin Confluence - od jkmh - 03.1.2023, 15:45
RE: Skin Confluence - od JiRo - 03.1.2023, 17:15
RE: Skin Confluence - od jkmh - 03.1.2023, 19:19
RE: Skin Confluence - od JiRo - 04.1.2023, 10:39
RE: Skin Confluence - od jkmh - 04.1.2023, 11:24
RE: Skin Confluence - od JiRo - 04.1.2023, 12:14
RE: Skin Confluence - od Martin70ja - 17.2.2023, 22:57
RE: Skin Confluence - od jkmh - 04.1.2023, 14:05
RE: Skin Confluence - od JiRo - 04.1.2023, 14:48
RE: Skin Confluence - od jkmh - 04.1.2023, 15:36
RE: Skin Confluence - od jkmh - 05.1.2023, 11:58
RE: Skin Confluence - od jkmh - 17.2.2023, 23:35
RE: Skin Confluence - od Martin70ja - 17.2.2023, 23:57
RE: Skin Confluence - od jkmh - 18.2.2023, 0:10
RE: Skin Confluence - od Martin70ja - 19.2.2023, 22:07
RE: Skin Confluence - od meda - 19.2.2023, 23:18
RE: Skin Confluence - od jkmh - 23.2.2023, 11:03
RE: Skin Confluence - od Martin70ja - 23.2.2023, 13:42
RE: Skin Confluence - od Tomik68 - 24.2.2023, 0:44
RE: Skin Confluence - od Tomik68 - 25.2.2023, 11:42
RE: Skin Confluence - od jkmh - 26.2.2023, 10:21
RE: Skin Confluence - od JiRo - 26.2.2023, 18:37
RE: Skin Confluence - od jkmh - 26.2.2023, 11:26
RE: Skin Confluence - od jkmh - 26.2.2023, 21:44
RE: Skin Confluence - od JiRo - 26.2.2023, 22:51
RE: Skin Confluence - od jkmh - 27.2.2023, 11:36
RE: Skin Confluence - od JiRo - 27.2.2023, 11:56
RE: Skin Confluence - od jkmh - 27.2.2023, 14:24
RE: Skin Confluence - od JiRo - 27.2.2023, 14:28
RE: Skin Confluence - od jkmh - 19.3.2023, 21:50
RE: Skin Confluence - od JiRo - 19.3.2023, 22:26
RE: Skin Confluence - od jkmh - 19.3.2023, 22:58
RE: Skin Confluence - od Tomik68 - 23.3.2023, 17:33
RE: Skin Confluence - od jkmh - 24.3.2023, 10:47
RE: Skin Confluence - od jkmh - 11.4.2023, 15:55
RE: Skin Confluence - od JiRo - 11.4.2023, 16:54
RE: Skin Confluence - od jkmh - 11.4.2023, 17:13
RE: Skin Confluence - od JiRo - 11.4.2023, 17:34
RE: Skin Confluence - od jkmh - 12.4.2023, 9:03
RE: Skin Confluence - od jkmh - 28.4.2023, 18:42
RE: Skin Confluence - od jkmh - 02.5.2023, 12:06
RE: Skin Confluence - od hrabex - 02.5.2023, 13:25
RE: Skin Confluence - od jkmh - 02.5.2023, 13:49
RE: Skin Confluence - od jkmh - 19.5.2023, 11:46
RE: Skin Confluence - od jkmh - 19.9.2023, 17:04
RE: Skin Confluence - od JiRo - 19.9.2023, 18:26
RE: Skin Confluence - od jkmh - 19.9.2023, 19:00
RE: Skin Confluence - od romanschnierer@gmail.com - 01.10.2023, 14:26
RE: Skin Confluence - od jkmh - 01.10.2023, 15:36
RE: Skin Confluence - od jkmh - 01.10.2023, 16:27
RE: Skin Confluence - od JiRo - 01.10.2023, 16:58
RE: Skin Confluence - od jkmh - 01.10.2023, 16:52
RE: Skin Confluence - od jkmh - 01.10.2023, 17:22
RE: Skin Confluence - od JiRo - 01.10.2023, 17:39
RE: Skin Confluence - od JiRo - 01.10.2023, 17:27
RE: Skin Confluence - od jkmh - 01.10.2023, 17:35
RE: Skin Confluence - od Mailo - 08.10.2023, 16:37
RE: Skin Confluence - od jkmh - 08.10.2023, 16:46
RE: Skin Confluence - od Mailo - 08.10.2023, 16:51
RE: Skin Confluence - od jkmh - 08.10.2023, 16:53
RE: Skin Confluence - od Mailo - 08.10.2023, 16:56
RE: Skin Confluence - od jkmh - 08.10.2023, 16:59
RE: Skin Confluence - od Mailo - 08.10.2023, 17:02
RE: Skin Confluence - od jkmh - 08.10.2023, 17:07
RE: Skin Confluence - od Mailo - 08.10.2023, 17:12
RE: Skin Confluence - od jkmh - 08.10.2023, 17:15
RE: Skin Confluence - od Mailo - 08.10.2023, 17:17
RE: Skin Confluence - od jkmh - 08.10.2023, 17:23
RE: Skin Confluence - od Mailo - 08.10.2023, 17:27
RE: Skin Confluence - od jkmh - 08.10.2023, 17:30
RE: Skin Confluence - od Mailo - 08.10.2023, 17:33
RE: Skin Confluence - od jkmh - 08.10.2023, 17:43
RE: Skin Confluence - od Mailo - 08.10.2023, 17:46
RE: Skin Confluence - od jkmh - 08.10.2023, 18:01
RE: Skin Confluence - od JiRo - 08.10.2023, 18:42
RE: Skin Confluence - od Mailo - 08.10.2023, 18:17
RE: Skin Confluence - od jkmh - 08.10.2023, 18:24
RE: Skin Confluence - od Mailo - 08.10.2023, 18:45
RE: Skin Confluence - od jkmh - 08.10.2023, 18:49
RE: Skin Confluence - od JiRo - 08.10.2023, 19:25
RE: Skin Confluence - od Mailo - 08.10.2023, 19:12
RE: Skin Confluence - od jkmh - 08.10.2023, 19:27
RE: Skin Confluence - od JiRo - 08.10.2023, 19:32
RE: Skin Confluence - od jkmh - 08.10.2023, 19:38
RE: Skin Confluence - od JiRo - 08.10.2023, 20:19
RE: Skin Confluence - od Mailo - 08.10.2023, 19:47
RE: Skin Confluence - od jkmh - 08.10.2023, 20:07
RE: Skin Confluence - od Mailo - 08.10.2023, 20:40
RE: Skin Confluence - od jkmh - 08.10.2023, 20:54
RE: Skin Confluence - od jkmh - 05.12.2023, 14:08
RE: Skin Confluence - od JiRo - 05.12.2023, 14:21
RE: Skin Confluence - od jkmh - 05.12.2023, 16:29
RE: Skin Confluence - od JiRo - 05.12.2023, 17:35
RE: Skin Confluence - od jkmh - 05.12.2023, 21:24
RE: Skin Confluence - od Lopta - 09.1.2024, 16:01
RE: Skin Confluence - od Lopta - 09.1.2024, 17:34
RE: Skin Confluence - od jkmh - 09.1.2024, 18:14
RE: Skin Confluence - od Lopta - 09.1.2024, 20:14
RE: Skin Confluence - od jkmh - 09.1.2024, 23:36
RE: Skin Confluence - od Lopta - 10.1.2024, 10:13
RE: Skin Confluence - od jkmh - 10.1.2024, 10:37
RE: Skin Confluence - od jkmh - 10.3.2024, 17:05
RE: Skin Confluence - od JiRo - 10.3.2024, 17:39
RE: Skin Confluence - od jkmh - 10.3.2024, 18:14
RE: Skin Confluence - od JiRo - 10.3.2024, 18:51
RE: Skin Confluence - od jkmh - 10.3.2024, 19:03
RE: Skin Confluence - od JiRo - 10.3.2024, 19:30
RE: Skin Confluence - od jkmh - 10.3.2024, 19:45
RE: Skin Confluence - od pizzman - 07.4.2024, 9:25
RE: Skin Confluence - od jkmh - 07.4.2024, 9:38
RE: Skin Confluence - od predator.1 - 07.4.2024, 17:28
RE: Skin Confluence - od jkmh - 07.4.2024, 17:48
RE: Skin Confluence - od predator.1 - 07.4.2024, 17:53
RE: Skin Confluence - od JiRo - 07.4.2024, 18:42
RE: Skin Confluence - od jkmh - 07.4.2024, 18:45
RE: Skin Confluence - od predator.1 - 07.4.2024, 20:54
RE: Skin Confluence - od jkmh - 07.4.2024, 21:37
RE: Skin Confluence - od JanSyk - 08.4.2024, 7:27
RE: Skin Confluence - od predator.1 - 08.4.2024, 8:37
RE: Skin Confluence - od jkmh - 08.4.2024, 9:20
RE: Skin Confluence - od JanSyk - 08.4.2024, 23:24
RE: Skin Confluence - od jkmh - 08.4.2024, 23:33
RE: Skin Confluence - od JanSyk - 09.4.2024, 0:08
RE: Skin Confluence - od jkmh - 09.4.2024, 8:10
RE: Skin Confluence - od predator.1 - 09.4.2024, 12:41
RE: Skin Confluence - od jkmh - 09.4.2024, 13:21
RE: Skin Confluence - od predator.1 - 09.4.2024, 13:39
RE: Skin Confluence - od jkmh - 09.4.2024, 13:55
RE: Skin Confluence - od pizzman - 10.4.2024, 8:25
RE: Skin Confluence - od jkmh - 10.4.2024, 8:31
RE: Skin Confluence - od pizzman - 10.4.2024, 8:40
RE: Skin Confluence - od jkmh - 10.4.2024, 8:52
RE: Skin Confluence - od Tomik68 - 12.4.2024, 13:16
RE: Skin Confluence - od jkmh - 12.4.2024, 16:16

Přejít na fórum:


Prochází: 4 host(ů)