diff options
Diffstat (limited to 'view/tpl/rmagic.tpl')
-rw-r--r-- | view/tpl/rmagic.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/rmagic.tpl b/view/tpl/rmagic.tpl new file mode 100644 index 000000000..f16abe975 --- /dev/null +++ b/view/tpl/rmagic.tpl @@ -0,0 +1,11 @@ +<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> |