Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

{* $Id: projekt_ort.tpl 417 2008-09-08 10:13:04Z tiefland $ *}
{include file="header.tpl"}
    <table width="662">
        <tr>
            <td valign="top">
                <table width="662">
                    <tr>
                        <td colspan="1" class="links">Liste der Projektorte</td>
                    </tr>
                    <tr>
                        <td class="links">Name</td>
                    </tr>
                    {section loop=$projekt_orte name="p_ind"}
                    <tr>
                        <td class="rechts">{$projekt_orte[p_ind]->po_name}
                            <form action="{$SCRIPT_NAME}" method="post" style="display:inline">
                                <input type="hidden" name="action" value="view">
                                <input type="hidden" name="id" value="{$projekt_orte[p_ind]->po_id}">
                                <input type="image" src="../images/navigation/edit.gif" align="right" style="16px">
                            </form>
                        </td>
                    </tr>
                    {/section}
                </table>
            </td>
            <td width="77" align="right" valign="top">
            {include file="buttons.tpl"}
            </td>
        </tr>
    </table>
{include file="footer.tpl"}