This commit is contained in:
2022-02-18 00:17:29 -05:00
parent d88c823b9f
commit ee4b81e348
13 changed files with 1449 additions and 51470 deletions
+117 -90
View File
@@ -1,118 +1,145 @@
<!-- Main content -->
<div class="content-wrapper">
<?php include('common/userstrip.php'); ?>
<!-- Marketing campaigns -->
<div class="row">
<div class="col-md-9">
<div class="panel panel-flat">
<div class="panel-heading">
<!--begin::Row-->
<?php include('common/userstrip.php'); ?>
<div class="row g-5 g-xl-8">
<div class="col-xl-12">
<!--begin::Charts Widget 1-->
<div class="card card-xl-stretch mb-5 mb-xl-8">
<!--begin::Header-->
<div class="card-header border-0 pt-5">
<form method="POST" action="/member/yourpage" name='updatedescription'>
<div class="form-group"> <b>Describe Yourself :</b></div>
<div class="form-group">
<textarea rows="3" cols="5" class="form-control" name='description' placeholder="Your best professional description" onkeydown="textCounter(this, this.form.remLen, 500);" onkeyup="textCounter(this, this.form.remLen, 500);"><?php echo $description; ?></textarea>
</div>
<div class="form-group">
<div class="text-left">
Characters left <input type="text" name="remLen" id="remLen" value="<?php echo 500 - strlen($description) ?>" style="border:none">
</div>
<!--end::Header-->
<!--begin::Body-->
<div class="card-body">
<div class="tab-content">
<div class="row">
<div class="col-md-9">
<div class="panel panel-flat">
<div class="panel-heading">
<form method="POST" action="/member/yourpage" name='updatedescription'>
<div class="form-group"> <b>Describe Yourself :</b></div>
<div class="form-group">
<textarea rows="3" cols="5" class="form-control" name='description' placeholder="Your best professional description" onkeydown="textCounter(this, this.form.remLen, 500);" onkeyup="textCounter(this, this.form.remLen, 500);"><?php echo $description; ?></textarea>
</div>
<div class="form-group">
<div class="text-left">
Characters left <input type="text" name="remLen" id="remLen" value="<?php echo 500 - strlen($description) ?>" style="border:none">
</div>
<div class="text-right">
<?=$update_message?> <button type="submit" name='your_description' value='your_description' class="btn btn-primary btn-xs">Update </button>
</div>
</div>
</form>
</div>
</div>
<div class="text-right">
<?=$update_message?> <button type="submit" name='your_description' value='your_description' class="btn btn-primary btn-xs">Update </button>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-flat" style="text-align: center;">
<img src="<? echo $_SESSION['profile_picture']; ?>" class="img-circle img-responsive" alt="">
<br><hr size="1">
<a href="/member/picture" class="btn btn-outline-info btn-xs" >Change Picture</a>
<div class="col-md-3">
<div class="panel panel-flat" style="text-align: center;">
<img src="<? echo $_SESSION['profile_picture']; ?>" class="img-circle img-responsive" alt="">
<br><hr size="1">
<a href="/member/picture" class="btn btn-outline-info btn-xs" >Change Picture</a>
</div>
</div>
</div>
<div class="row">
<div class="panel panel-flat">
<div class="panel-body">
<div class="form-group">
<b>your Online Gallery or Resume[Complete URL] </b>
</div>
<form method="POST" action="#" id="galleryform" name='galleryform'>
<div class="form-group">
<div class="col-lg-2">
[]
</div>
<div class="col-lg-8">
<input type="text" class="form-control" name='gallery' maxlength="150" value=''>
</div>
<div class="col-lg-2">
<div id="galmsg"></div> <button type="submit" id='gal' onclick="saveGallery('ADD',0);" class="btn btn-info btn-xs">Add </button>
</div>
</div>
</div>
</form>
</div>
<div class="panel-body">
<div class="form-group">
<?=$galery_list?>
</div>
</div>
</div>
</div>
<div class="panel panel-flat" style="height: 510px;">
<div class="panel-body">
<div class="row">
<div class="panel panel-flat">
<div class="panel-body">
<div class="form-group">
<b>your Online Gallery or Resume[Complete URL] </b>
</div>
<form method="POST" action="#" id="galleryform" name='galleryform'>
<div class="form-group">
<div class="col-lg-2">
[]
</div>
<div class="col-lg-8">
<input type="text" class="form-control" name='gallery' maxlength="150" value=''>
</div>
<div class="col-lg-2">
<div id="galmsg"></div> <button type="submit" id='gal' onclick="saveGallery('ADD',0);" class="btn btn-info btn-xs">Add </button>
</div>
</div>
</form>
<div class="col-md-5 col-md-offset-1" >
<form id="skillform" name="skillform" action="">
<div class="form-group">
<b>Skills :</b>
<table style="width: 100%;" class="table-responsive" >
<tr>
<td><?php echo $skill_combo; ?></td>
<td><?php echo $skill_types; ?></td>
<td style="width: 50px;"><button id="add_skill" class="btn btn-info btn-xs">Add</button></td>
</tr>
</table>
</div>
<div class="panel-body">
<div class="form-group">
<?=$galery_list?>
</div>
</div>
</div>
</div>
</form>
<b>Your Selection(s)[Max 6]:</b>
<div id="save_skill_result" class="form-group"><?= $member_skills ?></div>
</div>
<div class="col-md-5 col-md-offset-1">
<div class="panel panel-flat" style="height: 510px;">
<div class="panel-body">
<div class="col-md-5 col-md-offset-1" >
<form id="skillform" name="skillform" action="">
<div class="form-group">
<b>Skills :</b>
<table style="width: 100%;" class="table-responsive" >
<tr>
<td><?php echo $skill_combo; ?></td>
<td><?php echo $skill_types; ?></td>
<td style="width: 50px;"><button id="add_skill" class="btn btn-info btn-xs">Add</button></td>
</tr>
</table>
</div>
</form>
<b>Your Selection(s)[Max 6]:</b>
<div id="save_skill_result" class="form-group"><?= $member_skills ?></div>
</div>
<div class="col-md-5 col-md-offset-1">
</div>
</div>
</div>
</div>
</div>
<!--end::Body-->
</div>
<!--end::Charts Widget 1-->
</div>
</div>
<!-- /main content -->
<!--end::Row-->
<script type="text/javascript">
<!--
var skill_categories = {};