| Server IP : 74.208.236.18 / Your IP : 216.73.216.185 Web Server : Apache System : Linux infong654 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u39365822 ( 135825) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/7/d147067425/htdocs/client_user_2/ |
Upload File : |
<?php
session_start();
if(!isset($_SESSION['loggedinC']) && @$_SESSION['loggedinC'] != '1'):
header("Location:index.php");
endif;
include("./includes/db_con_get.php");
//print_r($_SESSION['CURRENT_CLIENT']);
?>
<?php $getUserCan = $con->query("SELECT `UserID`, `CanViewReport` FROM `user` WHERE
`UserID` = '".@$_SESSION['CURRENT_CLIENT']['UserID']."'");?>
<?php
$getCanRow = $getUserCan->fetch_array(MYSQLI_ASSOC);
?>
<!DOCTYPE html>
<html lang="en">
<?php include("../includes/header.php"); ?>
<body class="sb-nav-fixed">
<style>
input[type="number"]{ width: 100%; padding:10px; }
.left-btn { float: left; }
.right-btn { float: right; }
.mpopup {display: none; position: fixed; z-index: 9999;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);}
.md-modal-content {position: relative;background-color: #fff;margin: auto;padding: 0;width: 450px;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;-webkit-animation-duration: 0.4s;animation-name: animatetop;animation-duration: 0.4s;border-radius: 0.3rem;}
.md-modal-header {padding: 2px 12px;background-color: #ffffff;color: #333;
border-bottom: 1px solid #e9ecef;border-top-left-radius: 0.3rem;border-top-right-radius: 0.3rem;}
.md-modal-header h2{font-size: 1.25rem;margin-top: 14px;margin-bottom: 14px;}
.md-modal-body {padding: 2px 12px;}
.md-modal-footer {padding: 1rem;background-color: #ffffff;color: #333;
border-top: 1px solid #e9ecef;border-bottom-left-radius: 0.3rem;border-bottom-right-radius: 0.3rem;text-align: right;}
.close {color: #888;float: right;font-size: 28px;font-weight: bold;}
.close:hover, .close:focus {color: #000;text-decoration: none;cursor: pointer;}
.blncCell {display: flex;
justify-content: space-around;}
.btnInc { display: none }
.btnDec { display: none }
/* add animation effects */
@-webkit-keyframes animatetop {from {top:-300px; opacity:0}to {top:0; opacity:1}}
@keyframes animatetop {from {top:-300px; opacity:0}to {top:0; opacity:1}}
/* Absolute Center Spinner */
.loading {
position: fixed;
display:none;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/* Transparent Overlay */
.loading:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
/* hide "loading..." text */
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.loading:not(:required):after {
content: '';
display: block;
font-size: 10px;
width: 1em;
height: 1em;
margin-top: -0.5em;
-webkit-animation: spinner 150ms infinite linear;
-moz-animation: spinner 150ms infinite linear;
-ms-animation: spinner 150ms infinite linear;
-o-animation: spinner 150ms infinite linear;
animation: spinner 150ms infinite linear;
border-radius: 0.5em;
-webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.clChk, .empChk {
visibility: hidden;
}
.amd-content {
width:800px;
}
</style>
<?php include("./includes/topnavbar.php"); ?>
<div id="layoutSidenav">
<?php include("./includes/sidenavbar.php"); ?>
<div id="layoutSidenav_content">
<main>
<div class="container-fluid px-4 py-3">
<div class="row">
<h3>Instructions</h3>
</div>
<p style="line-height: 1.6; margin-top: 6pt; margin-bottom: 6pt;"><span style="font-size: 11pt; color: rgb(0, 0, 0);">If you are using a smartphone or tablet, a black bar (the “sidebar”) may not appear on the left side of your screen. If that happens, tap the three horizontal white lines on the top left of your screen to see the sidebar, which enables you to use the RevealMyWay™ tools.</span></p>
<ul style="margin-top: 0px; margin-bottom: 0px; padding-inline-start: 48px;">
<li style="font-size: 10pt; font-family: 'Noto Sans Symbols', sans-serif; color: rgb(0, 0, 0); margin-bottom: 1em;">
<p style="line-height: 1.6; margin-top: 14pt; margin-bottom: 0pt;"><span style="font-size: 11pt;">The </span><strong><span style="font-size: 11pt;">WellBeing Profiler</span></strong><span style="font-size: 11pt;"> tool helps you understand the underlying reasons for your pleasant and unpleasant experiences and how you can increase your well-being for more life satisfaction with a sense of meaning and purpose.</span></p>
</li>
<li style="font-size: 10pt; font-family: 'Noto Sans Symbols', sans-serif; color: rgb(0, 0, 0); margin-bottom: 1em;">
<p style="line-height: 1.6; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt;">The </span><strong><span style="font-size: 11pt;">Periodic Profiler</span></strong><span style="font-size: 11pt;"> is a shortened version of the WellBeing Profiler that shows how your well-being changes over time and on different occasions.</span></p>
</li>
<li style="font-size: 10pt; font-family: 'Noto Sans Symbols', sans-serif; color: rgb(0, 0, 0); margin-bottom: 1em;">
<p style="line-height: 1.6; margin-top: 0pt; margin-bottom: 14pt;"><span style="font-size: 11pt;">The </span><strong><span style="font-size: 11pt;">Problem Management Guide</span></strong><span style="font-size: 11pt;"> assists you in dealing with problems you face and making difficult decisions.</span></p>
</li>
</ul>
<hr>
<p style="line-height: 1.6; margin-top: 6pt; margin-bottom: 6pt;"><strong><span style="font-size: 11pt; color: rgb(0, 0, 0);">Here are the steps for using the tools:</span></strong></p>
<ol style="margin-top: 0px; margin-bottom: 0px; padding-inline-start: 48px;">
<li style="font-size: 11pt; color: rgb(0, 0, 0);">
<p style="line-height: 1.6; margin-top: 0pt; margin-bottom: 8pt;"><span style="font-size: 11pt;">Click/press the </span><strong><span style="font-size: 11pt;">Wellbeing Profiler</span></strong><span style="font-size: 11pt;"> link on the sidebar. This is the first tool to use because the insights it brings foster well-being.</span></p>
</li>
<li style="font-size: 11pt; color: rgb(0, 0, 0);">
<p style="line-height: 1.6; margin-top: 0pt; margin-bottom: 8pt;"><span style="font-size: 11pt;">Click/press the </span><strong><span style="font-size: 11pt; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255);">I authorize my therapist, counselor, or coach to access my reports </span></strong><span style="font-size: 11pt; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255);">checkbox.</span></p>
</li>
<li style="font-size: 11pt; color: rgb(0, 0, 0);">
<p style="line-height: 1.6; margin-top: 0pt; margin-bottom: 8pt;"><span style="font-size: 11pt;">Click/press the green </span><strong><span style="font-size: 11pt;">Show Wellbeing Profiler Form</span></strong><span style="font-size: 11pt;">.</span></p>
</li>
<li style="font-size: 11pt; color: rgb(0, 0, 0);">
<p style="line-height: 1.6; margin-top: 0pt; margin-bottom: 8pt;"><span style="font-size: 11pt;">When the form appears, follow the instructions, answer the questions, and submit the results when done.</span></p>
</li>
<?php if(@$getCanRow['CanViewReport'] != 0) {?>
<li style="font-size: 11pt; color: rgb(0, 0, 0);">
<p style="line-height: 1.6; margin-top: 0pt; margin-bottom: 8pt;"><span style="font-size: 11pt;">To view your RevealMyWay™ reports, click/press </span><strong><span style="font-size: 11pt;">View My Reports</span></strong><span style="font-size: 11pt;">.</span></p>
</li>
<?php } ?>
<li style="font-size: 11pt; color: rgb(0, 0, 0);">
<p style="line-height: 1.6; margin-top: 0pt; margin-bottom: 6pt;"><span style="font-size: 11pt;">Sign out when you are done by clicking/pressing the little upside-down triangle in the top right corner of your screen and click/press </span><strong><span style="font-size: 11pt;">Logout.</span></strong></p>
</li>
</ol>
<hr>
<p style="line-height: 1.2; margin-top: 0pt; margin-bottom: 6pt;"><span style="font-size: 11pt; color: rgb(0, 0, 0);">Note that your </span><span style="font-size: 11pt; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255);">therapist, counselor, or coach may ask you to do the same thing with the </span><strong><span style="font-size: 11pt; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255);">Periodic Profiler</span></strong><span style="font-size: 11pt; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255);"> and </span><strong><span style="font-size: 11pt; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255);">Problem Management Guide</span></strong><span style="font-size: 11pt; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255);">.</span></p>
<p style="line-height: 1.295; margin-top: 0pt; margin-bottom: 0pt;"><strong><span style="font-size: 11pt; color: rgb(0, 0, 0);">RevealMyWay™ Instructional Videos – Click/Tap to view:</span></strong></p>
<p style="line-height: 1.295; margin-top: 0pt; margin-bottom: 0pt;"><a href="https://youtu.be/o62nCs_3nVE" target="_blank">Using the Profiler and PMG Enrichment Tools</a> {note that this video will be modified}</p>
</div>
</main>
<?php include("./includes/footer.php"); ?>
</div>
</div>
<?php include("./includes/footer_js.php"); ?>
<div class="loading">Loading…</div>
</body>
</html>