MB: Verstecken von HTML Formularen für das einfache bedinen administrativer Funktionen

Beitrag lesen

moin,

in $_GET oder $_POST

…ist das schon einmal behandelt worden und mir kam da ein einfall wie ich HTML-Formulare für administrative Funktionen verstecken kann, sodass es - finde ich - optisch eleganter aussieht und einfacher zu handhaben ist.

<table>
  <tr>
    <th>
      <form method="post" action="">
        <input type="hidden" name="foo[open]">
        <input value="open" type="submit">
      </form>
      <form method="post" action="">
        <input type="hidden" name="foo[delete]">
        <input value="delete" type="submit">
      </form>
    </th>
    <td>
      <!-- Foo Datensatz-->
    </td>
  </tr>
  <!-- n Datensätze-->
</table>

…allerdings müsste in der Tabelle n Datensätze auch (n × 2) Formulare geben anstatt "OldSchool" Formular wie hier…

<form method="post" action="">
  <table>
    <tr>
      <th>
        <input type="radio" name="user" id="foo[open]" value="open">
        <input type="radio" name="user" id="foo[delete]" value="delete">
      </th>
      <td>
        <!-- Foo Datensatz-->
      </td>
    </tr>
    <!-- n Datensätze -->
    <tr>
      <input type="submit">
    </tr>
  </table>
  
</form>

lgmb

0 47

Verstecken von HTML Formularen für das einfache bedinen administrativer Funktionen

MB
  • formulare
  • html
  • php
  1. 0
    Matthias Apsel
    1. 0
      pl
      1. 1
        Matthias Apsel
        • sonstiges
      2. 0
        dedlfix
        1. -2
          pl
  2. -1
    pl
  3. 0

    Formular über die gesamte Tabelle hinweg

    ursus contionabundo
    1. 0
      pl
      1. 0
        ursus contionabundo
        1. 0
          pl
          1. 1
            ursus contionabundo
            1. 0
              pl
              1. 1
                ursus contionabundo
                1. 0
                  pl
              2. 0
                pl
      2. 0
        dedlfix
        1. 0
          pl
          1. 0
            dedlfix
            1. 0
              pl
              1. 0
                dedlfix
                1. 0
                  pl
                  1. 0
                    dedlfix
                    1. 0
                      pl
    2. 0
      Rolf B
      1. 0
        Gunnar Bittersmann
        • html
        • javascript
    3. 0

      Frage betreffs Aria-Label oder Aria Alert

      ursus contionabundo
      1. 0
        Rolf B
        1. 0
          ursus contionabundo
  4. 0
    MB
    1. -1
      pl
      1. 0
        dedlfix
      2. 0
        pl
        1. 0
          dedlfix
        2. 0
          pl
      3. 0
        pl
    2. 1
      dedlfix
      1. 1
        dedlfix
        1. 0
          MB
    3. 3
      Rolf B
      1. 0
        pl
        1. 0
          Rolf B
          1. 0
            pl
            1. 0
              Gunnar Bittersmann
            2. 0
              pl
              1. 0
                Gunnar Bittersmann
                • formulare
                • progressive enhancement
                1. 0
                  pl