Update of /cvsroot/openbash-org/openbash-org/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15498/modules
Modified Files:
View.php
Log Message:
añadido pages/admin_header.php para poder seleccionar las opciones comodamente
Index: View.php
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/modules/View.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** View.php 18 Nov 2004 17:42:04 -0000 1.7
--- View.php 19 Nov 2004 10:15:38 -0000 1.8
***************
*** 95,110 ****
global $login_language;
?>
! <h5 align="center"><?php echo $login_language['title'];?></h5>
<hr>
! <p><?=$login_language['msg'];?></p>
<form action="?page=admin" method="post">
<input type="hidden" name="form" value="1">
<table border="0" width="50%">
<tr class="textoficha">
! <td><?php echo $login_language['login'];?></td>
<td><input type="text" name="login" class="textfield" maxlength="20"></td>
! <td><?php echo $login_language['passwd'];?></td>
<td><input type="password" name="passwd" class="textfield" maxlength="20"><td>
! <td><input type="submit" name="submit" class="submit" value="<?php echo $login_language['submit'];?>"></td>
</tr>
</table>
--- 95,110 ----
global $login_language;
?>
! <h5 align="center"><?=$login_language['title']?></h5>
<hr>
! <p><?=$login_language['msg']?></p>
<form action="?page=admin" method="post">
<input type="hidden" name="form" value="1">
<table border="0" width="50%">
<tr class="textoficha">
! <td><?=$login_language['login']?></td>
<td><input type="text" name="login" class="textfield" maxlength="20"></td>
! <td><?=$login_language['passwd']?></td>
<td><input type="password" name="passwd" class="textfield" maxlength="20"><td>
! <td><input type="submit" name="submit" class="submit" value="<?=$login_language['submit']?>"></td>
</tr>
</table>
|