echo smarty_echo(array('phrase' => 'SEARCH'), $this);
    ?>
 </th>
        <td>
          <?php 
    echo smarty_form_description(array('field' => 'accountname'), $this);
    ?>
 <br/>
          <?php 
    echo smarty_form_element(array('field' => 'accountname', 'size' => '30'), $this);
    ?>

        </td>
        <td class="submit"> 
          <?php 
    echo smarty_form_element(array('field' => 'search'), $this);
    ?>

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

</div>
      </tr>
    </table>
  </div>

  <div class="buttoncontainer">
    <table>
      <tr>
        <td class="left"> <?php 
    echo smarty_form_element(array('field' => 'startover'), $this);
    ?>
 </td>
        <td class="right">
          <?php 
    echo smarty_form_element(array('field' => 'back'), $this);
    ?>

          <?php 
    echo smarty_form_element(array('field' => 'continue'), $this);
    ?>

        </td>
      </tr>
    </table>
  </div>
<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
              <th> <?php 
    echo smarty_form_description(array('field' => 'password'), $this);
    ?>
 </th>
              <td> <?php 
    echo smarty_form_element(array('field' => 'password', 'size' => '20'), $this);
    ?>
 </td>
            </tr>
            <tr>
              <th> <?php 
    echo smarty_form_description(array('field' => 'repassword'), $this);
    ?>
 </th>
              <td> <?php 
    echo smarty_form_element(array('field' => 'repassword', 'size' => '20'), $this);
    ?>
 </td>
            </tr>
          </tbody>
        </table>
      </div>
    <?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
?>
            echo smarty_form_table_column($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
        }
        array_pop($this->_tag_stack);
        ?>


      <?php 
        $this->_tag_stack[] = array('form_table_footer', array());
        $_block_repeat = true;
        smarty_form_table_footer($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

        <?php 
            echo smarty_form_element(array('field' => 'remove'), $this);
            ?>

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


    <?php 
        $_block_content = ob_get_contents();
        ob_end_clean();
        </tr>
        <tr>
          <th> <?php 
    echo smarty_form_description(array('field' => 'description'), $this);
    ?>
 </th>
          <td> <?php 
    echo smarty_form_element(array('field' => 'description', 'cols' => '40', 'rows' => '3'), $this);
    ?>
 </td>
        </tr>
        <tr>
          <th> <?php 
    echo smarty_form_description(array('field' => 'public'), $this);
    ?>
 </th>
          <td> <?php 
    echo smarty_form_element(array('field' => 'public', 'option' => 'Yes'), $this);
    ?>
 </td>
        </tr>
      </tbody>
    </table>
  </div>
<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
              <th> <?php 
    echo smarty_form_description(array('field' => 'tos_url'), $this);
    ?>
 </th>
              <td> <?php 
    echo smarty_form_element(array('field' => 'tos_url', 'value' => $this->_tpl_vars['order_tos_url'], 'size' => '50'), $this);
    ?>
 </td>
            </tr>
            <tr>
              <th> <?php 
    echo smarty_form_description(array('field' => 'tos_required'), $this);
    ?>
 </th>
              <td> <?php 
    echo smarty_form_element(array('field' => 'tos_required', 'option' => 'true', 'value' => $this->_tpl_vars['order_tos_required']), $this);
    ?>
 </td>
            </tr>
          </tbody>
        </table>
      <?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
?>

    </div>
            </tr>
            <tr>
              <td style="width: 25%"> <?php 
    echo smarty_form_element(array('field' => 'type'), $this);
    ?>
 </td>
              <td style="width: 25%"> <?php 
    echo smarty_form_element(array('field' => 'termlength', 'size' => '4'), $this);
    ?>
 </td>
              <td style="width: 25%"> <?php 
    echo smarty_form_element(array('field' => 'price', 'size' => '6'), $this);
    ?>
 </td>
              <td style="width: 25%"> <?php 
    echo smarty_form_element(array('field' => 'taxable'), $this);
    ?>
 </td>
            </tr>
          </tbody>
        </table>
      </div>
    <?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
?>
  
<?php 
$this->_tag_stack[] = array('form', array('name' => 'cart_nav'));
$_block_repeat = true;
smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat);
while ($_block_repeat) {
    ob_start();
    ?>
  <div class="buttoncontainer">
    <table>
      <tr>
        <td class="left"><?php 
    echo smarty_form_element(array('field' => 'startover'), $this);
    ?>
</td>
        <td class="right">
          <?php 
    echo smarty_form_element(array('field' => 'checkout'), $this);
    ?>

        </td>
      </tr>
    </table>
  </div>
<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
?>
      </td>
      <td class="right">
        <?php 
$this->_tag_stack[] = array('form', array('name' => 'pso_checkout'));
$_block_repeat = true;
smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat);
while ($_block_repeat) {
    ob_start();
    ?>
          <?php 
    echo smarty_form_element(array('field' => 'back'), $this);
    ?>

        <?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
?>
      </td>
  </table>
</div>
              </tr>
            </table>
          </div>
        </td>
      </tr>
    </table>
  </div>

  <div class="buttoncontainer">
    <table>
      <tr>
        <td class="right">
          <?php 
    echo smarty_form_element(array('field' => 'back'), $this);
    ?>

          <?php 
    echo smarty_form_element(array('field' => 'login'), $this);
    ?>

        </td>
      </tr>
    </table>
  </div>
<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
            echo smarty_form_table_column($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
        }
        array_pop($this->_tag_stack);
        ?>


      <?php 
        $this->_tag_stack[] = array('form_table_footer', array());
        $_block_repeat = true;
        smarty_form_table_footer($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

        <?php 
            echo smarty_form_element(array('field' => 'update'), $this);
            ?>

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


    <?php 
        $_block_content = ob_get_contents();
        ob_end_clean();