Evolution 4
Informations
| Créateur | Messages |
|---|---|
saimor
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience2 0 DescriptionPacchetto ufficiale - http://www.evolution.it/ Evolution4 è il software gestionale tutto italiano pensato e sviluppato per soddisfare le reali esigenze pratiche delle Piccole e Medie Imprese. Code source#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.9.4"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit |
Contributions
Filters:
Contribuer| Membre | Messages |
| saimor | Jeudi 3 Mars 2016 à 16:21 |
saimor
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,32 +1,32 @@
#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
-# Wine version used : 1.7.21
+# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
-
+
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
-
+
TITLE="Evolution 4"
PREFIX="Evolution4"
-
+
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
-
-POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
+
POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate "1.7.21"
-
+POL_Wine_PrefixCreate "1.9.4"
+
POL_System_TmpCreate "$PREFIX"
-
+
POL_SetupWindow_InstallMethod "DOWNLOAD"
-
+
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
-POL_Call POL_Install_vcrun6
+POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
@@ -34,7 +34,7 @@
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
-
+
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
@@ -42,11 +42,11 @@
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
-
+
POL_System_TmpDelete
-
+
POL_Shortcut "evolution.exe" "$TITLE"
-
+
POL_SetupWindow_Close
-
+
exit
\ No newline at end of file
Nouveau code source#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.9.4"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit RéponsesDimanche 3 Novembre 2019 à 11:15
|
| saimor | Jeudi 3 Mars 2016 à 16:13 |
saimor
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -1,32 +1,32 @@
#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
-# Wine version used : 1.7.21
+# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
-
+
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
-
+
TITLE="Evolution 4"
PREFIX="Evolution4"
-
+
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
-
-POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
+
POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate "1.7.21"
-
+POL_Wine_PrefixCreate "1.9.4"
+
POL_System_TmpCreate "$PREFIX"
+
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
-POL_SetupWindow_InstallMethod "DOWNLOAD"
-
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
-POL_Call POL_Install_vcrun6
+POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
@@ -34,19 +34,22 @@
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
-
+
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
- POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
- POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
+ INSTALLER="$POL_System_TmpDir/SetupEvo4.exe"
+elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
+ POL_SetupWindow_browse "$(eval_gettext 'Please select the installation file to run.')" "$TITLE"
+ INSTALLER="$APP_ANSWER"
fi
-
+POL_Wine "$INSTALLER"
+POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
POL_System_TmpDelete
-
+
POL_Shortcut "evolution.exe" "$TITLE"
-
+
POL_SetupWindow_Close
-
+
exit
\ No newline at end of file
Nouveau code source#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.9.4"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
INSTALLER="$POL_System_TmpDir/SetupEvo4.exe"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
POL_SetupWindow_browse "$(eval_gettext 'Please select the installation file to run.')" "$TITLE"
INSTALLER="$APP_ANSWER"
fi
POL_Wine "$INSTALLER"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit RéponsesJeudi 3 Mars 2016 à 16:14
|
| saimor | Jeudi 17 Juillet 2014 à 18:31 |
saimor
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messages
Not sure if we should use either "Evolution4" or "Evolution_4" in the http://files.playonlinux.com/... URL. The same for both the 22x22 and 48x48 icons attached above. Differences@@ -1,6 +1,6 @@ #!/bin/bash # Date : (2014-07-17 10-23) -# Last revision : (2014-07-17 16-10) +# Last revision : (2014-07-17 18-26) # Wine version used : 1.7.21 # Distribution used to test : Ubuntu 14.04 LTS # Author : saimor @@ -11,7 +11,7 @@ TITLE="Evolution 4" PREFIX="Evolution4" -POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE" +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE" POL_SetupWindow_Init POL_Debug_Init Nouveau code source#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
# Wine version used : 1.7.21
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.21"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit Réponses |
| saimor | Jeudi 17 Juillet 2014 à 16:15 |
saimor
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messages* Made the script international, as required. Here's the link of the signing request topic in the forum: Differences@@ -0,0 +1,52 @@ +#!/bin/bash +# Date : (2014-07-17 10-23) +# Last revision : (2014-07-17 16-10) +# Wine version used : 1.7.21 +# Distribution used to test : Ubuntu 14.04 LTS +# Author : saimor + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Evolution 4" +PREFIX="Evolution4" + +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "1.7.21" + +POL_System_TmpCreate "$PREFIX" + +POL_SetupWindow_InstallMethod "DOWNLOAD" + +Set_OS "win7" +POL_Call POL_Function_FontsSmoothRGB +POL_Call POL_Install_vcrun6 +POL_Call POL_Install_gdiplus +POL_Call POL_Install_gecko +POL_Call POL_Install_msxml3 +POL_Call POL_Install_msxml4 +POL_Call POL_Install_msxml6 +POL_Call POL_Install_riched20 +POL_Call POL_Install_riched30 + +if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then + cd "$POL_System_TmpDir" + POL_Download "http://evolution.it/files/SetupEvo4.exe" + POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" + POL_Wine "$POL_System_TmpDir/SetupEvo4.exe" + POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" +fi + +POL_System_TmpDelete + +POL_Shortcut "evolution.exe" "$TITLE" + +POL_SetupWindow_Close + +exit \ No newline at end of file Nouveau code source#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 16-10)
# Wine version used : 1.7.21
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.21"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit Réponses |
| saimor | Jeudi 17 Juillet 2014 à 11:33 |
saimor
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,53 @@ +#!/bin/bash +# Date : (2014-07-17 10-23) +# Last revision : (2014-07-17 10-23) +# Wine version used : 1.7.21 +# Distribution used to test : Ubuntu 14.04 LTS +# Author : saimor + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Evolution 4" +PREFIX="Evolution4" + +#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "1.7.21" + +POL_System_TmpCreate "$PREFIX" + +POL_SetupWindow_InstallMethod "DOWNLOAD" + +Set_OS "win7" +POL_Call POL_Function_FontsSmoothRGB +POL_Call POL_Install_vcrun6 +POL_Call POL_Install_gdiplus +POL_Call POL_Install_gecko +POL_Call POL_Install_msxml3 +POL_Call POL_Install_msxml4 +POL_Call POL_Install_msxml6 +POL_Call POL_Install_riched20 +POL_Call POL_Install_riched30 + +if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then + cd "$POL_System_TmpDir" + POL_SetupWindow_wait "Scaricamento versione aggiornata..." "Installazione di $TITLE" + POL_Download "http://evolution.it/files/SetupEvo4.exe" + POL_SetupWindow_wait "Installazione in corso..." "Installazione di $TITLE" + POL_Wine "$POL_System_TmpDir/SetupEvo4.exe" + POL_SetupWindow_wait "Finalizzazione..." "Installazione di $TITLE" +fi + +POL_System_TmpDelete + +POL_Shortcut "evolution.exe" "$TITLE" + +POL_SetupWindow_Close + +exit \ No newline at end of file Nouveau code source#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 10-23)
# Wine version used : 1.7.21
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.21"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_SetupWindow_wait "Scaricamento versione aggiornata..." "Installazione di $TITLE"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "Installazione in corso..." "Installazione di $TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "Finalizzazione..." "Installazione di $TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit RéponsesJeudi 17 Juillet 2014 à 13:13
Jeudi 17 Juillet 2014 à 15:19
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com
Installer ce programme
Evolution4_22x22.png (http://imgur.com/xkkE9cM.png)
Evolution4_48x48.png (http://imgur.com/yZ6qPWH.png)
top.png (http://imgur.com/adChFq7.png)
left.png (http://imgur.com/acVh02A.png)