More template fixes.
[gruta.git] / templates / art5 / meta_menu
blob4b8d5acd7618660150bf628d38f30dc253c38422
1 <ul><{
2         {if {story_title 'info' 'about'}
3                 {li
4                         {link
5                                 {url 'STORY' 'topic' 'info' 'id' 'about'}
6                                 {story_title 'info' 'about'}
7                         }
8                 }
9         }
11         {if {story_title 'info' 'legal'}
12                 {li
13                         {link
14                                 {url 'STORY' 'topic' 'info' 'id' 'legal'}
15                                 {story_title 'info' 'legal'}
16                         }
17                 }
18         }
20         {li {link {url 'RSS'} "RSS"}}
22         {if is_logged_in {
23                 {if is_admin
24                         {li {link {url 'ADMIN'} @"Admin"}}
25                         {li {link
26                                         {url 'EDIT_USER' 'userid' userid}
27                                         @"Preferences"
28                                 }
29                         }
30                 }
32                 {li { {link {url 'LOGOUT'} @"Logout"} ' ' userid}}
33                 }
35                 {li {link {url 'LOGIN'} @"Login"}}
36         }
39         <li>
40         <form action = '<{url}>'>
41                 <input type = 'hidden' name = 't'       value = 'SEARCH'>
42                 <input type = 'text'   name = 'query'   value = ''>
43                 <input type = 'submit' class = 'button' value = '<{@"Search"}>'>
44         </form>
45         </li>
46 </ul>