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
ee1e2ac1
authored
May 05, 2020
by
Luka Pavlovic
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
header
parent
13e9b7f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
7 deletions
test/views/templates/header.php
test/views/templates/header.php
View file @
ee1e2ac1
...
...
@@ -11,13 +11,52 @@
</head>
<body>
<header>
<img
src=
"
<?php
echo
base_url
();
?>
assets/images/hotelicon.jpg"
width=
"100px"
>
<a
href=
"
<?php
echo
base_url
();
?>
Pages/view"
>
Trump resort
</a>
<div
id=
"myCarousel"
class=
"carousel slide"
data-ride=
"carousel"
>
<!-- Indicators -->
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#myCarousel"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"1"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"2"
></li>
</ol>
<!-- Wrapper for slides -->
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"item active"
>
<img
src=
"
<?php
echo
base_url
();
?>
assets/images/pool.jpg"
alt=
"New York"
>
<div
class=
"carousel-caption"
>
<h1>
Trump resorts
</h1>
<h3>
The nature in Trump resorts is wonderful.
</h3>
</div>
</div>
<div
class=
"item"
>
<img
src=
"
<?php
echo
base_url
();
?>
assets/images/nekihotel.jpg"
alt=
"Chicago"
>
<div
class=
"carousel-caption"
>
<h1>
Trump resorts
</h1>
<h3>
We have the best pool parties.
</h3>
</div>
</div>
<div
class=
"item"
>
<img
src=
"
<?php
echo
base_url
();
?>
assets/images/hotel3.jpg"
alt=
"Los Angeles"
>
<div
class=
"carousel-caption"
>
<h1>
Trump resorts
</h1>
<h3>
Time is free. You can't own it, but you can use it.
</h3>
</div>
</div>
</div>
<!-- Left and right controls -->
<a
class=
"left carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
<a
class=
"right carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</div>
</header>
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