<?php
// vim: sw=4:ts=4
/**
* @version 00.04.09
* @package polaring
* @license This component in released under the GNU/GPL License
*
* Package is based upon `Polar Hrm Webbased Application',
* found at http://users.pandora.be/oppiekes/polar/
*
* Fil:e view/tools.php
* Role: Shows the tools we've got
*
**/
class tools {
function viewTools() {
echo "<h2>".strings::expression("navigation", "Tools")."</h2>\n";
echo "<p><a href=\"".give::phpindex().
"?section=tools&tool=sqltoxml\" ".
"onclick=\"javascript:window.open(this.href, ".
"'mywindow'); return false;\" >".
strings::expression("tools", "Export")."</a> ".
strings::expression("tools", "sqlDiToXml")."</p>\n";
visa::tillbaka("1");
return;
} // end function viewTools
}
?>