Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2815 → Rev 2814

/web/acc/welcome.php
File deleted
/web/acc/menu.php
163,7 → 163,7
<div class="panel-row">
<div class="menu">
<ul>
<li><div class="caret"></div><a href="welcome.php" target="REXY2"><?= $l_home ?></a></li>
<li><div class="caret"></div><a href="phpsysinfo/" target="REXY2"><?= $l_home ?></a></li>
<?php if ($right === 0): // admin ?>
<li>
<div class="caret"></div><a href="#"><?= $l_system ?></a>
/web/acc/manager/vnstat.php
11,14 → 11,27
?>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/style.css">
</head>
<header>
<link rel="stylesheet" href="htdocs/style.css">
</header>
<body>
<div class="panel">
<div class="panel-header"><?= $l_title ?></div>
<iframe class="panel-iframe" src="vnstat/index.php">
</iframe>
<table border=0 cellspacing=0 cellpadding=0 class="tableTopACC">
<tbody class="tbodyAcc" >
<tr>
<th class="thBasicACC">
<?php echo $l_title; ?>
</th>
</tr>
</tbody>
<tr bgcolor="#FFCC66" class="trSizeACC">
<td class="tdSizeACC">
<img src="/images/pix.gif" width="1" height="2">
</td>
</tr>
</table>
<div >
<iframe class="ACCiframe" src="vnstat/index.php">
</iframe>
</div>
</body>
</html>
/web/css/style.css
125,19 → 125,3
border: 1px solid black;
overflow: auto;
}
.panel .panel-iframe
{
height: 150vh;
width: 100%;
margin: 0px 0px 0px 0px ;
padding: 0px 0px 0px 0px ;
display: flex;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-top-style: solid;
border-top-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-width: 1px;
}
/web/password.php
1,8 → 1,9
<?php
# $Id$
#
# change user password on ALCASAR NAC
# by ANGEL95 & Rexy
# change user password on ALACASAR NAC
# Copyright (C) 2003, 2004 Mondru AB.
# Copyright (C) 2008-20017 ANGEL95 & REXY
 
/****************************************************************
* GLOBAL FILE PATHS *