/* Smarty version 2.6.12, created on 2006-02-26 17:43:35
   compiled from C:/web/helloworld/helloworld/modules/examples/concepts/pagination/example.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'WFPaginatorPageInfo', 'C:/web/helloworld/helloworld/modules/examples/concepts/pagination/example.tpl', 3, false), array('function', 'WFPaginatorState', 'C:/web/helloworld/helloworld/modules/examples/concepts/pagination/example.tpl', 4, false), array('function', 'WFView', 'C:/web/helloworld/helloworld/modules/examples/concepts/pagination/example.tpl', 5, false), array('function', 'WFDynamic', 'C:/web/helloworld/helloworld/modules/examples/concepts/pagination/example.tpl', 9, false), array('function', 'WFURL', 'C:/web/helloworld/helloworld/modules/examples/concepts/pagination/example.tpl', 14, false), array('modifier', 'escape', 'C:/web/helloworld/helloworld/modules/examples/concepts/pagination/example.tpl', 31, false))), $this);
?>

<?php 
echo smarty_function_WFPaginatorPageInfo(array('id' => 'pageInfo'), $this);
?>
<br />
<?php 
echo smarty_function_WFPaginatorState(array('id' => 'pageNav'), $this);
?>
<br />
Sort: <?php 
echo smarty_function_WFView(array('id' => 'pageSort'), $this);
?>
<br />
<br />

<?php 
unset($this->_sections['peeps']);
$this->_sections['peeps']['name'] = 'peeps';
$this->_sections['peeps']['loop'] = is_array($_loop = $this->_tpl_vars['people']) ? count($_loop) : max(0, (int) $_loop);
unset($_loop);
$this->_sections['peeps']['show'] = true;
$this->_sections['peeps']['max'] = $this->_sections['peeps']['loop'];
$this->_sections['peeps']['step'] = 1;
$this->_sections['peeps']['start'] = $this->_sections['peeps']['step'] > 0 ? 0 : $this->_sections['peeps']['loop'] - 1;
if ($this->_sections['peeps']['show']) {
    $this->_sections['peeps']['total'] = $this->_sections['peeps']['loop'];
    echo smarty_function_WFSelect(array('id' => 'selectMultiple'), $this);
    ?>
</td></tr>
    <tr><td>City</td><td><?php 
    echo smarty_function_WFSelect(array('id' => 'selectOne'), $this);
    ?>
</td></tr>
    <tr><td>Bio</td><td><?php 
    echo smarty_function_WFTextArea(array('id' => 'textarea'), $this);
    ?>
</td></tr>
    <tr><td>Gender</td><td><?php 
    echo smarty_function_WFView(array('id' => 'radioOne'), $this);
    ?>
 <?php 
    echo smarty_function_WFView(array('id' => 'radioTwo'), $this);
    ?>
</td></tr>
</table>
<?php 
    echo smarty_function_WFSubmit(array('id' => 'action1'), $this);
    ?>

<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_block_WFForm($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
?>