comparison index.php @ 116:ee258438635f

Disable generation of XML files, as they are not used really.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Dec 2013 08:07:07 +0200
parents 6bc9b304aa11
children f844f704fa57
comparison
equal deleted inserted replaced
115:6bc9b304aa11 116:ee258438635f
506 echo 506 echo
507 " <th><a id=\"next\" class=\"textctrl\" href=\"".$baseURI.($nextPeriod ? "" : "?next")."\">". 507 " <th><a id=\"next\" class=\"textctrl\" href=\"".$baseURI.($nextPeriod ? "" : "?next")."\">".
508 cmQM("Shown").": ".($nextPeriod ? cmQM("Next period") : cmQM("Current period")). 508 cmQM("Shown").": ".($nextPeriod ? cmQM("Next period") : cmQM("Current period")).
509 "</a></th>\n". 509 "</a></th>\n".
510 " <th><a id=\"orig\" class=\"textctrl\" href=\"".$origBaseURI.$luokka.$origBaseExt."\">".cmQM("Original")."</a></th>\n". 510 " <th><a id=\"orig\" class=\"textctrl\" href=\"".$origBaseURI.$luokka.$origBaseExt."\">".cmQM("Original")."</a></th>\n".
511 " <th><a id=\"xml\" class=\"textctrl\" href=\"".$baseURI.$cachePath."/".$luokka.".xml\">XML</a></th>\n". 511 // " <th><a id=\"xml\" class=\"textctrl\" href=\"".$baseURI.$cachePath."/".$luokka.".xml\">XML</a></th>\n".
512 " <th><a class=\"textctrl mobile\" href=\"http://tnsp.org/mluk/\">Mobile</a></th>\n"; 512 " <th><a class=\"textctrl mobile\" href=\"http://tnsp.org/mluk/\">Mobile</a></th>\n";
513 } 513 }
514 514
515 echo 515 echo
516 " </tr>\n". 516 " </tr>\n".