Project

General

Profile

1
<div id="page_content">
2
  <div id="page_content_inner">
3
    <h2 class="heading_b uk-margin-bottom uk-margin-large-top uk-text-center">Error: 403 Forbidden</h2>
4

    
5
    <!-- TOP HELP CONTENT -->
6
    <help-content #topHelperContent [position]="'top'"
7
                  [ngClass]="topHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
8
    </help-content>
9

    
10
    <div class="uk-grid">
11

    
12
      <!-- LEFT HELP CONTENT -->
13
      <aside-help-content #leftHelperContent [position]="'left'"
14
                          [ngClass]="leftHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
15
      </aside-help-content>
16

    
17
      <!-- MIDDLE -->
18
      <div class=" uk-width-expand@m">
19

    
20
        <div style="font-size: 180px; color: #28beFF; line-height: 1.2;" class="uk-text-center">
21
          <strong>403</strong>
22
        </div>
23

    
24
        <div class="uk-text-center">
25
          Sorry, access to this resource on the server is forbidden.<br>
26
          Either check the URL or <a href="/home">go home</a>
27
        </div>
28

    
29
      </div>
30

    
31
      <!-- RIGHT HELP CONTENT -->
32
      <aside-help-content #rightHelperContent [position]="'right'"
33
                          [ngClass]="rightHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
34
      </aside-help-content>
35

    
36
    </div>
37

    
38
    <!-- BOTTOM HELP CONTENT -->
39
    <help-content #bottomHelperContent [position]="'bottom'"
40
                  [ngClass]="bottomHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
41
    </help-content>
42

    
43
  </div>
44
</div>
(1-1/9)