diff options
author | friendica <info@friendica.com> | 2013-02-10 04:55:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-10 04:55:29 -0800 |
commit | 99c5f88963227a48544747e9dc8b13550b88c0f2 (patch) | |
tree | 115070a6941baf51a5388be67b312e499f800e2c /view/tpl/smarty3/rmagic.tpl | |
parent | 260a012b02c4941655e897735eeac09dadcf98c4 (diff) | |
download | volse-hubzilla-99c5f88963227a48544747e9dc8b13550b88c0f2.tar.gz volse-hubzilla-99c5f88963227a48544747e9dc8b13550b88c0f2.tar.bz2 volse-hubzilla-99c5f88963227a48544747e9dc8b13550b88c0f2.zip |
mod_display - no fun. Not working at all. But a bit of progress.
Diffstat (limited to 'view/tpl/smarty3/rmagic.tpl')
-rw-r--r-- | view/tpl/smarty3/rmagic.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/tpl/smarty3/rmagic.tpl b/view/tpl/smarty3/rmagic.tpl new file mode 100644 index 000000000..7e4e563d9 --- /dev/null +++ b/view/tpl/smarty3/rmagic.tpl @@ -0,0 +1,16 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +<h3>{{$title}}</h3> + +<form action="rmagic" method="post" > + + <label for="rmagic-address" id="label-rmagic-address" class="rmagic-label">{{$desc}}</label> + <input type="text" maxlength="255" size="32" name="address" id="rmagic-address" class="rmagic-input" value="" /> + + <input type="submit" name="submit" id="rmagic-submit-button" value="{{$submit}}" /> + <div id="rmagic-submit-end" class="rmagic-field-end"></div> + +</form> |