You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by in...@apache.org on 2001/03/08 17:11:40 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/jsp/layouts/html/de default.jsp

ingo        01/03/08 08:11:40

  Added:       webapp/WEB-INF/templates/jsp/layouts/html/de default.jsp
  Log:
  [MLS] Multi- markup & language support. First "simple" implementation.
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed/webapp/WEB-INF/templates/jsp/layouts/html/de/default.jsp
  
  Index: default.jsp
  ===================================================================
  <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed' %>
  
  <% String screenJsp = (String)request.getAttribute("screenJsp"); %>
  
  <html>
  
  <head>
   <base href="<jetspeed:uriLookup type="BaseURL" />">
   <link href="css/default.css" type="text/css" rel="stylesheet"> 
  </head>
  
  
  <body bgcolor="#ffffff">
  
  <table cellspacing="0" width="100%" border="0" cellpadding="0">
    <tr>
      <td>
        <img src="<jetspeed:contentUri href="images/jetspeed-logo.gif" />">
      </td>
      <td>
        <jetspeed:navigation  defaultTemplate="html/de/top_default.jsp"  loggedInTemplate="html/top_loggedIn.jsp" />
      </td>
    </tr>
  </table>
  
  <table cellspacing="0" width="100%" cellpadding="0" border="0">
    <tr>
      <td valign="top" bgcolor="#ffffff">
     
        <jetspeed:navigation defaultTemplate="html/de/left.jsp" />
  
  <%-- Enable for Debugging ("Included servlet Error: 500")
  Including:<%= screenJsp %> <p>
   --%>
        <jsp:include page="<%= screenJsp %>" flush="true" /> 
   
      </td>
    </tr>
  </table>
  
  <table cellspacing="0" width="100%" cellpadding="0" border="0">
    <tr>
      <td valign="bottom" bgcolor="#ffffff">
        <jetspeed:navigation  defaultTemplate="html/bottom.jsp" />
      </td>
    </tr>
  </table>
  
  </body>
  
  </html>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org