-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
127 lines (122 loc) · 6.24 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
<!doctype html>
<!--[if lt IE 7]> <html xmlns:ng="http://angularjs.org" class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html xmlns:ng="http://angularjs.org" class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html xmlns:ng="http://angularjs.org" class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--><html xmlns:ng="http://angularjs.org" class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<title>Pivotal Expert | moving you forward</title>
<script src="gui/lib/jquery/jquery-1.6.2.min.js"></script>
<script src="gui/lib/jquery/jquery-paginator.js"></script>
<script src="gui/lib/jqueryui/jquery-ui-1.8.16.custom.min.js"></script>
<script src="gui/lib/modernizr/modernizr.custom.03789.js"></script>
<link rel="author" href="gui/ref/humans.txt" type="text/plain" />
<link rel="shortcut icon" href="gui/icons/favicon.ico" />
<link rel="stylesheet" href="gui/css/style.css" media="screen" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26798532-1']);
_gaq.push(['_setDomainName', '.pivotalexpert.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body ng:controller="PageRouter_Master">
<script type="text/javascript" charset="utf-8">
var is_ssl = ("https:" == document.location.protocol);
var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript" charset="utf-8">
var feedback_widget_options = {};
feedback_widget_options.display = "overlay";
feedback_widget_options.company = "pivotalexpert";
feedback_widget_options.placement = "left";
feedback_widget_options.color = "#222";
feedback_widget_options.style = "idea";
var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
</script>
<section id="container">
<section id="box">
<header id="top">
<section id="top_above">
<section id="logo">
<a href="#/"><img src="gui/images/aper_curve.png" alt="" /><img src="gui/images/pe_logo.png" alt="Pivotal Expert" /></a>
</section>
<section id="top_links">
<nav>
<ul ng:controller="CurrentUserController">
<li ng:show="!currentUser.nickname">
<span><a href="https://pivotalexpert.rpxnow.com/openid/v2/signin?token_url={{$location.protocol}}://{{$location.host}}:{{$location.port}}/rpx.php">register <sup>.</sup> login</a></span>
</li>
<li ng:show="currentUser.nickname">
<span><a href="logout?target=/#{{$location.hashPath}}">logout</a></span>
</li>
<li ng:show="currentUser.nickname"><a href="">settings</a>
<ul>
<li><a href="#/settings/user">Profile</a></li>
<li><a href="#/settings/paypal">Paypal</a></li>
<li><a href="#/settings/school">School</a></li>
</ul>
</li>
</ul>
</nav>
</section>
<section id="top_separator"></section>
</section>
<section id="top_below">
<section id="country" ng:show="currentUser.nickname"><img src="gui/images/countries/{{currentUser.countryCode}}.png" alt="{{currentUser.country}}" /> {{currentUser.country}}</section>
<nav ng:controller="NavbarCtrl">
<ul ng:show="currentUser.nickname">
<li><a href="#/">my dashboard</a>
<ul>
<li ng:show="navbar.workrooms" class="navheader">My Workrooms</li>
<li ng:repeat="item in navbar.workrooms"><a href="#/workroom/{{item.id}}">{{item.title}}</a></li>
<li ng:show="navbar.projects" class="navheader">My Projects</li>
<li ng:repeat="item in navbar.projects"><a href="#/projects/{{item.id}}">{{item.title}}</a></li>
<li ng:show="navbar.bids" class="navheader">My Bids</li>
<li ng:repeat="item in navbar.bids"><a href="#/projects/{{item.id}}">{{item.title}}</a></li>
</ul>
</li>
<li><a href="#/projects">find a project</a></li>
<li><a href="#/developers">find a developer</a></li>
</ul>
</nav>
</section>
</header>
<section ng:show="alertMsg" id="alertBox">
<div class="alertBox_icon"><img src="gui/images/info.png" width="25px" height="25px"><span class="alertBox_notification">Notification</span></div>
<div class="alertBox_msg">{{alertMsg}}</div>
<div class="alertBox_button"><button ng:click="alertMsg = false">Close</button></div>
</section>
<section id="content" role="content">
<ng:view></ng:view>
</section>
<footer id="bottom">
<section id="copyright">Pivotal Expert © <time datetime="2011-04-28">2011</time> <sup>.</sup> Fused by <a href="http://aperturefyp.wordpress.com/" target="_blank">aperture productions <img src="gui/images/logoonly-grey-10px.jpg" alt="Fused by aperture productions" /></a></section>
<section id="bottom_links">
<nav>
<ul>
<!--<li><a href="#/contact_us">Contact Us</a></li><li><sup>.</sup></li>-->
<li><a href="#/terms_of_service">Terms of Service</a></li><li><sup>.</sup></li>
<!--<li><a href="#/faq">FAQ</a></li><li><sup>.</sup></li>
<li><a href="#/sitemap">Sitemap</a></li><li><sup>.</sup></li>-->
<li><a href="https://wiki.smu.edu.sg/is480/IS480_Team_wiki:_2011T1_Aperture" target="_blank">Wiki</a></li>
</ul>
</nav>
</section>
</footer>
</section>
</section>
<script src="gui/lib/angular/angular.js" ng:autobind></script>
<script src="gui/js/plugins.js"></script>
<script src="gui/js/controllers.js"></script>
<script src="gui/js/filters.js"></script>
<script src="gui/js/services.js"></script>
</body>
</html>