1+ <!doctype html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="utf-8 ">
6+ < title > Adminity - 403 Error</ title >
7+ < link rel ="shortcut icon " href ="favicon.gif ">
8+ <!---CSS Files-->
9+ < link rel ="stylesheet " href ="css/master.css ">
10+ <!---jQuery Files-->
11+ < script src ="js/jquery-1.7.1.min.js "> </ script >
12+ < script src ="js/jquery-ui-1.8.17.min.js "> </ script >
13+ < script src ="js/styler.js "> </ script >
14+ < script src ="js/jquery.tipTip.js "> </ script >
15+ < script src ="js/colorpicker.js "> </ script >
16+ < script src ="js/sticky.full.js "> </ script >
17+ < script src ="js/global.js "> </ script >
18+ <!---Fonts-->
19+ < link href ='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700 ' rel ='stylesheet ' type ='text/css '>
20+ <!--[if lt IE 9]>
21+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
22+ <![endif]-->
23+ </ head >
24+ < body >
25+
26+ <!--- HEADER -->
27+
28+ < div class ="header ">
29+ < a href ="dashboard.html "> < img src ="img/logo.png " alt ="Logo " /> </ a >
30+ < div class ="styler ">
31+ < ul class ="styler-show ">
32+ < li > < div id ="colorSelector-top-bar "> </ div > </ li >
33+ < li > < div id ="colorSelector-box-head "> </ div > </ li >
34+ </ ul >
35+ </ div >
36+ </ div >
37+
38+ < div class ="top-bar ">
39+ < ul id ="nav ">
40+ < li id ="user-panel ">
41+ < img src ="img/nav/usr-avatar.jpg " id ="usr-avatar " alt ="" />
42+ < div id ="usr-info ">
43+ < p id ="usr-name "> Welcome back, Michael.</ p >
44+ < p id ="usr-notif "> You have 6 notifications. < a href ="# "> View</ a > </ p >
45+ < p > < a href ="# "> Preferences</ a > < a href ="# "> Profile</ a > < a href ="index.html "> Log out</ a > </ p >
46+ </ div >
47+ </ li >
48+ < li >
49+ < ul id ="top-nav ">
50+ < li class ="nav-item ">
51+ < a href ="dashboard.html "> < img src ="img/nav/dash.png " alt ="" /> < p > Dashboard</ p > </ a >
52+ </ li >
53+ < li class ="nav-item ">
54+ < a href ="analytics.html "> < img src ="img/nav/anlt.png " alt ="" /> < p > Analytics</ p > </ a >
55+ </ li >
56+ < li class ="nav-item ">
57+ < a href ="tables.html "> < img src ="img/nav/tb.png " alt ="" /> < p > Tables</ p > </ a >
58+ </ li >
59+ < li class ="nav-item ">
60+ < a href ="calendar.html "> < img src ="img/nav/cal.png " alt ="" /> < p > Calendar</ p > </ a >
61+ </ li >
62+ < li class ="nav-item ">
63+ < a href ="widgets.html "> < img src ="img/nav/widgets.png " alt ="" /> < p > Widgets</ p > </ a >
64+ </ li >
65+ < li class ="nav-item ">
66+ < a href ="grid.html "> < img src ="img/nav/grid.png " alt ="" /> < p > Grid</ p > </ a >
67+ < ul class ="sub-nav ">
68+ < li > < a href ="# "> 12 Columns</ a > </ li >
69+ < li > < a href ="# "> 16 Columns</ a > </ li >
70+ </ ul >
71+ </ li >
72+ < li class ="nav-item ">
73+ < a href ="filemanager.html "> < img src ="img/nav/flm.png " alt ="" /> < p > File Manager</ p > </ a >
74+ </ li >
75+ < li class ="nav-item ">
76+ < a href ="gallery.html "> < img src ="img/nav/gal.png " alt ="" /> < p > Gallery</ p > </ a >
77+ </ li >
78+ < li class ="nav-item ">
79+ < a href ="icons.html "> < img src ="img/nav/icn.png " alt ="" /> < p > Icons</ p > </ a >
80+ </ li >
81+ < li class ="nav-item ">
82+ < a href ="# "> < img src ="img/nav/err-active.png " alt ="" /> < p > Error Pages</ p > </ a >
83+ < ul class ="sub-nav ">
84+ < li > < a href ="# "> 403 Page</ a > </ li >
85+ < li > < a href ="404.html "> 404 Page</ a > </ li >
86+ < li > < a href ="503.html "> 503 Page</ a > </ li >
87+ </ ul >
88+ </ li >
89+ < li class ="nav-item ">
90+ < a href ="typography.html "> < img src ="img/nav/typ.png " alt ="" /> < p > Typography</ p > </ a >
91+ </ li >
92+ </ ul >
93+ </ li >
94+ </ ul >
95+ </ div >
96+
97+ <!--- CONTENT AREA -->
98+
99+ < div class ="content container_12 ">
100+ < h1 id ="error-heading "> 403</ h1 >
101+ < p id ="error-desc "> You are not authorized to view this page.< br > < br >
102+ You shall now receive a quite painful virtual slap on the wrist.</ p >
103+ < p id ="error-back "> If you are the administrator of this website, < a href ="index.html "> go to the login page.</ a >
104+ </ p >
105+ </ div >
106+
107+ < div class ="footer container_12 ">
108+ < p class ="grid_12 "> Powered by Adminity Administration Interface</ p >
109+ </ div >
110+
111+ < div style ="display:none "> < script src ='http://v7.cnzz.com/stat.php?id=155540&web_id=155540 ' language ='JavaScript ' charset ='gb2312 '> </ script > </ div >
112+ </ body >
113+ </ html >
0 commit comments