View file mobile/template/ucp_profile_signature.html

File size: 1.06Kb
<!-- INCLUDE ucp_header.html -->
<!-- DEFINE $S_SIGNATURE = 1 -->
<div class="tab"><span class="gensmall">{L_TITLE}</span></div>
<div class="tab">{L_SIGNATURE_EXPLAIN}</div>
<!-- IF ERROR -->
<div class="row_easy"><span class="gensmall">{ERROR}</span></div>
<!-- ENDIF -->
<div class="row_hard">
		<script type="text/javascript">
		// <![CDATA[
			var form_name = 'ucp';
			var text_name = 'signature';
		// ]]>
		</script>
		<br/>		
		<textarea class="post" name="signature" rows="5" cols="76" style="width: 40%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{SIGNATURE}</textarea>
		</div>
<!-- IF SIGNATURE_PREVIEW -->
<div class="tab">{L_SIGNATURE_PREVIEW}</div> 
<div class="row1"><span class="genmed">{SIGNATURE_PREVIEW}</span></div>
<!-- ENDIF -->
<div class="top">{S_HIDDEN_FIELDS}
<input class="btnlite" type="submit" name="preview" value="{L_PREVIEW}" />
<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />
<input class="btnlite" type="reset" value="{L_RESET}" name="reset" />
</div>
<!-- INCLUDE ucp_footer.html -->