예제 #1
0
    <td><?php 
        if ($isVerwalter) {
            echo generateGroupSelect('formUserGruppe', $_user['gruppe']);
        } else {
            echo ucfirst($_user['gruppe']);
        }
        ?>
</td>
    <td>&nbsp;</td>
    <td nowrap><input type="text" name="formUserName" maxlength="255" value="<?php 
        echo $_user['name'];
        ?>
" style="width:99%"></td>
    <td>&nbsp;</td>
    <td nowrap rowspan="2"><?php 
        echo makeDateTimeForm("formUserValidTill", formatDate($sql->mktime($_user['verfallsdatum'])));
        ?>
</td>
  </tr>
  <tr class="<?php 
        echo $_trClass;
        ?>
">
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td align="right">Passwort:</td>
    <td>&nbsp;</td>
    <td colspan="1" nowrap><input type="text" name="formUserPass" maxlength="255" value="" style="width:99%"></td>
    <td>&nbsp;</td>
  </tr>
예제 #2
0
                ?>
</td>
          <td class="small">&nbsp;</td>
          <td class="small" nowrap><?php 
                echo formatDate($sql->mktime($_tmpRecht['verfallsdatum']));
                ?>
</td>
          <td class="small">&nbsp;</td>
          <td class="small" nowrap><input type="checkbox" name="formFileValidTill" class="small" value="<?php 
                echo $_tmpRecht['id'];
                ?>
"<?php 
                echo $formFileValidTill == $_tmpRecht['id'] ? ' checked="checked"' : '';
                ?>
/>&nbsp;<?php 
                echo makeDateTimeForm("formFileValidTill", formatDate($sql->mktime($_tmpRecht['tmpverfall'])), false, "small");
                ?>
</td>
          <td class="small">&nbsp;</td>
          <td class="small" align="center"><input type="checkbox" name="formGrantDel" class="small" value="1"<?php 
                echo $_tmpRecht['loeschen'] ? ' checked="checked"' : '';
                ?>
/></td>
        </tr>
        </form>
<?php 
            }
            // alle Rechte
            ?>
      </table> 
    </td>