コード例 #1
0
ファイル: installfff.php プロジェクト: BersnardC/DROPINN
							<td>if you get errors from SMTP</td>
							<td>
								<?php 
echo getBullets(function_exists('mail') ? 1 : 0);
?>
							</td>
						</tr>
						<tr>
							<td><?php 
echo sh('m0k8vk9gJw');
?>
fgetcsv() function</td>
							<td>for Advanced CSV Imports</td>
							<td>
								<?php 
echo getBullets(function_exists('fgetcsv') ? 1 : 0);
?>
							</td>
						</tr>
					</tbody>
				</table>
				<span class="help-block">Above settings is not required, Lethe will work as your system settings. But if you want to import large amount datas, your system may block your actions and its will not work properly.</span>
				</div>
				</div>
				
				<div class="carousel-cont"><hr>
					<span class="pull-right">
						<button data-target="#carousel" data-slide="prev" type="button" class="btn btn-success">
							<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
							<span class="sr-only">Previous</span>
						</button>
コード例 #2
0
ファイル: pg.organization.php プロジェクト: BersnardC/DROPINN
					<td><?php 
        echo showIn($opOrgzRs['orgTag'], 'page');
        ?>
</td>
					<td data-value="<?php 
        echo $opOrgzRs['isActive'];
        ?>
"><?php 
        echo getBullets((int) $opOrgzRs['isActive']);
        ?>
</td>
					<td data-value="<?php 
        echo $opOrgzRs['isPrimary'];
        ?>
"><?php 
        echo getBullets((int) $opOrgzRs['isPrimary']);
        ?>
</td>
				</tr>
			<?php 
    }
    $opOrgz->free();
    ?>
			</tbody>
		</table>
			
		<script type="text/javascript">
			$(document).ready(function(){
				$('.footable').footable();
			});
		</script>
コード例 #3
0
ファイル: lethe.users.php プロジェクト: BersnardC/DROPINN
					<td><?php 
            echo showIn($opUsersRs['mail'], 'page');
            ?>
</td>
					<td data-value="<?php 
            echo $opUsersRs['isActive'];
            ?>
"><?php 
            echo getBullets($opUsersRs['isActive']);
            ?>
</td>
					<td data-value="<?php 
            echo $opUsersRs['isPrimary'];
            ?>
"><?php 
            echo getBullets($opUsersRs['isPrimary']);
            ?>
</td>
				</tr>
			<?php 
        }
        $opUsers->free();
        ?>
			</tbody>
		</table>
			
		<script type="text/javascript">
			$(document).ready(function(){
				$('.footable').footable();
			});
		</script>
コード例 #4
0
					<td><?php 
            echo $LETHE_MAIL_METHOD[$opAccsRs['send_method']];
            ?>
</td>
					<td data-value="<?php 
            echo $opAccsRs['isActive'];
            ?>
"><?php 
            echo getBullets($opAccsRs['isActive']);
            ?>
</td>
					<td data-value="<?php 
            echo $opAccsRs['systemAcc'];
            ?>
"><?php 
            echo getBullets($opAccsRs['systemAcc']);
            ?>
</td>
				</tr>
			<?php 
        }
        $opAccs->free();
        ?>
			</tbody>
			<tfoot>
			<tr>
				<td colspan="6">
					<?php 
        $pgVar = '?p=' . $p;
        include_once "inc/inc_pagination.php";
        ?>
コード例 #5
0
ファイル: pg.dashboard.php プロジェクト: BersnardC/DROPINN
echo subscribers_latest_subscriptions;
?>
 (25)</h3><hr>
		<?php 
$opLatests = $myconn->query("SELECT ID,OID,subscriber_mail,add_date,local_country,subscriber_verify FROM " . db_table_pref . "subscribers WHERE OID=" . set_org_id . " ORDER BY ID DESC LIMIT 0,25") or die(mysqli_error($myconn));
?>
		<div id="latestSubscribers" style="height:150px; overflow:hidden;">
		  <ul class="list-group">
			<?php 
