Widget:Mailer: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 25: | Line 25: | ||
} | } | ||
</script> | </script> | ||
<div id="emailform"> | |||
<form> | <form> | ||
<label for="subject">E-mail Title:<br /></label><input type="text" id="subject" name="subject" /><br /><br /><br /> | <label for="subject">E-mail Title:<br /></label><input type="text" id="subject" name="subject" /><br /><br /><br /> | ||
<label for="content">E-mail Body:</label><textarea name="content" id="content"></textarea> | <label for="content">E-mail Body:</label><textarea name="content" id="content"></textarea> | ||
<input type="button" value="Send" onclick="sendMail()" /> | <input type="button" value="Send" onclick="sendMail()" /> | ||
</form> | |||
</div> | </div> | ||
</includeonly> | </includeonly> |