Files
dn42-pingfinder/sm/templates/html.signup.tpl
2016-08-16 15:29:08 +00:00

17 lines
696 B
Smarty

{extends file='layout.tpl'}
{block name=content}
<h1>Signup for Peerfinder!</h1>
<p>After submitting the form contact [EMAIL HIDDEN] to enable your account.</p>
<p>To update an existing peer go to https://dn42.us/peers/peer/&lt; PEER-ID &gt;</p>
<form class="form-horizontal" action=/peers/peer method=POST>
{include file='form.tpl'}
<div class="form-group"><label class="col-sm-2 control-label" >Pin </label><div class='col-sm-10'><input class="form-control" type=password name=peer_pin /></div></div>
<div class="form-group"><div class="col-sm-offset-2 col-sm-10"><button class="btn btn-primary" type=submit>Submit</button></div></div>
</form>
<a href='/peers/script'>Ping Script</a>
{/block}