Skip to content

Commit

Permalink
Product name change from valai to webder
Browse files Browse the repository at this point in the history
  • Loading branch information
Aravindh-Muthuswamy committed Mar 9, 2021
1 parent 44460f1 commit 7ec94d3
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 19 deletions.
11 changes: 6 additions & 5 deletions admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<br>
<div class="container">
<img src="../images/valaiweb.svg" alt="Valai Logo" style="width: 128px;">
<h3>Valai - <?php echo valai::DisplayVersion(); ?></h3>
<h3>Webder - <?php echo valai::DisplayVersion(); ?></h3>
<p>
Valai is a IT management software that features server monitoring capabalities, <br />Software monitoring capabalities, Inventory Management, Maintenance Jobwork handling, etc
Webder is a IT management software that features server monitoring capabalities, <br />Software monitoring capabalities, Inventory Management, Maintenance Jobwork handling, etc
</p>
<h5>Components of Valai</h5>
<h5>Components of Webder</h5>
<table class="table table-bordered">
<tr>
<th>Component</th>
Expand All @@ -21,7 +21,7 @@
<td>v4.0</td>
</tr>
<tr>
<td>Valai Server</td>
<td>Webder Server</td>
<td><?php valai::DisplayVerBuild(); ?></td>
</tr>
<tr>
Expand Down Expand Up @@ -68,8 +68,9 @@
</div>
<hr>
<h6 class="text-center">ValaiNet is a open source software which is licensed under GNU GPL v3 License</h6>
<h6 class="text-center">ValaiNet Logo, ValaiNet Name, Valai Logo, Valai Name, Softview Name, Khatral name, Aves Engine Name are the properties of Arvin Soft.</h6>
<h6 class="text-center">ValaiNet Logo, ValaiNet Name, Webder Logo, Webder Name, Softview Name, Khatral name, Aves Engine Name are the properties of Arvin Soft.</h6>
<h6 class="text-center">Icons in the project are the copyright of the respective owners.</h6>
<h6 class="text-center">Components like bootstrap, ChartJS, jquery and other products used in this project are the copyright of the respective owners.</h6>
<h6 class="text-center">&copy; 2020-2021 Webder. All Rights Reserved.</h6>
<h6 class="text-center">&copy; 2020-2021 ValaiNet Project. All Rights Reserved.</h6>
</div>
2 changes: 1 addition & 1 deletion admin/basicinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
</div>
</div>
<div class="fixed-bottom text-center">
&copy; 2021 Valai Net. All Rights Reserved.|
&copy; 2021 Webder. All Rights Reserved.|
<?php valai::DisplayVerBuild() ?> | An open source software
</div>
<script>
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="/valainet/images/valaiweb.svg" />
<title>Valai<?php if(isset($server)){echo' - Server';}elseif(isset($inst)){echo' - Installation';}else{echo' - Admin';}?></title>
<title>Webder<?php if(isset($server)){echo' - Server';}elseif(isset($inst)){echo' - Installation';}else{echo' - Admin';}?></title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">

Expand Down
2 changes: 1 addition & 1 deletion headerabout.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="/valainet/images/valaiweb.svg" />
<title>Valai<?php if(isset($server)){echo' - Server';}elseif(isset($inst)){echo' - Installation';}else{echo' - Admin';}?></title>
<title>Webder<?php if(isset($server)){echo' - Server';}elseif(isset($inst)){echo' - Installation';}else{echo' - Admin';}?></title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">

Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="images/valaiweb.svg" />
<title>Valai</title>
<title>Webder</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/softview.css">
Expand All @@ -28,7 +28,7 @@
<div class="spinner-border text-dark"></div>
</div>
<div id="inc1">
<img class="d-block mx-auto" src="images/valaiweb.svg" style="width: 200px; margin-bottom: 0%;"><br><h1 class="text-center">Welcome to Valai</h1>
<img class="d-block mx-auto" src="images/valaiweb.svg" style="width: 200px; margin-bottom: 0%;"><br><h1 class="text-center">Welcome to Webder</h1>
Click <a href="loginhandle/login.php">here</a> to login
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions loginhandle/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Valai - Login</title>
<title>Webder - Login</title>
<link rel="icon" href="/valainet/images/valaiweb.svg" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="js/jquery.min.js"></script>
Expand Down Expand Up @@ -48,7 +48,7 @@
<div class="container bg-white shadow bor-ten" style="height: 100%; padding: 8% 8% 8% 8%;">
<div class="">
<img src="../images/valaiweb.svg" class="mx-auto d-block" style="width: 200px; margin: 1% 1% 1% 1%;">
<h3 class="text-center">Valai</h3>
<h3 class="text-center">Webder</h3>
</div>

