コード例 #1
0
ファイル: libraries.php プロジェクト: 340211173/mandingo
<?php

// tr class= active, success, warning, danger
$handle = Common::getInteger("handle");
$procedures = array();
if (strlen($handle)) {
    $procedures = Sinjector::procedures($vars["md5"], $handle);
}
$hooks = Sinjector::hooks();
?>
	<div class="row clearfix">
		<div class="col-md-12 column">
			<table class="table table-bordered">
				<thead>
					<tr>
						<th>
							#
						</th>
						<th>
							Name
						</th>
						<th>
							Procs
						</th>
						<th>
							Handle
						</th>
					</tr>
				</thead>
				<tbody>
<?php