update
This commit is contained in:
+29
-25
@@ -15,40 +15,42 @@
|
||||
<div class="col-md-12">
|
||||
<img src="http://www.libros.unam.mx/media//NOVEDADES.jpg" alt="" class="img img-responsive">
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
|
||||
<div class="col-md-12 ">
|
||||
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
|
||||
|
||||
|
||||
|
||||
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
|
||||
<a href="caracteres.html" data-toggle="tooltip" title="<?php the_title(); ?>" data-placement="bottom">
|
||||
|
||||
<?php
|
||||
<div class="col-lg-4 col-sm-6 col-xs-12">
|
||||
<a href="<?php the_permalink() ?>" data-toggle="tooltip" title="<?php the_title(); ?>" data-placement="bottom">
|
||||
|
||||
|
||||
<?php
|
||||
if ( has_post_thumbnail() ) {
|
||||
the_post_thumbnail('imagen-libro');
|
||||
the_post_thumbnail('img img-responsive');
|
||||
}?>
|
||||
</a>
|
||||
|
||||
<div class="col-md-12" style="overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">
|
||||
<p class="text-center">
|
||||
<a href="<?php the_permalink() ?>">
|
||||
<?php the_title(); ?>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12" style="overflow: hidden; text-overflow: ellipsis;">
|
||||
<a href="<?php the_permalink() ?>" style="color:#504f4f;">
|
||||
<h4 class="text-center subtitulo" ><?php the_title(); ?></h4>
|
||||
<p class="text-center" >MXN$ 250</p>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-md-12">
|
||||
<p class="text-center" style="font-weight: bold;">MXN$ 250</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
@@ -61,6 +63,8 @@
|
||||
<h2>Not Found</h2>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+35
-16
@@ -6,7 +6,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="breadcrumb">
|
||||
<?php
|
||||
if (class_exists('breadcrumb_navigation_xt')) {
|
||||
// Display a prefix
|
||||
echo 'Navigation: ';
|
||||
// new breadcrumb object
|
||||
$mybreadcrumb = new breadcrumb_navigation_xt;
|
||||
// Display the breadcrumb
|
||||
$mybreadcrumb->display();
|
||||
}
|
||||
?>
|
||||
</div> <!-- [breadcrumb] -->
|
||||
|
||||
|
||||
|
||||
@@ -18,39 +29,47 @@
|
||||
<div class="page-tittle">
|
||||
<h1>Ciencias Socioeconómicas</h1>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12 ">
|
||||
<img src="http://www.libros.unam.mx/media//NOVEDADES.jpg" alt="" class="img img-responsive">
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12 ">
|
||||
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
|
||||
|
||||
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
|
||||
<div class="col-lg-4 col-sm-6 col-xs-12">
|
||||
<a href="<?php the_permalink() ?>" data-toggle="tooltip" title="<?php the_title(); ?>" data-placement="bottom">
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
<?php
|
||||
if ( has_post_thumbnail() ) {
|
||||
the_post_thumbnail('imagen-libro');
|
||||
the_post_thumbnail('img img-responsive');
|
||||
}?>
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
<div class="col-md-12" style="overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">
|
||||
<p class="text-center">
|
||||
<a href="<?php the_permalink() ?>">
|
||||
<?php the_title(); ?>
|
||||
</a>
|
||||
</p>
|
||||
<div class="col-md-12 col-sm-6 col-xs-12" style="overflow: hidden; text-overflow: ellipsis;">
|
||||
<h4 class="text-center subtitulo"><?php the_title(); ?></h4>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-12 col-sm-6 col-xs-12">
|
||||
<p class="text-center" >MXN$ 250</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
<p class="text-center" style="font-weight: bold;">MXN$ 250</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
|
||||
+46
-29
@@ -4,7 +4,9 @@ get_header();
|
||||
<div class="container-fluid">
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
||||
<!--Slider de Diego-->
|
||||
<div class="container">
|
||||
<section class="row">
|
||||
<div class="col-sm-4" style="padding-left:50px;">
|
||||
<img id="header-img-logo" src="http://localhost:8080/wp-content/uploads/2016/07/ediciones-actlan.png" alt="logo" width="70%"; >
|
||||
@@ -85,7 +87,8 @@ get_header();
|
||||
|
||||
<!--Empieza la sección de Bryan-->
|
||||
<div class="container espacio-bl">
|
||||
<div class="col-md-5">
|
||||
<br>
|
||||
<div class="col-md-6">
|
||||
<div class=" titulo row">
|
||||
<h3 class="col-md-10 col-sm-10 col-xs-8">Libros del Mes</h3>
|
||||
<div class="col-md-2 col-sm-2 col-xs-4">
|
||||
@@ -175,36 +178,22 @@ get_header();
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-2">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-5">
|
||||
<div class="col-md-6">
|
||||
<div class=" titulo row">
|
||||
<h3 class="col-md-10 col-sm-10 col-xs-8">Eventos</h3>
|
||||
<h3 class="col-md-10 col-sm-10 col-xs-8">Últimas noticias</h3>
|
||||
<div class="col-md-2 col-sm-2 col-xs-4">
|
||||
<a href="#" class="jcarousel-control-prev">‹</a>
|
||||
<a href="#" class="jcarousel-control-next">›</a>
|
||||
<a href="#" class="jncarousel-control-prev">‹</a>
|
||||
<a href="#" class="jncarousel-control-next">›</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="jcarousel">
|
||||
<div class="jncarousel">
|
||||
<ul>
|
||||
<li class="col-xs-6 col-sm-4 col-md-3">
|
||||
<div class="thumbnail">
|
||||
<div id="uno" class="imagen">
|
||||
<div class="mask-slider">
|
||||
<a class="product-slider-a" href="http://www.libros.unam.mx/la-historia-mexicana-desde-sus-movimientos-sociales-de-izquierda"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></a><a class="product-slider-a" href="http://www.libros.unam.mx/la-historia-mexicana-desde-sus-movimientos-sociales-de-izquierda"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
|
||||
<a class="product-slider-a" href="http://www.libros.unam.mx/libros-unam-participa-en-la-art-book-fair"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></a><a class="product-slider-a" href="http://www.libros.unam.mx/libros-unam-participa-en-la-art-book-fair"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="caption">
|
||||
@@ -279,15 +268,43 @@ get_header();
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- <div class="col-md-6">
|
||||
<div class=" titulo row">
|
||||
<h3>Últimas noticias</h3>
|
||||
</div>
|
||||
<div class="row noticias">
|
||||
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 ">
|
||||
<div class="thumbnail">
|
||||
<div id="uno" class="imagen">
|
||||
<div class="mask">
|
||||
<a class="leermas" href="http://www.libros.unam.mx/libros-unam-participa-en-la-art-book-fair">Leer más</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="caption">
|
||||
<h4 class="subtitulo">Jóvenes cuentacuentos en la librería Jaime García Terrés</h4>
|
||||
<p>Libros UNAM participa en la feria del libro de arte LA Art Book Fair, dentro del stand de la Fundación Alumnos 47, en The Geffen Contemporary at MOCA, en Los Angeles, California, del 12 al 14 de febrero de 2016.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 ">
|
||||
<div class="thumbnail">
|
||||
<div id="dos" class="imagen">
|
||||
<div class="mask">
|
||||
<a class="leermas" href="http://www.libros.unam.mx/libros-unam-participa-en-la-art-book-fair">Leer más</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="caption">
|
||||
<h4 class="subtitulo">Jóvenes cuentacuentos en la librería Jaime García Terrés</h4>
|
||||
<p>Libros UNAM participa en la feria del libro de arte LA Art Book Fair, dentro del stand de la Fundación Alumnos 47, en The Geffen Contemporary at MOCA, en Los Angeles, California, del 12 al 14 de febrero de 2016.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
@@ -97,7 +97,6 @@ function my_theme_setup() {
|
||||
}
|
||||
add_action( 'after_setup_theme', 'my_theme_setup' );
|
||||
|
||||
add_image_size( 'imagen-libro', 192.5, 265, true );
|
||||
|
||||
add_image_size( 'imagen-pdf', 30,30, true );
|
||||
|
||||
|
||||
@@ -1,24 +1,32 @@
|
||||
<?php
|
||||
get_header();
|
||||
the_post(); //Pueda recibir los posts.
|
||||
<?php
|
||||
get_header();
|
||||
the_post();
|
||||
/*Template Name: Formulario*/
|
||||
?>
|
||||
<!--Formulario-->
|
||||
<header class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h2 class="media-heading">Noticias</h2>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<img class="img img-responsive" src="<?php echo get_template_directory_uri();?>/img/banner.jpg" alt="Slider-3">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h2 class="media-heading">Noticias</h2>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<img class="img img-responsive" src="<?php echo get_template_directory_uri();?>/img/banner.jpg" alt="Slider-3">
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</header>
|
||||
|
||||
<br><br><br>
|
||||
|
||||
<div id="noticias">
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="col-md-9">
|
||||
<div id="platillos">
|
||||
|
||||
<?php
|
||||
$args = array(
|
||||
'post_type' =>'post',
|
||||
@@ -27,77 +35,89 @@ the_post(); //Pueda recibir los posts.
|
||||
// the query
|
||||
$the_query = new WP_Query( $args ); ?>
|
||||
|
||||
<?php if ( $the_query->have_posts() ) : ?>
|
||||
<?php if ( $the_query->have_posts() ) : ?>
|
||||
|
||||
<!-- pagination here -->
|
||||
<!-- pagination here -->
|
||||
|
||||
<!-- the loop -->
|
||||
<?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
|
||||
<!-- the loop -->
|
||||
<?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
|
||||
|
||||
<div class="media ">
|
||||
<div class="media-left">
|
||||
|
||||
<a href="<?php the_permalink() ?>" data-toggle="tooltip" title="<?php the_title(); ?>" data-placement="bottom">
|
||||
|
||||
|
||||
<?php
|
||||
if ( has_post_thumbnail() ) {
|
||||
the_post_thumbnail('img-responsive');
|
||||
}?>
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading text-primary"><?php the_title(); ?></h4>
|
||||
<h5 class="text-warning"><?php echo get_the_date(); ?> - <small class="text-danger"><?php the_author(); ?></small></h5>
|
||||
<p class="text-justify">
|
||||
<?php the_content(); ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-9">
|
||||
<div class="media">
|
||||
<div class="col-sm-3 col-md-3 col-xs-12">
|
||||
<?php the_post_thumbnail(); ?>
|
||||
</div>
|
||||
<div class="col-sm-1"></div>
|
||||
<div class="col-sm-8 col-md-9 col-xs-12">
|
||||
<h4 class="text-justify"><?php the_title(); ?></h4>
|
||||
<h5 class="text-warning"><?php echo get_the_date(); ?><small class="text-danger"><?php the_author(); ?></small></h5>
|
||||
<?php the_excerpt(); ?>
|
||||
<div class=" col-lg-offset-10"><a href="<?php the_permalink();?>"><buttom class="btn btn-link">Ver más</buttom></a></div>
|
||||
</div>
|
||||
|
||||
<?php endwhile; ?>
|
||||
<?php wp_reset_postdata(); ?>
|
||||
<?php else : ?>
|
||||
<p><?php _e('Lo sentimos, no se encontro el Post.'); ?></p>
|
||||
<?php endif; ?>
|
||||
<br>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<h3 class="media-heading">Publicaciones</h3>
|
||||
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item">
|
||||
<span class="badge">1</span>
|
||||
Mayo 2016
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge">3</span>
|
||||
Abril 2016
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge">11</span>
|
||||
Marzo 2016
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge">0</span>
|
||||
Febrero 2016
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge">5</span>
|
||||
Enero 2016
|
||||
</li>
|
||||
</ul>
|
||||
<?php endwhile; ?>
|
||||
<!-- end of the loop -->
|
||||
|
||||
<!-- pagination here -->
|
||||
|
||||
<?php wp_reset_postdata(); ?>
|
||||
|
||||
<?php else : ?>
|
||||
<p>
|
||||
<?php _e( 'Sorry, no posts matched your criteria.' ); ?>
|
||||
</p>
|
||||
<?php endif; ?>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-3">
|
||||
<h3 class="media-heading">Publicaciones</h3>
|
||||
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item">
|
||||
<span class="badge">1</span> Mayo 2016
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge">3</span> Abril 2016
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge">11</span> Marzo 2016
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge">0</span> Febrero 2016
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge">5</span> Enero 2016
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<?php
|
||||
get_footer(); ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?php get_footer(); ?>
|
||||
@@ -12,7 +12,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="breadcrumb">
|
||||
<?php
|
||||
if (class_exists('breadcrumb_navigation_xt')) {
|
||||
// Display a prefix
|
||||
echo 'Navigation: ';
|
||||
// new breadcrumb object
|
||||
$mybreadcrumb = new breadcrumb_navigation_xt;
|
||||
// Display the breadcrumb
|
||||
$mybreadcrumb->display();
|
||||
}
|
||||
?>
|
||||
</div> <!-- [breadcrumb] -->
|
||||
|
||||
<div class="container" data-example-id="collapse-accordion">
|
||||
|
||||
|
||||
+1
-10
@@ -76,23 +76,14 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<div class="thumbnail">
|
||||
<a href="http://derecho.posgrado.unam.mx/congresos/CurIntActDerAdmin/imgs/mapa100.PNG" target="_blank"> <img src="<?php echo get_template_directory_uri();?>/img/croquis.PNG" alt="..." class="img img-responsive"></a>
|
||||
<div class="caption">
|
||||
<h3>Croquis</h3>
|
||||
<p>Este croquis es una vez llegando a la FES ACATLAN</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<div class="col-lg-12">
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3761.3374991860273!2d-99.248562885889!3d19.484110286855095!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x85d2039fbdc5a7b3%3A0xc950aed67b794f8f!2sFES+Acatl%C3%A1n!5e0!3m2!1ses-419!2smx!4v1459319997548" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<br>
|
||||
|
||||
+18
-18
@@ -27,29 +27,29 @@
|
||||
<?php if ( $the_query->have_posts()): while ($the_query->have_posts()): $the_query->the_post(); ?>
|
||||
|
||||
|
||||
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
|
||||
<a href="caracteres.html" data-toggle="tooltip" title="<?php the_title(); ?>" data-placement="bottom">
|
||||
|
||||
<?php
|
||||
<div class="col-lg-4 col-sm-6 col-xs-12">
|
||||
<a href="<?php the_permalink() ?>" data-toggle="tooltip" title="<?php the_title(); ?>" data-placement="bottom">
|
||||
|
||||
|
||||
<?php
|
||||
if ( has_post_thumbnail() ) {
|
||||
the_post_thumbnail('imagen-libro');
|
||||
the_post_thumbnail('img img-responsive');
|
||||
}?>
|
||||
</a>
|
||||
|
||||
<div class="col-md-12" style="overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">
|
||||
<p class="text-center">
|
||||
<a href="<?php the_permalink() ?>">
|
||||
<?php the_title(); ?>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12" style="overflow: hidden; text-overflow: ellipsis;">
|
||||
<a href="<?php the_permalink() ?>" style="color:#504f4f;">
|
||||
<h4 class="text-center subtitulo" ><?php the_title(); ?></h4>
|
||||
<p class="text-center" >MXN$ 250</p>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-12">
|
||||
<p class="text-center" style="font-weight: bold;">MXN$ 250</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+49
-23
@@ -8,8 +8,7 @@
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<h2 class="media-heading"><?php the_title(); ?></h2>
|
||||
<?php the_content(); ?>
|
||||
<h2 class="media-heading"><?php the_title(); ?> DE LA FACULTAD</h2>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
@@ -55,29 +54,12 @@
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-8">
|
||||
<form action="#" method="post" class="contacto">
|
||||
<div class="form-group">
|
||||
<label for="nombre">Nombre Completo:</label>
|
||||
<input type="nombre" name="nombre" class="form-control" id="nombre" placeholder="Saul Salomon Ramirez Zuñiga">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="correo">Correo:</label>
|
||||
<input type="correo" name="correo" class="form-control" id="correo" placeholder="ejemplo@gmail.com">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="estudio">Tema del mensaje:</label>
|
||||
<input type="tema" name="tema" class="form-control" id="estudio" placeholder="Sugerencias">
|
||||
</div>
|
||||
<label for="texto">Escribe tu opinion:</label>
|
||||
<textarea name="opinion" class="form-control" rows="3" placeholder="Escribe algo que quieras compartir o que nos quieras decir"></textarea>
|
||||
<br>
|
||||
<button type="submit" class="btn btn-primary">Enviar</button>
|
||||
</form>
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3761.3374991860273!2d-99.248562885889!3d19.484110286855095!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x85d2039fbdc5a7b3%3A0xc950aed67b794f8f!2sFES+Acatl%C3%A1n!5e0!3m2!1ses-419!2smx!4v1459319997548" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<div class="thumbnail">
|
||||
<a href="http://derecho.posgrado.unam.mx/congresos/CurIntActDerAdmin/imgs/mapa100.PNG" target="_blank"> <img src="img/croquis.PNG" alt="..." class="img img-responsive"></a>
|
||||
<a href="http://derecho.posgrado.unam.mx/congresos/CurIntActDerAdmin/imgs/mapa100.PNG" target="_blank"> <img src="http://localhost:8080/wp-content/uploads/2016/08/croquis.png" alt="..." class="img img-responsive"></a>
|
||||
<div class="caption">
|
||||
<h3>Croquis</h3>
|
||||
<p>Este croquis es una vez llegando a la FES ACATLAN</p>
|
||||
@@ -89,13 +71,57 @@
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<div class="col-lg-12">
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3761.3374991860273!2d-99.248562885889!3d19.484110286855095!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x85d2039fbdc5a7b3%3A0xc950aed67b794f8f!2sFES+Acatl%C3%A1n!5e0!3m2!1ses-419!2smx!4v1459319997548" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<h2 class="media-heading"><?php the_title(); ?> DE LA LIBRERÍA DENTRO DE LA FACULTAD</h2>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
<section class="container">
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-1">
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-10">
|
||||
<div class="thumbnail">
|
||||
<a href="http://derecho.posgrado.unam.mx/congresos/CurIntActDerAdmin/imgs/mapa100.PNG" target="_blank"> <img src="http://localhost:8080/wp-content/uploads/2016/08/croquis.png" alt="..." class="img img-responsive"></a>
|
||||
<div class="caption">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-1">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
<?php get_footer(); ?>
|
||||
+31
-20
@@ -40,10 +40,16 @@
|
||||
<h1><?php the_title(); ?></h1>
|
||||
<p>Disponibilidad: <small><?php echo get_post_meta($post->ID,'Disponibilidad',true); ?></small></p>
|
||||
<p>Mira otros productos de Dirección General de Publicaciones y Fomento Editorial</p>
|
||||
<p><strong>Autor:</strong> <?php echo get_post_meta($post->ID,'Autor',true); ?></p>
|
||||
<p><strong>Tamaño:</strong> <?php echo get_post_meta($post->ID,'Tamaño',true); ?></p>
|
||||
<p><strong>ISBN/ISSN:</strong> <?php echo get_post_meta($post->ID,'ISBN/ISSN',true); ?></p>
|
||||
|
||||
<p><strong>Autor:</strong>
|
||||
<?php echo get_post_meta($post->ID,'Autor',true); ?>
|
||||
</p>
|
||||
<p><strong>Tamaño:</strong>
|
||||
<?php echo get_post_meta($post->ID,'Tamaño',true); ?>
|
||||
</p>
|
||||
<p><strong>ISBN/ISSN:</strong>
|
||||
<?php echo get_post_meta($post->ID,'ISBN/ISSN',true); ?>
|
||||
</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-2">
|
||||
<img src="http://localhost:8080/wp-content/uploads/2016/08/libro.jpg" alt="libros">
|
||||
@@ -63,27 +69,32 @@
|
||||
<div class="col-sm-12">
|
||||
|
||||
<div class="col-md-4 col-sm-6 col-xs-12 ">
|
||||
<a id="previsualizacion-libro1" target="_blank">
|
||||
|
||||
|
||||
<?php $a= get_post_meta($post->ID,'Vermuestragratis',true); ?>
|
||||
<?php echo $a ?>
|
||||
<button onclick="mostrar('<?php echo $a?>')" class="btn btn-primary"><span></span> <?php echo $b ?>
|
||||
|
||||
|
||||
</button>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="previsualizacion-libro2" href="http://localhost:8080/wp-content/uploads/2016/08/Tira-de-Materias.pdf" target="_blank" >
|
||||
<a id="lineamientos" onclick="mostrar('<?php echo get_post_meta($post->ID,'Vermuestragratis',true); ?>')" style="float:none;" >
|
||||
<button class="btn btn-primary"><span></span>Ver muestra gratis</button>
|
||||
</a>
|
||||
|
||||
|
||||
<a id="lineamientos-2" target="_blank" href="<?php echo get_post_meta($post->ID,'Vermuestragratis',true); ?>" style="float:none;"><button class="btn btn-primary"><span></span>Ver muestra gratis</button>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-4 col-sm-6 col-xs-12 ">
|
||||
<a href="http://www.libros.unam.mx/area-tematica/ciencias-sociales/derecho/la-lengua-del-derecho-y-el-derecho-de-la-lengua-direccion-general-de-publicaciones-y-fomento-editorial.html">
|
||||
<button class="btn btn-primary"><span></span>$250.00 Comprar</button>
|
||||
|
||||
Reference in New Issue
Block a user