{*------------------------------------------------------------------------------- * Dataface Web Application Framework * Copyright (C) 2005-2006 Steve Hannah (shannah@sfu.ca) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *------------------------------------------------------------------------------- *} {$title} {include file="head_slot.html"} {include file="global_header.html"}
{$logo}
{$blocks.left} {$applicationMenu} {include file="left_slot.html"}
{if $back and !$ENV.APPLICATION.hide_back} {/if} {if !$ENV.APPLICATION.hide_table_result_stats}
Found {$result.found} of {$result.cardinality} Records in table {$table}. {if $action == "browse"}
Now showing {$result.cursor+1} of {$result.found}{/if}
{/if} {if !$ENV.APPLICATION.hide_result_controller} {$controller} {/if}
{if !$ENV.APPLICATION.hide_search}
{/if} {if !$ENV.APPLICATION.hide_view_tabs} {*$tabs*} {actions_menu id="table_tabs" class="contentViews" category="table_tabs" selected_action=$ENV.action} {*$menus*} {include file="Dataface_TableView_menus.html"}
{/if} {if $history and !$ENV.APPLICATION.hide_history}
Recent Records:
{/if}
{if $message}
{$message|nl2br}
{/if} {$body}
{if !$ENV.APPLICATION.hide_view_tabs}
{/if}
{$fineprint} {include file="global_footer.html"}