view openmindattribute/templates/openmindattribute_default.tpl.php @ 24:97f2da68fb5f

first version of model2model graph manipulation tool. doesn't work yet.
author casties
date Wed, 23 Sep 2015 19:47:02 +0200
parents 124ef8f3b22d
children
line wrap: on
line source

<h3 class="openmindattribute-header">Attributes</h3>
<table class="openmindattribute-table" >
<?php foreach ($attributes as $a):?>
<tr class="openmindattribute-row">
<td class="openmindattribute-cell openmindattribute-name"><?php print $a['name']?></td>
<td class="openmindattribute-cell"><?php print $a['ov']?></td>
<td class="openmindattribute-cell"><?php print $a['nov']?></td>
<td class="openmindattribute-cell"><?php endforeach;?></td>
</tr>
</table>