Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
79737f1b
Commit
79737f1b
authored
Jun 10, 2020
by
carlos
Browse files
atualizando layout
parent
209b7583
Changes
31
Expand all
Hide whitespace changes
Inline
Side-by-side
public/web.config
100644 → 100755
View file @
79737f1b
File mode changed from 100644 to 100755
resources/views/auth/login.blade.php
View file @
79737f1b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<
div
class
=
"row justify-content-center"
>
<
div
class
=
"row justify-content-center"
>
<
div
class
=
"col-md-5"
>
<
div
class
=
"col-md-5"
>
<
div
class
=
"card card-login-cadastro"
>
<
div
class
=
"card card-login-cadastro"
>
{{
--
<
div
class
=
"card-header"
>
{{
__
(
'Login'
)
}}
</
div
>
--
}}
<
div
class
=
"card-header"
>
{{
__
(
'Login'
)
}}
</
div
>
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
<
form
method
=
"POST"
action
=
"{{ route('login') }}"
>
<
form
method
=
"POST"
action
=
"{{ route('login') }}"
>
...
...
resources/views/evento/visualizarEvento.blade.php
View file @
79737f1b
...
@@ -59,15 +59,9 @@
...
@@ -59,15 +59,9 @@
<
div
class
=
"container-fluid content"
>
<
div
class
=
"container-fluid content"
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
@
if
(
isset
(
$evento
->
fotoEvento
))
@
if
(
isset
(
$evento
->
fotoEvento
))
<
div
class
=
"banner-evento"
>
<
img
class
=
"front-image-evento"
src
=
"
{
{asset('storage/eventos/'.$evento->id.'/logo.png')}
}
"
alt
=
""
>
<
img
src
=
"
{
{asset('storage/eventos/'.$evento->id.'/logo.png')}
}
"
alt
=
""
>
</
div
>
<
img
class
=
"front-image-evento"
src
=
"
{
{asset('storage/eventos/'.$evento->id.'/logo.png')}
}
"
alt
=
""
>
@
else
@
else
<
div
class
=
"banner-evento"
>
<
img
class
=
"front-image-evento"
src
=
"
{
{asset('img/colorscheme.png')}
}
"
alt
=
""
>
<
img
src
=
"
{
{asset('img/colorscheme.png')}
}
"
alt
=
""
>
</
div
>
<
img
class
=
"front-image-evento"
src
=
"
{
{asset('img/colorscheme.png')}
}
"
alt
=
""
>
@
endif
@
endif
</
div
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/index.blade.php
View file @
79737f1b
This diff is collapsed.
Click to expand it.
resources/views/layouts/app.blade.php
View file @
79737f1b
...
@@ -9,138 +9,186 @@
...
@@ -9,138 +9,186 @@
<title>
{{ config('app.name', 'Laravel') }}
</title>
<title>
{{ config('app.name', 'Laravel') }}
</title>
<!-- Scripts -->
<script
src=
"{{ asset('js/app.js') }}"
defer
></script>
<!-- Fonts -->
<!-- Fonts -->
<link
rel=
"dns-prefetch"
href=
"//fonts.gstatic.com"
>
<link
rel=
"dns-prefetch"
href=
"//fonts.gstatic.com"
>
<link
href=
"https://fonts.googleapis.com/css?family=Nunito"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Nunito"
rel=
"stylesheet"
>
<!-- Styles -->
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity=
"sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin=
"anonymous"
>
<script
src=
"{{ asset('js/jquery-3.4.1.min.js')}}"
></script>
<script
src=
"{{ asset('js/jquery-3.4.1.min.js')}}"
></script>
<script
src=
"{{ asset('js/jquery-mask-plugin.js')}}"
></script>
<script
src=
"{{ asset('js/jquery-mask-plugin.js')}}"
></script>
<!-- Styles -->
<link
href=
"{{ asset('css/app.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/app.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/style.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/layout.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/styleIndex.css') }}"
rel=
"stylesheet"
>
</head>
</head>
<body>
<body>
<
div
id=
"app"
>
<
header
>
{{-- Navbar --}}
{{-- Navbar --}}
<nav
class=
"navbar navbar-
expand-md navbar-dark
shadow
-sm
"
>
<nav
class=
"navbar navbar-
light backgroud-color-default
shadow"
>
<div
class=
"container"
>
<div
class=
"container"
>
<a
class=
"navbar-brand"
href=
"{{route('home-user')}}"
>
<div
class=
"links-menu"
>
{{ config('app.name', 'Laravel') }}
<a
class=
"navbar-brand"
href=
"{{route('home-user')}}"
>
</a>
<img
id=
"logo-menu"
src=
"{{ asset('img/icons/logo_submeta_pemenor.png') }}"
alt=
""
>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarSupportedContent"
aria-controls=
"navbarSupportedContent"
aria-expanded=
"false"
aria-label=
"{{ __('Toggle navigation') }}"
>
</a>
<span
class=
"navbar-toggler-icon"
></span>
</div>
</button>
<div
class=
"navbar-text"
>
@guest
<div
class=
"collapse navbar-collapse"
id=
"navbarSupportedContent"
>
<a
href=
"#"
class=
"btn navbar-text negrito"
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
<!-- Left Side Of Navbar -->
<a
href=
"#"
class=
"btn dropdown-toggle negrito"
role=
"button"
id=
"dropdownMenuLink"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
style=
"color: rgb(0, 140, 255);"
>
Login
</a>
<ul
class=
"navbar-nav mr-auto"
>
<div
class=
"dropdown-menu dropdown-menu-right negrito"
aria-labelledby=
"dropdownMenuLink"
style=
"right: 15%; width: 300px; height: 380px;"
>
<form
method=
"POST"
action=
"{{ route('login') }}"
>
</ul>
@csrf
<div
style=
"padding: 20px;"
>
<!-- Right Side Of Navbar -->
<div
style=
"color: rgb(0, 140, 255); position: relative; top: 5px; text-align: center; font-size: 20px;"
>
<ul
class=
"navbar-nav ml-auto"
>
Entrar
<!-- Authentication Links -->
</div>
@guest
<div
style=
"position: relative; top: 30px; left: 1px;"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{{ route('login') }}"
>
{{ __('Login') }}
</a>
{{--
<a
class=
"nav-link"
data-toggle=
"modal"
data-target=
"#modalLogin"
>
{{ __('Login') }}
</a>
--}}
</li>
@if (Route::has('register'))
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{{ route('register') }}"
>
{{ __('Cadastro') }}
</a>
{{--
<a
class=
"nav-link"
data-toggle=
"modal"
data-target=
"#modalCadastro"
>
{{ __('Cadastro') }}
</a>
--}}
</li>
@endif
@else
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{{route('visualizarEvento')}}"
>
Home
</a>
</li>
<li
class=
"nav-item dropdown"
>
<a
id=
"navbarDropdown"
class=
"nav-link dropdown-toggle"
href=
"#"
role=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
v-pre
>
{{ Auth::user()->name }}
<span
class=
"caret"
></span>
</a>
<div
class=
"dropdown-menu dropdown-menu-right"
aria-labelledby=
"navbarDropdown"
>
<a
class=
"dropdown-item"
href=
"{{ route('user.perfil') }}"
>
<img
src=
"{{asset('img/icons/perfil.svg')}}"
alt=
""
>
{{ __('Minha Conta') }}
</a>
@if(Auth::user()->administradors != null)
<a
class=
"dropdown-item"
href=
"{{ route('admin.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Administrador') }}
</a>
@endif
@if(Auth::user()->AdministradorResponsavel != null)
<a
class=
"dropdown-item"
href=
"{{ route('adminResp.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Pro-reitor') }}
</a>
@endif
@if(Auth::user()->coordenadorComissao != null)
<a
class=
"dropdown-item"
href=
"{{ route('coordenador.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Coordenador') }}
</a>
@endif
@if(Auth::user()->avaliadors != null)
<a
class=
"dropdown-item"
href=
"{{ route('avaliador.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Avaliador') }}
</a>
@endif
@if(Auth::user()->proponentes != null)
<a
class=
"dropdown-item"
href=
"{{ route('proponente.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Proponente') }}
</a>
@endif
@if(Auth::user()->participantes != null)
<a
class=
"dropdown-item"
href=
"{{ route('participante.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Participante') }}
</a>
@endif
<a
class=
"dropdown-item"
href=
"{{ route('logout') }}"
<label
for=
"email"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Endereço de E-mail') }}
</label>
onclick=
"event.preventDefault();
<input
id=
"email"
type=
"email"
class=
"form-control @error('email') is-invalid @enderror"
name=
"email"
value=
"{{ old('email') }}"
required
autocomplete=
"email"
autofocus
>
document.getElementById('logout-form').submit();"
>
<img
src=
"{{asset('img/icons/sign-out-alt-solid.svg')}}"
alt=
""
>
@error('email')
{{ __('Sair') }}
<span
class=
"invalid-feedback"
role=
"alert"
>
</a>
<strong>
{{ $message }}
</strong>
</span>
@enderror
<form
id=
"logout-form"
action=
"{{ route('logout') }}"
method=
"POST"
style=
"display: none;"
>
@csrf
<label
for=
"password"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Senha') }}
</label>
</form>
<input
id=
"password"
type=
"password"
class=
"form-control @error('password') is-invalid @enderror"
name=
"password"
required
autocomplete=
"current-password"
>
@error('password')
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $message }}
</strong>
</span>
@enderror
</div>
</div>
</li>
<div
style=
"position: relative; top: 40px;"
>
<div
class=
"form-check"
>
@endguest
<input
class=
"form-check-input"
type=
"checkbox"
name=
"remember"
id=
"remember"
{{
old
('
remember
')
?
'
checked
'
:
''
}}
>
</ul>
</div>
<label
class=
"form-check-label"
for=
"remember"
>
{{ __('Lembrar Senha') }}
</label>
</div>
</div>
<div
style=
"position: relative; top: 50px;"
>
<button
class=
"btn botao-entrar"
style=
"color: white;"
>
{{__('Entrar')}}
</button>
<a
href=
"{{ route('password.request') }}"
style=
"font-weight: normal; color: rgb(44, 96, 209);"
>
{{ __('Esqueseu sua senha?')}}
</a>
</div>
</div>
</form>
</div>
<a
href=
"{{ route('register') }}"
class=
"btn navbar-text btn-azul-destaque negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Cadastre-se') }}
</a>
@else
<a
href=
"{{route('visualizarEvento')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Home
</a>
<a
id=
"navbarDropdown"
class=
"btn navbar-text negrito dropdown-toggle"
style=
"color: rgb(0, 140, 255);"
href=
"#"
role=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
v-pre
>
{{ Auth::user()->name }}
<span
class=
"caret"
></span>
</a>
<div
class=
"dropdown-menu dropdown-menu-right"
style=
"right: 5%;"
aria-labelledby=
"navbarDropdown"
>
<a
class=
"dropdown-item"
href=
"{{ route('user.perfil') }}"
>
<img
src=
"{{asset('img/icons/perfil.svg')}}"
alt=
""
>
{{ __('Minha Conta') }}
</a>
@if(Auth::user()->administradors != null)
<a
class=
"dropdown-item"
href=
"{{ route('admin.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Administrador') }}
</a>
@endif
@if(Auth::user()->AdministradorResponsavel != null)
<a
class=
"dropdown-item"
href=
"{{ route('adminResp.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Pro-reitor') }}
</a>
@endif
@if(Auth::user()->coordenadorComissao != null)
<a
class=
"dropdown-item"
href=
"{{ route('coordenador.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Coordenador') }}
</a>
@endif
@if(Auth::user()->avaliadors != null)
<a
class=
"dropdown-item"
href=
"{{ route('avaliador.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Avaliador') }}
</a>
@endif
@if(Auth::user()->proponentes != null)
<a
class=
"dropdown-item"
href=
"{{ route('proponente.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Proponente') }}
</a>
@endif
@if(Auth::user()->participantes != null)
<a
class=
"dropdown-item"
href=
"{{ route('participante.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Participante') }}
</a>
@endif
<a
class=
"dropdown-item"
href=
"{{ route('logout') }}"
onclick=
"event.preventDefault();
document.getElementById('logout-form').submit();"
>
<img
src=
"{{asset('img/icons/sign-out-alt-solid.svg')}}"
alt=
""
>
{{ __('Sair') }}
</a>
<form
id=
"logout-form"
action=
"{{ route('logout') }}"
method=
"POST"
style=
"display: none;"
>
@csrf
</form>
</div>
@endguest
</div>
</div>
</div>
</nav>
</nav>
</header>
<section>
@hasSection ('sidebar')
@hasSection ('sidebar')
@yield('sidebar')
@yield('sidebar')
@endif
@endif
{{--
<main
class=
"container-fluid"
>
--}}
@yield('content')
{{--
</main>
--}}
</div>
{{--
<main
class=
"container-fluid"
>
--}}
@yield('content')
{{--
</main>
--}}
</section>
@hasSection ('javascript')
@hasSection ('javascript')
@yield('javascript')
@yield('javascript')
@else
@else
@endif
@endif
<script
src=
"https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity=
"sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
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>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity=
"sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin=
"anonymous"
></script>
<div
class=
"rodape"
>
<div
class=
"container"
>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<a
href=
"http://ww3.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white;"
>
<div
class=
"col-sm-2"
>
<img
class=
"logo-ufape"
src=
"{{ asset('img/logoUfape.svg') }}"
/>
</div>
<div
class=
"col-sm-4 format-text"
>
<a
href=
"http://ww3.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white; font-size: 15px; position: relative; top: 30%; left: 0px;"
>
Universidade Federal
<br>
do Agreste de Pernambuco
</a>
</div>
</a>
<a
href=
"http://lmts.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white;"
>
<div
class=
"col-sm-2"
>
<img
class=
"logo-lmts"
src=
"{{ asset('img/lmts.png') }}"
/>
</div>
<div
class=
"col-sm-4 format-text"
>
<a
href=
"http://lmts.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white; font-size: 15px; position: relative; top: 30%; left: 0px;"
>
Laboratório Multidisciplinar
<br>
de Tecnologias Sociais
</a>
</div>
</a>
</div>
</div>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
resources/views/naturezas/area/editar_area.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/area/nova_area.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/grandeArea/editar_grande_area.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/grandeArea/nova_grande_area.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/subArea/editar_subarea.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/subArea/nova_subarea.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
Prev
1
2
Next
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