Project

General

Profile

« Previous | Next » 

Revision 4077

Added by berkley over 16 years ago

  • empty log message ***

View differences:

index.jsp
15 15
  <title>Semantic Mediation System</title>
16 16
  
17 17
</head>
18
<body onload="checkLogin()">
18
<%
19

  
20
  if(status != null && status.equals("success"))
21
  {
22
    out.print("<body onload=\"javascript:checkPublicAccess('" + docid + "')\">");
23
  }
24
  else
25
  {
26
    out.print("<body onload=\"javascript:checkLogin()\">");
27
  }
28

  
29

  
30
%>
19 31
  
20 32
  <div style="width: 700px; margin: 0px auto; border:0px; padding:0px;">
21 33
  <img style="position:relative; top: 15px;" src="style/skins/sms/sms-page-top.png"/>

Also available in: Unified diff