changeset 16:ea9558465ad6

Add link to original data, fix left-over beta stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Jan 2011 01:09:41 +0200
parents 45987abe0d10
children 611452d30bd4
files index.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Jan 12 01:03:36 2011 +0200
+++ b/index.php	Wed Jan 12 01:09:41 2011 +0200
@@ -7,7 +7,7 @@
 $mapFile = "kartta.png";
 $roomFile = "luokkatilat.txt";
 $cacheFile = "coursecache.txt";
-$baseURI = "http://tnsp.org/luk/beta.php";
+$baseURI = "http://tnsp.org/luk/";
 $infoURI = "http://www.oamk.fi/opiskelijalle/rakenne/opinto-opas/koulutusohjelmat/?sivu=oj&kieli=FI&opas=2010-2011&vuosi=10S11K&koodi1=";
 $dayNames = array("Maanantai", "Tiistai", "Keskiviikko", "Torstai", "Perjantai", "Lauantai", "Sunnuntai");
 
@@ -373,6 +373,7 @@
 "   </td>\n".
 "   <td><input type=\"submit\" value=\" Vaihda \" /></td>\n".
 "   <td>[<a href=\"".$baseURI."?luokka=".$luokka."&amp;nyt\">Mini-info moodi</a>]</td>\n".
+"   <td>[<a href=\"http://www.oamk.fi/tyojarjestykset/otek/luokat/OR_".$luokka.".htm\">Alkuperäinen</a>]</td>\n".
 "  </tr>\n".
 " </table>\n".
 "</form>\n";