diff --git a/admin1/headjs.php b/admin1/headjs.php old mode 100644 new mode 100755 index 4f61c67..4f61c67 --- a/admin1/headjs.php +++ b/admin1/headjs.php diff --git a/init/headjs.php b/init/headjs.php old mode 100644 new mode 100755 index a5bcf45..a5bcf45 --- a/init/headjs.php +++ b/init/headjs.php diff --git a/init/imagens/apple-touch-icon.png b/init/imagens/apple-touch-icon.png index 3c864ee..c21b5ff 100755 Binary files a/init/imagens/apple-touch-icon.png and b/init/imagens/apple-touch-icon.png differ diff --git a/init/imagens/application-vnd-google-earth-kml.png b/init/imagens/application-vnd-google-earth-kml.png index ebce334..b3be575 100755 Binary files a/init/imagens/application-vnd-google-earth-kml.png and b/init/imagens/application-vnd-google-earth-kml.png differ diff --git a/init/imagens/applications-development-web.png b/init/imagens/applications-development-web.png index 807ce39..4099a54 100755 Binary files a/init/imagens/applications-development-web.png and b/init/imagens/applications-development-web.png differ diff --git a/init/imagens/applications-development.png b/init/imagens/applications-development.png index 1a28ba1..854c759 100755 Binary files a/init/imagens/applications-development.png and b/init/imagens/applications-development.png differ diff --git a/init/imagens/cartogramas.png b/init/imagens/cartogramas.png index 3cc5c77..671e24b 100755 Binary files a/init/imagens/cartogramas.png and b/init/imagens/cartogramas.png differ diff --git a/init/imagens/certificate-server.png b/init/imagens/certificate-server.png index 6187ff4..d40e1e7 100755 Binary files a/init/imagens/certificate-server.png and b/init/imagens/certificate-server.png differ diff --git a/init/imagens/docapi.png b/init/imagens/docapi.png index 2a44c8d..e203b3b 100755 Binary files a/init/imagens/docapi.png and b/init/imagens/docapi.png differ diff --git a/init/imagens/editor.png b/init/imagens/editor.png index f6c4881..8af4bbc 100755 Binary files a/init/imagens/editor.png and b/init/imagens/editor.png differ diff --git a/init/imagens/folder-image.png b/init/imagens/folder-image.png index 94a74af..1e216d1 100755 Binary files a/init/imagens/folder-image.png and b/init/imagens/folder-image.png differ diff --git a/init/imagens/googleearth.png b/init/imagens/googleearth.png index a9ad488..3c37cf5 100755 Binary files a/init/imagens/googleearth.png and b/init/imagens/googleearth.png differ diff --git a/init/imagens/googlemaps.png b/init/imagens/googlemaps.png index 29bdb5c..8bcc3b4 100755 Binary files a/init/imagens/googlemaps.png and b/init/imagens/googlemaps.png differ diff --git a/init/imagens/googlemaps_noite.png b/init/imagens/googlemaps_noite.png index 50f9455..2229cfe 100755 Binary files a/init/imagens/googlemaps_noite.png and b/init/imagens/googlemaps_noite.png differ diff --git a/init/imagens/guiamigracao.png b/init/imagens/guiamigracao.png index 7810e07..20c2a06 100755 Binary files a/init/imagens/guiamigracao.png and b/init/imagens/guiamigracao.png differ diff --git a/init/imagens/gvsigtraining.png b/init/imagens/gvsigtraining.png index f741895..2791b69 100755 Binary files a/init/imagens/gvsigtraining.png and b/init/imagens/gvsigtraining.png differ diff --git a/init/imagens/logo_psp.png b/init/imagens/logo_psp.png index 76023e6..224b1e9 100755 Binary files a/init/imagens/logo_psp.png and b/init/imagens/logo_psp.png differ diff --git a/init/imagens/mailman.jpg b/init/imagens/mailman.jpg deleted file mode 100755 index 94a4c01..0000000 Binary files a/init/imagens/mailman.jpg and /dev/null differ diff --git a/init/imagens/mailman.png b/init/imagens/mailman.png new file mode 100755 index 0000000..df2e6c2 Binary files /dev/null and b/init/imagens/mailman.png differ diff --git a/init/imagens/mashup.png b/init/imagens/mashup.png index be51f2a..7ee8ac7 100755 Binary files a/init/imagens/mashup.png and b/init/imagens/mashup.png differ diff --git a/init/imagens/ogc_logo.png b/init/imagens/ogc_logo.png index fc1f926..b1a1308 100755 Binary files a/init/imagens/ogc_logo.png and b/init/imagens/ogc_logo.png differ diff --git a/init/imagens/openlayers.png b/init/imagens/openlayers.png index a8943e9..c09d8a3 100755 Binary files a/init/imagens/openlayers.png and b/init/imagens/openlayers.png differ diff --git a/init/imagens/openlayersdebug.png b/init/imagens/openlayersdebug.png index da25cd1..9d1cee1 100755 Binary files a/init/imagens/openlayersdebug.png and b/init/imagens/openlayersdebug.png differ diff --git a/init/imagens/osm.png b/init/imagens/osm.png index cca3dea..be58118 100755 Binary files a/init/imagens/osm.png and b/init/imagens/osm.png differ diff --git a/init/imagens/saiku_free_small.png b/init/imagens/saiku_free_small.png index 4a76144..87c3914 100755 Binary files a/init/imagens/saiku_free_small.png and b/init/imagens/saiku_free_small.png differ diff --git a/init/imagens/sprite.php b/init/imagens/sprite.php new file mode 100755 index 0000000..5bd828b --- /dev/null +++ b/init/imagens/sprite.php @@ -0,0 +1,32 @@ + array( + "images" => "." // folder from where the script will take the images + ), + // set destiny folder + "destiny" => array( + "styles" => "sprites.css", // define css style of sprites + "sprites" => "sprites.png", // define the sprite image result + "example" => "sprites.html", // define the html example + "ini_path" => "" // define the path + ) +); +$pS->setFoldersConfig($config); + +// define minization [true/false] (default: true) +$pS->setMinization(); + +// define css style by default (it will add to the sprites.css file) +$css = ''; +$pS->setCssInit($css); + +// gen sprites, styles and html example +$pS->getSprite(); +?> \ No newline at end of file diff --git a/init/imagens/sprites.css b/init/imagens/sprites.css new file mode 100755 index 0000000..1e0db03 --- /dev/null +++ b/init/imagens/sprites.css @@ -0,0 +1 @@ +.apple-touch-icon {background:url('sprites.png') 0 -0px no-repeat;width:190px; height:80px}.application-vnd-google-earth-kml {background:url('sprites.png') 0 -82px no-repeat;width:190px; height:80px}.applications-development-web {background:url('sprites.png') 0 -164px no-repeat;width:190px; height:80px}.applications-development {background:url('sprites.png') 0 -246px no-repeat;width:190px; height:80px}.cartogramas {background:url('sprites.png') 0 -328px no-repeat;width:190px; height:80px}.certificate-server {background:url('sprites.png') 0 -410px no-repeat;width:190px; height:80px}.docapi {background:url('sprites.png') 0 -492px no-repeat;width:190px; height:80px}.editor {background:url('sprites.png') 0 -574px no-repeat;width:190px; height:80px}.folder-image {background:url('sprites.png') 0 -656px no-repeat;width:190px; height:80px}.googleearth {background:url('sprites.png') 0 -738px no-repeat;width:190px; height:80px}.googlemaps {background:url('sprites.png') 0 -820px no-repeat;width:190px; height:80px}.googlemaps_noite {background:url('sprites.png') 0 -902px no-repeat;width:190px; height:80px}.guiamigracao {background:url('sprites.png') 0 -984px no-repeat;width:190px; height:80px}.gvsigtraining {background:url('sprites.png') 0 -1066px no-repeat;width:190px; height:80px}.insert-link {background:url('sprites.png') 0 -1148px no-repeat;width:190px; height:80px}.logo_psp {background:url('sprites.png') 0 -1230px no-repeat;width:190px; height:80px}.mailman {background:url('sprites.png') 0 -1312px no-repeat;width:190px; height:80px}.mashup {background:url('sprites.png') 0 -1394px no-repeat;width:190px; height:80px}.ogc_logo {background:url('sprites.png') 0 -1476px no-repeat;width:190px; height:80px}.openlayers {background:url('sprites.png') 0 -1558px no-repeat;width:190px; height:80px}.openlayersdebug {background:url('sprites.png') 0 -1640px no-repeat;width:190px; height:80px}.osm {background:url('sprites.png') 0 -1722px no-repeat;width:190px; height:80px}.saiku_free_small {background:url('sprites.png') 0 -1804px no-repeat;width:190px; height:80px}.svn-update {background:url('sprites.png') 0 -1886px no-repeat;width:190px; height:80px}.tools-report-bug {background:url('sprites.png') 0 -1968px no-repeat;width:190px; height:80px}.window-duplicate {background:url('sprites.png') 0 -2050px no-repeat;width:190px; height:80px} \ No newline at end of file diff --git a/init/imagens/sprites.html b/init/imagens/sprites.html new file mode 100755 index 0000000..b2e0a12 --- /dev/null +++ b/init/imagens/sprites.html @@ -0,0 +1 @@ +