Newer
Older
<div class="section section-signup" ng-controller="LoginCtrl">
<div class="container">
<div class="row shadowed-dark" >
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-8 ">
<h1> </h1>
<h2>
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
to {{portalName}} and easily deploy an experiment over
the {{portalName}} infrastructure!</h4>
<h4>Check our <strong><a style="color:#FFFFFF;" href="{{portalwiki}}">wiki</a></strong> for further documenation</h4>
<h4>Report platform issues at our <strong><a style="color:#FFFFFF;" href="{{bugzilla}}">Bugzilla</a></strong></h4>
<h4>Check the <strong><a style="color:#FFFFFF;" href="{{healthstatus}}">Health Status</a></strong> of our infrastructure</h4>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<h1>Sign In</h1>
<button type="submit" class="btn btn-default" ng-click="showOauth2OsapiPopup()" >Sign In</button>
<!--
<h4>..or sign-in with</h4>
<div >
<button type="submit" class="btn btn-info" ng-click="showOauthGithubPopup()" >Github</button>
</div>
-->
</div>
</div>
</div>
</div>
<div ng-show="!loggedIn" class="section" >
<div class="container">
<div class="row">
<!-- ------------------------ START CONTENT ------------------------ -->
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h1> </h1>
<h1 class="shadowed">Deploy {{portalName}} Network Services!</h1>
<p>Access, create
and share Network Services over the {{portalName}} infrastructure!</p>
<h1> </h1>
</div>
</div>
<!-- ------------------------ END CONTENT ------------------------ -->
</div>
</div>