equal
deleted
inserted
replaced
371 echo '</tr>'; |
371 echo '</tr>'; |
372 } |
372 } |
373 ?> |
373 ?> |
374 |
374 |
375 <tr> |
375 <tr> |
376 <th colspan="3" style="text-align: center" class="subhead"><input type="submit" name="login" value="Log in" tabindex="<?php echo ( $level <= USER_LEVEL_MEMBER ) ? '4' : '2'; ?>" /></th> |
376 <th colspan="3" style="text-align: center" class="subhead"> |
|
377 <input type="hidden" name="login" value="true" /> |
|
378 <input type="submit" value="Log in" tabindex="<?php echo ( $level <= USER_LEVEL_MEMBER ) ? '4' : '2'; ?>" /> |
|
379 </th> |
377 </tr> |
380 </tr> |
378 </table> |
381 </table> |
379 </div> |
382 </div> |
380 <input type="hidden" name="auth_level" value="<?php echo (string)$level; ?>" /> |
383 <input type="hidden" name="auth_level" value="<?php echo (string)$level; ?>" /> |
381 <?php if ( $level <= USER_LEVEL_MEMBER ): ?> |
384 <?php if ( $level <= USER_LEVEL_MEMBER ): ?> |