<!-- trl.txt Modified mickroue(a)yahoo.fr 20130701 templ=templm -->

%if;(not cancel_links)
  <div id="trl">
    <form id="Tsearch" method="get" action="%action;">
      <div>
        %hidden;
        <input id="TmNG" type="hidden" name="m" value="NG"%/>
        <label><input id="TtPN" type="radio" name="t" value="PN" checked="checked"
                      onclick="TchangeTri('hidden');this.focus()"
                %/><abbr title="[first name/first names]0/[surname/surnames]0, [public name], [alias], Sosa…">[person/persons]0</abbr></label>
        <label><input id="TtP" type="radio" name="t" value="P" 
                      onclick="TchangeTri('visible');this.focus()"%/>[first name/first names]0</label>
        <label><input id="TtN" type="radio" name="t" value="N" 
                      onclick="TchangeTri('visible');this.focus()"%/>[surname/surnames]0</label>
        <label id="TlabelTriA" style="visibility:hidden;">
               <input id="TtriA" type="checkbox" name="tri" value="A"
                      onclick="TchangeTri('visible');this.focus()"%/>[starting with]</label>
        <br%/><input id="Tn" name="n" size="54" maxlength="200"
                     title="[*search/case sensitive]0 (²)" accesskey="²"
                     onclick="this.focus()" onkeypress="javascript:return computeSosa(event,'Tn')"%/>
        <input type="submit" value="[*search/case sensitive]0 (²)"%/>
        %if;(bvar.hide_advanced_request = "no")
          <span class="button"><a href="%prefix;m=H;v=advanced">[*advanced request]</a></span>
        %end;
      </div>
    </form>
  </div>
  %if;(evar.digest = "")
    <div id="templ">
      <a href="%prefix_no_templ;templ=;%suffix;">default</a>
      <a href="%prefix_no_templ;templ=templa;%suffix;">templa</a>
      <a href="%prefix_no_templ;templ=templb;%suffix;">templb</a>
      <a href="%prefix_no_templ;templ=templc;%suffix;">templc</a>
      <a href="%prefix_no_templ;templ=templd;%suffix;">templd</a>
      <a href="%prefix_no_templ;templ=templf;%suffix;">templf</a>
      <a href="%prefix_no_templ;templ=templh;%suffix;">templh</a>
      <a href="%prefix_no_templ;templ=templm;%suffix;">templm</a>
      <a href="%prefix_no_templ;templ=templ502;%suffix;">templ502</a>
    </div>
    <div class="button" style="margin-top:-1.3em;margin-left:2px;">
      <a href="http://opensource.geneanet.org/projects/geneweb/wiki/Fr_templm">Doc templm</a>
    </div>
   %end;
  %if;(wizard)
    <script type="text/javascript">
    <!--
    function reloadClose()
    {
      window.opener.location = window.opener.location;
      parent.close();
    }
    var htmlTitle = document.title;
    if
    (
      htmlTitle == "[*person modified]" ||
      htmlTitle == "[*family modified]" ||
      htmlTitle == "[*person added]" ||
      htmlTitle == "[*family added]"
    )
    {
      if (window.opener && !window.opener.closed) 
      {
        document.getElementById("trl").innerHTML = '\
        <p><a id="reloadclose" href="javascript:reloadClose()">[X]<\/a><\/p>\
        ';
        document.getElementById("reloadclose").focus();
      }
    }
    -->
    </script>
  %end;
%end;

<!-- end trl.txt -->