From d168f9d11b6ef3f4fc09b0ae992810b17c88ee0b Mon Sep 17 00:00:00 2001 From: Vitalijss Date: Sun, 25 Oct 2020 10:01:54 +0200 Subject: [PATCH] =?UTF-8?q?Izvediota=20re=C4=A3istr=C4=81cijas=20forma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 2 +- include/head.php | 53 ------------------------------ index.php | 85 +++++++++--------------------------------------- install.php | 2 +- login.php | 8 +++-- register.php | 53 ++++++++++++++++++++++++++++++ 6 files changed, 76 insertions(+), 127 deletions(-) delete mode 100755 include/head.php create mode 100644 register.php diff --git a/css/style.css b/css/style.css index 63c7927..65a03f4 100644 --- a/css/style.css +++ b/css/style.css @@ -47,7 +47,7 @@ body { height: 400px; position: absolute; left: 50%; - top: 50%; + top: 30%; margin-left: -150px; margin-top: -200px; } diff --git a/include/head.php b/include/head.php deleted file mode 100755 index ff4c586..0000000 --- a/include/head.php +++ /dev/null @@ -1,53 +0,0 @@ - - - -CV Market - - - - - - - - - -
- -
-

'; -?> \ No newline at end of file diff --git a/index.php b/index.php index 7c98a81..5a33841 100644 --- a/index.php +++ b/index.php @@ -1,74 +1,21 @@ + + -

CV market Indeks: visa veida meklēšana pēc dažādiem kritērijiem

-
- No: līdz:
-
- - -
-

Izvēlies Vēlamās prasmes

-
- - -'; -$tagsk=1; -$mekl_pr="SELECT * FROM tbTag"; -$mekl_pr_iz=mysqli_query($conn,$mekl_pr); -while($rezr=mysqli_fetch_assoc($mekl_pr_iz)) -{ - echo ''; - if($tagsk%3==0) - { - echo ''; - } - $tagsk++; -} -echo'
- -

-

- -
-
-
- - - -
-'; +//pārbaudām vai ir aktīva sesija! +require_once('include/check_session.php'); ?> - + +Rezervācija + + + + +
+

Esat sveicināts

+

Jūsu rezervācijas

+ +

Izveidot jaunu rezervāciju

+
' diff --git a/install.php b/install.php index 5655718..7b4c565 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@ -CV dbase +Rezervācija diff --git a/login.php b/login.php index 300cc98..ae840cb 100644 --- a/login.php +++ b/login.php @@ -5,7 +5,7 @@ -CV market +Market @@ -54,14 +54,16 @@ $(document).ready(function() {
- +
diff --git a/register.php b/register.php new file mode 100644 index 0000000..274ee98 --- /dev/null +++ b/register.php @@ -0,0 +1,53 @@ + + +W3.CSS + + + + + +
+

Reģistrēties

+ +
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+ +

+ +

+
+ + + \ No newline at end of file