Se realiza el formulario de inscripcion, tiene detalles:
Selector de Paises cargando de una lista local en json, hay que corregirle detalles.
This commit is contained in:
parent
9027d16b69
commit
619a1e73b5
@ -15,6 +15,8 @@
|
|||||||
|
|
||||||
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
|
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
|
||||||
<script type="text/javascript" src="js/fullcalendar/lib/jquery-ui.min.js"></script>
|
<script type="text/javascript" src="js/fullcalendar/lib/jquery-ui.min.js"></script>
|
||||||
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||||
|
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||||
<script src="https://www.google.com/recaptcha/api.js?hl=es" async defer></script>
|
<script src="https://www.google.com/recaptcha/api.js?hl=es" async defer></script>
|
||||||
|
|
||||||
|
12
js/app.js
12
js/app.js
@ -97,6 +97,13 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
$(window).scroll(function(e){
|
$(window).scroll(function(e){
|
||||||
parallax();
|
parallax();
|
||||||
|
});
|
||||||
|
$('.sl-country').select2({
|
||||||
|
ajax: {
|
||||||
|
url: 'js/countries.php',
|
||||||
|
dataType: 'json'
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
//loadFragments();
|
//loadFragments();
|
||||||
routeMenu();
|
routeMenu();
|
||||||
@ -140,6 +147,11 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
$("#txtbda,#txteda").datepicker({
|
||||||
|
showOtherMonths: true,
|
||||||
|
selectOtherMonths: true
|
||||||
|
});
|
||||||
|
$("#roomtype").select2();
|
||||||
$("#detallefinan").hide();
|
$("#detallefinan").hide();
|
||||||
$("#detallefinan textarea").val("");
|
$("#detallefinan textarea").val("");
|
||||||
var finan;
|
var finan;
|
||||||
|
979
js/countries.php
Normal file
979
js/countries.php
Normal file
@ -0,0 +1,979 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
echo '{
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"text": "Afghanistan",
|
||||||
|
"id": "AF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Åland Islands",
|
||||||
|
"id": "AX"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Albania",
|
||||||
|
"id": "AL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Algeria",
|
||||||
|
"id": "DZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "American Samoa",
|
||||||
|
"id": "AS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "AndorrA",
|
||||||
|
"id": "AD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Angola",
|
||||||
|
"id": "AO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Anguilla",
|
||||||
|
"id": "AI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Antarctica",
|
||||||
|
"id": "AQ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Antigua and Barbuda",
|
||||||
|
"id": "AG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Argentina",
|
||||||
|
"id": "AR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Armenia",
|
||||||
|
"id": "AM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Aruba",
|
||||||
|
"id": "AW"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Australia",
|
||||||
|
"id": "AU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Austria",
|
||||||
|
"id": "AT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Azerbaijan",
|
||||||
|
"id": "AZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Bahamas",
|
||||||
|
"id": "BS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Bahrain",
|
||||||
|
"id": "BH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Bangladesh",
|
||||||
|
"id": "BD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Barbados",
|
||||||
|
"id": "BB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Belarus",
|
||||||
|
"id": "BY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Belgium",
|
||||||
|
"id": "BE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Belize",
|
||||||
|
"id": "BZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Benin",
|
||||||
|
"id": "BJ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Bermuda",
|
||||||
|
"id": "BM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Bhutan",
|
||||||
|
"id": "BT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Bolivia",
|
||||||
|
"id": "BO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Bosnia and Herzegovina",
|
||||||
|
"id": "BA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Botswana",
|
||||||
|
"id": "BW"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Bouvet Island",
|
||||||
|
"id": "BV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Brazil",
|
||||||
|
"id": "BR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "British Indian Ocean Territory",
|
||||||
|
"id": "IO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Brunei Darussalam",
|
||||||
|
"id": "BN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Bulgaria",
|
||||||
|
"id": "BG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Burkina Faso",
|
||||||
|
"id": "BF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Burundi",
|
||||||
|
"id": "BI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Cambodia",
|
||||||
|
"id": "KH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Cameroon",
|
||||||
|
"id": "CM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Canada",
|
||||||
|
"id": "CA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Cape Verde",
|
||||||
|
"id": "CV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Cayman Islands",
|
||||||
|
"id": "KY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Central African Republic",
|
||||||
|
"id": "CF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Chad",
|
||||||
|
"id": "TD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Chile",
|
||||||
|
"id": "CL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "China",
|
||||||
|
"id": "CN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Christmas Island",
|
||||||
|
"id": "CX"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Cocos (Keeling) Islands",
|
||||||
|
"id": "CC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Colombia",
|
||||||
|
"id": "CO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Comoros",
|
||||||
|
"id": "KM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Congo",
|
||||||
|
"id": "CG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Congo, The Democratic Republic of the",
|
||||||
|
"id": "CD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Cook Islands",
|
||||||
|
"id": "CK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Costa Rica",
|
||||||
|
"id": "CR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Cote D\"Ivoire",
|
||||||
|
"id": "CI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Croatia",
|
||||||
|
"id": "HR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Cuba",
|
||||||
|
"id": "CU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Cyprus",
|
||||||
|
"id": "CY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Czech Republic",
|
||||||
|
"id": "CZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Denmark",
|
||||||
|
"id": "DK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Djibouti",
|
||||||
|
"id": "DJ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Dominica",
|
||||||
|
"id": "DM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Dominican Republic",
|
||||||
|
"id": "DO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Ecuador",
|
||||||
|
"id": "EC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Egypt",
|
||||||
|
"id": "EG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "El Salvador",
|
||||||
|
"id": "SV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Equatorial Guinea",
|
||||||
|
"id": "GQ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Eritrea",
|
||||||
|
"id": "ER"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Estonia",
|
||||||
|
"id": "EE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Ethiopia",
|
||||||
|
"id": "ET"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Falkland Islands (Malvinas)",
|
||||||
|
"id": "FK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Faroe Islands",
|
||||||
|
"id": "FO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Fiji",
|
||||||
|
"id": "FJ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Finland",
|
||||||
|
"id": "FI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "France",
|
||||||
|
"id": "FR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "French Guiana",
|
||||||
|
"id": "GF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "French Polynesia",
|
||||||
|
"id": "PF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "French Southern Territories",
|
||||||
|
"id": "TF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Gabon",
|
||||||
|
"id": "GA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Gambia",
|
||||||
|
"id": "GM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Georgia",
|
||||||
|
"id": "GE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Germany",
|
||||||
|
"id": "DE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Ghana",
|
||||||
|
"id": "GH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Gibraltar",
|
||||||
|
"id": "GI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Greece",
|
||||||
|
"id": "GR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Greenland",
|
||||||
|
"id": "GL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Grenada",
|
||||||
|
"id": "GD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Guadeloupe",
|
||||||
|
"id": "GP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Guam",
|
||||||
|
"id": "GU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Guatemala",
|
||||||
|
"id": "GT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Guernsey",
|
||||||
|
"id": "GG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Guinea",
|
||||||
|
"id": "GN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Guinea-Bissau",
|
||||||
|
"id": "GW"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Guyana",
|
||||||
|
"id": "GY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Haiti",
|
||||||
|
"id": "HT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Heard Island and Mcdonald Islands",
|
||||||
|
"id": "HM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Holy See (Vatican City State)",
|
||||||
|
"id": "VA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Honduras",
|
||||||
|
"id": "HN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Hong Kong",
|
||||||
|
"id": "HK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Hungary",
|
||||||
|
"id": "HU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Iceland",
|
||||||
|
"id": "IS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "India",
|
||||||
|
"id": "IN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Indonesia",
|
||||||
|
"id": "ID"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Iran, Islamic Republic Of",
|
||||||
|
"id": "IR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Iraq",
|
||||||
|
"id": "IQ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Ireland",
|
||||||
|
"id": "IE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Isle of Man",
|
||||||
|
"id": "IM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Israel",
|
||||||
|
"id": "IL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Italy",
|
||||||
|
"id": "IT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Jamaica",
|
||||||
|
"id": "JM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Japan",
|
||||||
|
"id": "JP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Jersey",
|
||||||
|
"id": "JE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Jordan",
|
||||||
|
"id": "JO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Kazakhstan",
|
||||||
|
"id": "KZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Kenya",
|
||||||
|
"id": "KE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Kiribati",
|
||||||
|
"id": "KI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Korea, Democratic People\"S Republic of",
|
||||||
|
"id": "KP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Korea, Republic of",
|
||||||
|
"id": "KR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Kuwait",
|
||||||
|
"id": "KW"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Kyrgyzstan",
|
||||||
|
"id": "KG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Lao People\"S Democratic Republic",
|
||||||
|
"id": "LA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Latvia",
|
||||||
|
"id": "LV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Lebanon",
|
||||||
|
"id": "LB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Lesotho",
|
||||||
|
"id": "LS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Liberia",
|
||||||
|
"id": "LR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Libyan Arab Jamahiriya",
|
||||||
|
"id": "LY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Liechtenstein",
|
||||||
|
"id": "LI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Lithuania",
|
||||||
|
"id": "LT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Luxembourg",
|
||||||
|
"id": "LU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Macao",
|
||||||
|
"id": "MO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Macedonia, The Former Yugoslav Republic of",
|
||||||
|
"id": "MK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Madagascar",
|
||||||
|
"id": "MG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Malawi",
|
||||||
|
"id": "MW"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Malaysia",
|
||||||
|
"id": "MY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Maldives",
|
||||||
|
"id": "MV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Mali",
|
||||||
|
"id": "ML"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Malta",
|
||||||
|
"id": "MT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Marshall Islands",
|
||||||
|
"id": "MH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Martinique",
|
||||||
|
"id": "MQ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Mauritania",
|
||||||
|
"id": "MR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Mauritius",
|
||||||
|
"id": "MU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Mayotte",
|
||||||
|
"id": "YT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Mexico",
|
||||||
|
"id": "MX"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Micronesia, Federated States of",
|
||||||
|
"id": "FM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Moldova, Republic of",
|
||||||
|
"id": "MD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Monaco",
|
||||||
|
"id": "MC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Mongolia",
|
||||||
|
"id": "MN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Montserrat",
|
||||||
|
"id": "MS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Morocco",
|
||||||
|
"id": "MA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Mozambique",
|
||||||
|
"id": "MZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Myanmar",
|
||||||
|
"id": "MM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Namibia",
|
||||||
|
"id": "NA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Nauru",
|
||||||
|
"id": "NR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Nepal",
|
||||||
|
"id": "NP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Netherlands",
|
||||||
|
"id": "NL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Netherlands Antilles",
|
||||||
|
"id": "AN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "New Caledonia",
|
||||||
|
"id": "NC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "New Zealand",
|
||||||
|
"id": "NZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Nicaragua",
|
||||||
|
"id": "NI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Niger",
|
||||||
|
"id": "NE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Nigeria",
|
||||||
|
"id": "NG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Niue",
|
||||||
|
"id": "NU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Norfolk Island",
|
||||||
|
"id": "NF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Northern Mariana Islands",
|
||||||
|
"id": "MP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Norway",
|
||||||
|
"id": "NO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Oman",
|
||||||
|
"id": "OM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Pakistan",
|
||||||
|
"id": "PK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Palau",
|
||||||
|
"id": "PW"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Palestinian Territory, Occupied",
|
||||||
|
"id": "PS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Panama",
|
||||||
|
"id": "PA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Papua New Guinea",
|
||||||
|
"id": "PG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Paraguay",
|
||||||
|
"id": "PY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Peru",
|
||||||
|
"id": "PE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Philippines",
|
||||||
|
"id": "PH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Pitcairn",
|
||||||
|
"id": "PN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Poland",
|
||||||
|
"id": "PL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Portugal",
|
||||||
|
"id": "PT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Puerto Rico",
|
||||||
|
"id": "PR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Qatar",
|
||||||
|
"id": "QA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Reunion",
|
||||||
|
"id": "RE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Romania",
|
||||||
|
"id": "RO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Russian Federation",
|
||||||
|
"id": "RU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "RWANDA",
|
||||||
|
"id": "RW"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Saint Helena",
|
||||||
|
"id": "SH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Saint Kitts and Nevis",
|
||||||
|
"id": "KN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Saint Lucia",
|
||||||
|
"id": "LC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Saint Pierre and Miquelon",
|
||||||
|
"id": "PM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Saint Vincent and the Grenadines",
|
||||||
|
"id": "VC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Samoa",
|
||||||
|
"id": "WS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "San Marino",
|
||||||
|
"id": "SM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Sao Tome and Principe",
|
||||||
|
"id": "ST"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Saudi Arabia",
|
||||||
|
"id": "SA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Senegal",
|
||||||
|
"id": "SN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Serbia and Montenegro",
|
||||||
|
"id": "CS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Seychelles",
|
||||||
|
"id": "SC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Sierra Leone",
|
||||||
|
"id": "SL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Singapore",
|
||||||
|
"id": "SG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Slovakia",
|
||||||
|
"id": "SK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Slovenia",
|
||||||
|
"id": "SI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Solomon Islands",
|
||||||
|
"id": "SB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Somalia",
|
||||||
|
"id": "SO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "South Africa",
|
||||||
|
"id": "ZA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "South Georgia and the South Sandwich Islands",
|
||||||
|
"id": "GS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Spain",
|
||||||
|
"id": "ES"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Sri Lanka",
|
||||||
|
"id": "LK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Sudan",
|
||||||
|
"id": "SD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Suriname",
|
||||||
|
"id": "SR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Svalbard and Jan Mayen",
|
||||||
|
"id": "SJ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Swaziland",
|
||||||
|
"id": "SZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Sweden",
|
||||||
|
"id": "SE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Switzerland",
|
||||||
|
"id": "CH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Syrian Arab Republic",
|
||||||
|
"id": "SY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Taiwan, Province of China",
|
||||||
|
"id": "TW"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Tajikistan",
|
||||||
|
"id": "TJ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Tanzania, United Republic of",
|
||||||
|
"id": "TZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Thailand",
|
||||||
|
"id": "TH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Timor-Leste",
|
||||||
|
"id": "TL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Togo",
|
||||||
|
"id": "TG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Tokelau",
|
||||||
|
"id": "TK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Tonga",
|
||||||
|
"id": "TO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Trinidad and Tobago",
|
||||||
|
"id": "TT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Tunisia",
|
||||||
|
"id": "TN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Turkey",
|
||||||
|
"id": "TR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Turkmenistan",
|
||||||
|
"id": "TM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Turks and Caicos Islands",
|
||||||
|
"id": "TC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Tuvalu",
|
||||||
|
"id": "TV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Uganda",
|
||||||
|
"id": "UG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Ukraine",
|
||||||
|
"id": "UA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "United Arab Emirates",
|
||||||
|
"id": "AE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "United Kingdom",
|
||||||
|
"id": "GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "United States",
|
||||||
|
"id": "US"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "United States Minor Outlying Islands",
|
||||||
|
"id": "UM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Uruguay",
|
||||||
|
"id": "UY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Uzbekistan",
|
||||||
|
"id": "UZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Vanuatu",
|
||||||
|
"id": "VU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Venezuela",
|
||||||
|
"id": "VE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Viet Nam",
|
||||||
|
"id": "VN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Virgin Islands, British",
|
||||||
|
"id": "VG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Virgin Islands, U.S.",
|
||||||
|
"id": "VI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Wallis and Futuna",
|
||||||
|
"id": "WF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Western Sahara",
|
||||||
|
"id": "EH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Yemen",
|
||||||
|
"id": "YE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Zambia",
|
||||||
|
"id": "ZM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Zimbabwe",
|
||||||
|
"id": "ZW"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}';
|
||||||
|
?>
|
189
registration.php
189
registration.php
@ -1,130 +1,121 @@
|
|||||||
<?php include_once 'header.php'; ?>
|
<?php include_once 'header.php'; ?>
|
||||||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css" rel="stylesheet" />
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js"></script>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="content" class="col-xs-12 col-sm-8">
|
<div id="content" class="col-xs-12 col-sm-12">
|
||||||
<h1>Registrarse</h1>
|
<h1>Registration</h1>
|
||||||
|
|
||||||
<form id="registerform" action="register.php" method="post" class="form-horizontal">
|
<form id="registerform" action="register.php" method="post" class="form-horizontal">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-2" for="txtnombre">Nombre:</label>
|
<label class="control-label col-sm-3" for="txtnombre">First Name:</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input id="txtnombre" class="form-control" name="nombre"
|
<input id="txtnombre" class="form-control" name="nombre"
|
||||||
placeholder="Juan" type="text" pattern="^[a-zA-Z][a-zA-Z\s\-.'`áéíóú]*[a-zA-Z]$" required>
|
type="text" pattern="^[a-zA-Z][a-zA-Z\s\-.'`áéíóú]*[a-zA-Z]$" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-2" for="txtapellido">Apellido:</label>
|
<label class="control-label col-sm-3" for="txtapellido">Last Name:</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input id="txtapellido" class="form-control" name="apellido"
|
<input id="txtapellido" class="form-control" name="apellido"
|
||||||
placeholder="Perez" type="text" pattern="^[a-zA-Z][a-zA-Z\s\-.'`áéíóú]*[a-zA-Z]$" required>
|
type="text" pattern="^[a-zA-Z][a-zA-Z\s\-.'`áéíóú]*[a-zA-Z]$" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Selector de Documento mas nro-->
|
<div class="form-group">
|
||||||
<div class="form-group row">
|
<label class="control-label col-sm-3" for="txtprof">Title:</label>
|
||||||
<label class="col-sm-2 control-label" for="txtdocnro">Documento:</label>
|
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<div class="input-group">
|
<input id="txttitle" class="form-control" name="titulo"
|
||||||
<div class="input-group-btn">
|
placeholder="Professor, Post Doc, Grad Student(1st year, 2nd year, etc..)" type="text">
|
||||||
<button id="btntipodoc" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Tipo <span class="caret"></span></button>
|
|
||||||
<ul id="tipodoc" class="dropdown-menu">
|
|
||||||
<li><a href="#">C.I.</a></li>
|
|
||||||
<li><a href="#">Otro</a></li>
|
|
||||||
</ul>
|
|
||||||
<input id="txttipodoc" name="doctype" type="hidden">
|
|
||||||
</div><!-- /btn-group -->
|
|
||||||
|
|
||||||
<input id="txtdocnro" name="docnro" class="form-control"
|
|
||||||
placeholder="Seleccione Tipo de Documento..." type="text" required>
|
|
||||||
</div><!-- /input-group -->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group row">
|
<div class="form-group">
|
||||||
<label class="col-sm-2 control-label" for="txtdir">Pais:</label>
|
<label class="control-label col-sm-3" for="txtprof">Affiliation:</label>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-8">
|
||||||
<button id="btnpais" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pais <span class="caret"></span></button>
|
<input id="txtaffiliation" class="form-control" name="afiliciacion"
|
||||||
<ul id="lstpais" class="dropdown-menu">
|
placeholder="Which university or organization" type="text">
|
||||||
<li><a href="#">Uruguay</a></li>
|
</div>
|
||||||
<li><a href="#">Alemania</a></li>
|
</div>
|
||||||
<li><a href="#">Austria</a></li>
|
|
||||||
<li><a href="#">Argentina</a></li>
|
<div class="form-group">
|
||||||
<li><a href="#">Bolivia</a></li>
|
<label class="col-sm-3 control-label" for="txtciudad">City:</label>
|
||||||
<li><a href="#">Brasil</a></li>
|
<div class="col-sm-8">
|
||||||
<li><a href="#">Canadá</a></li>
|
|
||||||
<li><a href="#">Chile</a></li>
|
|
||||||
<li><a href="#">Colombia</a></li>
|
|
||||||
<li><a href="#">Ecuador</a></li>
|
|
||||||
<li><a href="#">España</a></li>
|
|
||||||
<li><a href="#">Estados Unidos</a></li>
|
|
||||||
<li><a href="#">Francia</a></li>
|
|
||||||
<li><a href="#">Inglaterra</a></li>
|
|
||||||
<li><a href="#">Italia</a></li>
|
|
||||||
<li><a href="#">México</a></li>
|
|
||||||
<li><a href="#">Paraguay</a></li>
|
|
||||||
<li><a href="#">Perú</a></li>
|
|
||||||
<li><a href="#">Suiza</a></li>
|
|
||||||
<li><a href="#">Venezuela</a></li>
|
|
||||||
<li><a href="#">Otro</a></li>
|
|
||||||
</ul>
|
|
||||||
<input id="txtpais" name="pais" type="hidden">
|
|
||||||
</div>
|
|
||||||
<label class="col-sm-2 control-label" for="txtciudad">Ciudad:</label>
|
|
||||||
<div class="col-sm-4">
|
|
||||||
<input id="txtciudad" name="ciudad" class="form-control"
|
<input id="txtciudad" name="ciudad" class="form-control"
|
||||||
placeholder="Montevideo" type="text" required>
|
type="text">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-2" for="txtdir">Dirección:</label>
|
<label class="col-sm-3 control-label" for="txtpais">Country:</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input id="txtdir" class="form-control" name="dir"
|
<input id="txtpais" name="pais" type="text" class="form-control">
|
||||||
placeholder="18 de Julio 1432 apto 302" type="text" required>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="form-group">
|
||||||
<div class="form-group">
|
<label class="control-label col-sm-3" for="txtmail">Email:</label>
|
||||||
<label class="control-label col-sm-2" for="txttel">Teléfono:</label>
|
|
||||||
<div class="col-sm-8">
|
|
||||||
<input id="txttel" class="form-control" name="tel"
|
|
||||||
placeholder="099123456" type="text" required>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label class="control-label col-sm-2" for="txtmail">Email:</label>
|
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input id="txtmail" class="form-control" name="email"
|
<input id="txtmail" class="form-control" name="email"
|
||||||
placeholder="mail@example.com" type="email" required>
|
placeholder="mail@example.com" type="email" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-2" for="txtprof">Profesión:</label>
|
<label class="control-label col-sm-3" for="txtbda">Beginning date attending:</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input id="txtprof" class="form-control" name="profesion"
|
<input id="txtbda" class="form-control" name="bda">
|
||||||
placeholder="Profesor, Docente o Estudiante, etc" type="text" pattern="[a-zA-Z]*" required>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group row">
|
|
||||||
<label class="col-sm-2 control-label" for="btntrabaja">Sector:</label>
|
|
||||||
<div class="col-sm-8">
|
|
||||||
<button id="btntrabaja" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Seleccione <span class="caret"></span></button>
|
|
||||||
<ul id="lsttrabaja" class="dropdown-menu">
|
|
||||||
<li><a href="#">Primaria</a></li>
|
|
||||||
<li><a href="#">Secundaria</a></li>
|
|
||||||
<li><a href="#">Universidad</a></li>
|
|
||||||
<li><a href="#">UTU</a></li>
|
|
||||||
<li><a href="#">UTEC</a></li>
|
|
||||||
<li><a href="#">IPA/CERP</a></li>
|
|
||||||
<li><a href="#">Otros Privado</a></li>
|
|
||||||
<li><a href="#">Otros Público</a></li>
|
|
||||||
</ul>
|
|
||||||
<input id="txttrabaja" name="trabaja" type="hidden">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-2" for="sifinan">¿Necesita financiación?</label>
|
<label class="control-label col-sm-3" for="txteda">Ending date attending:</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<label class="radio-inline"><input id="sifinan" type="radio" name="financiacion" value="si">Sí</label>
|
<input id="txteda" class="form-control" name="eda">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label class="control-label col-sm-3" for="sifinan">
|
||||||
|
Are you asking for support from the conference? (we have submitted funding requests and hope to cover the housing for a shared room, but we cannot make a guarantee at this time)
|
||||||
|
</label>
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<label class="radio-inline"><input id="sifinan" type="radio" name="financiacion" value="si">Yes</label>
|
||||||
<label class="radio-inline"><input id="nofinan" type="radio" name="financiacion" value="no">No</label>
|
<label class="radio-inline"><input id="nofinan" type="radio" name="financiacion" value="no">No</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<!--requerido-->
|
||||||
|
<label class="control-label col-sm-3" for="invited">
|
||||||
|
Were you invited to participate in this conference?
|
||||||
|
</label>
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<label class="radio-inline"><input id="sifinan" type="radio" name="invited" value="si">Yes, I was previously invited</label><br/>
|
||||||
|
<label class="radio-inline"><input id="nofinan" type="radio" name="invited" value="no">No, I am applying(Registration committee will notifiy you if accepted)</label>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label class="control-label col-sm-3" for="invited">
|
||||||
|
Do you need a letter of invitation?
|
||||||
|
</label>
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<label class="radio-inline"><input id="sifinan" type="radio" name="letterinvited" value="si">Yes</label>
|
||||||
|
<label class="radio-inline"><input id="nofinan" type="radio" name="letterinvited" value="no">No</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<!-- es requerido -->
|
||||||
|
<label class="control-label col-sm-3" for="roomtype">Rooming Preference</label>
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<select id="roomtype" style="width:100px;">
|
||||||
|
<option value="shared">Shared</option>
|
||||||
|
<option value="private">Private</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label class="col-sm-3 control-label" for="txtroomate">Name of preferred roommate (if any)</label>
|
||||||
|
<div class="col-sm-8">
|
||||||
|
<input id="txtroomate" name="roomate" class="form-control"
|
||||||
|
type="text">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div id="detallefinan" class="form-group">
|
<div id="detallefinan" class="form-group">
|
||||||
<label class="control-label col-sm-2" for="txtfinan">Detalle estimación de costo:</label>
|
<label class="control-label col-sm-2" for="txtfinan">Detalle estimación de costo:</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
@ -134,10 +125,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="g-recaptcha col-sm-8 col-sm-offset-2" data-sitekey="6LeLxy4UAAAAALcrNXxcOiW1B3QgcfgZ6u4l52kZ" data-callback="onReturnCallback"></div>
|
<div class="g-recaptcha col-sm-8" data-sitekey="6LeLxy4UAAAAALcrNXxcOiW1B3QgcfgZ6u4l52kZ" data-callback="onReturnCallback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-8 col-sm-offset-2">
|
<div class="col-sm-8">
|
||||||
<button type="submit" class="btn-lg btn btn-primary">Registrar</button>
|
<button type="submit" class="btn-lg btn btn-primary">Registrar</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -171,5 +162,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>-->
|
</div>-->
|
||||||
</div>
|
</div>
|
||||||
<?php include_once 'sidebar.php'; ?>
|
<!--<?php include_once 'sidebar.php'; ?>-->
|
||||||
<?php include_once 'footer.php'; ?>
|
<?php include_once 'footer.php'; ?>
|
||||||
|
@ -352,7 +352,9 @@ div.interest-links h4 a{
|
|||||||
padding: 0 0 4px 0;
|
padding: 0 0 4px 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#registerform .control-label{
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
.form_settings span
|
.form_settings span
|
||||||
{ float: left;
|
{ float: left;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
Loading…
Reference in New Issue
Block a user