|
Lines 79-94
Link Here
|
| 79 |
<form method="get" action="opac-tags.pl"> |
79 |
<form method="get" action="opac-tags.pl"> |
| 80 |
<fieldset>Show up to <input name="limit" style="text-align: right;" maxlength="4" size="4" value="<!-- TMPL_VAR NAME="limit" DEFAULT="100" -->" /> |
80 |
<fieldset>Show up to <input name="limit" style="text-align: right;" maxlength="4" size="4" value="<!-- TMPL_VAR NAME="limit" DEFAULT="100" -->" /> |
| 81 |
tags from other users. |
81 |
tags from other users. |
| 82 |
<!-- TMPL_IF NAME="hidemytags" --> |
|
|
| 83 |
<input type="hidden" name="hidemytags" value="1" /> |
| 84 |
<!-- /TMPL_IF --> |
| 85 |
<input type="submit" value="OK" /> |
82 |
<input type="submit" value="OK" /> |
| 86 |
<!-- TMPL_UNLESS NAME="loggedinusername" --> |
83 |
<!-- TMPL_UNLESS NAME="loggedinusername" --> |
| 87 |
<a href="/cgi-bin/koha/opac-user.pl">Log in</a> to see your own saved tags. |
84 |
<a href="/cgi-bin/koha/opac-user.pl">Log in</a> to see your own saved tags. |
| 88 |
<!-- TMPL_ELSE --> |
85 |
<!-- TMPL_ELSE --> |
| 89 |
<!-- TMPL_IF NAME="hidemytags" --><a class="hidemytags" href="/cgi-bin/koha/opac-tags.pl?limit=<!-- TMPL_VAR NAME="limit" DEFAULT="100" -->">Show my tags</a> |
|
|
| 90 |
<!-- TMPL_ELSE --><a class="hidemytags" href="/cgi-bin/koha/opac-tags.pl?limit=<!-- TMPL_VAR NAME="limit" DEFAULT="100" -->&hidemytags=1">Hide my tags</a> |
| 91 |
<!-- /TMPL_IF --> |
| 92 |
<!-- /TMPL_UNLESS --></fieldset> |
86 |
<!-- /TMPL_UNLESS --></fieldset> |
| 93 |
</form> |
87 |
</form> |
| 94 |
|
88 |
|
|
Lines 112-118
Link Here
|
| 112 |
<!-- /TMPL_IF --> |
106 |
<!-- /TMPL_IF --> |
| 113 |
<!-- /TMPL_IF --> |
107 |
<!-- /TMPL_IF --> |
| 114 |
|
108 |
|
| 115 |
<!-- TMPL_UNLESS NAME="hidemytags" --> |
|
|
| 116 |
<!-- TMPL_IF NAME="MY_TAGS" --> |
109 |
<!-- TMPL_IF NAME="MY_TAGS" --> |
| 117 |
<form method="post" action="opac-tags.pl"> |
110 |
<form method="post" action="opac-tags.pl"> |
| 118 |
<h2>My Tags</h2> |
111 |
<h2>My Tags</h2> |
|
Lines 132-138
Link Here
|
| 132 |
</table> |
125 |
</table> |
| 133 |
</form> |
126 |
</form> |
| 134 |
<!-- /TMPL_IF --> |
127 |
<!-- /TMPL_IF --> |
| 135 |
<!-- /TMPL_UNLESS --> |
|
|
| 136 |
|
128 |
|
| 137 |
</div> |
129 |
</div> |
| 138 |
</div> |
130 |
</div> |
| 139 |
- |
|
|