CHANGELOG.txt |
CHANGELOG.txt |
|
Yr Weatherdata 6.x-1.x, 2011-02-15
----------------------------------
#1060992 by tjodolv. Fixed incorrect path in README.txt. Reported by Meeker, resolved by Weka.
Yr Weatherdata 6.x-1.x, 2010-09-11
----------------------------------
#906338 by… |
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.
Two template files and a stylesheet is included for theming. Note… |
yr-forecast-block-location.tpl.php |
yr-forecast-block-location.tpl.php |
|
yr-forecast-block-location.tpl.php
Template file for a single location in the yr_verdata block. |
yr-forecast-page.tpl.php |
yr-forecast-page.tpl.php |
|
yr-forecast-page.tpl.php
Default theme implementation to display a full-page forecast for a given location. |
yr_verdata.css |
yr_verdata.css |
|
#yr-forecast-page .ui-tabs-hide {
display: none;
}
#yr-forecast-page ul#yr-forecast-tabs-links.ui-tabs-nav {
background: transparent;
margin: 0 0 1em 0;
padding: 10px 0 7px 10px;
}
#yr-forecast-page ul#yr-forecast-tabs-links.ui-tabs-nav li {
… |
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 |
|
The install schema and hooks for yr_verdata.module. |
yr_verdata.module |
yr_verdata.module |
|
yr_verdata.module
This file provides the yr_verdata forecast module. |