summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashant2016-03-03 11:56:07 +0530
committerprashant2016-03-03 11:56:07 +0530
commitff995ab8369383369890ef0c1408436d6fa33be4 (patch)
treeb363339321805cad805f2cb3e7095b3785b669e3
parent5225ac61bda4c917ecceb86e60dba2ba84993f4a (diff)
downloadscilab_cloud_interface-ff995ab8369383369890ef0c1408436d6fa33be4.tar.gz
scilab_cloud_interface-ff995ab8369383369890ef0c1408436d6fa33be4.tar.bz2
scilab_cloud_interface-ff995ab8369383369890ef0c1408436d6fa33be4.zip
added new disclaimer message
-rw-r--r--index.php22
1 files changed, 16 insertions, 6 deletions
diff --git a/index.php b/index.php
index bf2f3ed..49efb75 100644
--- a/index.php
+++ b/index.php
@@ -238,7 +238,8 @@ echo '<center><div style="background:red;height:45px;width:80%;padding-top:20px;
<div class="banner">
<a href="http://cloud.scilab.in" class="home-link" title="Home-Scilab on Cloud"><img src="images/scilab-logo.png" class="logo" alt="Home"></a>
- <div class="site-name">Scilab on Cloud</div>
+ <div class="site-name">Scilab on Cloud <sub><span style="font-style: italic; font-size: 10px;color: lightgoldenrodyellow;text-align: center;margin: 0px 0px 0px 0px;">Powered by Garuda cloud - <a href="http://>megha.garudaindia.in" target="_blank" class="ext" style="color:#FFFFFF;">megha.garudaindia.in</a></span></sub>
+ </div>
<div id="banner-tabs">
<a class="fancymenu" title="Scilab on GARUDA Cloud" href="#abuot1" >About</a>
@@ -445,6 +446,19 @@ echo '<center><div style="background:red;height:45px;width:80%;padding-top:20px;
</div>
</td>
</tr>
+ <tr>
+ <td colspan="2" class="footer white-text">
+ <p class="test-footer" style="font-size: 10px;color: lightgoldenrodyellow;text-align: center;margin: 0px 0px 0px 0px;">Disclaimer</p>
+ </td>
+ </tr>
+ <tr>
+ <td style="width:50%" class="footer white-text">
+ <p class="test-footer" style="font-size: 10px;color: lightgoldenrodyellow;text-align: center;margin: 0px 0px 0px 0px;">Every effort is made to make all the codes to run smoothly. However, Scilab Cloud takes no responsibility for, and will not be liable for, the website being temporarily unavailable due to technical issues and code not producing accurate outputs due to any toolboxes.</p>
+ </td>
+ <td class="footer white-text">
+ <p class="test-footer" style="font-size: 10px;color: lightgoldenrodyellow;text-align: center;margin: 0px 0px 0px 0px;">Scilab is a trademark of <a href="http://www.inria.fr/en/" target="_blank" class="ext" style="color:#FFFFFF;">Inria</a><span class="ext"></span> (registered at the INPI for France and the rest of the World) and <a href="http://www.scilab-enterprises.com/" target="_blank" class="ext" style="color:#FFFFFF;">Scilab Enterprises</a><span class="ext"></span> is granted exclusive rights for Scilab Trademark.</p>
+ </td>
+ </tr>
</table>
<div id="acknowledge" style="display:none;">
<?php
@@ -453,13 +467,9 @@ echo '<center><div style="background:red;height:45px;width:80%;padding-top:20px;
}
?>
</div>
- <div class="footer white-text">
- <p class="test-footer" style="font-size: 10px;color: lightgoldenrodyellow;text-align: center;margin: 0px 0px 0px 0px;">Disclaimer: Scilab is a trademark of <a href="http://www.inria.fr/en/" target="_blank" class="ext" style="color:#FFFFFF;">Inria</a><span class="ext"></span> (registered at the INPI for France and the rest of the World) and <a href="http://www.scilab-enterprises.com/" target="_blank" class="ext" style="color:#FFFFFF;">Scilab Enterprises</a><span class="ext"></span> is granted exclusive rights for Scilab Trademark.
- <br>Powered by Garuda cloud - <a href="http://>megha.garudaindia.in" target="_blank" class="ext" style="color:#FFFFFF;">megha.garudaindia.in</a>
- </p>
- </div>
<script src="acknowledge.js"></script>
<script src="comment.js"></script>
</body>
</html>
+