Files
edx-platform/profile.html
2011-12-08 04:02:28 +00:00

37 lines
1.3 KiB
HTML

<%inherit file="main.html" />
<div align="right"><table><tr><td align=right valign=top><a href="/courseware">Digital Textbook</a>
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/discussion">Discussion</a>
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/profile"><b>Profile</b></a>
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/help">Help</a> <span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/logout">Log out</a>
</td></tr><tr><td valign=top>
</td></tr></table>
<center>
<br><br><br><br>
<h1> ${name} </h1>
<table><td align=right>Username:</td><td>${username}</td></tr>
<td align=right>E-mail:</td><td>${email}</td></tr>
<td align=right>Location:</td><td>${location}</td></tr>
<td align=right>Language:</td><td>${language}</td></tr></table>
<h1> Course Status </h1>
<table>
% for hw in homeworks:
<td> ${ hw['chapter'] }</td><td>/</td> <td> ${ hw['section'] } </td><td>&nbsp;</td><td>
% for score in hw['scores']:
${ score[0] }/${ score[1] }
% endfor
</td>
% endfor
</table>
</center>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<hr>