diff options
author | friendica <info@friendica.com> | 2014-08-14 17:25:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-14 17:25:45 -0700 |
commit | 1d4fde71e0f7439804f312be54df80d230e454d5 (patch) | |
tree | 203bb5c23f86d47c8ca84d8fb08f142788d6f653 /view/tpl/removeaccount.tpl | |
parent | 9d2335ebc8d96659133385b45c89c3b6b24611f2 (diff) | |
parent | f4229dbc3f17463d41a39e6b9038dd10fee6597a (diff) | |
download | volse-hubzilla-1d4fde71e0f7439804f312be54df80d230e454d5.tar.gz volse-hubzilla-1d4fde71e0f7439804f312be54df80d230e454d5.tar.bz2 volse-hubzilla-1d4fde71e0f7439804f312be54df80d230e454d5.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/removeaccount.tpl')
-rw-r--r-- | view/tpl/removeaccount.tpl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/view/tpl/removeaccount.tpl b/view/tpl/removeaccount.tpl new file mode 100644 index 000000000..b7378806b --- /dev/null +++ b/view/tpl/removeaccount.tpl @@ -0,0 +1,22 @@ +<h1>{{$title}}</h1> + +<div id="remove-account-wrapper"> + +<div id="remove-account-desc">{{$desc}}</div> + +<form action="{{$basedir}}/removeaccount" autocomplete="off" method="post" > +<input type="hidden" name="verify" value="{{$hash}}" /> + +<div id="remove-account-pass-wrapper"> +<label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label> +<input type="password" id="remove-account-pass" name="qxz_password" /> +</div> +<div id="remove-account-pass-end"></div> + +{{include file="field_checkbox.tpl" field=$global}} + +<input type="submit" name="submit" value="{{$submit}}" /> + +</form> +</div> + |