/[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

Annotation of /templates/links.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Wed Aug 8 12:58:08 2001 UTC (22 years, 8 months ago) by ravilov
Branch: MAIN
Changes since 1.2: +3 -3 lines
Conditions and Lifestyle news are now displayed in groups of 10.
mkdir.sh replaced with more general fix.sh.

1 ravilov 1.1 <p align=right><small>
2 ravilov 1.3 {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" target="_blank">more info</a>{/if}{if ($read || $more)} ]<br>{/if}
3     {if ($edit)}[
4 ravilov 1.2 {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 ravilov 1.1 |
7 ravilov 1.2 {/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 ravilov 1.1 |
16 ravilov 1.2 {if ($down)}<a href="?section={$section}&amp;down_id={$id}" class="more">&gt;&gt;</a>{else}<span class="more">&gt;&gt;</span>{/if}
17 ravilov 1.1 {/if}
18 ravilov 1.3 ]<br>{/if}
19 ravilov 1.1 </small></p>

  ViewVC Help
Powered by ViewVC 1.1.26