summaryrefslogtreecommitdiff
path: root/static/website/templates/ajax-contributor.html
blob: 48369a8cdb3075c685919305481e635c0a1ec9b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>