openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit b123c93b69bac53f8b88d7665ea09d4a9a020f62
parent 30ebc8016351374bc99992ad314597096cf7cdf8
Author: dankert <devnull@localhost>
Date:   Wed, 19 May 2004 22:56:52 +0200

element schlie?en

Diffstat:
themes/default/pages/html/group/list.tpl.php | 80++++++++++++++++++++++++++++++++++++++++----------------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)

diff --git a/themes/default/pages/html/group/list.tpl.php b/themes/default/pages/html/group/list.tpl.php @@ -1,41 +1,41 @@ -<?php include( $tpl_dir.'header.tpl.php') ?> - -<!-- $Id$ --> - -<center> - -<form action="<?php echo $self ?>" method="post" target="_self"> -<input type="hidden" name="action" value="group"> -<input type="hidden" name="groupaction" value="add"> - -<table class="main" width="50%" cellspacing="0" cellpadding="4"> - -<tr> - <th><?php echo lang('GROUPS') ?></th> -</tr> - -<?php $f1=true; - foreach( $el as $id=>$e ) - { ?> -<tr> -<td class="<?php if($f1==true) {echo'f1'; } else{echo'f2'; }?>"><a href="<?php echo $e['url'] ?>" target="cms_main"><img src="<?php echo $image_dir ?>icon_group.png" border="0" align="left"><?php echo $e['name'] ?></a></td> -</tr> -<?php } ?> - -<tr> -<td class="act"><input type="text" name="name" value="">&nbsp;<input type="submit" class="submit" value="<?php echo lang('ADD') ?>"></td> -</tr> - -</table> - -</form> - -</center> - -<script name="JavaScript" type="text/javascript"> -<!-- -window.document.forms[0].name.focus(); -//--> -</script> - +<?php include( $tpl_dir.'header.tpl.php') ?> + +<!-- $Id$ --> + +<center> + +<form action="<?php echo $self ?>" method="post" target="_self"> +<input type="hidden" name="action" value="group" /> +<input type="hidden" name="groupaction" value="add" /> + +<table class="main" width="50%" cellspacing="0" cellpadding="4"> + +<tr> + <th><?php echo lang('GROUPS') ?></th> +</tr> + +<?php $f1=true; + foreach( $el as $id=>$e ) + { ?> +<tr> +<td class="<?php if($f1==true) {echo'f1'; } else{echo'f2'; }?>"><a href="<?php echo $e['url'] ?>" target="cms_main"><img src="<?php echo $image_dir ?>icon_group.png" border="0" align="left"><?php echo $e['name'] ?></a></td> +</tr> +<?php } ?> + +<tr> +<td class="act"><input type="text" name="name" value="">&nbsp;<input type="submit" class="submit" value="<?php echo lang('ADD') ?>"></td> +</tr> + +</table> + +</form> + +</center> + +<script name="JavaScript" type="text/javascript"> +<!-- +window.document.forms[0].name.focus(); +//--> +</script> + <?php include( $tpl_dir.'footer.tpl.php') ?> \ No newline at end of file