golden hour
/home/phakp/public_html/formtools/install/templates
⬆️ Go Up
Upload
File/Folder
Size
Actions
index.tpl
792 B
Del
OK
install_footer.tpl
551 B
Del
OK
install_header.tpl
2.79 KB
Del
OK
step2.tpl
3.58 KB
Del
OK
step3.tpl
3.11 KB
Del
OK
step4.tpl
1.76 KB
Del
OK
step5.tpl
1.54 KB
Del
OK
step6.tpl
663 B
Del
OK
Edit: step5.tpl
{include file="../../install/templates/install_header.tpl"} <h2>{$LANG.phrase_create_admin_account}</h2> {include file='messages.tpl'} {if !$account_created} <form name="create_account_form" action="{$same_page}" method="post" onsubmit="return rsv.validate(this, rules)"> <div class="margin_bottom_large"> {$LANG.text_create_admin_account} </div> <table cellpadding="0"> <tr> <td width="160">{$LANG.phrase_first_name}</td> <td class="answer"><input type="text" name="first_name" value="" style="width:200px" /></td> </tr> <tr> <td>{$LANG.phrase_last_name}</td> <td class="answer"><input type="text" name="last_name" value="" style="width:200px" /></td> </tr> <tr> <td>{$LANG.word_email}</td> <td class="answer"><input type="text" name="email" value="" style="width:200px" /></td> </tr> <tr> <td>{$LANG.phrase_login_username}</td> <td class="answer"><input type="text" name="username" value="" style="width:140px" /></td> </tr> <tr> <td>{$LANG.phrase_login_password}</td> <td class="answer"><input type="password" name="password" value="" style="width:140px" /></td> </tr> <tr> <td>{$LANG.phrase_re_enter_password}</td> <td class="answer"><input type="password" name="password_2" value="" style="width:140px" /></td> </tr> </table> <p> <input type="submit" name="add_account" value="{$LANG.phrase_create_account}" /> </p> </form> <script> document.create_account_form.first_name.focus(); </script> {/if} {include file="../../install/templates/install_footer.tpl"}
Save