/[health_html]/templates/links.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /templates/links.tpl

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

revision 1.1 by ravilov, Fri Aug 3 09:12:42 2001 UTC revision 1.2 by ravilov, Tue Aug 7 13:55:51 2001 UTC
# Line 1  Line 1 
1  <p align=right><small>  <p align=right><small>
2  {if ($read || $more)}[ {/if}{if ($read)}<a href="?section={$section}&amp;id={$id}&amp;cat={$cat}&amp;show=1" class="more">read article</a>{/if}{if ($read && $more)} | {/if}{if ($more)}<a href="{$more}" class="more">more info</a>{/if}{if ($read || $more)} ]<br>{/if}  {if ($read || $more)}[ {/if}{if ($read)}<a href="?section={$section}&amp;id={$id}&amp;cat={$cat}&amp;show=1" class="more">read article</a>{/if}{if ($read && $more)} | {/if}{if ($more)}<a href="{$more}" class="more">more info</a>{/if}{if ($read || $more)} ]<br>{/if}
3  [  [
4    {if ($id)}<a href="?section={$section}&amp;cat={$cat}&amp;{$name}_edit=1&amp;ed_id={$id}" class="more">edit article</a>    {if ($id && $updown)}
5      {if ($up)}<a href="?section={$section}&amp;up_id={$id}" class="more">&lt;&lt;</a>{else}<span class="more">&lt;&lt;</span>{/if}
6    |    |
7    <a href="?section={$section}&amp;del_id={$id}" class="more" onclick="return confirm('Are you sure?');">delete article</a>    {/if}
8      {if ($id)}<a href="?section={$section}&amp;cat={$cat}&amp;{$name}_edit=1&amp;ed_id={$id}" class="more">edit art.</a>
9      |
10      <a href="?section={$section}&amp;del_id={$id}" class="more" onclick="return confirm('Are you sure?');">delete art.</a>
11      |
12      {/if}
13      <a href="?section={$section}&amp;cat={$cat}&amp;{$name}_edit=1&amp;ed_id=0" class="more">new art.</a>
14      {if ($id && $updown)}
15    |    |
16      {if ($down)}<a href="?section={$section}&amp;down_id={$id}" class="more">&gt;&gt;</a>{else}<span class="more">&gt;&gt;</span>{/if}
17    {/if}    {/if}
   <a href="?section={$section}&amp;cat={$cat}&amp;{$name}_edit=1&amp;ed_id=0" class="more">new article</a>  
18  ]<br>  ]<br>
19  </small></p>  </small></p>

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

  ViewVC Help
Powered by ViewVC 1.1.26