Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
smart_core_connect
/
core-connect
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cddd26f3
authored
May 18, 2018
by
Prasong Putichanchai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code
parent
1cf0d336
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
23 deletions
+65
-23
www/src/Template/Profiles/index.ctp
+46
-18
www/src/Template/UserCards/view_card.ctp
+19
-5
No files found.
www/src/Template/Profiles/index.ctp
View file @
cddd26f3
...
...
@@ -29,20 +29,15 @@ public function generate(){
?>
<div class="row">
<div class="col-xs-1 col-sm-1 col-md-1" style="font-size:36px; height: 200px; padding-top:20%;" >
</div>
<div class="col-xs-1 col-sm-1 col-md-1 box-arrow" ></div>
<div class="col-xs-10 col-sm-10 col-md-10">
<div data-toggle="modal" data-target="#defaultModal" style="text-align: center;">
<div data-toggle="modal" data-target="#defaultModal" style="text-align: center;
cursor: pointer;
">
<img src="/img/core/img/card-bg-front@3x-V2.png" class="img-responsive" id="img-upload" alt="Profile picture">
</div>
</div>
<div class="col-xs-1 col-sm-1 col-md-1" style="font-size:36px; height: 200px; padding-top:20%;" >
<div >
<i class = "fa fa-angle-right">
</i>
</div>
<div class="col-xs-1 col-sm-1 col-md-1 box-arrow" >
<i class = "fa fa-angle-right"></i>
</div>
<div style="clear: both"></div>
</div><!--/row-->
...
...
@@ -177,9 +172,9 @@ public function generate(){
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="modal fade" id="defaultModal" tabindex="-1" role="dialog" aria-labelledby="defaultModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class=""
>
<div class="">
<div class="modal-dialog
box-ads
">
<a class="close-modal" data-dismiss="modal">X </a
>
<div class="container login-container">
<div class="owl-carousel owl-theme" data-plugin-options="{'items': 1}">
<div>
...
...
@@ -199,9 +194,7 @@ public function generate(){
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
@@ -268,7 +261,7 @@ public function generate(){
// CHANGE Province According Country
//==================================================
$(document).ready(function () {
$(document).ready(function () {
$("#master_country_id").on('change', function () {
var id = $(this).val();
if (id) {
...
...
@@ -286,4 +279,39 @@ public function generate(){
});
});
</script>
\ No newline at end of file
</script>
<style>
.box-arrow{
font-size:36px;
height: 200px;
padding-top:20%;
cursor: pointer;
}
.box-ads{
width: 1%;
display: table;
margin: auto;
position: relative;
padding-top: 10px;
margin-top: 5px;
}
.box-ads .close-modal{
position:absolute;
top:0;
right: 0;
width: 40px;
height: 40px;
background-color: #000;
color: #fff;
cursor: pointer;
font-size: 20px;
border-radius: 20px;
padding-top: 10px;
margin-right: 10px;
text-align: center;
z-index: 9999;
}
.box-ads .close-modal:hover{
text-decoration: none;
}
</style>
\ No newline at end of file
www/src/Template/UserCards/view_card.ctp
View file @
cddd26f3
<div class="owl-carousel owl-theme" data-plugin-options="{'items': 1}">
<?php foreach ($UserCards as $value) { #pr($value);die;?>
<div class="row">
<div class="col-xs-1 col-sm-1 col-md-1
" style="font-size:36px; height: 200px; padding-top:20%;
">
<div class="col-xs-1 col-sm-1 col-md-1
box-arrow
">
<div>
<i class = "fa fa-angle-left" >
</i>
</div>
</div>
<div class="col-xs-9 col-sm-9 col-md-9
" style=" border: 1px solid red; height: 200px; margin-top: 10px;
">
<div class="col-xs-9 col-sm-9 col-md-9
box-card
">
<div class="row">
<div class="col-xs-1">
</div>
...
...
@@ -55,7 +55,7 @@
</div>
</div>
</div>
<div class="col-xs-1 col-sm-1 col-md-1
" style="font-size:36px; height: 200px; padding-top:20%;
">
<div class="col-xs-1 col-sm-1 col-md-1
box-arrow
">
<div>
<i class = "fa fa-angle-right" >
</i>
...
...
@@ -112,4 +112,18 @@
</div>
</div>
<?php } ?>
</div>
\ No newline at end of file
</div>
<style>
.box-card{
border: 1px solid #ccc;
height: 200px;
margin-top: 10px;
}
.box-arrow{
font-size:36px;
height: 200px;
padding-top:20%;
cursor: pointer;
}
</style>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment