summaryrefslogtreecommitdiff
path: root/static/website/templates/ajax-contributor.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/ajax-contributor.html')
-rw-r--r--static/website/templates/ajax-contributor.html21
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>