The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

<script type="text/template" class="yote_template_definition" template_name="Logged_in">
   Logged in as <$ show acct handle $><BR>
   <$ action_link logout Log Out $>
</script>

<script type="text/template" class="yote_template_definition" template_name="Logged_out">
   <$$$ control messages <span><$ val default_login_message Please Log In $></span> $$$><BR>
   <$$$ control handle <input placeholder="handle" type="text"> $$$>
   <$$$ control password <input placeholder="password" type="password"> $$$>
   <$$$ control login_button <button type="BUTTON">Log In</button> $$$>
<BR>
   <$ action_link forgot Forgot Password $>
   <?? init_login ??>
</script>

<script type="text/template" class="yote_template_definition" template_name="Recover_Login">
   <$$$ control messages <span></span> $$$><BR>
   <$$$ control email <input placeholder="email" type="text"> $$$>
   <$ button recover Recover Password $>
   <$ action_link refresh_all [X] $>
   <?? init_recover ??>
</script>

<script type="text/template" class="yote_template_definition" template_name="Paginator">
 <$$$ control paginate_to_beginning_button <button type="BUTTON">&laquo;</button> $$$>
 <$$$ control paginate_back_button <button type="BUTTON">&lsaquo;</button> $$$>
 <$$$ control paginate_forward_button <button type="BUTTON">&rsaquo;</button> $$$>
 <$$$ control paginate_to_end_button <button type="BUTTON">&raquo;</button> $$$>
 <?? init_paginator ??>
</script>


<script type="text/template" class="yote_template_definition" template_name="SearchList">
 <$$$ control search_val <input type="TEXT" placeholder="Search"> $$$>
 <$$$ control search_btn <button type="BUTTON">Search</button> $$$>
 <?? init_search_list ??>
</script>

<script type="text/template" class="yote_template_definition" template_name="YoteHeader">
  <DIV class="header" id="header_div">
    <A href="/index.html" style="display:block">
      <img height="70px" width="151px" src="yotelogo.png">
    </A>
    <UL id="top_nav" class="nav"></UL>
    <div class="login">
      <? check_login_status ?>
    </div>
  </DIV>
</script>

<script type="text/template" class="yote_template_definition" template_name="Log_in_box">
 <? check_login_status ?>
</script>