1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-16 18:14:07 +02:00
This commit is contained in:
Awilum
2014-01-01 21:21:26 +02:00
parent 7241410c2d
commit bfc41e03ea
34 changed files with 130 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
<h2><?php echo __('Users', 'users'); ?></h2>
<br />
<br>
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
@@ -17,7 +17,7 @@
<?php echo Form::close();?>
</div>
<br /><br />
<br><br>
<!-- Users_list -->
<table class="table table-bordered">

View File

@@ -1,12 +1,12 @@
Dear <?php echo $user_login ?>,
<br /><br />
As you requested, your password has now been reset.<br/>
<br><br>
As you requested, your password has now been reset.<br>
Your new details are as follows:
<br /><br />
Username: <?php echo $user_login; ?><br />
<br><br>
Username: <?php echo $user_login; ?><br>
Password: <?php echo $new_password; ?>
<br /><br />
<br><br>
To change your password, please visit this page: <a href="<?php echo $site_url; ?>users/<?php echo $user_id; ?>" style="color:#333; text-decoration:underline;"><?php echo $site_url; ?>users/<?php echo $user_id; ?></a>
<br /><br />
All the best,<br />
<br><br>
All the best,<br>
<?php echo $site_name; ?>

View File

@@ -1,8 +1,8 @@
Welcome to <?php echo $site_name; ?>!
<br/><br/>
<br><br>
Dear <?php echo $user_login; ?>,
<br/><br/>
Thanks for registering at <?php echo $site_name; ?>!<br /> We are glad you have chosen to be a part of our community and we hope you enjoy your stay.
<br/><br/>
All the best,<br/>
<br><br>
Thanks for registering at <?php echo $site_name; ?>!<br> We are glad you have chosen to be a part of our community and we hope you enjoy your stay.
<br><br>
All the best,<br>
<?php echo $site_name; ?>

View File

@@ -1,17 +1,17 @@
Dear <?php echo $user_login; ?>,
<br /><br />
<br><br>
You have requested to reset your password on <?php echo $site_name; ?> because you have forgotten your password.
If you did not request this, please ignore it.
<br /><br />
To reset your password, please visit the following page:<br />
<br><br>
To reset your password, please visit the following page:<br>
<a href="<?php echo $site_url; ?>users/password-reset?hash=<?php echo $new_hash; ?>" style="color:#333; text-decoration:underline;"><?php echo $site_url; ?>users/password-reset?hash=<?php echo $new_hash; ?></a>
<br /><br />
<br><br>
When you visit that page, your password will be reset, and the new password will be emailed to you.
<br /><br />
<br><br>
Your username is: <?php echo $user_login; ?>
<br /><br />
To edit your profile, go to this page:<br />
<br><br>
To edit your profile, go to this page:<br>
<a href="<?php echo $site_url ?>users/<?php echo $user_id; ?>" style="color:#333; text-decoration:underline;"><?php echo $site_url ?>users/<?php echo $user_id; ?></a>
<br /><br />
All the best,<br />
<br><br>
All the best,<br>
<?php echo $site_name; ?>

View File

@@ -22,5 +22,5 @@
<label><?php echo __('Skype', 'users'); ?></label><input class="input-xlarge" type="text" value="<?php echo $user['skype']; ?>" name="skype">
<label><?php echo __('About Me', 'users'); ?></label><textarea class="input-xlarge" name="about_me"><?php echo $user['about_me']; ?></textarea>
<label><?php echo __('New Password', 'users'); ?></label><input class="input-xlarge" type="text" name="new_password">
<br/><input type="submit" class="btn" value="<?php echo __('Save', 'users'); ?>" name="edit_profile">
<br><input type="submit" class="btn" value="<?php echo __('Save', 'users'); ?>" name="edit_profile">
</form>

View File

@@ -5,5 +5,5 @@
<?php echo Form::hidden('csrf', Security::token()); ?>
<label><?php echo __('Username', 'users'); ?></label><input name="username" type="text" class="input-large" />
<label><?php echo __('Password', 'users'); ?></label><input name="password" type="password" class="input-large" />
<br /><input name="login_submit" class="btn" type="submit" value="<?php echo __('Log In', 'users'); ?>" /> <a class="small-grey-text reset-password-btn" href="<?php echo Option::get('siteurl').'users/password-reset'; ?>"><?php echo __('Forgot your password?', 'users');?></a>
<br><input name="login_submit" class="btn" type="submit" value="<?php echo __('Log In', 'users'); ?>" /> <a class="small-grey-text reset-password-btn" href="<?php echo Option::get('siteurl').'users/password-reset'; ?>"><?php echo __('Forgot your password?', 'users');?></a>
</form>

View File

@@ -21,5 +21,5 @@
<?php CryptCaptcha::draw(); ?>
<?php } ?>
<br /><input type="submit" class="btn" value="<?php echo __('Send New Password', 'users'); ?>" name="reset_password_submit">
<br><input type="submit" class="btn" value="<?php echo __('Send New Password', 'users'); ?>" name="reset_password_submit">
</form>

View File

@@ -11,7 +11,7 @@
<?php if ($user['twitter'] !== '') { ?><tr><td><b><?php echo __('Twitter', 'users'); ?></b>:</td><td><?php echo Html::toText($user['twitter']); ?></td></tr><?php } ?>
<?php if ($user['about_me'] !== '') { ?><tr><td><b><?php echo __('About Me', 'users'); ?></b>:</td><td><?php echo Filter::apply('content', Html::toText($user['about_me'])); ?></td></tr><?php } ?>
</table>
<br />
<br>
<?php if (Users::isLoged()) { ?>
<a href="<?php echo Site::url(); ?>users/<?php echo $user['id']; ?>/edit"><?php echo __('Edit profile', 'users'); ?></a> /
<?php if (in_array(Session::get('user_role'), array('admin', 'editor'))) { ?> <a href="<?php echo Site::url(); ?>admin"><?php echo __('Administration', 'system'); ?></a> / <?php } ?>

View File

@@ -26,5 +26,5 @@
<?php CryptCaptcha::draw(); ?>
<?php } ?>
<br /><input type="submit" class="btn" value="<?php echo __('Register', 'users'); ?>" name="register">
<br><input type="submit" class="btn" value="<?php echo __('Register', 'users'); ?>" name="register">
</form>