Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.1.2
-
None
-
None
-
SuSe 10.1, tomcat 5.5.20, java 1.5
Description
There are many empty rows in html code of portal pages. It means pages are bigger then they can be, and they are loading to browser longer. (Especially for modems)
For example (main page of 2.1.2 portal):
<div class="portal-layout-cell portal-layout-cell-TwoColumns-1-0" >
<!-- Begin: Fragment: jsmin-3 Decoration: gray-gradient -->
<div id="jsmin-3" class="portlet gray-gradient">
<div class="PActionBar">
</div>
<div class="PTitle" >
<div class="PTitleContent">
Login Portlet
</div>
</div>
<div class="PContentBorder">
<div class="PContent">
<div class="portlet-section-text">
<form method="POST" action='/jetspeed/login/proxy'>
<table border="0">
<tr>
<td><div class="portlet-form-field-label">Username</div></td>
<td><input type="text" class="portlet-form-field" size="30" name="org.apache.jetspeed.login.username" value=""></td>
</tr>
<tr>
<td><div class="portlet-form-field-label">Password</div></td>
<td><input type="password" class="portlet-form-field" size="30" name="org.apache.jetspeed.login.password"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" class="portlet-form-button" value="Login"></td>
</tr>
</table>
</form>
</div>
<!-<span style="line-height:0.005px;"> </span>->
</div>
</div>
</div>
<!-- END: Fragment: jsmin-3 Decoration: gray-gradient -->
</div>
</div>