Manual merge html from master

- Delete old files
- Re-estructure project dirs
This commit is contained in:
German Correa 2017-12-09 19:18:51 -03:00
parent 0752ec35ef
commit 9c11ba4d38
1361 changed files with 375 additions and 886 deletions

View File

@ -1,5 +0,0 @@
<?php include_once 'header.php';?>
<h1>pagina de include</h1>
<?php include_once 'footer.php';?>

View File

@ -1,3 +0,0 @@
[Trash Info]
Path=included.php
DeletionDate=2017-09-05T19:02:02

View File

@ -1,3 +0,0 @@
[Trash Info]
Path=sidebar.html
DeletionDate=2017-09-05T18:56:27

View File

@ -1,19 +1,33 @@
CREATE TABLE IF NOT EXISTS Registro CREATE TABLE IF NOT EXISTS Registro
( (
id INTEGER PRIMARY KEY AUTOINCREMENT, id INTEGER PRIMARY KEY AUTOINCREMENT,
nombre VARCHAR(50) NOT NULL, nombre VARCHAR(50) NOT NULL,
apellido VARCHAR(50) NOT NULL, apellido VARCHAR(50) NOT NULL,
titulo VARCHAR(50), titulo VARCHAR(50),
afiliacion VARCHAR(50), afiliacion VARCHAR(50),
ciudad VARCHAR(50), ciudad VARCHAR(50),
pais VARCHAR(50), pais VARCHAR(50),
email VARCHAR(80) NOT NULL UNIQUE, email VARCHAR(80) NOT NULL UNIQUE,
fechaLlegada DATE, fechaLlegada DATE,
fechaPartida DATE, fechaPartida DATE,
financiacion BOOLEAN NOT NULL, financiacion BOOLEAN NOT NULL,
invitado BOOLEAN NOT NULL, invitado BOOLEAN NOT NULL,
cartaInvitacion BOOLEAN NOT NULL, cartaInvitacion BOOLEAN NOT NULL,
roomingPref VARCHAR(50), roomingPref VARCHAR(50),
roommate VARCHAR(50), roommate VARCHAR(50),
fechaRegistro DATETIME NOT NULL fechaRegistro DATETIME NOT NULL
); );
CREATE TABLE IF NOT EXISTS Speakers
(
id INTEGER PRIMARY KEY AUTOINCREMENT,
nombre VARCHAR(50) NOT NULL,
apellido VARCHAR(50) NOT NULL,
afiliacion VARCHAR(50) NOT NULL,
foto VARCHAR(100)
);
INSERT INTO Speakers(nombre,apellido,afiliacion,foto)
VALUES('Jairo','Bochi','Universidad Católica de Chile','img/speakers/jariobochi.jpg');
INSERT INTO Speakers(nombre,apellido,afiliacion,foto)
VALUES('Christian','Bonatti','Université de Bourgogne','img/speakers/cbonatti.jpg');

View File

@ -1,5 +0,0 @@
<?php include_once 'header.php';?>
<h1>pagina de include</h1>
<?php include_once 'footer.php';?>

View File

@ -1,3 +0,0 @@
[Trash Info]
Path=included.php
DeletionDate=2017-09-05T19:02:02

View File

@ -1,3 +0,0 @@
[Trash Info]
Path=sidebar.html
DeletionDate=2017-09-05T18:56:27

3
public/.gitignore vendored
View File

@ -1,3 +0,0 @@
2021y22.csv
*.bak
bkp/*

View File

@ -1,25 +0,0 @@
<?php include_once 'header.php'; ?>
<!-- Full Calendar -->
<link rel='stylesheet' href='js/fullcalendar/fullcalendar.css' />
<link rel='stylesheet' href='js/fullcalendar/sched/scheduler.css' />
<script src="js/fullcalendar/lib/moment.min.js"></script>
<script src="js/fullcalendar/fullcalendar.js"></script>
<script src="js/fullcalendar/locale-all.js"></script>
<script type="text/javascript" src="js/fullcalendar/sched/scheduler.js"></script>
<script src="js/calprog.js"></script>
<div class="row">
<div id="content" class="col-xs-12 col-sm-8">
<div class="row">
<h1 id="welcome"><strong>Calendario</strong></h1>
<div id="calendario">
</div>
</div>
</div>
<?php include_once 'sidebar.php'; ?>
<?php include_once 'footer.php'; ?>

View File

@ -1,10 +0,0 @@
<?php
class Config {
/**
* path to the sqlite file
*/
const PATH_TO_SQLITE_FILE = 'db/ggdworkshop.db';
}

View File

@ -1,28 +0,0 @@
<?php
/**
* SQLite connnection
*/
class SQLiteConnection {
/**
* PDO instance
* @var type
*/
private $pdo;
/**
* return in instance of the PDO object that connects to the SQLite database
* @return \PDO
*/
public function connect() {
if ($this->pdo == null) {
try {
$this->pdo = new \PDO("sqlite:" . Config::PATH_TO_SQLITE_FILE);
} catch (\PDOException $e) {
// handle the exception here
}
}
return $this->pdo;
}
}
?>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<comment version="3.0">
<caption>La Rambla</caption>
<note>Vista al atardecer de La Rambla República del Perú en el borde costero de Montevideo, Uruguay.</note>
<place/>
<categories>
<category value="Borde"/>
<category value="Clouds"/>
<category value="Montevideo"/>
<category value="Rambla"/>
<category value="República del Perú"/>
<category value="Sky"/>
<category value="Uruguay"/>
<category value="costa"/>
<category value="long exposure"/>
<category value="río de la plata"/>
<category value="sea"/>
<category value="sunset"/>
</categories>
</comment>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 748 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 767 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

View File

@ -1,33 +0,0 @@
$(document).ready(function(){
$("#calendario").fullCalendar({
locale: 'es',
schedulerLicenseKey: 'CC-Attribution-NonCommercial-NoDerivatives',
defaultDate: '2017-12-21',
defaultView: 'agendaWeek',
visibleRange:{
start: '2017-12-21',
end: '2017-12-23'
},
allDaySlot: false,
minTime: "08:00:00",
maxTime: "22:00:00",
resources: [
{ id:"s1", title: "Salon 1"},
{ id:"s2", title: "Salon 2"},
],
events: [
{
id:"1",
resourceid: 's1',
title: "Charla Pedorra",
start: "2017-12-21T12:00",
end: "2017-12-21T13:00"
}
]
});
});

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Some files were not shown because too many files have changed in this diff Show More