streams/view/tpl/pdledit.tpl

31 lines
634 B
Smarty
Raw Normal View History

<div class="generic-content-wrapper-styled">
<h1>{{$header}}</h1>
<h2>{{$mname}} {{$module}}</h2>
2019-11-22 04:00:57 +00:00
<br>
<a href="help/develop/en/comanche" target="hubzilla-help">{{$help}}</a>
2017-10-10 23:05:10 +00:00
<br>
<br>
<a href="pdledit">{{$another}}</a>
2019-11-22 04:00:57 +00:00
<br>
<br>
2014-03-05 05:03:56 +00:00
<div class="descriptive-text">{{$original}}</div>
<pre><code>{{$src}}</code></pre>
2014-03-05 05:03:56 +00:00
2019-11-22 04:00:57 +00:00
<br>
2014-03-05 05:03:56 +00:00
<form action="pdledit" method="post" >
<input type="hidden" name="module" value="{{$module}}" />
<textarea rows="24" cols="80" name="content">{{$content}}</textarea>
2019-11-22 04:00:57 +00:00
<br>
<input type="submit" name="submit" value="{{$submit}}" />
</form>
2016-04-09 10:16:42 +00:00
<script>
$('textarea').bbco_autocomplete('comanche');
</script>
</div>