{strip} {if $field.options_map['wysiwyg'] eq 'y'} {textarea _class='form-control' id=$data.element_id name=$field.ins_id rows=$data.rows onkeyup=$data.keyup _wysiwyg='y' section="trackers" switcheditor='n'} {$field.page_data} {/textarea} {else} {textarea _class='form-control' id=$data.element_id name=$field.ins_id _toolbars=$data.toolbar _simple='y' rows=$data.rows onkeyup=$data.keyup _wysiwyg='n' section="trackers" switcheditor='n'} {$field.page_data} {/textarea} {/if} {if $field.options_map['max']}
{if $prefs.javascript_enabled eq 'y'} {tr}Character Count:{/tr} {/if} {if $field.options_map['max'] > 0} {tr}Max:{/tr} {$field.options_map['max']}{/if}
{/if} {if $field.options_map['wordmax']}
{if $prefs.javascript_enabled eq 'y'} {tr}Word Count:{/tr} {/if} {if $field.options_map['wordmax'] > 0} {tr}Max:{/tr} {$field.options_map['wordmax']}{/if}
{/if} {if $field.options_map['actions'] and not empty($field.value)}
{if $data.perms.view} {button _keepall='y' href=$field.value|sefurl admin='y' _text="{tr}View{/tr}" _title="|{tr}View stand alone wiki page{/tr}" _class='btn-sm tips' _type='info' _target='_blank'} {/if} {if $data.perms.edit} {button _keepall='y' href='tiki-editpage.php' page=$field.value _text="{tr}Edit{/tr}" _title="|{tr}Edit stand alone wiki page{/tr}" _class='btn-sm tips' _target='_blank'} {/if} {if $prefs.feature_source eq 'y' and $data.perms.wiki_view_source} {button _keepall='y' href='tiki-pagehistory.php' page=$field.value source='0' _text="{tr}Source{/tr}" _title="|{tr}Source of wiki page{/tr}" _class='btn-sm tips' _type='info' _target='_blank'} {/if} {if $prefs.feature_history eq 'y' and $data.perms.wiki_view_history} {button _keepall='y' href='tiki-pagehistory.php' page=$field.value _text="{tr}History{/tr}" _title="|{tr}History of wiki page{/tr}" _class='btn-sm tips' _type='info' _target='_blank'} {/if}
{/if} {/strip}