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

Diff of /ludap/templates/topbar.tpl

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

revision 1.3 by mose, Wed Sep 3 11:43:50 2003 UTC revision 1.4 by mose, Thu Sep 4 23:24:57 2003 UTC
# Line 2  Line 2 
2  <div class="top">  <div class="top">
3  <div style="padding:3px;float:right">  <div style="padding:3px;float:right">
4  {if $admin}  {if $admin}
5  <a href="{$self}?view=form" class="act">NOUVEAU</a>  <a href="form.php" class="act">NOUVEAU</a>
6  {/if}  {/if}
7  <a href="{$self}?view=xml{$mquery}" class="act">XML</a>  <a href="xml.php?{$mquery}" class="act">XML</a>
8  <a href="{$self}?id={$me}{$mquery}" class="act">{$me|capitalize}</a>  <a href="index.php?id={$me}{$mquery}" class="act">{$me|capitalize}</a>
9  <a href="{$self}?logout=1" class="act">LOGOUT</a>  <a href="index.php?logout=1" class="act">LOGOUT</a>
10  </div>  </div>
11  <form name="search" id="search" action="{$self}" method="get">  <form name="search" id="search" action="index.php" method="get">
12  {#org#}  {$site}
13  <input type="text" name="searchx" value="{$searchx}" size="12" class="acto">  <input type="text" name="searchx" value="{$searchx}" size="12" class="acto">
14  <input type="submit" name="searchb" value="TROUVER" class="act">  <input type="submit" name="searchb" value="TROUVER" class="act">
 {$msg}  
15  </form>  </form>
16  </div>  </div>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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