Seditio Source
Root |
./othercms/b2evolution_7.2.3/skins/bootstrap_gallery_legacy/index.main.php
<?php
/**
 * This is the main/default page template.
 *
 * For a quick explanation of b2evo 2.0 skins, please start here:
 * {@link http://b2evolution.net/man/skin-development-primer}
 *
 * It is used to display the blog when no specific page template is available to handle the request.
 *
 * @package evoskins
 * @subpackage bootstrap_gallery_skin
 */
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );

if(
evo_version_compare( $app_version, '6.4' ) < 0 )
{
// Older skins (versions 2.x and above) should work on newer b2evo versions, but newer skins may not work on older b2evo versions.
   
die( 'This skin is designed for b2evolution 6.4 and above. Please <a href="http://b2evolution.net/downloads/index.html">upgrade your b2evolution</a>.' );
}

global
$Skin;
// This is the main template; it may be used to display very different things.
// Do inits depending on current $disp:
skin_init( $disp );
// TODO: move to Skin::display_init
require_js_defer( 'functions.js', 'blog' );    // for opening popup window (comments)
// -------------------------- HTML HEADER INCLUDED HERE --------------------------
skin_include( '_html_header.inc.php', array(
       
'arcdir_text'     => T_('Index'),
       
'catdir_text'     => T_('Galleries'),
       
'category_text'   => T_('Gallery').': ',
       
'categories_text' => T_('Galleries').': ',
    ) );
// -------------------------------- END OF HEADER --------------------------------
// ---------------------------- SITE HEADER INCLUDED HERE ----------------------------
// If site headers are enabled, they will be included here:
siteskin_include( '_site_body_header.inc.php' );
// ------------------------------- END OF SITE HEADER --------------------------------
?>


<div class="container">

<header class="row">

    <div class="col-xs-12 col-sm-12 col-md-4 col-md-push-8">
        <?php
           
// ------------------------- "Page Top" CONTAINER EMBEDDED HERE --------------------------
            // Display container and contents:
           
widget_container( 'page_top', array(
                   
// The following params will be used as defaults for widgets included in this container:
                   
'container_display_if_empty' => false, // If no widget, don't display container at all
                   
'block_start'         => '<div class="evo_widget $wi_class$">',
                   
'block_end'           => '</div>',
                   
'block_display_title' => false,
                   
'list_start'          => '<ul>',
                   
'list_end'            => '</ul>',
                   
'item_start'          => '<li>',
                   
'item_end'            => '</li>',
                ) );
           
// ----------------------------- END OF "Page Top" CONTAINER -----------------------------
       
?>

        <?php
            skin_widget
( array(
               
// CODE for the widget:
               
'widget' => 'coll_member_count',
               
// Optional display params
               
'block_start' => '<span>',
               
'block_end'   => '</span>',
               
'before'      => '(',
               
'after'       => ')',
            ) );
       
?>
   </div><!-- .col -->

        <?php
           
// ------------------------- "Header" CONTAINER EMBEDDED HERE --------------------------
            // Display container and contents:
           
widget_container( 'header', array(
                   
// The following params will be used as defaults for widgets included in this container:
                   
'container_display_if_empty' => true, // Display container anyway even if no widget
                   
'container_start'   => '<div class="col-xs-12 col-sm-12 col-md-8 col-md-pull-4"><div class="evo_container $wico_class$">',
                   
'container_end'     => '</div></div>',
                   
'block_start'       => '<div class="evo_widget $wi_class$">',
                   
'block_end'         => '</div>',
                   
'block_title_start' => '<h1>',
                   
'block_title_end'   => '</h1>',
                ) );
           
// ----------------------------- END OF "Header" CONTAINER -----------------------------
       
?>

</header><!-- .row -->

        <?php
           
// ------------------------- "Menu" CONTAINER EMBEDDED HERE --------------------------
            // Display container and contents:
            // Note: this container is designed to be a single <ul> list
           
