Viewing file: default.php (1.62 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php defined('_JEXEC') or die;
$plugin = 'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash';
$swf = 'https://d3.violet.vn/uploads/previews/document/1/475/581/baner.swf'; $gif = 'http://thuthuatphanmem.vn/uploads/2017/10/04/anh-dong-295_113857.gif';
echo '<p align="center"><embed height="165" width="1000" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" allowfullscreen="false" pluginspage="'.$plugin.'" quality="high" src="'.$swf.'" /></p>';
echo $obj->load();
echo '<p align="center"><img src="'.$gif.'" width="500" height="30" /></p>';
$login = 'index.php?task=login';
?>
<h3> <P align="center">ĐĂNG NHẬP HỆ THỐNG</p></h5>
<Form name="input" action="<?php echo $login; ?>" method="post">
<Table border="0"cellspacing="3" align ="center">
<tr> <td>Tên đăng nhập</td><td><input type="text" name="user"/> </td></tr>
<tr> <td>Mật khẩu </td><td><input type="password" name="pass"/> </td></tr>
</Table><br>
<Table border="0"cellspacing="1" align="center">
<input type="hidden" name="token" value = "false"/>
<tr><td><input type="submit" value="Đăng nhập"/></td><td><input type="reset" value="Nhập lại"/> </td>
</tr>
</Table>
</Form>
<br/><br/><br/><br/><hr />
<p align = "center">Luong The Vinh secondary school internal information system designed and developed by Don Le Quy. Version copyright 2.0, july 2018.
<br/><a href="https://docs.google.com/document/d/1Hu4pT33YkEP0ZEBV_EKye9wfiUUgFBrzyT-MK-2JUPg/edit?usp=sharing" target="_blank" >
Read more some features about the system...</a></p>
|