Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
musica_listas_topsify
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
musica_listas_topsify
Commits
123b7720
Commit
123b7720
authored
Apr 12, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion proyecto backend- se quita urls de recepcion de notificaciones
parent
9a71f394
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
454 deletions
+1
-454
config/routes.yaml
config/routes.yaml
+1
-17
src/WsBundle/Controller/wsReceptorVPW.php
src/WsBundle/Controller/wsReceptorVPW.php
+0
-317
templates/base.html.twig
templates/base.html.twig
+0
-120
No files found.
config/routes.yaml
View file @
123b7720
...
...
@@ -46,20 +46,4 @@ front_prueba:
controller
:
App\FrontendBundle\Controller\IndexController::fake
front_test
:
path
:
app/musica/test
controller
:
App\FrontendBundle\Controller\IndexController::test
#NOTIFICACIONES-PAGOS#
ws_notificacion_reagendamiento
:
path
:
app/ws/notificacion/reagendamiento
controller
:
App\WsBundle\Controller\wsReceptorVPW::notificacionesReagendamiento
methods
:
[
GET
,
POST
]
ws_notificacion_suscripcion_desinscripcion
:
path
:
app/ws/notificacion/suscripciones
controller
:
App\WsBundle\Controller\wsReceptorVPW::notificacionesSuscripcionDesuscripcion
methods
:
[
GET
,
POST
]
ws_notificacion_cobro
:
path
:
app/ws/notificacion/cobro
controller
:
App\WsBundle\Controller\wsReceptorVPW::notificacionesCobro
methods
:
[
GET
,
POST
]
\ No newline at end of file
controller
:
App\FrontendBundle\Controller\IndexController::test
\ No newline at end of file
src/WsBundle/Controller/wsReceptorVPW.php
deleted
100644 → 0
View file @
9a71f394
This diff is collapsed.
Click to expand it.
templates/base.html.twig
deleted
100644 → 0
View file @
9a71f394
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<title>
SUSCONTENIDOS
</title>
<!-- ================== BEGIN BASE CSS STYLE ================== -->
<link
rel=
"stylesheet"
href=
"
{{
asset
(
'backend/css/bootstrap.min.css'
)
}}
"
>
<!-- Custom fonts for this template-->
<link
href=
"
{{
asset
(
'backend/template/vendor/fontawesome-free/css/all.min.css'
)
}}
"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel=
"stylesheet"
>
<!-- Font Awesome JS -->
<script
defer
src=
"
{{
asset
(
'backend/js/solid.js'
)
}}
"
></script>
<script
defer
src=
"
{{
asset
(
'backend/js/fontawesome.js'
)
}}
"
></script>
<link
href=
"
{{
asset
(
'backend/css/style.css'
)
}}
"
rel=
"stylesheet"
/>
<!-- Custom styles for this template-->
<link
href=
"
{{
asset
(
'backend/template/css/sb-admin-2.min.css'
)
}}
"
rel=
"stylesheet"
>
<script
src=
"
{{
asset
(
'backend/js/jquery-3.3.1.slim.min.js'
)
}}
"
></script>
<!-- ================== END BASE CSS STYLE ================== -->
{%
block
stylesheets
%}{%
endblock
%}
</head>
<body
id=
"page-top"
>
<div
id=
"wrapper"
>
<!-- begin #sidebar -->
{%
include
'backend/includes/sidebar.html.twig'
%}
<!-- end #sidebar -->
<!-- Content Wrapper -->
<div
id=
"content-wrapper"
class=
"d-flex flex-column"
>
<!-- Main Content -->
<div
id=
"content"
>
{%
include
'backend/includes/navbar.html.twig'
%}
<!-- Begin Page Content -->
<div
class=
"container-fluid"
>
{%
block
body
%}{%
endblock
%}
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
<!-- Footer -->
<footer
class=
"sticky-footer bg-white"
>
<div
class=
"container my-auto"
>
<div
class=
"copyright text-center my-auto"
>
<span>
Copyright
©
Gearlabs 2019
</span>
</div>
</div>
</footer>
<!-- End of Footer -->
</div>
<!-- End of Content Wrapper -->
</div>
<!-- End of Page Wrapper -->
<!-- Scroll to Top Button-->
<a
class=
"scroll-to-top rounded"
href=
"#page-top"
>
<i
class=
"fas fa-angle-up"
></i>
</a>
<!-- Logout Modal-->
<div
class=
"modal fade"
id=
"logoutModal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"exampleModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Esta seguro que desea salir?
</h5>
<button
class=
"close"
type=
"button"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
Selecione "Salir" abajo para cerrar la sesión actual.
</div>
<div
class=
"modal-footer"
>
<button
class=
"btn btn-secondary"
type=
"button"
data-dismiss=
"modal"
>
Cancelar
</button>
<a
class=
"btn btn-primary"
href=
"
{{
path
(
'backend_logout'
)
}}
"
>
Salir
</a>
</div>
</div>
</div>
</div>
<!-- ================== BEGIN BASE JS ================== -->
<script
src=
"
{{
asset
(
'backend/jquery/jquery-1.9.1.min.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'backend/jquery/jquery-migrate-1.1.0.min.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'backend/jquery-ui/ui/minified/jquery-ui.min.js'
)
}}
"
></script>
{#<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>#}
<script
src=
"
{{
asset
(
'backend/bootstrap/popper.min.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'backend/bootstrap/bootstrap.min.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'backend/js/currency.js'
)
}}
"
></script>
<!-- Bootstrap core JavaScript-->
<script
src=
"
{{
asset
(
'backend/template/vendor/jquery/jquery.min.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'backend/template/vendor/bootstrap/js/bootstrap.bundle.min.js'
)
}}
"
></script>
<!-- Core plugin JavaScript-->
<script
src=
"
{{
asset
(
'backend/template/vendor/jquery-easing/jquery.easing.min.js'
)
}}
"
></script>
<!-- Custom scripts for all pages-->
<script
src=
"
{{
asset
(
'backend/template/js/sb-admin-2.min.js'
)
}}
"
></script>
<!-- ================== END BASE JS ================== -->
<script>
$
(
document
).
ready
(
function
()
{
$
(
'
#sidebarCollapse
'
).
on
(
'
click
'
,
function
()
{
$
(
'
#sidebar
'
).
toggleClass
(
'
active
'
);
});
$
(
'
#navbar-options
'
).
on
(
'
click
'
,
function
()
{
$
(
'
#abc
'
).
hasClass
(
'
show
'
)?
$
(
'
#abc
'
).
removeClass
(
'
show
'
)
:
$
(
'
#abc
'
).
addClass
(
'
show
'
)
;
});
});
</script>
{%
block
javascripts
%}{%
endblock
%}
</body>
</html>
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