| Jobseeker Options |
Homepage |
Email
Alerts |
Cover
Letters |
Online
CV |
Upload
Word CV |
View
CV |
Update
Information |
Saved
Jobs |
My
Job Applications |
Search
Jobs |
Log
Out |
| Email Alerts | ||
| You have not set up your email alerts Click here to set up your email alerts |
}
elseif (!empty($a2[alertstatus]) && $a2[alertstatus] == 'Yes')
{
?>
Your email alerts are currently ENABLED Click here to configure your email alerts |
}
else
{
?>
Your email alerts are currently DISABLED Click here to configure your email alerts |
}
?>
| CV Status | |
| Online CV not made Click here to build your online CV |
|
| Online CV
if($a3[onlinestatus] == 'Yes')
{
echo "- Enabled";
}
else
{
echo "- Disabled";
}
?>
last updated $EXmonth3 = substr("$a3[onlinedate]",0,2); $EXday3 = substr("$a3[onlinedate]",3,2); $EXyear3 = substr("$a3[onlinedate]",6,4); echo "$EXday3/$EXmonth3/$EXyear3"; ?> |
|
| Word/PDF CV not uploaded Click here to upload your CV |
|
| Word/PDF CV
if($a3[uploadstatus] == 'Yes')
{
echo "- Enabled";
}
else
{
echo "- Disabled";
}
?>
last updated $EXmonth3 = substr("$a3[uploaddate]",0,2); $EXday3 = substr("$a3[uploaddate]",3,2); $EXyear3 = substr("$a3[uploaddate]",6,4); echo "$EXday3/$EXmonth3/$EXyear3"; ?> |
|