Update of /var/cvs/contributions/didactor2/src/core/templates
In directory james.mmbase.org:/tmp/cvs-serv5657

Modified Files:
        login_plain.jsp 
Log Message:
a bit of cleaning


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/templates


Index: login_plain.jsp
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/core/templates/login_plain.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- login_plain.jsp     8 Feb 2008 14:20:00 -0000       1.9
+++ login_plain.jsp     14 Mar 2008 15:27:08 -0000      1.10
@@ -3,12 +3,11 @@
           xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
           xmlns:di="http://www.didactor.nl/ditaglib_1.0";>
   <di:html
+      styleClass="login"
+      css="/css/loginpage.css"
       type="text/html"
       rank="anonymous">
 
-
-    <link rel="stylesheet" type="text/css" 
href="${mm:treelink('/css/loginpage.css', includePath)}" />
-
     <script language="javascript">
       addEventHandler(window, "onload", function() {
         var form = document.forms[0];
@@ -23,16 +22,7 @@
         }
           });
     </script>
-    <div class="content">
-      <div class="applicationMenubarCockpit" style="white-space: nowrap">
-        <img src="${mm:treelink('/gfx/spacer.gif', includePath)}"
-             width="1" height="15" border="0" title="" alt="" /> <!-- spacers 
are evil -->
-      </div>
-      <div class="providerMenubar" style="white-space: nowrap">
-        <jsp:text> </jsp:text>
-      </div>
       <div class="educationMenubarCockpit" style="white-space: nowrap">
-
         <!-- sigh -->
         <mm:hasnode number="component.faq">
           <mm:include page="/faq/cockpit/general.jsp" />
@@ -46,8 +36,10 @@
 
       <div class="columns">
         <div class="columnLeft">
+
           <img src="${mm:treelink('/gfx/logo_didactor.gif',  includePath)}"
                width="100%" height="106" border="0" title="Didactor logo" 
alt="Didactor logo" />
+
           <mm:hasnode number="component.portalpages">
             <di:include page="/portalpages/frontoffice/index.jsp" />
           </mm:hasnode>
@@ -63,11 +55,11 @@
           <mm:treefile page="/firstcontent.jsp"
                        objectlist="$includePath" referids="$referids" 
write="false">
             <iframe width="100%" height="100%" src="${_}" name="content" 
frameborder="0">
+            <jsp:text> </jsp:text>
             </iframe>
           </mm:treefile>
         </div>
         <di:include page="/rightcolumn.jsp" />
       </div>
-    </div>
   </di:html>
 </jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to