Newer
Older
ubFramework / Portal / docroot / user / views / tabs.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 13 KB Cleaning Up Making It A Sub Module
<div class="row wrapper border-bottom white-bg page-heading">
    <div class="col-lg-10">
        <h2>Tabs</h2>
        <ol class="breadcrumb">
            <li>
                <a href="index.html">Home</a>
            </li>
            <li>
                <a>UI Elements</a>
            </li>
            <li class="active">
                <strong>Tabs</strong>
            </li>
        </ol>
    </div>
    <div class="col-lg-2">

    </div>
</div>
<div class="wrapper wrapper-content animated fadeIn">


    <div class="row">
        <div class="col-lg-6">
            <div class="tabs-container">

                <uib-tabset>
                    <uib-tab heading="First Tab">
                        <div class="panel-body">
                            <strong>Lorem ipsum dolor sit amet, consectetuer adipiscing</strong>

                            <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of
                                spring which I enjoy with my whole heart. I am alone, and feel the charm of
                                existence in this spot, which was created for the bliss of souls like mine.</p>

                            <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil
                                existence, that I neglect my talents. I should be incapable of drawing a single stroke
                                at
                                the present moment; and yet I feel that I never was a greater artist than now. When.</p>
                        </div>
                    </uib-tab>
                    <uib-tab heading="Second Tab">
                        <div class="panel-body">
                            <strong>Donec quam felis</strong>

                            <p>Thousand unknown plants are noticed by me: when I hear the buzz of the little world among
                                the stalks, and grow familiar with the countless indescribable forms of the insects
                                and flies, then I feel the presence of the Almighty, who formed us in his own image, and
                                the breath </p>

                            <p>I am alone, and feel the charm of existence in this spot, which was created for the bliss
                                of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite
                                sense of mere tranquil existence, that I neglect my talents. I should be incapable of
                                drawing a single stroke at the present moment; and yet.</p>
                        </div>
                    </uib-tab>
                </uib-tabset>

            </div>
        </div>
        <div class="col-lg-6">
            <div class="tabs-container">

                <uib-tabset>
                    <uib-tab>
                        <uib-tab-heading>
                            <i class="fa fa-laptop"></i>
                        </uib-tab-heading>
                        <div class="panel-body">
                            <strong>Lorem ipsum dolor sit amet, consectetuer adipiscing</strong>

                            <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of
                                spring which I enjoy with my whole heart. I am alone, and feel the charm of
                                existence in this spot, which was created for the bliss of souls like mine.</p>

                            <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil
                                existence, that I neglect my talents. I should be incapable of drawing a single stroke
                                at
                                the present moment; and yet I feel that I never was a greater artist than now. When.</p>
                        </div>
                    </uib-tab>
                    <uib-tab>
                        <uib-tab-heading>
                            <i class="fa fa-desktop"></i>
                        </uib-tab-heading>
                        <div class="panel-body">
                            <strong>Donec quam felis</strong>

                            <p>Thousand unknown plants are noticed by me: when I hear the buzz of the little world among
                                the stalks, and grow familiar with the countless indescribable forms of the insects
                                and flies, then I feel the presence of the Almighty, who formed us in his own image, and
                                the breath </p>

                            <p>I am alone, and feel the charm of existence in this spot, which was created for the bliss
                                of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite
                                sense of mere tranquil existence, that I neglect my talents. I should be incapable of
                                drawing a single stroke at the present moment; and yet.</p>
                        </div>
                    </uib-tab>
                    <uib-tab>
                        <uib-tab-heading>
                            <i class="fa fa-database"></i>
                        </uib-tab-heading>
                        <div class="panel-body">
                            <strong>Lorem ipsum dolor sit amet, consectetuer adipiscing</strong>

                            <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of
                                spring which I enjoy with my whole heart. I am alone, and feel the charm of
                                existence in this spot, which was created for the bliss of souls like mine.</p>

                            <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil
                                existence, that I neglect my talents. I should be incapable of drawing a single stroke
                                at
                                the present moment; and yet I feel that I never was a greater artist than now. When.</p>
                        </div>
                    </uib-tab>
                </uib-tabset>

            </div>
        </div>
    </div>

    <div class="row m-t-lg">
        <div class="col-lg-6">
            <div class="tabs-container">

                    <uib-tabset class="tabs-left">
                        <uib-tab heading="First Tab">
                            <div class="panel-body">
                                <strong>Lorem ipsum dolor sit amet, consectetuer adipiscing</strong>

                                <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of
                                    spring which I enjoy with my whole heart. I am alone, and feel the charm of
                                    existence in this spot, which was created for the bliss of souls like mine.</p>

                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil
                                    existence, that I neglect my talents. I should be incapable of drawing a single stroke
                                    at
                                    the present moment; and yet I feel that I never was a greater artist than now. When.</p>
                            </div>
                        </uib-tab>
                        <uib-tab heading="Second Tab">
                            <div class="panel-body">
                                <strong>Donec quam felis</strong>

                                <p>Thousand unknown plants are noticed by me: when I hear the buzz of the little world among
                                    the stalks, and grow familiar with the countless indescribable forms of the insects
                                    and flies, then I feel the presence of the Almighty, who formed us in his own image, and
                                    the breath </p>

                                <p>I am alone, and feel the charm of existence in this spot, which was created for the bliss
                                    of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite
                                    sense of mere tranquil existence, that I neglect my talents. I should be incapable of
                                    drawing a single stroke at the present moment; and yet.</p>
                            </div>
                        </uib-tab>
                    </uib-tabset>

            </div>
        </div>
        <div class="col-lg-6">
            <div class="tabs-container">
                <uib-tabset class="tabs-right">
                    <uib-tab heading="First Tab">
                        <div class="panel-body">
                            <strong>Lorem ipsum dolor sit amet, consectetuer adipiscing</strong>

                            <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of
                                spring which I enjoy with my whole heart. I am alone, and feel the charm of
                                existence in this spot, which was created for the bliss of souls like mine.</p>

                            <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil
                                existence, that I neglect my talents. I should be incapable of drawing a single stroke
                                at
                                the present moment; and yet I feel that I never was a greater artist than now. When.</p>
                        </div>
                    </uib-tab>
                    <uib-tab heading="Second Tab">
                        <div class="panel-body">
                            <strong>Donec quam felis</strong>

                            <p>Thousand unknown plants are noticed by me: when I hear the buzz of the little world among
                                the stalks, and grow familiar with the countless indescribable forms of the insects
                                and flies, then I feel the presence of the Almighty, who formed us in his own image, and
                                the breath </p>

                            <p>I am alone, and feel the charm of existence in this spot, which was created for the bliss
                                of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite
                                sense of mere tranquil existence, that I neglect my talents. I should be incapable of
                                drawing a single stroke at the present moment; and yet.</p>
                        </div>
                    </uib-tab>
                </uib-tabset>
            </div>
        </div>
    </div>

    <div class="row m-t-lg">
        <div class="col-lg-12">
            <div class="tabs-container">

                <uib-tabset>
                    <uib-tab>
                        <uib-tab-heading>
                            This is tab
                            <span class="label label-warning">NEW</span>
                        </uib-tab-heading>
                        <div class="panel-body">
                            <strong>Lorem ipsum dolor sit amet, consectetuer adipiscing</strong>

                            <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of
                                spring which I enjoy with my whole heart. I am alone, and feel the charm of
                                existence in this spot, which was created for the bliss of souls like mine.</p>

                            <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil
                                existence, that I neglect my talents. I should be incapable of drawing a single stroke
                                at
                                the present moment; and yet I feel that I never was a greater artist than now. When.</p>

                            <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of
                                spring which I enjoy with my whole heart. I am alone, and feel the charm of
                                existence in this spot, which was created for the bliss of souls like mine.</p>

                            <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil
                                existence, that I neglect my talents. I should be incapable of drawing a single stroke
                                at
                                the present moment; and yet I feel that I never was a greater artist than now. When.</p>

                            <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of
                                spring which I enjoy with my whole heart. I am alone, and feel the charm of
                                existence in this spot, which was created for the bliss of souls like mine.</p>

                            <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil
                                existence, that I neglect my talents. I should be incapable of drawing a single stroke
                                at
                                the present moment; and yet I feel that I never was a greater artist than now. When.</p>
                        </div>
                    </uib-tab>
                </uib-tabset>

            </div>
        </div>
    </div>




</div>