widget_container( 'menu', array(
                   
// The following params will be used as defaults for widgets included in this container:
                   
'container_display_if_empty' => false, // If no widget, don't display container at all
                   
'container_start'     => '<nav class="row"><div class="col-xs-12"><ul class="nav nav-tabs evo_container $wico_class$">',
                   
'container_end'       => '</ul></div></nav>',
                   
'block_start'         => '',
                   
'block_end'           => '',
                   
'block_display_title' => false,
                   
'list_start'          => '',
                   
'list_end'            => '',
                   
'item_start'          => '<li class="evo_widget $wi_class$">',
                   
'item_end'            => '</li>',
                   
'item_selected_start' => '<li class="active evo_widget $wi_class$">',
                   
'item_selected_end'   => '</li>',
                   
'item_title_before'   => '',
                   
'item_title_after'    => '',
                ) );
           
// ----------------------------- END OF "Menu" CONTAINER -----------------------------
       
?>

<main><!-- This is were a link like "Jump to main content" would land -->

    <!-- ================================= START OF MAIN AREA ================================== -->

    <?php
       
// ------------------------- MESSAGES GENERATED FROM ACTIONS -------------------------
       
messages( array(
               
'block_start' => '<div class="row"><div class="col-xs-12 action_messages">',
               
'block_end'   => '</div></div>',
            ) );
       
// --------------------------------- END OF MESSAGES ---------------------------------
   
?>

    <?php
   
// ------------------------- TITLE FOR THE CURRENT REQUEST -------------------------
   
request_title( array(
           
'title_before'      => '<div class="row"><div class="col-xs-12><h2>',
           
'title_after'       => '</h2></div></div>',
           
'title_none'        => '',
           
'glue'              => ' - ',
           
'title_single_disp' => false,
           
'title_widget_page_disp'  => false,
           
'format'            => 'htmlbody',
           
'arcdir_text'       => T_('Index'),
           
'catdir_text'       => '',
           
'category_text'     => T_('Gallery').': ',
           
'categories_text'   => T_('Galleries').': ',
           
'user_text'         => '',
           
'comments_text'     => '',
           
'search_text'       => '',
           
'display_edit_links'  => ( $disp == 'edit' ),
           
'edit_links_template' => array(
               
'before'              => '<span class="pull-right">',
               
'after'               => '</span>',
               
'advanced_link_class' => 'btn btn-info btn-sm',
               
'close_link_class'    => 'btn btn-default btn-sm',
            ),
        ) );
   
// ------------------------------ END OF REQUEST TITLE -----------------------------
   
?>

    <div class="row">

        <div class="col-xs-12">

        <?php
           
// -------------- MAIN CONTENT TEMPLATE INCLUDED HERE (Based on $disp) --------------
           
skin_include( '$disp$', array(
                   
'author_link_text'     => 'auto',
                   
'item_class'           => 'evo_post evo_content_block',
                   
'item_type_class'      => 'evo_post__ptyp_',
                   
'item_status_class'    => 'evo_post__',
                   
// Form params for the forms below: login, register, lostpassword, activateinfo and msgform
                   
'skin_form_before'      => '<div class="panel panel-default skin-form">'
                                                                               
.'<div class="panel-heading">'
                                                                                   
.'<h3 class="panel-title">$form_title$</h3>'
                                                                               
.'</div>'
                                                                               
.'<div class="panel-body">',
                   
'skin_form_after'       => '</div></div>',
                   
// Login
                   
'display_form_messages' => true,
                   
'form_title_login'      => T_('Log in to your account').'$form_links$',
                   
'form_title_lostpass'   => get_request_title().'$form_links$',
                   
'lostpass_page_class'   => 'evo_panel__lostpass',
                   
'login_form_inskin'     => false,
                   
'login_page_class'      => 'evo_panel__login',
                   
'login_page_before'     => '<div class="$form_class$">',
                   
'login_page_after'      => '</div>',
                   
'display_reg_link'      => true,
                   
'abort_link_position'   => 'form_title',
                   
'abort_link_text'       => '<button type="button" class="close" aria-label="Close"><span aria-hidden="true">&times;</span></button>',
                ) );
           
