diff options
author | Prashant S | 2019-07-08 17:41:58 +0530 |
---|---|---|
committer | GitHub | 2019-07-08 17:41:58 +0530 |
commit | 2b9b960c698cd541300fbfa96dc2cec515852adc (patch) | |
tree | dcd5c68e36aa15a4611f935f0e1301abfa6a0043 /static/website/templates/ajax-contributor.html | |
parent | 459d1aec769f62570af51a3a53ebe0bce4a6754c (diff) | |
parent | 83b6d468ecde055954d861a9ae7067d4e9439e34 (diff) | |
download | R_on_Cloud_Web_Interface-2b9b960c698cd541300fbfa96dc2cec515852adc.tar.gz R_on_Cloud_Web_Interface-2b9b960c698cd541300fbfa96dc2cec515852adc.tar.bz2 R_on_Cloud_Web_Interface-2b9b960c698cd541300fbfa96dc2cec515852adc.zip |
Merge pull request #1 from prashantsinalkar/master
Created web interface to connect with R api
Diffstat (limited to 'static/website/templates/ajax-contributor.html')
-rw-r--r-- | static/website/templates/ajax-contributor.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/website/templates/ajax-contributor.html b/static/website/templates/ajax-contributor.html new file mode 100644 index 0000000..48369a8 --- /dev/null +++ b/static/website/templates/ajax-contributor.html @@ -0,0 +1,21 @@ +<h6><u>Contributor details</u></h6> +<table> + <tbody> + <tr> + <td>Contributor name</td> + <td><span id="full_name"></span></td> + </tr> + <tr> + <td>Mentor</td> + <td><span id="faculty"></span></td> + </tr> + <tr> + <td>Book Reviewer</td> + <td><span id="reviewer"></span></td> + </tr> + <tr> + <td>College</td> + <td><span id="university"></span></td> + </tr> + </tbody> +</table> |