-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·143 lines (138 loc) · 6.36 KB
/
index.php
File metadata and controls
executable file
·143 lines (138 loc) · 6.36 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kuali</title>
<!-- Base Styles (Bootstrap 3.2.0 and Custom) -->
<link href="css/quickrender.css" rel="stylesheet/less" type="text/css"/>
<link href="css/icons/style.css" rel="stylesheet" type="text/css" media="all">
<link href="font-awesome-4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css" media="all">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.effect6 {
background: #F9F9F9;
position: relative;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.04) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.04) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.04) inset;
}
.effect6:before, .effect6:after {
content: "";
position: absolute;
z-index: -1;
/* -webkit-box-shadow:0 0 20px rgba(0,0,0,0.4);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.4);
box-shadow:0 0 20px rgba(0,0,0,0.4);*/
top: 50%;
bottom: 0;
left: 10px;
right: 10px;
-moz-border-radius: 100px / 10px;
border-radius: 100px / 10px;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 5px;
margin-bottom: 10px;
}
</style>
</head>
<body>
<div id="wrapper" style="margin-top:40px">
<section>
<div class="doc-header container">
<div class="row">
<div class="col-xs-12">
<h1 style="margin-bottom:0px">Kuali Rice Prototypes</h1>
<a href="mailto:thrclark@indiana.edu" target="_blank">Tom Clark</a>, UX Designer/Developer </div>
</div>
</div>
</section>
<div class="container">
<hr>
<div class="row">
<div class="col-md-6">
<div class="well well-sm effect6">
<h3>Person </h3>
<ul class="list-unstyled">
<li><a href="rice-person-search.php" target="_blank">Person Search</a> </li>
<li><a href="rice-person-search-results.php" target="_blank">Person Search Results</a> </li>
<li><a href="rice-personDocOverview.php" target="_blank">Person Document</a> </li>
</ul>
</div>
<div class="well well-sm effect6">
<h3>Role </h3>
<ul class="list-unstyled">
<li><a href="rice-role-search.php" target="_blank">Role Search </a></li>
<li><a href="rice-role-search-results.php" target="_blank">Role Search Results</a> </a></li>
<li><a href="rice-roleDocOverview.php" target="_blank">Role Document</a> </li>
</ul>
</div>
<div class="well well-sm effect6">
<h3>Permission </h3>
<ul class="list-unstyled">
<li><a href="rice-permission-search.php" target="_blank">Permission Search </a></li>
<li><a href="rice-permission-search-results.php" target="_blank">Permission Search Results</a> </a></li>
<li><a href="rice-permissionDocOverview.php" target="_blank">Permission Document</a> </li>
</ul>
</div>
<div class="well well-sm effect6">
<h3>Group </h3>
<ul class="list-unstyled">
<li><a href="rice-group-search.php" target="_blank">Group Search </a></li>
<li><a href="rice-group-search-results.php" target="_blank">Group Search Results</a> </a></li>
<li><a href="rice-groupDocOverview.php" target="_blank">Group Document</a> </li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="well well-sm effect6">
<h3>Action List</h3>
<ul class="list-unstyled">
<li><a href="rice-actionlist.php" target="_blank">Action List</a> </li>
</ul>
</div>
<div class="well well-sm effect6">
<h3>Doc Search</h3>
<ul class="list-unstyled">
<li><a href="rice-docsearch.php" target="_blank">Search Page</a> </li>
<li><a href="rice-docsearch-results.php" target="_blank">Results</a> </li>
</ul>
</div><hr>
<div class="well well-sm effect6">
<h3> Template Layouts</h3>
<ul class="list-unstyled">
<li><a href="example-fluid-nav.html" target="_blank">Layout 1</a> - fluid, with document navigation</li>
<li><a href="example-fixed-nav.html" target="_blank">Layout 2</a> - fixed, with document navigation</li>
<li><a href="example-fluid-nonav.html"target="_blank">Layout 3</a> - fluid, without document navigation</li>
<li><a href="example-fixed-nonav.html" target="_blank">Layout 4</a> - fixed, without document navigation</li>
</ul>
</div>
<div class="well well-sm effect6">
<h3>Angular JS Playgrounds</h3>
<ul class="list-unstyled">
<li><a href="rice-actionlist-angular.php" target="_blank">Tables</a> - Data Loading, Sorting, and Filtering</li>
<li><a href="rice-personContact.php" target="_blank">Tables</a> - Add/Delete Data</li>
</ul>
</div>
</div>
</div>
<hr>
</div>
</div>
<!-- jQuery Version 1.11.0 -->
<script src="js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Clear local storage (dev mode only)-->
<script>localStorage.clear(); </script>
<!-- Compile Less Files JavaScript (dev mode only) -->
<script src="js/less.min.js"></script>
</body>
</html>