2015-12-16 07:21:30 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
{% block head %}
|
|
|
|
{{ super() }}
|
|
|
|
|
|
|
|
<!-- BEGIN PAGE LEVEL STYLES -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='global/plugins/jquery-multi-select/css/multi-select.css') }}"/>
|
|
|
|
<!-- BEGIN THEME STYLES -->
|
|
|
|
|
|
|
|
<!-- BEGIN THEME STYLES -->
|
|
|
|
<!-- DOC: To use 'rounded corners' style just load 'components-rounded.css' stylesheet instead of 'components.css' in the below style tag -->
|
|
|
|
<link href="{{ url_for('static', filename='global/css/components-md.css') }}" id="style_components" rel="stylesheet" type="text/css"/>
|
|
|
|
<link href="{{ url_for('static', filename='global/css/plugins-md.css') }}" rel="stylesheet" type="text/css"/>
|
|
|
|
<link href="{{ url_for('static', filename='admin/layout2/css/layout.css') }}" rel="stylesheet" type="text/css"/>
|
|
|
|
<link href="{{ url_for('static', filename='admin/layout2/css/themes/grey.css') }}" rel="stylesheet" type="text/css" id="style_color"/>
|
|
|
|
<link href="{{ url_for('static', filename='admin/layout2/css/custom.css') }}" rel="stylesheet" type="text/css"/>
|
|
|
|
<!-- END THEME STYLES -->
|
|
|
|
{% endblock %}
|
|
|
|
{% block title %}<title>DNS Control Panel - User Profile</title>{% endblock %}
|
|
|
|
|
|
|
|
{% block dashboard_stat %}
|
|
|
|
<!-- BEGIN PAGE HEADER-->
|
|
|
|
<h3 class="page-title">
|
|
|
|
User Profile</h3>
|
|
|
|
<div class="page-bar">
|
|
|
|
<ul class="page-breadcrumb">
|
|
|
|
<li>
|
|
|
|
<i class="fa fa-home"></i>
|
2016-04-19 23:53:18 +00:00
|
|
|
<a href="{{ url_for('dashboard') }}">Home</a>
|
2015-12-16 07:21:30 +00:00
|
|
|
<i class="fa fa-angle-right"></i>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#">User Profile</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<!-- END PAGE HEADER-->
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<div class="clearfix">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12">
|
|
|
|
<!-- BEGIN PROFILE CONTENT -->
|
|
|
|
<div class="profile-content">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12">
|
|
|
|
<div class="portlet light">
|
|
|
|
<div class="portlet-title tabbable-line">
|
|
|
|
<div class="caption caption-md">
|
|
|
|
<i class="icon-globe theme-font hide"></i>
|
|
|
|
<span class="caption-subject font-blue-madison bold uppercase">Profile Account</span>
|
|
|
|
</div>
|
|
|
|
<ul class="nav nav-tabs">
|
|
|
|
<li class="active">
|
|
|
|
<a href="#tab_1_1" data-toggle="tab">Personal Info</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#tab_1_2" data-toggle="tab">Change Avatar</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#tab_1_3" data-toggle="tab">Change Password</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="portlet-body">
|
|
|
|
<div class="tab-content">
|
|
|
|
<!-- PERSONAL INFO TAB -->
|
|
|
|
<div class="tab-pane active" id="tab_1_1">
|
|
|
|
<form role="form" action="{{ user_profile }}" method="POST">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="control-label">First Name</label>
|
|
|
|
<input name="firstname" type="text" placeholder="{{ current_user.firstname }}" class="form-control"/>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="control-label">Last Name</label>
|
|
|
|
<input name="lastname" type="text" placeholder="{{ current_user.lastname }}" class="form-control"/>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="control-label">Email</label>
|
|
|
|
<input name="email" type="text" placeholder="{{ current_user.email }}" class="form-control"/>
|
|
|
|
</div>
|
|
|
|
<div class="margiv-top-10">
|
|
|
|
<button type="submit" class="btn green-haze"> Save Changes</button>
|
|
|
|
<a href="javascript:;" class="btn default">
|
|
|
|
Cancel </a>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<!-- END PERSONAL INFO TAB -->
|
|
|
|
<!-- CHANGE AVATAR TAB -->
|
|
|
|
<div class="tab-pane" id="tab_1_2">
|
2015-12-16 17:50:28 +00:00
|
|
|
<form action="{{ user_profile }}" method="POST" enctype="multipart/form-data">
|
2015-12-16 07:21:30 +00:00
|
|
|
<div class="form-group">
|
|
|
|
<div class="fileinput fileinput-new" data-provides="fileinput">
|
2015-12-16 17:50:28 +00:00
|
|
|
<div class="fileinput-new thumbnail" style="width: 200px; height: 210px;">
|
|
|
|
{% if current_user.avatar %}
|
|
|
|
<img src="{{ url_for('user_avatar', filename=current_user.avatar) }}" alt=""/ style="width:200px;height:200px;">
|
|
|
|
{% else %}
|
|
|
|
<img src="http://www.placehold.it/200x200/EFEFEF/AAAAAA&text=no+image" alt=""/>
|
|
|
|
{% endif %}
|
2015-12-16 07:21:30 +00:00
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<span class="btn default btn-file">
|
|
|
|
<span class="fileinput-new">
|
|
|
|
Select image </span>
|
|
|
|
<span class="fileinput-exists">
|
|
|
|
Change </span>
|
2015-12-16 17:50:28 +00:00
|
|
|
<input type="file" name="file">
|
2015-12-16 07:21:30 +00:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clearfix margin-top-10">
|
|
|
|
<span class="label label-danger">NOTE! </span>
|
2015-12-16 17:50:28 +00:00
|
|
|
<span> Only support <strong>.PNG, .JPG, .JPEG</strong>. Best size is <strong>200x200</strong>. </span>
|
2015-12-16 07:21:30 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="margin-top-10">
|
2015-12-16 17:50:28 +00:00
|
|
|
<button type="submit" class="btn green-haze"> Submit</button>
|
2015-12-16 07:21:30 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<!-- END CHANGE AVATAR TAB -->
|
|
|
|
<!-- CHANGE PASSWORD TAB -->
|
|
|
|
<div class="tab-pane" id="tab_1_3">
|
|
|
|
{% if not current_user.password %}
|
|
|
|
Your account password is managed via LDAP which isn't supported to change here.
|
|
|
|
{% else %}
|
2015-12-16 17:50:28 +00:00
|
|
|
<form class="password-form" action="{{ user_profile }}" method="POST">
|
2015-12-16 07:21:30 +00:00
|
|
|
<div class="form-group">
|
|
|
|
<label class="control-label">New Password</label>
|
2015-12-16 17:50:28 +00:00
|
|
|
<input name="password" id="newpassword" type="password" class="form-control"/>
|
2015-12-16 07:21:30 +00:00
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="control-label">Re-type New Password</label>
|
2015-12-16 17:50:28 +00:00
|
|
|
<input name="rpassword" type="password" class="form-control"/>
|
2015-12-16 07:21:30 +00:00
|
|
|
</div>
|
|
|
|
<div class="margin-top-10">
|
|
|
|
<button type="submit" class="btn green-haze"> Change Password</button>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
<!-- END CHANGE PASSWORD TAB -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- END PROFILE CONTENT -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block scripts %}
|
|
|
|
{{ super() }}
|
|
|
|
<!-- BEGIN PAGE LEVEL PLUGINS -->
|
|
|
|
<script type="text/javascript" src="{{ url_for('static', filename='global/plugins/bootstrap-select/bootstrap-select.min.js') }}"></script>
|
2015-12-16 17:50:28 +00:00
|
|
|
<script src="{{ url_for('static', filename='global/plugins/jquery-validation/js/jquery.validate.min.js') }}" type="text/javascript"></script>
|
2015-12-16 07:21:30 +00:00
|
|
|
<!-- END PAGE LEVEL PLUGINS -->
|
|
|
|
|
|
|
|
<!-- BEGIN PAGE LEVEL SCRIPTS -->
|
|
|
|
<script src="{{ url_for('static', filename='global/scripts/metronic.js') }}" type="text/javascript"></script>
|
|
|
|
<script src="{{ url_for('static', filename='admin/layout2/scripts/layout.js') }}" type="text/javascript"></script>
|
2015-12-16 17:50:28 +00:00
|
|
|
<script src="{{ url_for('static', filename='admin/pages/scripts/user_profile.js') }}" type="text/javascript"></script>
|
2015-12-16 07:21:30 +00:00
|
|
|
<!-- END PAGE LEVEL SCRIPTS -->
|
|
|
|
<script>
|
|
|
|
jQuery(document).ready(function() {
|
|
|
|
Metronic.init(); // init metronic core componets
|
|
|
|
Layout.init(); // init layout
|
2015-12-16 17:50:28 +00:00
|
|
|
UserProfile.init();
|
2015-12-16 07:21:30 +00:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<!-- END JAVASCRIPTS -->
|
|
|
|
{% endblock %}
|