Merge "update scenario and related unittest"
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / views / index.jade
1 doctype html
2 //
3   Copyright (c) 2017 Kumar Rishabh and others.
4   All rights reserved. This program and the accompanying materials
5   are made available under the terms of the Apache License, Version 2.0
6   which accompanies this distribution, and is available at
7   http://www.apache.org/licenses/LICENSE-2.0
8 html(lang='en')
9   head
10     meta(charset='UTF-8')
11     title Document
12     link(rel='stylesheet', href='/stylesheets/3rd_party/bootstrap.css')
13     link(rel='stylesheet', href='/stylesheets/style.css')
14   body
15     script(type='text/javascript' src='http://code.jquery.com/jquery.min.js')
16     script(src='/javascripts/global.js')
17     header
18       ul.navigation
19         li.logo
20         li.links
21           a(href='#') Projects
22         li.links
23           a(href='#') People
24         li.links
25           a(href='#') About
26       ul.navigation-right
27         li.signup
28           a(href='#') Sign up
29         li.option or
30         li.signin
31           a(href='#') Sign in
32     .search-box
33       h1 VNF Catalogue
34       form.search-form
35         input.search-input(type='text', placeholder='Search...', id='Tags')
36         .space-10
37         button.search-button(type='submit', value='Search', id='Search') Search
38     .content
39       ul.most-menu
40         li.items.active
41           a(href='#') Most Popular
42         li.items
43           a(href='#') Most Active
44         li.items
45           a(href='#') Most Active Contributions
46       .container
47         .row
48           .box-container
49             .col-md-3
50               .content-box
51                 .content-data
52                   h1.content-title AAA
53                   .box
54                     img.commit-icon(src='/images/3rd_party/commits.png')
55                     h3.commits
56                       | 4,845
57                       br
58                       | commits
59           .col-md-3
60             .content-box
61               .content-data
62                 h1.content-title AAA
63                 .box
64                   img.commit-icon(src='/images/3rd_party/commits.png')
65                   h3.commits
66                     | 4,845
67                     br
68                     | commits
69           .col-md-3
70             .content-box
71               .content-data
72                 h1.content-title AAA
73                 .box
74                   img.commit-icon(src='/images/3rd_party/commits.png')
75                   h3.commits
76                     | 4,845
77                     br
78                     | commits
79           .col-md-3
80             .content-box
81               .content-data
82                 h1.content-title AAA
83                 .box
84                   img.commit-icon(src='/images/3rd_party/commits.png')
85                   h3.commits
86                     | 4,845
87                     br
88                     | commits
89           .col-md-3
90             .content-box
91               .content-data
92                 h1.content-title AAA
93                 .box
94                   img.commit-icon(src='/images/3rd_party/commits.png')
95                   h3.commits
96                     | 4,845
97                     br
98                     | commits
99           .col-md-3
100             .content-box
101               .content-data
102                 h1.content-title AAA
103                 .box
104                   img.commit-icon(src='/images/3rd_party/commits.png')
105                   h3.commits
106                     | 4,845
107                     br
108                     | commits
109           .col-md-3
110             .content-box
111               .content-data
112                 h1.content-title AAA
113                 .box
114                   img.commit-icon(src='/images/3rd_party/commits.png')
115                   h3.commits
116                     | 4,845
117                     br
118                     | commits
119           .col-md-3
120             .content-box
121               .content-data
122                 h1.content-title AAA
123                 .box
124                   img.commit-icon(src='/images/3rd_party/commits.png')
125                   h3.commits
126                     | 4,845
127                     br
128                     | commits
129       footer
130         | © 2017 OPNFV
131 script.