Software > Tu Web Meteorológica
Plantilla Jachym (Meteotemplate)
kocher:
El concepto de "menuBlock", es una idea brillante; ya que permite agrupar varios bloques que aparecerán en un menú desplegable (tipo hamburgesa) y que nos permite elegir el que queramos ver en ese momento.
Con esto se consigue no sobrecargar el navegador, ya que éste solo carga por defecto el primer bloque de dicho menú.
Así que desde ahora podemos tener infinidad de bloques en nuestra página principal de forma "silente", ya que solo se activan al desplegar el menú desplegable y elegir la opción.
La forma de elegir los bloques hasta ahora, era:
--- Código: ---$column1 = array("stationStatus","countDown","stationData","trends"......,"qrCode");
--- Fin del código ---
A partir de ahora, lo podemos combinar con:
--- Código: ---$column1 = array("stationStatus","countDown","menuBlock(stationData;trends)".......,"qrCode");
--- Fin del código ---
Hay que tener en cuenta que, dentro del menuBlock, el signo de separación es ;
Lo podéis ver en acción, aquí:
http://kocher.es/meteotemplate/
Fijaros que la mayoría de los bloques, tiene un signo de menú desplegable en su esquina superior izquierda. Al pinchar en él, se despliega un menú con los otros bloques que hayamos indicado en nuestro código.
Este es el código empleado para esta página ("indexDesktop.php"):
--- Código: --- $columnWidths = array(25,50,25);
$column1 = array(
"stationStatus",
"menuBlock(trends;stationData;baroTrend;extremes;spainExtremes;history)",
"rain",
"menuBlock(cloudHeight;cloudTemp)",
"sunmoon",
"rssFeed",
"menuBlock(earthquakes;hurricaneRSS)",
"menuBlock(map;location)",
"qrCode");
$column2 = array(
"menuBlock(current;currentAustralia;currentUS)",
"menuBlock(warningsEUregions;warningsEU;warningsCA;warningsUS;warningsAU)",
"menuBlock(wxsim3en1;forecastSpain;forecast;summary)",
"menuBlock(webcam;timelapse)",
"menuBlock(radareusk;radarEU;radarAU;radarCA;radarUS;radarCzech)",
"menuBlock(graphtransp;interactiveGraph;meteogram;diarytemp;evapo48h;climatograph)",// climatograph
"menuBlock(gaugeswind;gauges)",//gauges;gaugeswind
"worldWeather"); // "gaugeswind" "worldWeather"
$column3 = array(
"greetings",
"menuBlock(clockDigital;clock;calculator;countDown)",
"menuBlock(calendarMonth;calendar)",
"menuBlock(riset;dayNight;moonPhase)",
"menuBlock(mareas;tides)",
"menuBlock(nearEarthObjects;astroEvents;meteors;solarEclipses;lunarEclipses;glossary)",
"nasaImg",
"fireDanger",
"images",
"menuBlock(spainUV;;co2;airQualityWorld)",
"menuBlock(weatherNetworks;partnerStations)",
"menuBlock(info;dbInfo)"
);
--- Fin del código ---
davidmeteo:
Genial, no la conocia
jachym:
Hi guys,
meteotemplate.com is now completely new. I changed the look of the website and also there is now a much better wiki.
Also, if you would like to send me comments about what you think about the template (positive and negative), you can email it to me and I would put it in the References section at meteotemplate.com. This of course can be even in Spanish, it does not need to be in English.
best regards
Jachym
http://www.meteotemplate.com
kocher:
Welcome the new design of Meteotemplate.com, which I find very clear and well structured.
I personally prefer the "clear" designs.
Everything is designed to get a good support for template users.
Congratulations!
......
Bienvenido el nuevo diseño de la página Meteotemplate.com, que me parece muy clara y bien estructurada.
Yo, personalmente, prefiero los diseños "claros".
Todo está pensado para conseguir un buen apoyo a los usuarios de la plantilla.
¡ Enhorabuena !
ea1hmy:
Hello, I installed the bloc:
forecast Spain
it's very good
I ask if it would be possible to configure two ways
1 and is now by provinces
2 be able to do by Municipalities
thank you very much
emilio
http://www.aemet.es/xml/municipios/localidad_39087.xml
Navegación
[#] Página Siguiente
[*] Página Anterior
Ir a la versión completa