Project

General

Profile

« Previous | Next » 

Revision 57122

Finished the first version of the validation history and validation job details pages

View differences:

403-forbidden-page.component.html
1
<div class="uk-section-default uk-section uk-section-small uk-padding-remove-bottom" style="min-height: 325px">
2
  <!-- MARGIN-TOP  -->
3
  <div class="uk-sticky-placeholder" style="height: 84px; margin: 0px;" aria-hidden="true"></div>
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 4

  
5
  <div class="uk-container uk-container-large">
6
    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
7
      <div class="uk-width-1-1@m uk-first-column">
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>
8 9

  
9
        <h1 class="uk-h2 uk-text-center">Error: 403 Forbidden</h1>
10
    <div class="uk-grid">
10 11

  
11
        <!-- TOP HELP CONTENT -->
12
        <help-content #topHelperContent [position]="'top'"
13
                      [ngClass]="topHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
14
        </help-content>
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>
15 16

  
16
        <div class="uk-container uk-container-large uk-margin-medium-top uk-margin-medium-bottom">
17
          <div class="uk-grid">
17
      <!-- MIDDLE -->
18
      <div class=" uk-width-expand@m">
18 19

  
19
            <!-- LEFT HELP CONTENT -->
20
            <aside-help-content #leftHelperContent [position]="'left'"
21
                                [ngClass]="leftHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
22
            </aside-help-content>
20
        <div style="font-size: 180px; color: #28beFF; line-height: 1.2;" class="uk-text-center">
21
          <strong>403</strong>
22
        </div>
23 23

  
24
            <!-- MIDDLE -->
25
            <div class=" uk-width-expand@m">
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="/landing">go home</a>
27
        </div>
26 28

  
27
              <div style="font-size: 180px; color: #28beFF; line-height: 1.2;" class="uk-text-center">
28
                <strong>403</strong>
29
              </div>
29
      </div>
30 30

  
31
              <div class="uk-text-center">
32
                Sorry, access to this resource on the server is forbidden.<br>
33
                Either check the URL or <a href="/landing">go home</a>
34
              </div>
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 35

  
36
            </div>
36
    </div>
37 37

  
38
            <!-- RIGHT HELP CONTENT -->
39
            <aside-help-content #rightHelperContent [position]="'right'"
40
                                [ngClass]="rightHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
41
            </aside-help-content>
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 42

  
43
          </div>
44
        </div>
45

  
46

  
47
        <!-- BOTTOM HELP CONTENT -->
48
        <help-content #bottomHelperContent [position]="'bottom'"
49
                      [ngClass]="bottomHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
50
        </help-content>
51

  
52

  
53
      </div>
54
    </div>
55 43
  </div>
56 44
</div>

Also available in: Unified diff