| மின்
நூலகம் - Digital
Library |
|
<%
// check for enroll and pay flag
dbResultset1 = dbStatement.executeQuery("select credit_id,enroll_type from stu_enroll_detl where "+
"email_id1='"+dbResultset.getString("email_id1")+"' and student_id='"+studentid+"'");
lflag=false;cflag=false;aflag=false;
if(user_type.equals("GA")){
aflag=true;
}
while (dbResultset1.next())
{
// get enroll type
enrolltype = dbResultset1.getString("enroll_type");
cd = dbResultset1.getString("credit_id");
/* if(cd.equals("BB00"))
cd="true";
else
cd="false";
out.println("Cd = "+cd);
*/ // if it is an student
if (enrolltype.equals("C") && (!cd.substring(0,1).equals("B"))) {
cflag=true; lflag=true;
}
else if (enrolltype.equals("C") && (cd.substring(0,1).equals("B"))) {
bcflag=true;
}
// if it is an audit
else if (enrolltype.equals("A")) {
aflag=true;
}
// if it is an librarian or a student
else if (enrolltype.equals("L"))
{
lflag=true;
}
}
// while ends here
if (cflag || lflag ){
%>
மின்
நூலகத்துக்கு வரவேற்கிறோம்
Welcome
to Digital Library |
| |
மின்
நூலகத்தைப் பார்க்க
To view Library |
<%
}
else {
%>
<%
}
%>
 |
This
site is best viewed at 1024x768 Screen Resolution and 32 Bit True
Color Setting
--------------------------------------------------------------------------------
©Copyright
2000 Tamil Virtual Academy, Chennai, India. All Rights Reserved.
Disclaimer |
|
|