No Description

insert.php 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?php
  2. include("conecta.php");
  3. ?>
  4. <!DOCTYPE html>
  5. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  6. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  7. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  8. <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  9. <head>
  10. <meta charset="utf-8">
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  12. <title>dato.pr</title>
  13. <meta name="viewport" content="width=device-width, initial-scale=1">
  14. <meta name="description" content="No" />
  15. <!-- Facebook and Twitter integration -->
  16. <meta property="og:title" content="" />
  17. <meta property="og:image" content="" />
  18. <meta property="og:url" content="" />
  19. <meta property="og:site_name" content="" />
  20. <meta property="og:description" content="" />
  21. <meta name="twitter:title" content="" />
  22. <meta name="twitter:image" content="" />
  23. <meta name="twitter:url" content="" />
  24. <meta name="twitter:card" content="" />
  25. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  26. <link rel="shortcut icon" href="favicon.ico">
  27. <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
  28. <!-- Animate.css -->
  29. <link rel="stylesheet" href="css/animate.css">
  30. <!-- Icomoon Icon Fonts-->
  31. <link rel="stylesheet" href="css/icomoon.css">
  32. <!-- Simple Line Icons -->
  33. <link rel="stylesheet" href="css/simple-line-icons.css">
  34. <!-- Bootstrap -->
  35. <link rel="stylesheet" href="css/bootstrap.css">
  36. <!-- Style -->
  37. <link rel="stylesheet" href="css/style.css">
  38. <!-- Modernizr JS -->
  39. <script src="js/modernizr-2.6.2.min.js"></script>
  40. <!-- FOR IE9 below -->
  41. <!--[if lt IE 9]>
  42. <script src="js/respond.min.js"></script>
  43. <![endif]-->
  44. </head>
  45. <body>
  46. <header role="banner" id="fh5co-header">
  47. <div class="fluid-container">
  48. <nav class="navbar navbar-default navbar-fixed-top js-fullheight">
  49. <div id="navbar" class="navbar-collapse js-fullheight">
  50. <ul class="nav navbar-nav navbar-left">
  51. <li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
  52. <li><a href="#" data-nav-section="services"><span>Services</span></a></li>
  53. </ul>
  54. </div>
  55. </nav>
  56. </div>
  57. </header>
  58. <section id="fh5co-home" data-section="home" style="background-image: url(images/project-5.jpg);">
  59. <div class="gradient"></div>
  60. <div class="container">
  61. <div class="text-wrap">
  62. <div class="text-inner">
  63. <div class="row">
  64. <div class="col-md-8 col-md-offset-2 text-center">
  65. <h1 style="color :white;" class="to-animate">dato.pr</h1>
  66. <h2 style="color :white;" class="to-animate">"Estudiando lo ambiguo e investigando lo desconocido."</h2>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. </section>
  73. <section id="fh5co-services" data-section="services">
  74. <div class="fh5co-services">
  75. <div class="container">
  76. <div class="row">
  77. <div class="col-md-12 section-heading text-center">
  78. <h2 class="to-animate">Articulos</h2>
  79. <div class="row">
  80. <div class="col-md-8 col-md-offset-2 subtext">
  81. <h3 class="to-animate"> Hablando sobre lo que importa. </h3>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. <div class="row">
  87. <div class="core-features">
  88. <div class="grid2">
  89. <div class="core-f">
  90. <div class="row">
  91. <div class="col-md-12">
  92. <form action="proc_inserta.php" method="POST" enctype="multipart/form-data">
  93. <div>
  94. <label for="Titulo"> Titulo </label>
  95. <br>
  96. <c><input type = "text" name = "Titulo" id = "in1" values = "Titulo" placeholder="Titulo"></c>
  97. </div>
  98. <br>
  99. <div>
  100. <label for="Fecha"> Fecha </label>
  101. <br>
  102. <c><input type = "text" name = "Fecha" id = "in1" values = "Fecha" placeholder=<?php echo date("Y-m-d")?>></c>
  103. </div>
  104. <br>
  105. <div>
  106. <label for="Tipo"> Tipo </label>
  107. <br>
  108. <c><input type = "text" name = "Tipo" id = "in1" values = "Tipo" placeholder = "null"></c>
  109. </div>
  110. <br>
  111. <div>
  112. <label for="file"> Text </label>
  113. <br>
  114. <c><input type = "file" name = "file" id = "file" ></c>
  115. </div>
  116. <br>
  117. <c><input type="submit" name="submit" values = "article"> Añadir </input></c>
  118. </form>
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. </section>
  128. <!-- jQuery -->
  129. <script src="js/jquery.min.js"></script>
  130. <!-- jQuery Easing -->
  131. <script src="js/jquery.easing.1.3.js"></script>
  132. <!-- Bootstrap -->
  133. <script src="js/bootstrap.min.js"></script>
  134. <!-- Waypoints -->
  135. <script src="js/jquery.waypoints.min.js"></script>
  136. <!-- Stellar Parallax -->
  137. <script src="js/jquery.stellar.min.js"></script>
  138. <!-- Counters -->
  139. <script src="js/jquery.countTo.js"></script>
  140. <!-- Main JS (Do not remove) -->
  141. <script src="js/main.js"></script>
  142. </body>
  143. </html>