コード例 #1
0
ファイル: langlist.php プロジェクト: basdog22/Qool
<?php

message();
foreach ($list = the_list() as $ko => $vo) {
    ?>
<table class="table table-striped table-bordered table-condensed">
<thead>
	<tr>
		<th>#</th>
		<th><?php 
    t(ucfirst($ko));
    ?>
</th>
		<th colspan="4"><?php 
    t("Actions");
    ?>
</th>
	</tr>
</thead>
<?php 
    foreach ($vo['available']['language'] as $k => $v) {
        ?>
<tr>
	<td><?php 
        echo $k + 1;
        ?>
</td>
	<td width="40%"><a href='<?php 
        qoolinfo('home');
        ?>
/admin/editlang?id=<?php 
コード例 #2
0
ファイル: userfieldslist.php プロジェクト: basdog22/Qool
		<th><?php 
t("Title");
?>
</th>
		<th><?php 
t("Data Type");
?>
</th>
		<th colspan="2"><?php 
t("Actions");
?>
</th>
	</tr>
</thead>
<?php 
foreach (the_list() as $k => $v) {
    ?>
<tr>
	<td><?php 
    echo $k + 1;
    ?>
</td>
	<td width="70%"><a class="qoolmodal" data-toggle="modal" title="<?php 
    t("Edit User Field");
    ?>
 <?php 
    echo $v['title'];
    ?>
" data-target="#myModal" href='<?php 
    qoolinfo('home');
    ?>
コード例 #3
0
ファイル: contentlanglist.php プロジェクト: basdog22/Qool
<?php

message();
?>
<div class="sortable">
<?php 
$list = the_list();
?>
<div class="row-fluid ">
	<div class="box span12">
		<div class="box-header well">
			<h2><i class="icon-bullhorn"></i> <?php 
t('Content Languages');
?>
</h2>
			<div class="box-icon">
				<a href="#" class="btn btn-minimize"><i class="icon-chevron-up"></i></a>
			</div>
		</div>
		<div class="box-content">
			<table class="table table-striped table-bordered table-condensed">
<thead>
	<tr>
		<th>#</th>
		<th><?php 
t('Title');
?>
</th>
		<th colspan="4"><?php 
t("Actions");
?>