コード例 #1
0
ファイル: project_list.php プロジェクト: tomzt/tfwp
<?php

$this->view_inc('front/nav.php');
?>
<ul id="tfk_subfilters">
<?php 
echo tfk_project_status::list_links($this->baselink, 'filter_project', $this->filters['filter_project']);
?>
</ul>
<table class="tfk_projects widefat">
	<thead>
		<tr>
			<th style="width:6%"><?php 
_e('ID', 'taskfreak');
?>
</th>
			<th style="width:64%"><?php 
_e('Name', 'taskfreak');
?>
</th>
			<th style="width:30%"><?php 
_e('Status', 'taskfreak');
?>
</th>
		</tr>
	</thead>
	<!-- tfoot>
		<tr>
			<th><?php 
_e('ID', 'taskfreak');
?>