0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
modules
/
[
Home
]
File: mod-freetag.tpl
{if isset($viewTags)} {tikimodule error=$module_params.error title=$tpl_module_title name="freetag" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle} {include file="freetag_list.tpl" deleteTag="y"} {if $tiki_p_freetags_tag eq 'y'} {if !empty($freetag_error)}{$freetag_error}{/if} <form name="addTags" method="post"> <input type="text" name="addtags"{if !empty($freetag_msg)} value="{$freetag_msg}"{/if} maxlength="40" /> {if $prefs.feature_antibot eq 'y' && $user eq ''} <table>{include file="antibot.tpl"}</table> {/if} <input type="submit" name="Add" value="{tr}Add{/tr}" /> {help url="Tags" desc="{tr}Put tags separated by spaces. For tags with more than one word, use no spaces and put words together or enclose them with double quotes{/tr}"} </form> {jq} $(':text[name=addtags]').tiki('autocomplete', 'tag', {multiple: true, multipleSeparator: " "} ); {/jq} {/if} {/tikimodule} {/if}