HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/crm/public_html/wwwroot/assets/pug/pages/theme/ckeditor.pug
- var theme_customizer      = true;
- var ckeditor              = true;
- var page_ckeditor         = true;

doctype html
html(lang='en')
    include ../../components/header-files
    body
        include ../../components/loader
        // page-wrapper Start
        #pageWrapper.page-wrapper
            include ../../components/header
            // Page Body Start
            .page-body-wrapper.horizontal-menu
                include ../../components/sidebar
                .page-body
                    .container-fluid
                        .page-header
                            .row
                                .col-sm-6
                                    h3
                                      | Ck Editor
                                    ol.breadcrumb
                                      li.breadcrumb-item
                                        a(href='index.html')
                                         | Home
                                      li.breadcrumb-item Editors
                                      li.breadcrumb-item.active Ck Editor
                                .col-sm-6
                                    include ../../components/bookmark
                    // Container-fluid starts
                    .container-fluid
                      .row
                        .col-sm-12
                          .card
                            .card-header.pb-0
                              h5 Ck Editor
                            .card-body
                              textarea#editor1(name='editor1', cols='30', rows='10')
                                | <h2>Technical details <a id="tech-details" name="tech-details"></a></h2>
                                | <table align="right" border="1" cellpadding="5" cellspacing="0">
                                | <caption><strong>Mission crew</strong></caption>
                                | <thead>
                                | <tr>
                                | <th scope="col">Position</th>
                                | <th scope="col">Astronaut</th>
                                | </tr>
                                | </thead>
                                | <tbody>
                                | <tr>
                                | <td>Commander</td>
                                | <td>Neil A. Armstrong</td>
                                | </tr>
                                | <tr>
                                | <td>Command Module Pilot</td>
                                | <td>Michael Collins</td>
                                | </tr>
                                | <tr>
                                | <td>Lunar Module Pilot</td>
                                | <td>Edwin "Buzz" E. Aldrin, Jr.</td>
                                | </tr>
                                | </tbody>
                                | </table>
                                | <p>Launched by a <strong>Saturn V</strong> rocket from <a href="javascript:void(0)">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="javascript:void(0)">NASA</a>'s Apollo program. The Apollo spacecraft had three parts:</p>
                                | <ol>
                                | <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li>
                                | <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li>
                                | <li><strong>Lunar Module</strong> for landing on the Moon.</li>
                                | </ol>
                                | <p>After being sent to the Moon by the Saturn V's upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="javascript:void(0)">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="javascript:void(0)">Pacific Ocean</a> on July 24.</p>
                      .row
                        .col-sm-12
                          .card
                            .card-header.pb-0
                              h5 Inline Editor
                            .card-body
                              #area1(contenteditable='true')
                                h1.f-w-700 Your title
                                p
                                  | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec at vulputate urna, sed dignissim arcu. Aliquam at ligula imperdiet, faucibus ante a, interdum enim. Sed in mauris a lectus lobortis condimentum. Sed in nunc magna. Quisque massa urna, cursus vitae commodo eget, rhoncus nec erat. Sed sapien turpis, elementum sit amet elit vitae, elementum gravida eros. In ornare tempus nibh ut lobortis. Nam venenatis justo ex, vitae vulputate neque laoreet a.
                    // Container-fluid Ends
                include ../../components/footer
        include ../../components/footer-files