summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.html
blob: f6afb49299e32d528eed84f3116d83eaaa1eea1a (plain)
1
2
3
4
5
6
7
8
9
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<h6 class="create-title">CREATE</h6>
<div class="card creat-card">
    <div class="single-line">
        <label class="label-name">Name</label>
        <div class="label-input">
            <input type="input" placeholder="Topology name.vLB.CDS">
        </div>
    </div>
    <hr />
    <div class="single-line">
        <label class="label-name">Management Type</label>
        <div class="label-input">
            <div class="row">
                <div class="col-md-4 d-flex">
                    <a class="select-type active" href="#">
                        <div class="select-type-icon"><span class="icon-template-mapping"></span></div>
                        <div>Template And Support Mapping</div>
                    </a>
                </div>
                <div class="col-md-4 d-flex">
                    <a class="select-type" href="#">
                        <div class="select-type-icon"><span class="icon-template"></span></div>
                        <div>Template Only</div>
                    </a>
                </div>
                <div class="col-md-4 d-flex">
                    <a class="select-type" href="#">
                        <div class="select-type-icon"><span class="icon-mapping"></span></div>
                        <div>Mapping Only</div>
                    </a>

                </div>
            </div>

        </div>
    </div>
    <hr />
    <div class="single-line">
        <label class="label-name">Type</label>
        <div class="label-input">
            <label name="trst">
                <input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value=Velcoity>

                <span>
                    Velcoity
                </span>
            </label>
            <label name="trst">
                <input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value=Velcoity>

                <span>
                    Jinja
                </span>
            </label>
            <label name="trst">
                <input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value=Velcoity>

                <span>
                    Kotlin
                </span>
            </label>
        </div>
    </div>
</div>

<div class="template-mapping-accordion">
    <div id="accordion">
        <div class="card">
            <div class="card-header" id="headingOne">
                <h5 class="mb-0 d-flex justify-content-between">
                    <button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
                        aria-controls="collapseOne">
                        1. Create Template
                    </button>

                </h5>
            </div>

            <div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
                <div class="card-body">
                    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3
                    wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum
                    eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla
                    assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt
                    sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
                    farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus
                    labore sustainable VHS.
                </div>
            </div>
        </div>
        <div class="card">
            <div class="card-header" id="headingTwo">
                <h5 class="mb-0">
                    <button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo"
                        aria-expanded="false" aria-controls="collapseTwo">
                        2. Manage Mapping
                    </button>
                </h5>
            </div>
            <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
                <div class="card-body">
                    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3
                    wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum
                    eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla
                    assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt
                    sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
                    farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus
                    labore sustainable VHS.
                </div>
            </div>
        </div>
    </div>
</div>