You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
1.5 KiB

{* $Id$ *}
{extends 'layout_edit.tpl'}
{block name=content}
{if $tiki_p_edit == 'y'}
{title help="LIST+-+Troubleshooting+The+List+Plugin#Using_the_Experiment_with_Plugin_LIST_page" url=''}{tr}Experiment with plugin LIST{/tr}{/title}
<form method="post">
<div class="row">
<div class="col">
<div class="mb-3 row">
<div class="row">
<div class="col">
<label for="editwiki">{tr}Plugin LIST content:{/tr}</label><br />
<small>{tr}Use the following output block to see all the returned values:{/tr} {literal}{output(template="debug")}{/literal}</small>
</div>
</div>
<textarea class="form-control" rows="5" name="editwiki" id="editwiki">{$listtext}</textarea>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-9">
<input class="btn btn-primary " type="submit" name="quickedit" value="{tr}Test Plugin LIST{/tr}">
</div>
</div>
</form>
<div class="row">
<div class="col-sm-12">
<hr>
<div class="preview_contents">
{$listparsed}
</div>
<hr>
</div>
</div>
{/if}
{/block}