mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
12 lines
312 B
Smarty
12 lines
312 B
Smarty
<h3>{{$title}}</h3>
|
|
|
|
<form action="hubwall" method="post">
|
|
|
|
{{include file="field_checkbox.tpl" field=$test}}
|
|
{{include file="field_input.tpl" field=$subject}}
|
|
|
|
<textarea name="text" style="width:100%; height:150px;">{{$text}}</textarea>
|
|
<br />
|
|
<input type="submit" name="submit" value="{{$submit}}" />
|
|
</form>
|
|
|