-
Notifications
You must be signed in to change notification settings - Fork 2
/
LibGuides_template_profile.html
100 lines (93 loc) · 3.01 KB
/
LibGuides_template_profile.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
<body class="s-lib-public-body profiles no-nav-dropdown homepagerefresh">
<meta name="group" content="Profiles">
{{skip_link}}
<style>
.s-lib-box-content {
margin-bottom:.5em;
}
.s-lib-box-content,
.s-lib-box-content .s-lg-small {
padding:6px 10px;
font-size: 14px!important;
}
.s-lib-box-content .s-lg-small {
padding:0;
}
.s-lib-box-content:hover {
background-color: #eaeaea;
}
.s-lib-box-content a:hover {
text-decoration: none;
color: #990000;
}
#col3 a {
font-size: 14px!important;
padding:6px 0 6px 10px;
}
#col3 a:hover {
background-color: #eaeaea;
text-decoration: none;
color: #990000;
}
#col0 > div {
padding:30px!important;
/*border:1px solid #ffeaae !important;*/
border-radius: 10px;
}
#user-department {
display:none;
}
</style>
<script type="text/javascript">
// rewrite breadcrumbs so that the "Profiles" link goes to the ask a librarian page
// rather than the default profiles listing
$(document).ready(function(){
$("li#s-lib-bc-index a").attr("href", "/ask-a-librarian/contact");
});
</script>
<!-- HEADER AND MEGA MENU -->
{{public_header}}
<!-- FULL PAGE WRAPPER -->
<div class="container" id="fullpagewrapper-refresh">
<!-- BEGIN MIDLEVELCONTAINER -->
<div class="row" id="midlevelcontainer-refresh">
<!-- BEGIN: Content Header -->
<div id="s-lib-public-header" class="s-lib-header container s-lib-side-borders">
<h1 id="s-lib-public-header-title">{{page_title}}</h1>
<div id="s-lib-public-header-desc">{{page_description}}</div>
<!--div id="user-department"><span>Department: </span><span>.</span></div-->
</div>
<!-- END: Content Header -->
<!-- BEGIN: Nav Bar -->
<div id="s-lib-public-nav" class="container s-lib-side-borders">
{{page_nav}}
</div>
<!-- END: Nav Bar -->
<!-- BEGIN: content -->
<a name="s-lg-guide-main"></a>
<div id="s-lib-public-main" class="s-lib-main container s-lib-side-borders">
<section>
<div id="s-lg-profile-cols" class="row">
<div id="col1" class="col-md-3 center">
{{profile_box}}
</div>
<div id="col0" class="col-md-9 center">
{{personal_statement}}
</div>
<div id="col2" class="col-md-6 center">
{{guide_list}}
</div>
<div id="col3" class="col-md-3 center">
{{content_box_specialties}}
</div>
</div>
</section>
</div>
<!-- END: content -->
</div>
<!-- END MIDLEVELCONTAINER -->
</div>
<!-- END FULL PAGE WRAPPER -->
<!-- THIS INCLUDED EVERYTHING IN FOOTER CODE, SUCH AS #FOOTER -->
{{public_footer}}
</body>