예제 #1
0
,
        href: "<?php 
print getLinkWithGet(array('pageNum' => "{{number}}"), $_SERVER['PHP_SELF'], $_GET);
?>
"
    });
    $('#paginationBottomId').twbsPagination({
        totalPages: <?php 
print $pageCount;
?>
,
        visiblePages: 7,
        startPage: <?php 
print $page;
?>
,
        href: "<?php 
print getLinkWithGet(array('pageNum' => "{{number}}"), $_SERVER['PHP_SELF'], $_GET);
?>
"
    });
</script>
<script type="text/javascript">
    $('.table-responsive').highlight('<?php 
print $searchText;
?>
');
</script>
</body>
</html>
예제 #2
0
                    </a>
                </li>
            </ul>
            <form action="search.php" method="get" class="navbar-form navbar-right">
                <input type="text" name="text" class="form-control" placeholder="Search...">
            </form>
        </div>
    </div>
</nav>

<div class="container-fluid">
    <div class="row">
        <div class="col-sm-3 col-md-2 sidebar">
            <ul class="nav nav-sidebar">
                <li class="active"><a href="<?php 
print getLinkWithGet(array(), $_SERVER['PHP_SELF'], $_GET);
?>
">Admin List</a></li>
                <li><a href="changePass.php">Change Password</a></li>
            </ul>
        </div>
        <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
            <h1 class="page-header">Settings</h1>
            <h2 class="sub-header">Admin List</h2>
            <div class="table-responsive">
                <form action="forms/adminlist_submit.php" method="post" id="adminListForm" onsubmit="return validateForm()">
                    <table class="table table-striped table-hover">
                        <thead>
                            <tr>
                                <th>Username</th>
                                <th>Account Type</th>