comparison index.php @ 94:171592f906a1

Add link to the beta/alpha mobile version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Dec 2012 12:31:31 +0200
parents fe3dd95ee3b8
children 0ba79f50e604
comparison
equal deleted inserted replaced
93:fe3dd95ee3b8 94:171592f906a1
492 echo " 492 echo "
493 <th><a id=\"next\" class=\"textctrl\" href=\"".$baseURI.($nextPeriod ? "" : "?next")."\">". 493 <th><a id=\"next\" class=\"textctrl\" href=\"".$baseURI.($nextPeriod ? "" : "?next")."\">".
494 ($nextPeriod ? lukMsg("Current period") : lukMsg("Next period"))."</a></th> 494 ($nextPeriod ? lukMsg("Current period") : lukMsg("Next period"))."</a></th>
495 <th><a id=\"orig\" class=\"textctrl\" href=\"".$origBaseURI.$luokka.$origBaseExt."\">".lukMsg("Original")."</a></th> 495 <th><a id=\"orig\" class=\"textctrl\" href=\"".$origBaseURI.$luokka.$origBaseExt."\">".lukMsg("Original")."</a></th>
496 <th><a id=\"xml\" class=\"textctrl\" href=\"".$baseURI.$cachePath."/".$luokka.".xml\">XML</a></th> 496 <th><a id=\"xml\" class=\"textctrl\" href=\"".$baseURI.$cachePath."/".$luokka.".xml\">XML</a></th>
497 <th><a id=\"mobile\" class=\"textctrl\" href=\"http://tnsp.org/lukm/\">Mobile</a></th>
497 "; 498 ";
498 } 499 }
499 500
500 echo " 501 echo "
501 </tr> 502 </tr>