forked from thinksmartanand/openorbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
myViewPermittedProjects.shtml
47 lines (41 loc) · 1.62 KB
/
myViewPermittedProjects.shtml
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
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<title>View Permitted Projects</title>
<!--#include virtual="head.shtml" -->
</head>
<body>
<!--#include virtual="header.shtml" -->
<div class="oo_pageIntroWrap">
<div class="oo_pageIntro">
<ol class="oo_breadcrumb">
<li><a href="javascript:void(0)">Projects</a></li>
<li>View Permitted Projects</li>
</ol>
<div class="oo_loginBar">
<script type="text/javascript">
try{f_cbload(true, oo.ServerName(), oo.AppKey("WelcomeMessage"));}catch(v_e){console.log(v_e);}
</script>
</div>
<div class="oo_clear-both"></div>
<h1>View Permitted Projects</h1>
<ul class="oo_toolNav">
<li><a href="javascript:void(0);" onClick="goToPage('myViewPerProjectsSearch.shtml?PlanType=')" class="oo_btn oo_btn-secondary">Search</a></li>
</ul>
<div class="oo_clear-both"></div>
</div><!-- end oo_pageIntro -->
</div><!-- end oo_pageIntroWrap -->
<div class="container">
<div id="resultdiv" class="oo_content">
<div class="oo_content-section">
<script type="text/javascript">
try{f_cbload(true, oo.ServerName(), oo.AppKey("MyViewPermittedProjects"));}catch(v_e){;}
</script>
</div><!-- end oo_content-section //-->
</div><!-- end oo_content //-->
</div><!-- end container -->
<!--#include virtual="footer.shtml" -->
<!-- Include Apply For Account Popup, Tablet & Mobile navigation function, FancyBox function & JavaScript tab function add -->
<!--#include virtual="scripts.shtml" -->
</body>
</html>