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
970c911d
authored
May 11, 2020
by
Bojan Borovcanin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Activities changed
parent
0d860cc9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
test/views/pages/activities.php
test/views/pages/activities.php
View file @
970c911d
...
...
@@ -119,13 +119,12 @@
<br> price: "
.
$activity
[
'price'
]
.
" euro
</div><br>"
;
echo
"<div> on: </div>"
;
echo
'<img src="data:image/jpeg;base64,'
.
base64_encode
(
$activity
[
'image'
])
.
'" width = "100px" alt = "image"> '
;
echo
"
<div>
<input type='datetime' disabled name='datetime' value='"
.
$activity
[
'datetime'
]
.
"' >
</div>
"
;
</div> "
;
}
?>
...
...
@@ -151,7 +150,7 @@
<br> price: "
.
$activity
[
'price'
]
.
" euro
</div><br>"
;
echo
"<div> on: </div>"
;
echo
'<img src="data:image/jpeg;base64,'
.
base64_encode
(
$activity
[
'image'
])
.
'" width = "100px" alt = "image"> '
;
echo
"<input type='hidden' name='id' value="
.
$activity
[
'id_activity'
]
.
">"
;
echo
"
<div>
...
...
@@ -163,8 +162,6 @@
}
?>
</form>
<?php
}
...
...
@@ -186,6 +183,7 @@
<br> price: "
.
$activity
[
'price'
]
.
" euro
</div><br>"
;
echo
"<div> on: </div>"
;
echo
'<img src="data:image/jpeg;base64,'
.
base64_encode
(
$activity
[
'image'
])
.
'" width = "100px" alt = "image"> '
;
echo
"<input type='hidden' name='id' value="
.
$activity
[
'id_activity'
]
.
">"
;
echo
"
<div>
...
...
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