// Note: you can customize any of the sub templates included here by
            // copying the matching php file into your skin directory.
            // ------------------------- END OF MAIN CONTENT TEMPLATE ---------------------------
       
?>
       
        </div><!-- .col -->
       
    </div><!-- .row -->


    <?php
   
if( $disp != 'catdir' )
    {    
// Don't display the pages on disp=catdir because we don't have a limit by page there
        // -------------------- PREV/NEXT PAGE LINKS (POST LIST MODE) --------------------
       
mainlist_page_links( array(
               
'block_start' => '<div class="nav_pages">',
               
'block_end' => '</div>',
               
'prev_text' => '&lt;&lt;',
               
'next_text' => '&gt;&gt;',
            ) );
       
// ------------------------- END OF PREV/NEXT PAGE LINKS -------------------------
   
}
   
?>

</main>


<footer class="row">

    <!-- =================================== START OF FOOTER =================================== -->
    <div class="col-md-12">

        <?php
           
// Display container and contents:
           
widget_container( 'footer', array(
                   
// The following params will be used as defaults for widgets included in this container:
                   
'container_display_if_empty' => false, // If no widget, don't display container at all
                   
'container_start' => '<div class="evo_container $wico_class$ clearfix">', // Note: clearfix is because of Bootstraps' .cols
                   
'container_end'   => '</div>',
                   
'block_start'     => '<div class="evo_widget $wi_class$">',
                   
'block_end'       => '</div>',
                ) );
       
?>

        <p class="center">
            <?php
               
// Display footer text (text can be edited in Blog Settings):
               
$Blog->footer_text( array(
                       
'before' => '',
                       
'after'  => ' &bull; ',
                    ) );
           
?>

            <?php
               
// Display a link to contact the owner of this blog (if owner accepts messages):
               
$Blog->contact_link( array(
                       
'before' => '',
                       
'after'  => ' &bull; ',
                       
'text'   => T_('Contact'),
                       
'title'  => T_('Send a message to the owner of this blog...'),
                    ) );
               
// Display a link to help page:
               
$Blog->help_link( array(
                       
'before'      => ' ',
                       
'after'       => ' ',
                       
'text'        => T_('Help'),
                    ) );
           
?>

            <?php
               
// Display additional credits:
                // If you can add your own credits without removing the defaults, you'll be very cool :))
                // Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net
               
credits( array(
                       
'list_start'  => '&bull;',
                       
'list_end'    => ' ',
                       
'separator'   => '&bull;',
                       
'item_start'  => ' ',
                       
'item_end'    => ' ',
                    ) );
           
?>
       </p>

        <?php
           
// Please help us promote b2evolution and leave this logo on your blog:
           
powered_by( array(
                   
'block_start' => '<div class="powered_by">',
                   
'block_end'   => '</div>',
                   
// Check /rsc/img/ for other possible images -- Don't forget to change or remove width & height too
                   
'img_url'     => '$rsc$img/powered-by-b2evolution-120t.gif',
                   
'img_width'   => 120,
                   
'img_height'  => 32,
                ) );
       
?>
   </div><!-- .col -->
   
</footer><!-- .row -->


</div><!-- .container -->


<?php
// ---------------------------- SITE FOOTER INCLUDED HERE ----------------------------
// If site footers are enabled, they will be included here:
siteskin_include( '_site_body_footer.inc.php' );
// ------------------------------- END OF SITE FOOTER --------------------------------


// ------------------------- HTML FOOTER INCLUDED HERE --------------------------
skin_include( '_html_footer.inc.php' );
// ------------------------------- END OF FOOTER --------------------------------
?>