aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/rmagic.tpl
blob: 7e4e563d963c99b6725d3a467e84dd3505bdcb2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>