You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/author/views/profile.php

28 lines
643 B
PHTML

<div class="row-fluid">
<div class="span2"></div>
<div class="span8">
<legend>Profile</legend>
<form action="<?php echo site_url('setting/profile_submit') ?>" name="form_signup" id="form_signup" method="post">
</form>
<div class="alert alert-success">
<strong>Note: Please keep the passwords blank, if you don't want to change the passwords.</strong>
</div>
<?php echo $author_field; ?>
<div class="control-group hide">
<div class="controls">
<button type="button" onclick="submitForm('form_signup');" class="btn">Submit</button>
</div>
</div>
</div>
<div class="span2"></div>
</div>