diff options
author | Sanmugasundaram | 2015-01-19 14:52:52 +0530 |
---|---|---|
committer | Root | 2015-01-19 15:50:05 +0530 |
commit | 2e3bccd87c7000abc653eb51a04fd7f34c773198 (patch) | |
tree | d74ee0edec9f6328c4d911e05b206a53ab048910 /index.php | |
parent | b34018ca5761c9c359477bb3e176b3bb6f9fa3ee (diff) | |
download | scilab_cloud_interface-2e3bccd87c7000abc653eb51a04fd7f34c773198.tar.gz scilab_cloud_interface-2e3bccd87c7000abc653eb51a04fd7f34c773198.tar.bz2 scilab_cloud_interface-2e3bccd87c7000abc653eb51a04fd7f34c773198.zip |
include general type in feedback bug option
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -386,8 +386,9 @@ <div id="comment-form-wrapper"> <form id="comment-form" id="comment_form"> - <p>Please fill the details.</p> + <p><u>Please fill the details.</u></p> + <label>Feedback/Bug type:</label><br> <select id="comment-type"> <option value=''>-- Select Type of issue --</option> <option value=1> Blank Code / Incorrect code</option> @@ -395,7 +396,7 @@ <option value=3>Execution error</option> <option value=4>Missing example(s)</option> <option value=6>Blank output</option> - <option value=7>Any other</option> + <option value=7>Any other / General</option> </select> <br><br> @@ -404,7 +405,7 @@ <input id="comment-notify" type="checkbox"> I want to be notified. <br> <br> <div id="comment-email-wrapper"> - <label>Email (optional):</label><br> + <label>Email:</label><br> <input id="comment-email" type="text" name='email'> <br><br> </div> @@ -424,6 +425,7 @@ </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> <h3 style="margin:3px 0px 0px 0px;">Copyright © IIT Bombay</h3> </div> |