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
7ba0d8dc
authored
May 05, 2020
by
Luka Pavlovic
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
class is added.
parent
54224add
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
71 additions
and
64 deletions
test/views/pages/home.php
test/views/pages/login.php
test/views/templates/footer.php
test/views/templates/header.php
test/views/pages/home.php
View file @
7ba0d8dc
...
...
@@ -4,29 +4,47 @@
<head>
<title></title>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity=
"sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/bootstrap.min.css"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity=
"sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin=
"anonymous"
></script>
<script
src=
"https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity=
"sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity=
"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/home.css"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
></script>
<link
href=
"https://fonts.googleapis.com/css?family=Montserrat"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"https://fonts.googleapis.com/css?family=Lato"
rel=
"stylesheet"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/home1.css"
>
</head>
<body>
<body
data-spy=
"scroll"
data-target=
".navbar"
data-offset=
"50"
>
<nav
id =
"navbar"
class=
"navbar navbar-default"
>
<div
id=
"navbarDiv"
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
"#myNavbar"
>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"
<?php
echo
base_url
();
?>
Pages/view"
>
<img
src=
"
<?php
echo
base_url
();
?>
assets/images/ikonica.svg"
width=
"50px"
>
</a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"myNavbar"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li>
<a
href=
"
<?php
echo
base_url
();
?>
activity/showActivities"
>
Activities
</a>
</li>
<nav>
<ul>
<li
class=
"prviprimjer"
>
<a
href=
"
<?php
echo
base_url
();
?>
Pages/view"
>
About us!
</a>
<li>
<a
href=
"#AboutSection"
>
About
</a>
</li>
<li>
<a
href=
"#RoomsSection"
>
Rooms
</a>
</li>
<li>
<a
href=
"
<?php
echo
base_url
();
?>
activity/showActivities"
>
Activities !
</a>
<a
href=
"
#ContactSection"
>
Contact
</a>
</li>
<?php
...
...
@@ -36,7 +54,7 @@
?>
<li>
<a
href=
"
<?php
echo
base_url
();
?>
profile/myProfile"
>
My p
rofile
</a>
<a
href=
"
<?php
echo
base_url
();
?>
profile/myProfile"
>
P
rofile
</a>
</li>
<?php
...
...
@@ -51,7 +69,7 @@
?>
<li>
<a
href=
"
<?php
echo
base_url
();
?>
profile/workerProfile"
>
My p
rofile
</a>
<a
href=
"
<?php
echo
base_url
();
?>
profile/workerProfile"
>
P
rofile
</a>
</li>
<?php
...
...
@@ -73,12 +91,13 @@
}
?>
"
>
<span
class=
"glyphicon glyphicon-log-in"
></span>
<?php
if
(
!
$this
->
session
->
userdata
(
'logged_in'
)){
echo
"Log
in"
;
echo
"Login"
;
}
else
{
echo
"Log
out"
;
echo
"Logout"
;
}
?>
...
...
test/views/pages/login.php
View file @
7ba0d8dc
...
...
@@ -4,16 +4,14 @@
<head>
<title>
Login
</title>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity=
"sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/bootstrap.min.css"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity=
"sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin=
"anonymous"
></script>
<script
src=
"https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity=
"sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity=
"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin=
"anonymous"
></script>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
></script>
<link
href=
"https://fonts.googleapis.com/css?family=Montserrat"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"https://fonts.googleapis.com/css?family=Lato"
rel=
"stylesheet"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/home1.css"
>
</head>
<body>
...
...
test/views/templates/footer.php
View file @
7ba0d8dc
</body>
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<footer
class=
"container-fluid text-center"
>
<a
href=
"
<?php
echo
base_url
();
?>
Pages/view"
title=
"To Top"
>
<span
class=
"glyphicon glyphicon-chevron-up"
></span>
</a>
<p>
Web Theme Made By
<a
href=
"
<?php
echo
base_url
();
?>
Pages/view"
title=
"We hope you like it."
>
Luka, Milica, Bojan
</a></p>
</footer>
</body>
</html>
\ No newline at end of file
test/views/templates/header.php
View file @
7ba0d8dc
<!DOCTYPE html>
<html>
<head>
<title>
Trump Hotel
</title>
<style
type=
"text/css"
>
body
{
margin
:
auto
;
}
header
{
display
:
flex
;
border-bottom
:
2px
solid
green
;
border-spacing
:
2px
;
font-family
:
Barrio
;
font-size
:
80px
;
font
:
green
;
}
label
.headerStyle
{
text-align
:
center
;
color
:
green
;
margin-right
:
20%
;
margin-right
:
auto
;
}
a
{
margin-left
:
25%
;
margin-right
:
20%
;
color
:
green
;
text-align
:
center
;
text-decoration
:
none
;
}
</style>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/header.css"
>
</head>
<body>
<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