|
@@ -1,7 +1,7 @@ |
|
|
<?php |
|
|
<?php |
|
|
//Fails kur glabājas visas kopīgās lietas: css,db,securitycheck,epasta headeri utt. |
|
|
//Fails kur glabājas visas kopīgās lietas: css,db,securitycheck,epasta headeri utt. |
|
|
|
|
|
|
|
|
include '/cvdbase/include/db.php'; |
|
|
|
|
|
|
|
|
include '/include/db.php'; |
|
|
//require '/include/phpmailer/phpmailerautoload.php'; //pievienošana php pasta vajadzībām |
|
|
//require '/include/phpmailer/phpmailerautoload.php'; //pievienošana php pasta vajadzībām |
|
|
|
|
|
|
|
|
//Nosakām, ka ir HTML5 faisl, ieviešam CSS lokālo versoiju un encoding uz UTF 8 |
|
|
//Nosakām, ka ir HTML5 faisl, ieviešam CSS lokālo versoiju un encoding uz UTF 8 |
|
@@ -11,7 +11,7 @@ echo '<!DOCTYPE html> |
|
|
<head> |
|
|
<head> |
|
|
<title>CV Market</title> |
|
|
<title>CV Market</title> |
|
|
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1"> |
|
|
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1"> |
|
|
<link rel="stylesheet" href="/cvdbase/include/css/w3.css"> |
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/include/css/w3.css"> |
|
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> |
|
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> |
|
|
<link rel="stylesheet" href="/resources/demos/style.css"> |
|
|
<link rel="stylesheet" href="/resources/demos/style.css"> |
|
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script> |
|
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script> |
|
@@ -42,11 +42,11 @@ $( function() { |
|
|
<body> |
|
|
<body> |
|
|
<div class="w3-top"> |
|
|
<div class="w3-top"> |
|
|
<div class="w3-bar w3-red"> |
|
|
<div class="w3-bar w3-red"> |
|
|
<a href="/cvdbase/index.php" class="w3-bar-item w3-button">Sākums</a> |
|
|
|
|
|
<a href="/cvdbase/persona.php" class="w3-bar-item w3-button">Personas</a> |
|
|
|
|
|
<!--<a href="/cvdbase/parrunas.php" class="w3-bar-item w3-button">Pārrunas</a>--> |
|
|
|
|
|
<a href="/cvdbase/admin.php" class="w3-bar-item w3-button">Administrēt</a> |
|
|
|
|
|
<a href="/cvdbase/logout.php" class="w3-bar-item w3-button">Iziet</a> |
|
|
|
|
|
|
|
|
<a href="/index.php" class="w3-bar-item w3-button">Sākums</a> |
|
|
|
|
|
<a href="/persona.php" class="w3-bar-item w3-button">Personas</a> |
|
|
|
|
|
<!--<a href="/parrunas.php" class="w3-bar-item w3-button">Pārrunas</a>--> |
|
|
|
|
|
<a href="/admin.php" class="w3-bar-item w3-button">Administrēt</a> |
|
|
|
|
|
<a href="/logout.php" class="w3-bar-item w3-button">Iziet</a> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<br><br>'; |
|
|
<br><br>'; |