{include file='mss_meta.html'} {include file='mss_head.html'}
{if $SESSION.msg!=""} {else if $SESSION.error!=""} {/if}
{include file='usersidebar.html'}

Profile Detail

Name: {$profile.fname}
Email:{$profile.email}
Class: {$profile.class}

Notice

{foreach from=$stu_notice item=ppr name=foo} {/foreach}
Sr no. Notice type Notice detail Date Action
{$smarty.foreach.foo.index+1} {$ppr.notice_type_name} {$ppr.notice_detail|truncate:20}{if $ppr.notice_detail|count_characters>20 }    Read More {/if} {$ppr.date} Download

Recently given Exams

{foreach from=$pprs item=ppr} {/foreach}
Exam Name Attended Date Obtained Marks View Result
{$ppr.papername} {$ppr.date} {$ppr.finaltotal}/{$ppr.marks} view result
{include file='mss_footer.html'}