<tr>
<td>
<?php 
echo $scheduleResource->name;
?>
</td><td>
<?php 
echo nl2br($scheduleResource->description);
?>
</td><td>
<?php 
echo $scheduleResource->ResourceType->name;
?>
</td><td>
<?php 
echo $scheduleResource->resource_limit;
?>
</td><td>
<?php 
echo get_auther_name($scheduleResource, true);
?>
</td>
</tr>
</tbody>
</table>
<?php 
echo $form->renderHiddenFields();
?>
<input type="submit" value=" 削 除 " />
</form>
    ?>
</td><td>
<?php 
    echo $scheduleResourceForm['description']->render();
    ?>
</td><td>
<?php 
    echo $scheduleResourceForm['resource_type_id']->render();
    ?>
</td><td>
<?php 
    echo $scheduleResourceForm['resource_limit']->render();
    ?>
</td><td>
<?php 
    echo get_auther_name($scheduleResourceForm->getObject(), true);
    ?>
</td><td>
<input type="submit" value=" 更 新 " />
</td><td>
</form>
<?php 
    echo $scheduleResourceForm->renderFormTag(url_for('opCalendarPlugin_resource_delete_confirm', $scheduleResourceForm->getObject()), array('method' => 'get'));
    ?>
<input type="submit" value=" 削 除 確 認 " />
</td>
</form>
</tr>
<?php 
}
?>