openrat-cms

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

commit 50215e7e59ba9d29cb4558bec7dfcfe866dc36d2
parent 5a042e1cafdb842025ed47777c41c0fd797f9f47
Author: dankert <devnull@localhost>
Date:   Mon, 29 Sep 2003 20:38:22 +0200

neuer Dateiname

Diffstat:
themes/default/pages/html/projectmodel_edit.tpl.php | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/themes/default/pages/html/projectmodel_edit.tpl.php b/themes/default/pages/html/projectmodel_edit.tpl.php @@ -0,0 +1,22 @@ +<?php include( $tpl_dir.'header.tpl.php') ?> + +<br><br><br> +<center> + +<table width="80%"> + +<tr> + <th colspan="2"><?php echo lang('VARIANT') ?></a></th> +</tr> + +<tr> +<td width="50%" class="f1"><?php echo lang('NAME') ?></a></td> +<td width="50%" class="f1"><?php echo $name ?></td> +</tr> + +</table> + +<br> + +</center> +<?php include( $tpl_dir.'footer.tpl.php') ?>+ \ No newline at end of file