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
61993ebd
Commit
61993ebd
authored
Jun 11, 2020
by
Gabriel-31415
Browse files
Merge branch 'master' of
https://github.com/lmts-ufape/submeta
merged
parents
1048e8ba
811b569c
Changes
31
Expand all
Hide whitespace changes
Inline
Side-by-side
public/web.config
100644 → 100755
View file @
61993ebd
File mode changed from 100644 to 100755
resources/views/auth/login.blade.php
View file @
61993ebd
...
@@ -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 @
61993ebd
...
@@ -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 @
61993ebd
This diff is collapsed.
Click to expand it.
resources/views/layouts/app.blade.php
View file @
61993ebd
...
@@ -9,125 +9,149 @@
...
@@ -9,125 +9,149 @@
<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"
>
<div
id=
"app"
>
{{-- Navbar --}}
<header>
<nav
class=
"navbar navbar-expand-md navbar-dark shadow-sm"
>
{{-- Navbar --}}
<div
class=
"container"
>
<nav
class=
"navbar navbar-light backgroud-color-default shadow"
>
<a
class=
"navbar-brand"
href=
"{{route('home-user')}}"
>
<div
class=
"container"
>
{{ config('app.name', 'Laravel') }}
<div
class=
"links-menu"
>
</a>
<a
class=
"navbar-brand"
href=
"{{route('home-user')}}"
>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarSupportedContent"
aria-controls=
"navbarSupportedContent"
aria-expanded=
"false"
aria-label=
"{{ __('Toggle navigation') }}"
>
<img
id=
"logo-menu"
src=
"{{ asset('img/icons/logo_submeta_pemenor.png') }}"
alt=
""
>
<span
class=
"navbar-toggler-icon"
></span>
</a>
</button>
</div>
<div
class=
"navbar-text"
>
<div
class=
"collapse navbar-collapse"
id=
"navbarSupportedContent"
>
<!-- Left Side Of Navbar -->
<ul
class=
"navbar-nav mr-auto"
>
</ul>
<!-- Right Side Of Navbar -->
<ul
class=
"navbar-nav ml-auto"
>
<!-- Authentication Links -->
@guest
@guest
<li
class=
"nav-item"
>
<a
href=
"#"
class=
"btn navbar-text negrito"
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
<a
class=
"nav-link"
href=
"{{ route('login') }}"
>
{{ __('Login') }}
</a>
<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>
{{--
<a
class=
"nav-link"
data-toggle=
"modal"
data-target=
"#modalLogin"
>
{{ __('Login') }}
</a>
--}}
<div
class=
"dropdown-menu dropdown-menu-right negrito"
aria-labelledby=
"dropdownMenuLink"
style=
"right: 15%; width: 300px; height: 380px;"
>
</li>
<form
method=
"POST"
action=
"{{ route('login') }}"
>
@if (Route::has('register'))
@csrf
<li
class=
"nav-item"
>
<div
style=
"padding: 20px;"
>
<a
class=
"nav-link"
href=
"{{ route('register') }}"
>
{{ __('Cadastro') }}
</a>
<div
style=
"color: rgb(0, 140, 255); position: relative; top: 5px; text-align: center; font-size: 20px;"
>
{{--
<a
class=
"nav-link"
data-toggle=
"modal"
data-target=
"#modalCadastro"
>
{{ __('Cadastro') }}
</a>
--}}
Entrar
</li>
</div>
@endif
<div
style=
"position: relative; top: 30px; left: 1px;"
>
<label
for=
"email"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Endereço de E-mail') }}
</label>
<input
id=
"email"
type=
"email"
class=
"form-control @error('email') is-invalid @enderror"
name=
"email"
value=
"{{ old('email') }}"
required
autocomplete=
"email"
autofocus
>
@error('email')
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $message }}
</strong>
</span>
@enderror
<label
for=
"password"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Senha') }}
</label>
<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
style=
"position: relative; top: 40px;"
>
<div
class=
"form-check"
>
<input
class=
"form-check-input"
type=
"checkbox"
name=
"remember"
id=
"remember"
{{
old
('
remember
')
?
'
checked
'
:
''
}}
>
<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
@else
<li
class=
"nav-item"
>
<a
href=
"{{route('visualizarEvento')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Home
</a>
<a
class=
"nav-link"
href=
"{{route('visualizarEvento')}}"
>
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
>
</li>
{{ Auth::user()->name }}
<span
class=
"caret"
></span>
</a>
<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
>
<div
class=
"dropdown-menu dropdown-menu-right"
style=
"right: 5%;"
aria-labelledby=
"navbarDropdown"
>
{{ Auth::user()->name }}
<span
class=
"caret"
></span>
<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>
</a>
<div
class=
"dropdown-menu dropdown-menu-right"
aria-labelledby=
"navbarDropdown"
>
@endif
<a
class=
"dropdown-item"
href=
"{{ route('user.perfil') }}"
>
@if(Auth::user()->AdministradorResponsavel != null)
<img
src=
"{{asset('img/icons/perfil.svg')}}"
alt=
""
>
<a
class=
"dropdown-item"
href=
"{{ route('adminResp.index') }}"
>
{{ __('Minha Conta') }}
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
</a>
{{ __('Perfil Pro-reitor') }}
@if(Auth::user()->administradors != null)
</a>
<a
class=
"dropdown-item"
href=
"{{ route('admin.index') }}"
>
@endif
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@if(Auth::user()->coordenadorComissao != null)
{{ __('Perfil Administrador') }}
<a
class=
"dropdown-item"
href=
"{{ route('coordenador.index') }}"
>
</a>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@endif
{{ __('Perfil Coordenador') }}
@if(Auth::user()->AdministradorResponsavel != null)
</a>
<a
class=
"dropdown-item"
href=
"{{ route('adminResp.index') }}"
>
@endif
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@if(Auth::user()->avaliadors != null)
{{ __('Perfil Pro-reitor') }}
<a
class=
"dropdown-item"
href=
"{{ route('avaliador.index') }}"
>
</a>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@endif
{{ __('Perfil Avaliador') }}
@if(Auth::user()->coordenadorComissao != null)
</a>
<a
class=
"dropdown-item"
href=
"{{ route('coordenador.index') }}"
>
@endif
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@if(Auth::user()->proponentes != null)
{{ __('Perfil Coordenador') }}
<a
class=
"dropdown-item"
href=
"{{ route('proponente.index') }}"
>
</a>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@endif
{{ __('Perfil Proponente') }}
@if(Auth::user()->avaliadors != null)
</a>
<a
class=
"dropdown-item"
href=
"{{ route('avaliador.index') }}"
>
@endif
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@if(Auth::user()->participantes != null)
{{ __('Perfil Avaliador') }}
<a
class=
"dropdown-item"
href=
"{{ route('participante.index') }}"
>
</a>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@endif
{{ __('Perfil Participante') }}
@if(Auth::user()->proponentes != null)
</a>
<a
class=
"dropdown-item"
href=
"{{ route('proponente.index') }}"
>
@endif
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Proponente') }}
<a
class=
"dropdown-item"
href=
"{{ route('logout') }}"
</a>
onclick=
"event.preventDefault();
@endif
document.getElementById('logout-form').submit();"
>
@if(Auth::user()->participantes->where('user_id', Auth::user()->id)->count() != 0)
<img
src=
"{{asset('img/icons/sign-out-alt-solid.svg')}}"
alt=
""
>
<a
class=
"dropdown-item"
href=
"{{ route('participante.index') }}"
>
{{ __('Sair') }}
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
</a>
{{ __('Perfil Participante') }}
</a>
@endif
<form
id=
"logout-form"
action=
"{{ route('logout') }}"
method=
"POST"
style=
"display: none;"
>
@csrf
<a
class=
"dropdown-item"
href=
"{{ route('logout') }}"
</form>
onclick=
"event.preventDefault();
</div>
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>
</li>
@endguest
@endguest
</
ul>
</
div>
</div>
</div>
</
di
v>
</
na
v>
</
nav
>
</
header
>
<section>
@hasSection ('sidebar')
@hasSection ('sidebar')
@yield('sidebar')
@yield('sidebar')
@endif
@endif
...
@@ -135,12 +159,40 @@
...
@@ -135,12 +159,40 @@
{{--
<main
class=
"container-fluid"
>
--}}
{{--
<main
class=
"container-fluid"
>
--}}
@yield('content')
@yield('content')
{{--
</main>
--}}
{{--
</main>
--}}
</section>
</div>
</div>
@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 @
61993ebd
...
@@ -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 @
61993ebd
...
@@ -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 @
61993ebd
...
@@ -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 @
61993ebd
...
@@ -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 @
61993ebd
...
@@ -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 @
61993ebd
...
@@ -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