ih-portal
Version:
A project for connecting interaction hub services with catalyst-ui components
125 lines (102 loc) • 4.99 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fake My Dashboard</title>
<link rel="shortcut icon" type="image/x-icon" href="https://www.uc.edu/etc/designs/uc/Base960Advanced/images/favicon.ico"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="../assets/css/foundation.min.css">
<link rel="stylesheet" href="../assets/css/spinner.css">
<link rel="stylesheet" href="../build/catalyst-portal.css"/>
<script src="//platform.twitter.com/widgets.js"></script>
<script src="../build/catalyst-portal.js"></script>
</head>
<body>
<body class="PSPAGE">
<div class="ptprtlcontainer">
<header id="ptbr_header_container" role="banner" aria-label="Universal Navigation Header">
<div id="UCI_CUSTOM_BRANDING_HEADER" class="">
<div id="pthdr2container" class="pthdr2container"></div>
<div id="pthomepagetabline" class="">
<ul id="pthomepagetabs" role="tablist">
<li id="selected" class="pthomepagetabactive">
<a id="UCI_STAFF" class="HOMETABACTIVE" title="Student Services" target="_top" href="#" role="tab" aria-selected="true">
<span>Staff</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_ADMISSIONS" class="HOMETABACTIVE" title="Admissions / CRM" target="_top" href="#" role="tab" aria-selected="true">
<span>Admissions / CRM</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_REGISTRAR" class="HOMETABACTIVE" title="Registrar homepage" target="_top" href="#" role="tab" aria-selected="true">
<span>Registrar</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_FINANCIAL_AID" class="HOMETABACTIVE" title="Financial Aid" target="_top" href="#" role="tab" aria-selected="true">
<span>Financial Aid</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_BURSAR" class="HOMETABACTIVE" title="Bursar/ Student Financials" target="_top" href="#" role="tab" aria-selected="true">
<span>Bursar/ Student Financials</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_ADVISING_CENTER" class="HOMETABACTIVE" title="Advising Center" target="_top" href="#" role="tab" aria-selected="true">
<span>Advising Center</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_FACULTY" class="HOMETABACTIVE" title="Faculty Center" target="_top" href="#" role="tab" aria-selected="true">
<span>Faculty Center</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_REPORTING" class="HOMETABACTIVE" title="Reporting" target="_top" href="#" role="tab" aria-selected="true">
<span>Reporting</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_STUDENT" class="HOMETABACTIVE" title="Student" target="_top" href="#" role="tab" aria-selected="true">
<span>Student</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_APPLICANTS" class="HOMETABACTIVE" title="New Applicants" target="_top" href="#" role="tab" aria-selected="true">
<span>New Applicants</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_PARENTS" class="HOMETABACTIVE" title="Parents" target="_top" href="#" role="tab" aria-selected="true">
<span>Parents</span>
</a>
</li>
<li id="" class="pthomepagetabinactive">
<a id="UCI_ALUMNI" class="HOMETABACTIVE" title="Alumni" target="_top" href="#" role="tab" aria-selected="true">
<span>Alumni</span>
</a>
</li>
</ul>
</div>
</div>
</header>
</div>
</div>
<div class="uc-one-col">
<div id="ptcol1">
<div id="ih-student-dashboard"></div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/loglevel/1.2.0/loglevel.min.js"></script>
<script>
portal.brandBarLoader();
portal.tabBarLoader();
portal.loadDashboardTab('ih-student-dashboard');
</script>
</body>
</html>