mod_display - no fun. Not working at all. But a bit of progress.

This commit is contained in:
friendica
2013-02-10 04:55:29 -08:00
parent 260a012b02
commit 99c5f88963
12 changed files with 213 additions and 123 deletions

11
view/tpl/rmagic.tpl Normal file
View File

@@ -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>