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:15:19 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/jsp/navigations/html/de top_loggedIn.jsp top_default.jsp left.jsp

ingo        01/03/08 08:15:19

  Added:       webapp/WEB-INF/templates/jsp/navigations/html/de
                        top_loggedIn.jsp top_default.jsp left.jsp
  Log:
  [MLS] Multi- markup & language support. First "simple" implementation.
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed/webapp/WEB-INF/templates/jsp/navigations/html/de/top_loggedIn.jsp
  
  Index: top_loggedIn.jsp
  ===================================================================
  <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed' %>
  
  <div>
    Welcome to Jetspeed -> 
    <a href="<jetspeed:uriLookup type="Home" />">Home</a>
    <br>
    <a href="<jetspeed:uriLookup type="Customize" />">Anpassen</a>
    &nbsp;&nbsp;&nbsp;
  <!--
    <a href="<jetspeed:uriLookup type="Applications" />">Anwendungen</a>
    &nbsp;&nbsp;&nbsp;
  -->
    <a href="<jetspeed:uriLookup type="Logout" />">Logout</a>
    &nbsp;&nbsp;&nbsp;
    <a href="<jetspeed:uriLookup type="EditAccount" />">Benutzerdaten bearbeiten (<jetspeed:info requestedInfo="UserName" />)</a>
    &nbsp;&nbsp;&nbsp;
    <br>
    <b>Server Datum:</b> <jetspeed:info requestedInfo="ServerDate" />
  </div>
  
  
  1.1                  jakarta-jetspeed/webapp/WEB-INF/templates/jsp/navigations/html/de/top_default.jsp
  
  Index: top_default.jsp
  ===================================================================
  <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed' %>
  
  <div>
    Wilkommen bei Jetspeed<br />
    <a href="<jetspeed:uriLookup type="Login" />">Bitte loggen Sie sich ein</a>
    <br />
    <b>Server Datum:</b> <jetspeed:info requestedInfo="ServerDate" /><br />
  </div>
  
  
  
  1.1                  jakarta-jetspeed/webapp/WEB-INF/templates/jsp/navigations/html/de/left.jsp
  
  Index: left.jsp
  ===================================================================
  <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed' %>
  
  <table width="100%" border="0" cellspacing="0" cellpadding="2">
    <tr>
      <td>
        <a href="<jetspeed:uriLookup type="Home" />">
          <small>Home</small>
        </a>
      </td>
    </tr>
    <tr>
      <td>
        <a href="<jetspeed:contentUri href="docs/" />">
          <small>Dokumentation</small>
        </a>
      </td>
    </tr>
    <tr>
      <td>
        <a href="<jetspeed:contentUri href="apidocs/" />">
          <small>API</small>
        </a>
      </td>
    </tr>
  </table>
      
    </td>
    <td valign="top" rowspan="2">
  
  
  
  

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