forked from akbarbitaraf/NahjalBalagha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nahf.html
70 lines (56 loc) · 3.64 KB
/
nahf.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html dir="rtl" class="bluehtmlClass" id="nahfid">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="CSS/background.css">
<link rel="stylesheet" type="text/css" href="CSS/boxWrapper.css">
<link rel="stylesheet" type="text/css" href="CSS/boxTpes/boxGreen.css">
<link rel="stylesheet" type="text/css" href="CSS/boxTpes/boxBlue.css">
<link rel="stylesheet" type="text/css" href="CSS/boxTpes/boxGray.css">
<link rel="stylesheet" type="text/css" href="CSS/boxPosiotions/boxPosition.css">
<link rel="stylesheet" type="text/css" href="CSS/CssAnimation/boxCenterRight.css">
<link rel="stylesheet" type="text/css" href="CSS/readN.css">
<link rel="stylesheet" type="text/css" href="CSS/boxTpes/boxGreenReadN.css">
<link rel="stylesheet" type="text/css" href="CSS/boxTpes/boxBlueReadN.css">
<link rel="stylesheet" type="text/css" href="CSS/font/font.css">
<script src="libraries/jquery-2.1.1.min.js"></script>
<script src="script/boxFunctions/depth1/man.js"></script>
<script src="script/boxFunctions/depth1/shz.js"></script>
<script src="script/boxFunctions/depth1/kh.js"></script>
<script src="script/boxFunctions/depth2/akh.js"></script>
<script src="script/boxFunctions/depth2/kht.js"></script>
<script src="script/boxFunctions/depth3/arz.js"></script>
<script src="script/makeelementFunctions/TextCreator.js"></script>
<script src="script/makeelementFunctions/findstart.js"></script>
<script src="script/makeelementFunctions/findend.js"></script>
<script src="script/makeelementFunctions/headerreadN.js"></script>
<script src="script/makeelementFunctions/TextProcessingreadN.js"></script>
<script src="script/firstWorks.js"></script>
<script src="script/boxBehaviors/fadeoutAndHideBoxJquary.js"></script>
<script src="script/boxBehaviors/fadeinAndShowBoxJquary.js"></script>
<script src="script/boxBehaviors/movetoCenter.js"></script>
<script src="script/boxBehaviors/FadeHover.js"></script>
<script src="script/boxBehaviors/FadeOut.js"></script>
<script src="script/boxBehaviors/downAppearbox.js"></script>
<title>Nahj al-Ali</title>
</head>
<body>
<a href="#" id="shz" class="boxshz boxGreen boxpositiontypeAb " onclick="shz(this.id)">شرح زندگی</a>
<a href="#" id="shh" class="boxshh boxGreen boxpositiontypeAb " onclick="clearandlive(this.id)">شرح حکومت</a>
<a href="#" id="kh" class="boxkh boxGreen boxpositiontypeAb " onclick="kh(this.id)">خطبه ها</a>
<a href="#" id="na" class="boxna boxGreen boxpositiontypeAb " onclick="clearandlive(this.id)">نامه ها</a>
<a href="#" id="man" class="boxman boxGreen boxpositiontypeAb " onclick="man(this.id)">معارف</a>
<a href="#" id="hk" class="boxhk boxGreen boxpositiontypeAb " onclick="clearandlive(this.id)">حکمت ها</a>
<a href="#" id="akh" class="" onclick="akh(this.id)">اخلاق</a>
<a href="#" id="hes" class="" onclick="hes(this.id)">حکومت اسلامی</a>
<a href="#" id="mkh" class="">مخلوقات</a>
<a href="#" id="tkh" class="">تاریخ</a>
<a href="#" id="sst" class="">سیاست</a>
<a href="#" id="arz" class="" onclick="arz(this.id)">آرزوهای خوب و بد</a>
<a href="#" id="kht1" class="" onclick="kht(this.id)">خطبه اول</a>
<iframe id="readNPID" class="readNP" src="readN.html"></iframe>
</body>
<script type="text/javascript">
firstwork();
</script>
</html>