commit nuevo
This commit is contained in:
@@ -5,10 +5,11 @@
|
|||||||
<button type="button" class="col-md-6 col-sm-12 btn boton-footer uno">
|
<button type="button" class="col-md-6 col-sm-12 btn boton-footer uno">
|
||||||
Comité Editorial
|
Comité Editorial
|
||||||
</button>
|
</button>
|
||||||
<router-link to="/lineamientos"> <button type="button" class="col-md-6 col-sm-12 btn boton-footer dos">
|
<router-link to="/lineamientos">
|
||||||
|
<button type="button" class="col-md-6 col-sm-12 btn boton-footer dos">
|
||||||
Política Editorial y Lineamentos
|
Política Editorial y Lineamentos
|
||||||
</button></router-link>
|
</button></router-link
|
||||||
|
>
|
||||||
<button type="button" class="col-md-6 col-sm-12 btn boton-footer tres">
|
<button type="button" class="col-md-6 col-sm-12 btn boton-footer tres">
|
||||||
Proceso Editorial y Organismos
|
Proceso Editorial y Organismos
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
const config = {
|
const config = {
|
||||||
//ngrok
|
//ngrok
|
||||||
api: "https://f8d86328e778.ngrok.io"
|
api: "https://f8d86328e778.ngrok.io"
|
||||||
|
|
||||||
//Local
|
//Local
|
||||||
//api: "http://localhost:3001"
|
//api: "http://localhost:3001"
|
||||||
|
|
||||||
|
|||||||
+36
-28
@@ -106,7 +106,7 @@
|
|||||||
aria-describedby="basic-addon2"
|
aria-describedby="basic-addon2"
|
||||||
v-model="nombre"
|
v-model="nombre"
|
||||||
/>
|
/>
|
||||||
<div class="input-group-append reDer bg-white">
|
<div class="input-group-append reDer bg-white dropdown">
|
||||||
<button class="btn my-0" type="submit">
|
<button class="btn my-0" type="submit">
|
||||||
<svg
|
<svg
|
||||||
width="1em"
|
width="1em"
|
||||||
@@ -128,27 +128,31 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div>-->
|
<!-- <div>-->
|
||||||
<div v-if="nombre.length > 2" class=" rescont dropdown ">
|
<div v-if="nombre.length > 2" class=" rescont ">
|
||||||
<ul
|
<ul class=" dropdown-menu d-block dropdown-menu-right ">
|
||||||
class=" list-group reslist dropdown-content "
|
<li
|
||||||
|
class=" dropdown-item text-wrap "
|
||||||
|
v-for="item in buscarLibro"
|
||||||
|
v-bind:key="item.idLibro"
|
||||||
>
|
@click="descripcion(item.idLibro)"
|
||||||
<li class=" list-group-item " v-for="item in buscarLibro"
|
>
|
||||||
v-bind:key="item.idLibro" @click="descripcion(item.idLibro)">
|
|
||||||
{{ item.titulo }}
|
{{ item.titulo }}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!-- <ul class="list-group reslist dropdown-content ">
|
|
||||||
<li class="list-group-item ">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat nam molestiae delectus aliquid dignissimos ullam illo provident laborum perspiciatis sapiente. Officiis eveniet animi ad beatae iusto cupiditate earum quo enim?</li>
|
|
||||||
<li class=" list-group-item ">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat nam molestiae delectus aliquid dignissimos ullam illo provident laborum perspiciatis sapiente. Officiis eveniet animi ad beatae iusto cupiditate earum quo enim?</li>
|
|
||||||
|
|
||||||
<li class=" list-group-item ">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat nam molestiae delectus aliquid dignissimos ullam illo provident laborum perspiciatis sapiente. Officiis eveniet animi ad beatae iusto cupiditate earum quo enim?</li>
|
|
||||||
|
<!-- <ul class=" dropdown-menu d-block dropdown-menu-right">
|
||||||
|
<li class="dropdown-item text-wrap">Lorem ipsum dolor sit amet consectetur adipisicing elit.</li>
|
||||||
|
|
||||||
|
<li class="dropdown-item text-wrap">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat nam molestiae delectus aliquid dignissimos ullam illo provident laborum perspiciatis sapiente. Officiis eveniet animi ad beatae iusto cupiditate earum quo enim?</li>
|
||||||
|
<li class=" dropdown-item text-wrap">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat nam molestiae delectus aliquid dignissimos ullam illo provident laborum perspiciatis sapiente. Officiis eveniet animi ad beatae iusto cupiditate earum quo enim?</li>
|
||||||
|
|
||||||
|
<li class=" dropdown-item text-wrap">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat nam molestiae delectus aliquid dignissimos ullam illo provident laborum perspiciatis sapiente. Officiis eveniet animi ad beatae iusto cupiditate earum quo enim?</li>
|
||||||
|
|
||||||
</ul> -->
|
</ul> -->
|
||||||
</div>
|
|
||||||
|
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
@@ -272,39 +276,43 @@ nav {
|
|||||||
border-bottom-left-radius: 20px 20px !important;
|
border-bottom-left-radius: 20px 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
.dropdown-menu {
|
||||||
|
width: 10% !important;
|
||||||
|
} */
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-content {
|
.dropdown-content {
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
|
||||||
/* padding: 12px 16px; */
|
/* padding: 12px 16px; */
|
||||||
top: .8rem;
|
top: 0.8rem;
|
||||||
left: -10rem;
|
left: -10rem;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
}
|
}
|
||||||
.rescont{
|
.rescont {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item {
|
.list-group-item {
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 450px) {
|
@media (max-width: 450px) {
|
||||||
.menuText,
|
.menuText,
|
||||||
.buscador {
|
.buscador {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
width: 80vw !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
+101
-94
@@ -2851,115 +2851,120 @@
|
|||||||
|
|
||||||
<div id="collapseA6" class="collapse ">
|
<div id="collapseA6" class="collapse ">
|
||||||
<div class="card-body text-justify">
|
<div class="card-body text-justify">
|
||||||
<table class="egt" border="1">
|
<div class="table-responsive">
|
||||||
<tr>
|
<table class="table table-sm " border="1">
|
||||||
<td>Titulo del Libro (completo y correcto)</td>
|
<tr>
|
||||||
|
<td scope="col">
|
||||||
|
Titulo del Libro (completo y correcto)
|
||||||
|
</td>
|
||||||
|
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
Responsable (autor,coordinador, compilador,
|
Responsable (autor,coordinador, compilador,
|
||||||
etc.)
|
etc.)
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Programa/Adscripcion del autor</td>
|
<td>Programa/Adscripcion del autor</td>
|
||||||
|
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
Fecha de acta de sesión de Comité Interno en la
|
Fecha de acta de sesión de Comité Interno en
|
||||||
que se aprobó la obra
|
la que se aprobó la obra
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
Fecha de entrega de documentación a la CSA
|
Fecha de entrega de documentación a la CSA
|
||||||
(incluir no. de oficio)
|
(incluir no. de oficio)
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
Tipo de material entregado a la CSA
|
Tipo de material entregado a la CSA
|
||||||
(proporcionar ambos formatos):
|
(proporcionar ambos formatos):
|
||||||
</td>
|
</td>
|
||||||
<td>Impreso</td>
|
<td>Impreso</td>
|
||||||
<td>CD o DVD</td>
|
<td>CD o DVD</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Evaluadores</td>
|
<td>Evaluadores</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
Área(s) académica(s) que apoya: Licenciaturas,
|
Área(s) académica(s) que apoya: Licenciaturas,
|
||||||
posgrados, cursos, diplomados, talleres, otros
|
posgrados, cursos, diplomados, talleres, otros
|
||||||
(especificar):
|
(especificar):
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Asignatura(s) que apoya:</td>
|
<td>Asignatura(s) que apoya:</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
Número de personas beneficiadas con la
|
Número de personas beneficiadas con la
|
||||||
publicación
|
publicación
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
La publicación consiste en (seleccionar una
|
La publicación consiste en (seleccionar una
|
||||||
opción):
|
opción):
|
||||||
</td>
|
</td>
|
||||||
<td>Texto</td>
|
<td>Texto</td>
|
||||||
<td>Texto con gráficos</td>
|
<td>Texto con gráficos</td>
|
||||||
<td>Número aproximado de páginas</td>
|
<td>Número aproximado de páginas</td>
|
||||||
<td>249</td>
|
<td>249</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Coedición</td>
|
<td>Coedición</td>
|
||||||
<td>N O</td>
|
<td>N O</td>
|
||||||
<td>Sí. Nombre de la entidad coeditora:</td>
|
<td>Sí. Nombre de la entidad coeditora:</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>PAPIIT Clave:</td>
|
<td>PAPIIT Clave:</td>
|
||||||
<td>PAPIME Clave:</td>
|
<td>PAPIME Clave:</td>
|
||||||
<td>Proyecto Clave:</td>
|
<td>Proyecto Clave:</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>División que presenta la obra:</td>
|
<td>División que presenta la obra:</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Propuesta de tiraje</td>
|
<td>Propuesta de tiraje</td>
|
||||||
<td>Estándar (150 ejemplares)</td>
|
<td>Estándar (150 ejemplares)</td>
|
||||||
<td>
|
<td>
|
||||||
Otro (indicar cantidad deseada y justificarla):
|
Otro (indicar cantidad deseada y
|
||||||
</td>
|
justificarla):
|
||||||
</tr>
|
</td>
|
||||||
</table>
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3004,7 +3009,9 @@
|
|||||||
|
|
||||||
<td>
|
<td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Tiraje</td>
|
<td colspan="10" class="text-center">
|
||||||
|
Tiraje
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>100</td>
|
<td>100</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user