Ellers returnerer den en dato på formen "Thursday_08_12_2011" skilt
med <br> og deretter en liste med stasjoner på samme format som
PriserVedStasjoner.</p>
-
-<!--
-
-Ide til SQL-skjema for å ta vare på informasjonen.
-CREATE TABLE station (
- integer id,
- text name,
- text group,
- text address,
- text homepageurl,
- gpscoord location,
-);
-
-CREATE TABLE types (
- INTEGER id,
- INTEGER name,
-);
-
-CREATE TABLE pris (
- INTEGER station_id REFERENCES station(id),
- INTEGER type,
- DATETIME when_collected,
- FLOAT price,
-)
-
-INSERT INTO types (id, name) VALUES (1, 'Blyfri95');
-INSERT INTO types (id, name) VALUES (2, 'Disel');
--->