Current File : /home/aventura/public_html/modulos/_galeria/templates/ver_galeria.html
<article id="galeria ">
			<p>&nbsp;</p>
		        <h2 class="page_header_2" align="center">Nuestra Aventura..</h2>
			<img src="images/ns66.png" style="padding-left:20px; ">
	
	<div id="fb-album">
		<div id="fb-album-header"></div>
		<div id="fb-album-content">
		<div id="fb-albums-all">
 		{LISTADO}
		</div>

	</div>
 </article>
<!-- <table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th colspan="5" align="center"><p style="font-weight: bold; color:#000000;text-shadow: 0.1em 0.1em #CCCCCC;">{titulo}</p></th>
  </tr>
  <tr class="alt">
	<td width="71%" ><a title="Agregar" href="javascript:{funcion_agregar};"><img src="media/iconos/add.png" alt="Nuevo" width="16" border="0" class="mimage"><strong> Agregar</strong> </a></td>
    <td width="24%" align="right" valign="middle"><strong>Albums cargados: </strong>{cantidad}</td>
  </tr>
</table>
<p>&nbsp;</p>
<table width="100%" border="0" id="sort" cellpadding="1" cellspacing="1" class="tabla_highlight">
<thead>
  <tr>
    <th width="17%" align="left">Portada</th>
	 <th width="7%" align="left">A&ntilde;o</th>
    <th width="17%" align="left">Nombre</th>
    <th width="12%" align="center">ID Facebook</th>
	<th width="12%" align="center">Nombre Facebook</th>
    <th width="10%" align="center">Habilitado</th>
    <th align="center" width="15%">Acciones </th> 
  </tr>
</thead>
<tbody>
{LISTADO}
</tbody>
</table>
<table width="100%" border="0" cellpadding="1" cellspacing="1" >
  <tr align="center">
    <td colspan="7">{paginas} </td>
  </tr>
</table> -->
<!--  <script type="text/javascript" src="js/ligthbox/widget/lib/jquery-1.6.4.min.js"  defer="defer"></script>
<script type="text/javascript" src="js/ligthbox/widget/lib/jquery.ui.core.min.js"  defer="defer"></script>
<script type="text/javascript" src="js/ligthbox/widget/lib/jquery.ui.widget.min.js"  defer="defer"></script>
<script type="text/javascript" src="js/ligthbox/widget/lib/jquery.ui.rlightbox.min.js"  defer="defer"></script>

<script type="text/javascript"> 
	/*jQuery.noConflict();
	jQuery( ".lb_album" ).rlightbox();*/


	/*$( 'tbody').sortable({
		update: function(event, ui) {
				var orden = $('.alt').sortable('toArray').toString();
				$.ajax({
					url: 'modulos/albums/php/abm_albums_interfaz.php',
					data: {"data": orden},
					type: 'post'
				}).done(function(data) {
			});
		}
	});*/
	
	/*$("#sort tbody").sortable({
		helper: function (e, ui) {
			ui.children().each(function () {
				$(this).width($(this).width());
			});
			return ui;
		},
		update: function (event, ui) {

			serial = $(this).sortable('toArray');
			$.ajax({
				url: "modulos/albums/php/abm_albums_interfaz.php",
				type: "POST",
				data: { nombre_funcion :'ordenar',serial: serial },
				success: function(response) {
					  //alert("No pasa nada");
				},
				error: function(){
					alert("theres an error with AJAX");
				}
			});
		}
	});
</script>*/