Merge "Added Search_Results Page"
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / views / search_projects.jade
1 extends layout
2
3 //
4   Copyright (c) 2017 Kumar Rishabh and others.
5   All rights reserved. This program and the accompanying materials
6   are made available under the terms of the Apache License, Version 2.0
7   which accompanies this distribution, and is available at
8   http://www.apache.org/licenses/LICENSE-2.0
9 block content
10   .search-box
11     .form-group-custom.form-group.has-feedback
12       input.search-input-rest.form-control(type='text', placeholder='Search...', id='Tags')
13       i.material-icons search
14   .content
15     .container
16       .card.card-shadow-custom.horizontal
17         .row.row-custom
18           .col.s5.card-title-div-custom
19             span.card-title.card-title-span-custom Card Title
20           .col.s5.card-title-div-custom
21             i.material-icons grade
22             span.card-title PenguinScore: 42
23           .col.s2.card-title-div-custom-right
24             form(action='#')
25               input#search_result_1(type='checkbox')
26               label(for='search_result_1') Compare
27           //
28             <div class="card-action">
29             <a href="#">This is a link</a>
30             </div>
31           .col.s4.card-image
32             img.card-image-picture-custom(src='/images/logo.png')
33           .col.s8.card-stacked
34             .card-content
35               p
36                 .collection.collection-custom
37                   a.collection-item(href='#!')
38                     span
39                       i.material-icons code
40                       |                             Lines Of Code: 1.03M
41                   a.collection-item(href='#!')
42                     span
43                       i.material-icons code
44                       |                             Lines Of Code: 1.03M
45                   a.collection-item(href='#!')
46                     span
47                       i.material-icons code
48                       |                             Lines Of Code: 1.03M
49                   a.collection-item(href='#!')
50                     span
51                       i.material-icons code
52                       |                             Lines Of Code: 1.03M
53             .card-action
54               | Tags: 
55               .chip
56                 a.a-custom(href='#!') Tag1
57               .chip
58                 a.a-custom(href='#!') Tag2
59               .chip
60                 a.a-custom(href='#!') Tag3
61               .chip
62                 a.a-custom(href='#!') Tag4
63               .chip
64                 a.a-custom(href='#!') Tag5
65               a.a-custom-more(href='#!') more
66           .divider
67           .card-action-custom.col.s12.card-action
68             | License: 
69             a(href='#') MIT
70             |                     Complexity: 
71             a(href='#') Atomic
72   footer
73     | © 2017 XYZ Company
74     link(rel='stylesheet', href='/stylesheets/search_projects.css')
75