* any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program. If not, see http://www.gnu.org/licenses/gpl.html. * * @package Core * @subpackage Views * @author Indicia Team * @license http://www.gnu.org/licenses/gpl.html GPL * @link http://code.google.com/p/indicia/ */ ?> <form action="<?php echo url::site(); ?> report_viewer/load" method="GET"> <?php require_once DOCROOT . 'client_helpers/report_helper.php'; $readAuth = report_helper::get_read_auth(0 - $_SESSION['auth_user']->id, kohana::config('indicia.private_key')); echo report_helper::report_picker(array('readAuth' => $readAuth)); report_helper::link_default_stylesheet(); echo report_helper::dump_javascript(); ?> <input type="submit" value="Load report" /> </form>