浏览代码

Salabojam ceļu šim projektamm

master
Vitalijss 5 年前
父节点
当前提交
6e2ef43725
共有 2 个文件被更改,包括 15 次插入7 次删除
  1. +8
    -0
      .gitignore
  2. +7
    -7
      include/head.php

+ 8
- 0
.gitignore 查看文件

@@ -0,0 +1,8 @@
include/db.php
uploads/*
uploads/
upload/*
upload/
phpmyadmin
phpmyadmin/
phpmyadmin/*

+ 7
- 7
include/head.php 查看文件

@@ -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>';

正在加载...
取消
保存

Powered by TurnKey Linux.