CHANGELOG.txt |
CHANGELOG.txt |
|
Yr Weatherdata 6.x-2.x 2011-11-30
---------------------------------
Issue #1219820 by tjodolv: Altered the function _yr_verdata_refresh_xml() to try to fix locations not being updated.
Yr Weatherdata 6.x-2.x… |
README.txt |
README.txt |
|
Summary
-------
This module allows for your Drupal site to connect to http://yr.no and gather weather forecast data to display in a page view and one or several blocks on your site.
Theming
-------
Theming can be done via CSS and/or using… |
yr_verdata.admin.inc |
yr_verdata.admin.inc |
|
This file contains the functions for the admin interface for yr_verdata. |
yr_verdata.css |
yr_verdata.css |
|
#yr-content,
#yr-content h3,
#yr-content h4 {
clear: both;
}
#yr-content h3,
#yr-content h4 {
margin: 0.6em 0 0.4em;
}
.yr-forecast-boxes {
display: block;
}
.yr-period-margin-1 {
margin-left: 157px;
}
.yr-period-margin-2 {
margin-left:… |
yr_verdata.info |
yr_verdata.info |
|
name = Yr Weatherdata
description = Collects weather forecast data from http://yr.no and displays it at the site, both in a block and as a page.
php = 5
core = 6.x |
yr_verdata.install |
yr_verdata.install |
|
Install, update and uninstall functions for the yr_verdata module. |
yr_verdata.module |
yr_verdata.module |
|
yr_verdata.module
This file contains the code for getting the forecast from yr.no and displaying it on a Drupal site. |
yr_verdata_jui.css |
yr_verdata_jui.css |
|
/* Tabs on the forecast page for a single location */
#yr-content .ui-tabs {
padding: .2em; zoom: 1;
}
#yr-content .ui-tabs-nav {
list-style: none;
position: relative;
padding: 5px 5px;
margin-bottom: 1em;
}
#yr-content .ui-tabs-nav li {
… |