diff --git a/header.php b/header.php index 0d5fe5f..587a240 100644 --- a/header.php +++ b/header.php @@ -15,6 +15,8 @@ + + diff --git a/js/app.js b/js/app.js index 87eb2ff..1d5cac3 100644 --- a/js/app.js +++ b/js/app.js @@ -97,6 +97,13 @@ $(document).ready(function(){ $(window).scroll(function(e){ parallax(); + }); + $('.sl-country').select2({ + ajax: { + url: 'js/countries.php', + dataType: 'json' + } + }); //loadFragments(); routeMenu(); @@ -140,6 +147,11 @@ $(document).ready(function(){ }); } }); + $("#txtbda,#txteda").datepicker({ + showOtherMonths: true, + selectOtherMonths: true + }); + $("#roomtype").select2(); $("#detallefinan").hide(); $("#detallefinan textarea").val(""); var finan; diff --git a/js/countries.php b/js/countries.php new file mode 100644 index 0000000..1e97234 --- /dev/null +++ b/js/countries.php @@ -0,0 +1,979 @@ + \ No newline at end of file diff --git a/registration.php b/registration.php index 2670971..645a423 100644 --- a/registration.php +++ b/registration.php @@ -1,130 +1,121 @@ + +
-
-

Registrarse

+
+

Registration

- +
- +
- +
- +
- -
- +
+
-
-
- - - -
- - -
+
-
- - - -
+
+ +
+ +
+
+ +
+ +
+ type="text">
- -
- -
-
-
- -
- -
-
-
- + +
+ +
+
+
+
- +
- +
-
-
- - -
+
- +
- + +
+
+ +
+ +
+
-
+
+
+ + +
+
+ + +
+
+
+ +
+ + +
+
+
+ + +
+ +
+ +
+
+ +
+ +
+
@@ -134,10 +125,10 @@
-
+
-
+
@@ -171,5 +162,5 @@
-->
- - \ No newline at end of file + + diff --git a/style/style.css b/style/style.css index 9e3e2f1..d391b3c 100644 --- a/style/style.css +++ b/style/style.css @@ -352,7 +352,9 @@ div.interest-links h4 a{ padding: 0 0 4px 0; } - +#registerform .control-label{ + text-align: left; +} .form_settings span { float: left; width: 100px;