equal
deleted
inserted
replaced
43 <?php |
43 <?php |
44 foreach($renkans as $renkan) { |
44 foreach($renkans as $renkan) { |
45 echo("<tr>"); |
45 echo("<tr>"); |
46 echo(" <td><a href='renkan_read.php?renkanId=$renkan[id]'>$renkan[title]</a></td>"); |
46 echo(" <td><a href='renkan_read.php?renkanId=$renkan[id]'>$renkan[title]</a></td>"); |
47 echo(" <td class='renkanlist-actions'><a href='renkan_edit.php?renkanId=$renkan[id]'><span class='fi-pencil has-tip' data-tooltip aria-haspopup='true' title='edit'></span></a>"); |
47 echo(" <td class='renkanlist-actions'><a href='renkan_edit.php?renkanId=$renkan[id]'><span class='fi-pencil has-tip' data-tooltip aria-haspopup='true' title='edit'></span></a>"); |
48 echo(" <a href='renkan_read.php?renkanId=$renkan[id]'><span class='fi-eye has-tip' data-tooltip aria-haspopup='true' title='delete'></span></a>"); |
48 echo(" <a href='renkan_read.php?renkanId=$renkan[id]'><span class='fi-eye has-tip' data-tooltip aria-haspopup='true' title='view'></span></a>"); |
49 echo(" <a href='renkan_del.php?renkanId=$renkan[id]'><span class='fi-trash has-tip' data-tooltip aria-haspopup='true' title='delete'></span></a></td>"); |
49 echo(" <a href='renkan_del.php?renkanId=$renkan[id]'><span class='fi-trash has-tip' data-tooltip aria-haspopup='true' title='delete'></span></a></td>"); |
50 echo("</tr>"); |
50 echo("</tr>"); |
51 } |
51 } |
52 ?> |
52 ?> |
53 </tbody> |
53 </tbody> |