Skip to content

Commit 4ebfa77

Browse files
committed
Project added
0 parents  commit 4ebfa77

File tree

153 files changed

+5571
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+5571
-0
lines changed

Database/db.sql

+206
Large diffs are not rendered by default.

account-info.php

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
$title = "اطلاعات حساب کاربری";
3+
include "inc/header.php" ?>
4+
<?php include "inc/account-info.php"; ?>
5+
<?php include "inc/footer.php" ?>

admin/add_book.php

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
$title = 'افزودن کتاب';
3+
include "inc/header.php"; ?>
4+
<?php include "inc/add_book.php"?>
5+
<?php include "inc/footer.php" ?>

admin/add_category.php

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
$title = "افزودن دسته بندی";
3+
include "inc/header.php"; ?>
4+
<?php include "inc/add_category.php"; ?>
5+
<?php include "inc/footer.php" ?>

admin/add_reservation.php

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
$title = "امانت دادن دستی کتاب";
3+
include "inc/header.php"; ?>
4+
<?php include "inc/add_reservation.php"; ?>
5+
<?php include "inc/footer.php" ?>

admin/assets/css/font.css

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
@font-face {
2+
font-family: IRANSans;
3+
font-style: normal;
4+
font-weight: 900;
5+
src: url('../fonts/eot/IRANSansWeb_Black.eot');
6+
src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
7+
}
8+
9+
@font-face {
10+
font-family: IRANSans;
11+
font-style: normal;
12+
font-weight: bold;
13+
src: url('../fonts/eot/IRANSansWeb_Bold.eot');
14+
src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
15+
}
16+
17+
@font-face {
18+
font-family: IRANSans;
19+
font-style: normal;
20+
font-weight: 500;
21+
src: url('../fonts/eot/IRANSansWeb_Medium.eot');
22+
src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
23+
}
24+
25+
@font-face {
26+
font-family: IRANSans;
27+
font-style: normal;
28+
font-weight: 300;
29+
src: url('../fonts/eot/IRANSansWeb_Light.eot');
30+
src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
31+
}
32+
33+
@font-face {
34+
font-family: IRANSans;
35+
font-style: normal;
36+
font-weight: 200;
37+
src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
38+
src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
39+
}
40+
41+
@font-face {
42+
font-family: IRANSans;
43+
font-style: normal;
44+
font-weight: normal;
45+
src: url('../fonts/eot/IRANSansWeb.eot');
46+
src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
47+
}

0 commit comments

Comments
 (0)