Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Bojan Borovcanin
/
WBT1920_team30
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a731bb64
authored
May 12, 2020
by
Bojan Borovcanin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
one more
parent
745aa7bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
test/views/pages/activities.php
test/views/pages/activities.php
View file @
a731bb64
...
...
@@ -129,7 +129,7 @@
<div
class=
"container-fluid bg-grey"
>
<h4>
Login to register for an activities
</h4>
<h6>
<?php
foreach
(
$activities
as
$activity
)
{
echo
'<img src="data:image/jpeg;base64,'
.
base64_encode
(
$activity
[
'image'
])
.
'" width = "
1
00px" alt = "image"> '
;
echo
'<img src="data:image/jpeg;base64,'
.
base64_encode
(
$activity
[
'image'
])
.
'" width = "
3
00px" alt = "image"> '
;
echo
"<div>Title:"
.
$activity
[
'title'
]
.
" </div><br>"
;
echo
"<div>Description:"
.
$activity
[
'description'
]
.
"
<br> price: "
.
$activity
[
'price'
]
.
" euro
...
...
@@ -161,7 +161,7 @@
<h6>
<?php
foreach
(
$activities
as
$activity
)
{
echo
"<div>"
;
echo
'<img src="data:image/jpeg;base64,'
.
base64_encode
(
$activity
[
'image'
])
.
'" width = "
1
00px" alt = "image"> '
;
echo
'<img src="data:image/jpeg;base64,'
.
base64_encode
(
$activity
[
'image'
])
.
'" width = "
3
00px" alt = "image"> '
;
echo
"<div>Title:"
.
$activity
[
'title'
]
.
" </div><br>"
;
echo
"<div>Description:"
.
$activity
[
'description'
]
.
"
<br> price: "
.
$activity
[
'price'
]
.
" euro
...
...
@@ -195,7 +195,7 @@
<div
class=
"container-fluid bg-grey"
>
<h6>
<?php
foreach
(
$activities
as
$activity
)
{
echo
'<img src="data:image/jpeg;base64,'
.
base64_encode
(
$activity
[
'image'
])
.
'" width = "
1
00px" alt = "image"> '
;
echo
'<img src="data:image/jpeg;base64,'
.
base64_encode
(
$activity
[
'image'
])
.
'" width = "
3
00px" alt = "image"> '
;
echo
"<div>Title:"
.
$activity
[
'title'
]
.
" </div><br>"
;
echo
"<div>Description:"
.
$activity
[
'description'
]
.
"
<br> price: "
.
$activity
[
'price'
]
.
" euro
...
...
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