Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | [# Display a row of tabs for servlets with URLs starting with /u/username. |
| 2 | |
| 3 | Args: |
| 4 | arg0: String like "t1", "t2", "t3" to identify the currently active tab. |
| 5 | ] |
| 6 | |
| 7 | <div class="at isf [user_tab_mode]"> |
| 8 | <span class="inst2"> |
| 9 | <a href="[viewed_user.profile_url]">[if-any viewing_self]My Profile[else]User Profile[end]</a> |
| 10 | </span> |
| 11 | |
| 12 | <span class="inst5"> |
Adrià Vilanova MartÃnez | 535e731 | 2021-10-17 00:48:12 +0200 | [diff] [blame^] | 13 | <a href="[viewed_user.profile_url]updates">History</a> |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 14 | </span> |
| 15 | |
| 16 | [if-any viewing_self] |
| 17 | <span class="inst3"> |
| 18 | <a href="/hosting/settings">Settings</a> |
| 19 | </span> |
| 20 | [end] |
| 21 | |
| 22 | [if-any offer_saved_queries_subtab] |
| 23 | <span class="inst4"> |
| 24 | <a href="[viewed_user.profile_url]queries">Saved Queries</a> |
| 25 | </span> |
| 26 | [end] |
| 27 | |
| 28 | <span class="inst6"> |
| 29 | <a href="[viewed_user.profile_url]hotlists">Hotlists</a> |
| 30 | </span> |
| 31 | |
| 32 | </div> |