/[ludap]/ludap/templates/shortlist.tpl
ViewVC logotype

Diff of /ludap/templates/shortlist.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mose, Sun Sep 7 05:38:08 2003 UTC revision 1.2 by mose, Tue Sep 9 15:00:05 2003 UTC
# Line 1  Line 1 
1  {* $Header$ *}  {* $Header$ *}
2  <div class="ong">  <div class="ong">
3  <a href="" class="ongon">Users</a>  <a href="list.php?zone=users{$mquery}" class="ongtab{if $zone eq 'users'}on{/if}">Users</a>
4  <a href="" class="ongoff">Groups</a>  <a href="list.php?zone=groups{$mquery}" class="ongtab{if $zone eq 'groups'}on{/if}">Groups</a>
5  </div>  </div>
6  <form name="search" id="search" action="list.php" method="get" {if $useframe}target="list" {/if}class="searchform">  <form name="search" id="search" action="list.php" method="get" {if $useframe}target="list" {/if}class="searchform">
7  <div>  <div>
# Line 26  function switchCheckboxes(the_form, elem Line 26  function switchCheckboxes(the_form, elem
26  }  }
27  {/literal}  {/literal}
28  </script>  </script>
29  <form method="post" action="list.php" {if $useframe}target="list" {/if}name="l">  <form method="post" action="list.php" name="l">
30  <div class="listing">  <div class="listing">
31  <div class="toplist"  <div class="toplist"
32  onclick="document.getElementById('switch').checked=!document.getElementById('switch').checked;switchCheckboxes('l','delall[]','switch');"  onclick="document.getElementById('switch').checked=!document.getElementById('switch').checked;switchCheckboxes('l','delall[]','switch');"
# Line 50  onmouseout="this.style.backgroundColor=' Line 50  onmouseout="this.style.backgroundColor='
50  </div>  </div>
51  {/foreach}  {/foreach}
52  <div class="toplist">  <div class="toplist">
 <b class="h">&nbsp;<u>&Icirc;&nbsp;&nbsp;&nbsp;</u></b>  
53  <input type="hidden" name="searchx" value="{$searchx}">  <input type="hidden" name="searchx" value="{$searchx}">
54  <input type="submit" name="act" value="test" class="act" />  {if $admin}
55  {*  <input type="submit" name="act" value="X" class="act" />
56  <input type="submit" name="act" value="EXPORT" class="act" />  {/if}
57  *}  <input type="submit" name="act" value="XML" class="act" />
58  </div>  </div>
59  {/if}  {/if}
60  </form>  </form>
61  </div>  </div>
62    {if $admin}
63    <span class="ongtabon" style="float:right;"><a href="form.php" target="page" class="act">NOUVEAU</a></span>
64    {/if}

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26