-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·173 lines (172 loc) · 10.4 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE HTML>
<html data-ng-app='crmApp'>
<head>
<title>ASF CRM</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width , initial-scale=1">
<meta name="description" content="Flexible Calendar with jQuery and CSS3" />
<meta name="keywords" content="responsive, calendar, jquery, plugin, full page, flexible, javascript, css3, media queries" />
<meta name="author" content="Codrops" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/bootstrap-editable.css" rel="stylesheet"/>
<link href="accounts/assets/css/AccountMain.css" rel="stylesheet"/>
<link href="leads/assets/css/LeadMain.css" rel="stylesheet"/>
<link href="contacts/assets/css/ContactMain.css" rel="stylesheet"/>
<link href="assets/css/jasny-bootstrap.min.css" rel="stylesheet"/>
<link href="opportunity/assets/css/OpportunityMain.css" rel="stylesheet"/>
<link href="assets/css/search.css" rel="stylesheet">
<link href="assets/fullcalendar/fullcalendar.css" rel='stylesheet' />
<link href="assets/fullcalendar/fullcalendar.print.css" rel='stylesheet' media='print' />
<link href="assets/css/main.css" rel="stylesheet" />
<script src="assets/fullcalendar/lib/jquery.min.js"></script>
<script src="assets/fullcalendar/lib/jquery-ui.custom.min.js"></script>
<script src="assets/js/angular.min.js"></script>
<script src="assets/js/angular-route.js"></script>
<script src="assets/js/ui-bootstrap-tpls-0.12.0.js" text/javascript"></script>
<script src="assets/fullcalendar/lib/moment.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jasny-bootstrap.min.js"></script>
<script src="assets/js/slideMenu.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script type="assets/js/bootstrap-editable.min.js"></script>
<script src="assets/app.js"></script>
<script src="assets/fullcalendar/fullcalendar.js"></script>
<script src="assets/fullcalendar/calendar.js"></script>
<style>
#calendar {
max-width: 1000px;
margin: 0 auto;
}
</style>
</head>
<body>
<!-- Navbar start here -->
<header role="banner" class="navbar navbar-fixed-top" style="background: #F5F5F5; box-shadow: 5px 5px 5px #5F5F5F; margin: 1% 1% 1% 1%; max-height: 60px;">
<div class="container" style="width: 100%; max-height: 60px;">
<div class="navbar-header" style="background: #F5F5F5; width: 100%;">
<button data-toggle="collapse-side" data-target=".side-collapse" data-target-2=".side-collapse-container" type="button" class="navbar-toggle pull-left"><span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span></button>
<a href="#/dashboard"><img src="assets/images/apacheLogo.png" id="logo"></a>
<div class="pull-right" style="margin-top: 15px;">
<ul class="list-inline" style="max-height: 60px;">
<li style="">
<form method="get" action="/search" id="search" style="border: none;">
<input name="q" type="text" size="40" placeholder="Search..." />
</form>
</li>
<li>
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-envelope"></span>
<span class="label" style="float: right;">5</span>
</button>
</li>
<li>
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-bell"></span>
<span class="label" style="float: right;">3</span>
</button>
</li>
<li class="itemHide">
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-user"></span>
</button>
</li>
<li class="itemHide">
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-off"></span>
</button>
<li>
</ul>
</div>
</div><!-- Navbar ends here -->
<!-- Side Menu for mobile-->
<div class=" navbar-default side-collapse in" style="background: #F5F5F5; margin-top: 2%;">
<nav role="navigation" class="navbar-collapse">
<ul class="nav navbar-nav" id="navOption" style="display: none; width: 0px;">
<li>
<div class="text-bg" style="font-size:17px; margin-bottom: 20px; width: 100%;">
<span style="font-weight: 300 !important;">Welcome,</span>
<span style="font-weight: 600 !important;">John</span>
<img src="assets/images/demo.png" class="img-circle img-responsive" style="height:80px; max-width:80px;">
<div class="btn-group" id="profileButton" style="float: right; margin-top: -50px;">
<a href="#" class="btn btn-xs btn-primary btn-outline dark"><i class="glyphicon glyphicon-user"></i></a>
<a href="#" class="btn btn-xs btn-primary btn-outline dark"><i class="glyphicon glyphicon-cog"></i></a>
<a href="http://localhost:8080/crm_dev/login.html" class="btn btn-xs btn-danger btn-outline dark"><i class="glyphicon glyphicon-off"></i></a>
</div>
</div><legend></legend>
</li>
<li class="sidebar-brand">
<div class="btn-group" style="margin: 5% 0% 7% 10%;">
<button type="button" class="btn btn-lg btn-primary dropdown-toggle" data-toggle="dropdown">
<b>+</b> Create <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li class="item"><a href="#/addContact">Contact</a></li>
<li class="item"><a href="#/addAccount">Account</a></li>
<li class="item"><a href="#/addLead">Lead</a></li>
<li class="item"><a href="#/addOpportunity">Opportunity</a></li>
</ul>
</div>
</li>
<li class="item"><a href="#/dashboard" class="menuLink"><span class="glyphicon glyphicon-user"></span> Dashboard</a></li><legend style="margin-bottom: 0;"></legend>
<li class="item"><a href="#/contacts" class="menuLink"><span class="glyphicon glyphicon-user"></span> Contacts</a></li><legend style="margin-bottom: 0;"></legend>
<li class="item"><a href="#/accounts" class="menuLink"><span class="glyphicon glyphicon-lock"></span> Accounts</a></li><legend style="margin-bottom: 0;"></legend>
<li class="item"><a href="#/leads" class="menuLink"><span class="glyphicon glyphicon-send"></span> Leads</a></li><legend style="margin-bottom: 0;"></legend>
<li class="item"><a href="#/opportunities" class="menuLink"><span class="glyphicon glyphicon-list"></span> Opportunities</a></li><legend style="margin-bottom: 0;"></legend>
<li class="item"><a href="#/events" class="menuLink"><span class="glyphicon glyphicon-signal"></span> Events/Tasks</a></li><legend style="margin-bottom: 0;"></legend>
</ul>
</nav>
</div>
</div>
</header>
<!-- Side menu start -->
<div id="wrapper" style="margin-top: 3%;">
<!-- Sidebar -->
<div id="sidebar-wrapper" style="background: #F5F5F5; margin-left: -220px !important;">
<div class="btn-group" style="margin: 5% 0 7% 20%;">
<button type="button" class="btn btn-lg btn-primary dropdown-toggle" data-toggle="dropdown">
<b>+</b> Create <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="#/addContact">Contact</a></li>
<li><a href="#/addAccount">Account</a></li>
<li><a href="#/addLead">Lead</a></li>
<li><a href="#/addOpportunity">Opportunity</a></li>
</ul>
</div><legendstyle="margin-bottom: 0;"></legend>
<ul id="sidebar" class="nav nav-pills nav-stacked" style="">
<li style="font-size: 125%;"><a href="#/dashboard"><span class="glyphicon glyphicon-dashboard"></span> Dashboard</a></li><legend style="margin-bottom: 0;"></legend>
<li style="font-size: 125%;"><a href="#/contacts"><span class="glyphicon glyphicon-user"></span> Contacts</a></li><legend style="margin-bottom: 0;"></legend>
<li style="font-size: 125%;"><a href="#/accounts"><span class="glyphicon glyphicon-lock"></span> Accounts</a></li><legend style="margin-bottom: 0;"></legend>
<li style="font-size: 125%;"><a href="#/leads"><span class="glyphicon glyphicon-send"></span> Leads</a></li><legend style="margin-bottom: 0;"></legend>
<li style="font-size: 125%;"><a href="#/opportunities"><span class="glyphicon glyphicon-list"></span> Opportunities</a></li><legend style="margin-bottom: 0;"></legend>
<li style="font-size: 125%;"><a href="#/events"><span class="glyphicon glyphicon-calendar"></span> Events/Tasks</a></li><legend style="margin-bottom: 0;"></legend>
</ul>
</div>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div ng-view></div>
</div>
</div>
</div>
</div>
<!-- /#page-content-wrapper -->
</div><!-- /#wrapper -->
<!--Side menu end here -->
</body>
<script src="assets/app.js"></script>
<script src="accounts/accountControllerModule.js"></script>
<script src="dashboard/dashboardControllerModule.js"></script>
<script src="accounts/accountServiceModule.js"></script>
<script src="dashboard/dashboardServiceModule.js"></script>
<script src="leads/leadControllerModule.js"></script>
<script src="leads/leadServiceModule.js"></script>
<script src="contacts/contactControllerModule.js"></script>
<script src="contacts/contactServiceModule.js"></script>
<script src="opportunity/opportunityControllerModule.js"></script>
<script src="opportunity/opportunityServiceModule.js"></script>
</html>