<form action="login.php" method="post" autocomplete="off" style="margin-bottom: 2%; padding: 3% 3% 3% 3%;">
Expand Down Expand Up @@ -105,7 +105,7 @@
<div class="col-xl-4"></div>
</div>
<h6 class="text-center fixed-bottom" style="">
<p class="text-dark">&copy; 2020-2021 Valai Net. All Rights Reserved.|
<p class="text-dark">&copy; 2020-2021 Webder. All Rights Reserved.|
<?php include '../valai.php'; valai::DisplayVerBuild(); ?></p>
</h6>
</div>
Expand Down
4 changes: 2 additions & 2 deletions primarynav.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
}
echo '</li><li class="nav-item">';
if($mainnav=="about"){
echo '<a class="btn-nav nav-item nav-link btn text-left bor-five bor-none bg-light text-dark" href="about.php"><img src="/valainet/images/info.svg" class="" style="width: 28px;">&nbsp;&nbsp;ValaiNet Project</a>';
echo '<a class="btn-nav nav-item nav-link btn text-left bor-five bor-none bg-light text-dark" href="about.php"><img src="/valainet/images/info.svg" class="" style="width: 28px;">&nbsp;&nbsp;About Webder</a>';
}else{
echo '<a class="btn-nav nav-item nav-link btn text-left bor-five text-light bor-none" href="about.php"><img src="/valainet/images/info.svg" class="" style="width: 28px;">&nbsp;&nbsp;ValaiNet Project</a>';
echo '<a class="btn-nav nav-item nav-link btn text-left bor-five text-light bor-none" href="about.php"><img src="/valainet/images/info.svg" class="" style="width: 28px;">&nbsp;&nbsp;About Webder</a>';
}
echo '</li><li class="nav-item">';
if($mainnav=="users"){
Expand Down
2 changes: 1 addition & 1 deletion server.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function(data, status){

</script>
</div>
<b class="bg-dark text-white p-2 bor-ten" style="font-size: 38px;">Valai Server</b><br><br>
<b class="bg-dark text-white p-2 bor-ten" style="font-size: 38px;">Webder Server</b><br><br>
This is a server page and it will not execute on its own. <br />
Please refer documentation for more information on how to access it and work with it. <br /> <br>
<b class="bg-danger text-white p-2 bor-ten">Please don't close this window</b><br /><br />
Expand Down
2 changes: 1 addition & 1 deletion tech/basicinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
</div>
</div>
<div class="fixed-bottom text-center">
&copy; 2021 Valai Net. All Rights Reserved.|
&copy; 2021 Webder. All Rights Reserved.|
<?php include '../valai.php'; valai::DisplayVerBuild() ?> | An open source software
</div>
<script>
Expand Down
2 changes: 1 addition & 1 deletion tech/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="../images/valaiweb.svg" />
<title>Valai<?php if(isset($server)){echo' - Server';}else{echo' - Admin';}?></title>
<title>Webder<?php if(isset($server)){echo' - Server';}else{echo' - Admin';}?></title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">

Expand Down
2 changes: 1 addition & 1 deletion users/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="../images/valaiweb.svg" />
<title>Valai<?php if(isset($server)){echo' - Server';}else{echo' - Admin';}?></title>
<title>Webder<?php if(isset($server)){echo' - Server';}else{echo' - Admin';}?></title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">

Expand Down

0 comments on commit 7ec94d3

Please sign in to comment.