コード例 #1
0
ファイル: comments.php プロジェクト: VSG24/ccms
        vertical-align: middle;
    }

</style>
<div class="container-fluid">
    <div class="row" style="text-align: center;">
        <div class="col-xs-6 col-sm-4 col-md-4 col-xs-offset-3 col-sm-offset-4 col-md-offset-4">
            <span style="float:<?php 
echo getLBA();
?>
;"><?php 
_e('comments_count', '', ':');
?>
</span>
            <span style="float:<?php 
echo getLBA_rev();
?>
;"><?php 
echo getCommentsCount();
?>
</span><br>
        </div>
    </div>
</div><br>

<div class="container-fluid">
    <div class="row" style="text-align: center;">
        <div class="col-xs-12 col-sm-12 col-md-10 col-md-offset-1">
            <div id="tablediv">
                <table width="auto" class="table table-hover" ">
                <tr>
コード例 #2
0
ファイル: index.php プロジェクト: VSG24/ccms
}
if (isset($_GET['switch']) && $_GET['switch'] == 'error') {
    $i = 0;
    $curr_loc = _e('error', '', '', true);
}
?>

<div class="container-fluid" id="nav-left" align="<?php 
echo getLBA();
?>
">
    <div class="row">
        <div class="col-sm-3 col-md-2 sidebar">
            <ul class="nav nav-sidebar">
                <?php 
$ic_style = 'style="float: ' . getLBA() . '; line-height: inherit; margin-' . getLBA_rev() . ': 8px; color: yellow;"';
?>
                <li <?php 
if ($i == 1) {
    echo 'class="active"';
}
?>
><a href="index.php"><i <?php 
echo $ic_style;
?>
 class="mdi mdi-view-dashboard"></i><?php 
_e('dashboard');
?>
</a></li>
                <li><a href="../"><i <?php 
echo $ic_style;