Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
                if ( ( isset( $user_rechte.logins.admin["bild" . $bild_nr .
                    "_text"] ) ) and ( isset( $user_rechte.logins.admin["bild_pos" .
                    $bild_nr] ) ) )
                { ?>
              <hr width="100%">
<?
                } ?>                      
              <table border="0" width="50%" cellspacing="0" cellpadding="0">
<?
                if ( isset( $user_rechte.logins.admin["bild" . $bild_nr .
                    "_text"] ) )
                { ?>
                <tr> 
                  <td width="27%" nowrap><font color="#{$webs.font_color_rechts}">Unterschrift:</font></td>
                  <td width="28%" nowrap> 
                    <input type="text" name="bildunterschrift_<? echo $bild_nr ?>" value="<? echo
                    $zeile["bildunterschrift_" . $bild_nr] ?>">
                  </td>
                </tr>
<?
                }
                if ( isset( $user_rechte.logins.admin["bild_pos" .
                    $bild_nr] ) )
                { ?>
                <tr> 
                  <td width="27%" height="23" nowrap><font color="#{$webs.font_color_rechts}">Position:</font></td>
                  <td width="28%" nowrap> 
                                        <? $kats = explode( ";", $web_rechte.logins.admin["bild_pos" .
                    $bild_nr] ); ?>
              <select name="bild_position_<? echo $bild_nr ?>" 
                          <? echo $web_rechte.logins.admin[$Feld . "_EventHandler"]; ?>>
                <?
                    $kat_runner = 0;
                    foreach ( $kats as $elem )
                    { ?>
                <option value="<? echo $kat_runner ?>"<? if ( $zeile["bild_position_" .
                        $bild_nr] == $kat_runner )
                        { ?>selected<? } ?>> 
                <? echo $elem ?>
                </option>
                <?
                        $kat_runner++;
                    } ?>
              </select>
                  </td>
                </tr>
<?
                } ?>
              </table>
            </td>
          </tr>
          <?
            }
        } ?>