comparison index.php @ 123:ad7ccdd904b7

Fix some HTML.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Feb 2014 13:33:41 +0200
parents a6af6538777a
children d954c4d34a3f
comparison
equal deleted inserted replaced
122:8cbd07999b66 123:ad7ccdd904b7
517 " <th><a id=\"orig\" class=\"textctrl\" href=\"".$origBaseURI.$luokka.$origBaseExt."\">".cmQM("Original")."</a></th>\n". 517 " <th><a id=\"orig\" class=\"textctrl\" href=\"".$origBaseURI.$luokka.$origBaseExt."\">".cmQM("Original")."</a></th>\n".
518 // " <th><a id=\"xml\" class=\"textctrl\" href=\"".$baseURI.$cachePath."/".$luokka.".xml\">XML</a></th>\n". 518 // " <th><a id=\"xml\" class=\"textctrl\" href=\"".$baseURI.$cachePath."/".$luokka.".xml\">XML</a></th>\n".
519 " <th><a class=\"textctrl mobile\" href=\"http://tnsp.org/mluk/\">Mobile</a></th>\n"; 519 " <th><a class=\"textctrl mobile\" href=\"http://tnsp.org/mluk/\">Mobile</a></th>\n";
520 } 520 }
521 521
522 $currURL = $baseURI."?luokka=".$luokka."&lang=".$pageLang. 522 $currURL = $baseURI."?luokka=".$luokka."&amp;lang=".$pageLang.
523 (isset($pageCSSIndex) ? "&css=".$pageCSSIndex : ""). 523 (isset($pageCSSIndex) ? "&amp;css=".$pageCSSIndex : "").
524 ($nextPeriod ? "&next" : ""); 524 ($nextPeriod ? "&amp;next" : "");
525 525
526 echo 526 echo
527 " <th class=\"advert\"><a href=\"http://tnsp.org/u/HXh\"><img src=\"img/cell.png\" alt=\"Division Cell\" /></a></th>\n". 527 " <th class=\"advert\"><a href=\"http://tnsp.org/u/HXh\"><img src=\"img/cell.png\" alt=\"Division Cell\" /></a></th>\n".
528 " <th><a href=\"".$currURL."\" title=\"".cmQM("currLukLink")."\">Link</th>\n". 528 " <th><a href=\"".$currURL."\" title=\"".cmQM("currLukLink")."\">Link</a></th>\n".
529 " </tr>\n". 529 " </tr>\n".
530 " </table>\n". 530 " </table>\n".
531 "</form>\n". 531 "</form>\n".
532 "<h1>".$pageTitle."</h1>\n"; 532 "<h1>".$pageTitle."</h1>\n";
533 533