Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>GildoMúsica</title>
- <meta name="keywords" content="work center, portfolio, theme, free css templates, free webdesign, templatemo" />
- <meta name="description" content="Work Center, Portfolio, free CSS template by templatemo.com" />
- <link href="css/gildomusica_style.css" rel="stylesheet" type="text/css" />
- <link href="css/table_style.css" rel="stylesheet" type="text/css" />
- <script language="javascript" type="text/javascript">
- function clearText(field)
- {
- if (field.defaultValue == field.value) field.value = '';
- else if (field.value == '') field.value = field.defaultValue;
- }
- </script>
- <link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" />
- <script type="text/javascript" src="js/jquery.min.js"></script>
- <script type="text/javascript" src="js/ddsmoothmenu.js">
- /***********************************************
- * Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
- * This notice MUST stay intact for legal use
- * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
- ***********************************************/
- </script>
- <script type="text/javascript">
- ddsmoothmenu.init({
- mainmenuid: "gildomusica_menu", //menu DIV id
- orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
- classname: 'ddsmoothmenu', //class added to menu's outer DIV
- //customtheme: ["#1c5a80", "#18374a"],
- contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
- })
- </script>
- <!-- Add jQuery library -->
- <script type="text/javascript" src="/fancybox/lib/jquery-1.9.0.min.js"></script>
- <!-- Add mousewheel plugin (this is optional) -->
- <script type="text/javascript" src="/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
- <!-- Add fancyBox main JS and CSS files -->
- <script type="text/javascript" src="/fancybox/source/jquery.fancybox.js?v=2.1.4"></script>
- <link rel="stylesheet" type="text/css" href="../source/jquery.fancybox.css?v=2.1.4" media="screen" />
- <!-- Add Button helper (this is optional) -->
- <link rel="stylesheet" type="text/css" href="/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" />
- <script type="text/javascript" src="../source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
- <!-- Add Thumbnail helper (this is optional) -->
- <link rel="stylesheet" type="text/css" href="/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" />
- <script type="text/javascript" src="/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
- <!-- Add Media helper (this is optional) -->
- <script type="text/javascript" src="/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.5"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- /*
- * Simple image gallery. Uses default settings
- */
- $('.fancybox').fancybox();
- /*
- * Different effects
- */
- // Change title type, overlay closing speed
- $(".fancybox-effects-a").fancybox({
- helpers: {
- title : {
- type : 'outside'
- },
- overlay : {
- speedOut : 0
- }
- }
- });
- // Disable opening and closing animations, change title type
- $(".fancybox-effects-b").fancybox({
- openEffect : 'none',
- closeEffect : 'none',
- helpers : {
- title : {
- type : 'over'
- }
- }
- });
- // Set custom style, close if clicked, change title type and overlay color
- $(".fancybox-effects-c").fancybox({
- wrapCSS : 'fancybox-custom',
- closeClick : true,
- openEffect : 'none',
- helpers : {
- title : {
- type : 'inside'
- },
- overlay : {
- css : {
- 'background' : 'rgba(238,238,238,0.85)'
- }
- }
- }
- });
- // Remove padding, set opening and closing animations, close if clicked and disable overlay
- $(".fancybox-effects-d").fancybox({
- padding: 0,
- openEffect : 'elastic',
- openSpeed : 150,
- closeEffect : 'elastic',
- closeSpeed : 150,
- closeClick : true,
- helpers : {
- overlay : null
- }
- });
- /*
- * Button helper. Disable animations, hide close button, change title type and content
- */
- $('.fancybox-buttons').fancybox({
- openEffect : 'none',
- closeEffect : 'none',
- prevEffect : 'none',
- nextEffect : 'none',
- closeBtn : false,
- helpers : {
- title : {
- type : 'inside'
- },
- buttons : {}
- },
- afterLoad : function() {
- this.title = 'Image ' + (this.index + 1) + ' of ' + this.group.length + (this.title ? ' - ' + this.title : '');
- }
- });
- /*
- * Thumbnail helper. Disable animations, hide close button, arrows and slide to next gallery item if clicked
- */
- $('.fancybox-thumbs').fancybox({
- prevEffect : 'none',
- nextEffect : 'none',
- closeBtn : false,
- arrows : false,
- nextClick : true,
- helpers : {
- thumbs : {
- width : 50,
- height : 50
- }
- }
- });
- /*
- * Media helper. Group items, disable animations, hide arrows, enable media and button helpers.
- */
- $('.fancybox-media')
- .attr('rel', 'media-gallery')
- .fancybox({
- openEffect : 'none',
- closeEffect : 'none',
- prevEffect : 'none',
- nextEffect : 'none',
- arrows : false,
- helpers : {
- media : {},
- buttons : {}
- }
- });
- /*
- * Open manually
- */
- $("#fancybox-manual-a").click(function() {
- $.fancybox.open('1_b.jpg');
- });
- $("#fancybox-manual-b").click(function() {
- $.fancybox.open({
- href : 'iframe.html',
- type : 'iframe',
- padding : 5
- });
- });
- $("#fancybox-manual-c").click(function() {
- $.fancybox.open([
- {
- href : '1_b.jpg',
- title : 'My title'
- }, {
- href : '2_b.jpg',
- title : '2nd title'
- }, {
- href : '3_b.jpg'
- }
- ], {
- helpers : {
- thumbs : {
- width: 75,
- height: 50
- }
- }
- });
- });
- });
- </script>
- <style type="text/css">
- .fancybox-custom .fancybox-skin {
- box-shadow: 0 0 50px #222;
- }
- </style>
- </head>
- <?php
- //valores da pagina
- $current_page = "portfolio";
- ?>
- <body id="home">
- <?php
- include_once('header.php');
- ?>
- <div id="gildomusica_main_top"></div>
- <div id="gildomusica_main">
- <h2>Vídeos</h2>
- <br>
- <br>
- <?php
- //incluir o ficheiro de defini谥s deliga袯 ࡢd
- include_once('ligacaoBD.php');
- //construir a consulta
- $query="select * from videos ORDER BY Id_video DESC;";
- //depois de seleccionado o registo, vamos mostrar os dados
- $resultado=mysql_query($query,$ligacao) or die("Não é possivel aceder aos dados!");
- $n_elementos=mysql_num_rows($resultado);
- //mostrar os dados
- if(($n_elementos=mysql_num_rows($resultado))==0)
- echo "Não existem registos na Base de Dados";
- else
- {
- //tabela
- echo '<table id="box-table-a" width=?"100%" cellpadding=?"0" cellspacing=?"0" border=?"1" align=?"center">';
- //cabeçalho da tabela
- echo '<thead>
- <tr>
- <th scope="col">#</th>
- <th scope="col">Nome</th>
- </tr>
- </thead>
- <tbody>';
- }
- //desenhar linhas
- for($i=0;$i<$n_elementos;$i++)
- {
- $id_file=$i+1;
- echo '<tbody>
- <tr>';
- echo "<td>$id_file</td>";
- echo "<td> <a class=\"fancybox-media\" href=".mysql_result($resultado,$i,'url_video')." >".mysql_result($resultado,$i,'titulo_video')." </a></td>";
- echo "</tr>";
- }
- //fechar tabela
- echo "</tbody> </table>";
- ?>
- <div class="cleaner"></div>
- </div> <!-- END of main -->
- <?php
- include_once('footer.php');
- ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment