<br/> <br/> <br/> <br/> <br/> <br/> <input id="agree-checkbox1" type="checkbox" style="margin-right:5px"/><a target="_blank" href="/site/term">I have read GigaDB's Terms and Conditions</a> <br/> <div class="clear"></div> <?php echo MyHtml::form(Yii::app()->createUrl('dataset/create1'), 'post', array('enctype' => 'multipart/form-data')); ?> <div class="pull-right"> <?php echo MyHtml::submitButton('Submission wizard', array('id' => 'online', 'class' => 'btn-green', 'disabled' => 'disabled', 'title' => 'You must agree to the terms and conditions before continuing.')); ?> </div> <br/> </div> </div> </td> </tr> </table> <script> $(function() { $('#agree-checkbox').click(function() {
<?php $this->pageTitle = Yii::app()->name . ' - Reset Password'; ?> <h2><?php echo Yii::t('app', 'Reset Password'); ?> </h2> <div class="row" id="login"> <div class="span6 offset3"> <p><?php echo Yii::t('app', 'If you have lost your password, enter your email and we will send a new password to the email address associated with your account.'); ?> </p> <div class="form form-horizontal well center"> <?php echo MyHtml::form(); ?> <label for='reset_user' class="required"><?php echo Yii::t('app', 'Email'); ?> </label> <input name="reset_user" id="reset_user" type="text" value="" /> <?php echo MyHtml::submitButton(Yii::t('app', 'Reset'), array('class' => 'btn-green')); ?> </form> </div> </div> </div><!--login-->