while ($opLatestsRs = $opLatests->fetch_assoc()) {
    echo '<li class="list-group-item">
						<strong class="text-primary">' . showIn($opLatestsRs['subscriber_mail'], 'page') . '</strong>
						<span class="help-block">' . setMyDate($opLatestsRs['add_date'], 2) . '
							<span class="pull-right">
								<span class="flag flag-' . $opLatestsRs['local_country'] . '"></span>
								<span class="tooltips" title="' . $LETHE_VERIFICATION_TYPE[$opLatestsRs['subscriber_verify']] . '">' . getBullets($opLatestsRs['subscriber_verify']) . '</span>
							</span>
						</span>
					  </li>';
}
$opLatests->free();
?>
		  </ul>
		</div>
		<script>
			$(document).ready(function(){
				$('#latestSubscribers').scrollbox({
				  linear: true,
				  step: 1,
				  delay: 0,
				  speed: 50
コード例 #6
0
ファイル: act.xmlhttp.php プロジェクト: BersnardC/DROPINN
					</tr>
					<tr>
						<td><strong>' . letheglobal_company . '</strong></td>
						<td>' . ($sr->Get('subscriber_company') == '' ? '<span class="text-danger glyphicon glyphicon-ban-circle"></span>' : showIn($sr->Get('subscriber_company'), 'page')) . '</td>
					</tr>
					<tr>
						<td><strong>' . subscribers_full_data . '</strong></td>
						<td><pre><code class="language-javascript">' . ($sr->Get('subscriber_full_data') == '' ? '<span class="text-danger glyphicon glyphicon-ban-circle"></span>' : prettyPrint(showIn($buildJSON, 'page'))) . '</code></pre></td>
					</tr>
					<tr>
						<td><strong>' . subscribers_status . '</strong></td>
						<td>' . getBullets($sr->Get('subscriber_active')) . '</td>
					</tr>
					<tr>
						<td><strong>' . letheglobal_verification . '</strong></td>
						<td>' . getBullets($sr->Get('subscriber_verify')) . '</td>
					</tr>
					<tr>
						<td><strong>' . subscribers_subscriber_key . '</strong></td>
						<td><code>' . $sr->Get('subscriber_key') . '</code></td>
					</tr>
					<tr>
						<td><strong>' . letheglobal_created . '</strong></td>
						<td>' . setMyDate($sr->Get('add_date'), 2) . '</td>
					</tr>
					<tr>
						<td><strong>' . letheglobal_ip_address . '</strong></td>
						<td>' . $sr->Get('ip_addr') . '</td>
					</tr>
					<tr>
						<td><strong>' . subscribers_verification_key . '</strong></td>
コード例 #7
0
ファイル: pg.subscribers.php プロジェクト: BersnardC/DROPINN
</td>
					<td data-value="<?php 
            echo $opRecsRs['subscriber_active'];
            ?>
"><?php 
            echo getBullets($opRecsRs['subscriber_active']);
            ?>
</td>
					<td data-value="<?php 
            echo $opRecsRs['subscriber_verify'];
            ?>
"><span class="tooltips" title="<?php 
            echo $LETHE_VERIFICATION_TYPE[$opRecsRs['subscriber_verify']];
            ?>
"><?php 
            echo getBullets($opRecsRs['subscriber_verify']);
            ?>
</span></td>
					<td><?php 
            echo setMyDate($opRecsRs['add_date'], 2);
            ?>
</td>
					<td>
						<a href="javascript:;" data-sbr-action-w="500" data-sbr-action-h="400" data-sbr-action="sbrsendmail" data-sbr-id="<?php 
            echo $opRecsRs['ID'];
            ?>
" class="sbr-acts text-warning tooltips" title="<?php 
            echo subscribers_send_e_mail;
            ?>
"><span class="glyphicon glyphicon-envelope"></span></a> 
						<a href="javascript:;" data-sbr-action-w="700" data-sbr-action-h="400" data-sbr-action="sbrfulldata" data-sbr-id="<?php 
コード例 #8
0
ファイル: pg.forms.php プロジェクト: BersnardC/DROPINN
        ?>
</td>
					<td><?php 
        echo showIn(getGroup($opFormsRs['form_group'], 0), 'page');
        ?>
</td>
					<td><?php 
        echo cntData("SELECT ID FROM " . db_table_pref . "subscribe_form_fields WHERE FID=" . $opFormsRs['ID'] . "");
        ?>
</td>
					<td><?php 
        echo getBullets($opFormsRs['isSystem']);
        ?>
</td>
					<td><?php 
        echo getBullets($opFormsRs['subscription_stop'] ? 0 : 1);
        ?>
</td>
					<td><?php 
        echo setMyDate($opFormsRs['add_date'], 2);
        ?>
</td>
				</tr>
			<?php 
    }
    $opForms->free();
    ?>
			</tbody>
		</table>
		<script type="text/javascript">
			$(document).ready(function(){