<tr class="UD_form_header"><td colspan="2">
              <h4>Please prove you are a person</h4>
            </td></tr>

            <tr>
              <td colspan="2" align="center">
                To confirm that you are a <i>real</i> person (and not a computer), please complete the quick challenge below then click "Pickup Files":<br />&nbsp;<br />
                <?php 
echo $_smarty_tpl->getVariable('recaptchaHTML')->value;
?>

                <br />
              </td>
            </tr>

            <tr class="footer"><td colspan="2" align="center">
              <?php 
smarty_template_function_button($_smarty_tpl, array('href' => "javascript:document.pickupcheck.submit();", 'width' => "100%", 'text' => "Pickup Files"));
?>

            </tr>

      </table>
  </form>

<?php 
$_template = new Smarty_Internal_Template("footer.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
echo $_template->getRenderedTemplate();
$_template->rendered_content = null;
unset($_template);
  </tr>
  <tr><td colspan="2">&nbsp;</td></tr>
  <tr><td colspan="2"><h4>Anyone may perform the following activities:</h4></td></tr>
  <tr>
    <td><?php 
    smarty_template_function_button($_smarty_tpl, array('href' => "verify.php", 'text' => "Drop-off", 'width' => "100%"));
    ?>
</td>
    <td class="UD_nav_label">Drop-off (<i>upload</i>) a file for <?php 
    echo $_smarty_tpl->getConfigVariable('LocalUser');
    ?>
 (<b>email verification required</b>).</td>
  </tr>
  <tr>
    <td><?php 
    smarty_template_function_button($_smarty_tpl, array('href' => "pickup.php", 'text' => "Pick-up", 'width' => "100%"));
    ?>
</td>
    <td class="UD_nav_label">Pick-up (<i>download</i>) a file dropped-off for you.</td>
  </tr>
  <tr><td colspan="2">&nbsp;</td></tr>
</table>

<?php 
}
?>

<h4>Help</h4>

<p><?php 
echo $_smarty_tpl->getConfigVariable('ServiceTitle');
    ?>
:</b></td>
      <td><input type="text" id="uname" name="uname" size="15" value=""/></td>
    </tr>
    <tr>
      <td align="right"><b>Your Password:</b></td>
      <td><input type="password" id="passwordField" name="password" size="15" value=""/></td>
    </tr>
    <tr class="footer">
      <td colspan="2" align="center">
        <script type="text/javascript">
        	bindEnter($('#passwordField'), function(){ submitform() });
          function submitform() { document.login.submit(); }
        </script>
        <?php 
    smarty_template_function_button($_smarty_tpl, array('relative' => false, 'href' => "javascript:submitform();", 'text' => "Login"));
    ?>

      </td>
    </tr>
  </table>
  </form>
</center>
<?php 
}
?>

<?php 
$_template = new Smarty_Internal_Template("footer.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
echo $_template->getRenderedTemplate();
$_template->rendered_content = null;
    function smarty_template_function_footerButtons($_smarty_tpl, $params)
    {
        $saved_tpl_vars = $_smarty_tpl->tpl_vars;
        foreach ($_smarty_tpl->template_functions['footerButtons']['parameter'] as $key => $value) {
            $_smarty_tpl->tpl_vars[$key] = new Smarty_variable($value);
        }
        foreach ($params as $key => $value) {
            $_smarty_tpl->tpl_vars[$key] = new Smarty_variable($value);
        }
        ?>
  <table border="0" cellpadding="4"><tr>
  <td><?php 
        smarty_template_function_button($_smarty_tpl, array('href' => $_smarty_tpl->getVariable('zendToURL')->value, 'text' => "Return to the " . $_smarty_tpl->getConfigVariable('ServiceTitle') . " main menu"));
        ?>
</td>
  <?php 
        if ($_smarty_tpl->getVariable('isAuthorizedUser')->value) {
            ?>
<td><?php 
            smarty_template_function_button($_smarty_tpl, array('href' => $_smarty_tpl->getVariable('zendToURL')->value . "?action=logout", 'text' => "Logout"));
            ?>
</td><?php 
        }
        ?>
</tr>
  </table><?php 
        $_smarty_tpl->tpl_vars = $saved_tpl_vars;
    }