Changeset 6135 for trunk/www/my_base/index.jsp
- Timestamp:
- Sep 18, 2012, 1:00:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/my_base/index.jsp
r5970 r6135 173 173 <base:head styles="login.css"> 174 174 175 <script language="JavaScript">175 <script> 176 176 177 177 function viewMessage(messageId) … … 201 201 202 202 <div class="absolutefull" style="height: 50%;"> 203 <div class="absolutefull" style="height: 1.75em; overflow: hidden;" ">204 <h3 style="height: 100%;"><base:icon image="project.png" />Projects (<%=projects.size()%>)</h3>205 </div> 206 <div id="projects " class="absolutefull welcomesection" style="top: 1.75em; bottom: 0.5em;">203 <div class="absolutefull" style="height: 1.75em; overflow: hidden;"> 204 <h3 style="height: 100%;"><base:icon image="project.png" style="margin-right: 3px;" />Projects (<%=projects.size()%>)</h3> 205 </div> 206 <div id="projectsSection" class="absolutefull welcomesection" style="top: 1.75em; bottom: 0.5em;"> 207 207 <% 208 208 if (projects.size() == 0) … … 216 216 int activeProjectId = sc.getActiveProjectId(); 217 217 %> 218 <table border="0" cellspacing="0" cellpadding="2">218 <table style="border-spacing: 2px;"> 219 219 <% 220 220 if (activeProjectId == 0) … … 260 260 <div class="absolutefull" style="height: 50%; top: auto;"> 261 261 <div class="absolutefull" style="height: 1.75em; top: 0.5em; overflow: hidden;"> 262 <h3 style="height: 100%;"><base:icon image="message.png" />New messages (<%=messages.size()%>)</h3>263 </div> 264 <div id="messages " class="absolutefull news welcomesection" style="top: 2.25em;">262 <h3 style="height: 100%;"><base:icon image="message.png" style="margin-right: 3px;" />New messages (<%=messages.size()%>)</h3> 263 </div> 264 <div id="messagesSection" class="absolutefull news welcomesection" style="top: 2.25em;"> 265 265 <% 266 266 String broadcastTitle = (String)application.getAttribute("broadcast.title"); … … 313 313 %> 314 314 <div class="absolutefull" style="left: 1em; right: 0.5em; top: auto; height: 14em; bottom: 1em; "> 315 <div class="absolutefull" style="height: 1.75em; overflow: hidden;" ">316 <h3 style="height: 100%;"><base:icon image="help.png" />Help</h3>317 </div> 318 <div id="help " class="absolutefull welcomesection" style="top: 1.75em;">315 <div class="absolutefull" style="height: 1.75em; overflow: hidden;"> 316 <h3 style="height: 100%;"><base:icon image="help.png" style="margin-right: 3px;" />Help</h3> 317 </div> 318 <div id="helpSection" class="absolutefull welcomesection" style="top: 1.75em;"> 319 319 <% 320 320 if (help != null) … … 351 351 352 352 <div class="absolutefull" style="left: 0.5em; right: 1em; bottom: 16em;"> 353 <div class="absolutefull" style="height: 1.75em; overflow: hidden;" ">354 <h3 style="height: 100%;"><base:icon image="news.png" />News and announcements (<%=news.size()%>)353 <div class="absolutefull" style="height: 1.75em; overflow: hidden;"> 354 <h3 style="height: 100%;"><base:icon image="news.png" style="margin-right: 3px;"/>News and announcements (<%=news.size()%>) 355 355 <% 356 356 if (RssNewsFeed.isEnabled()) … … 360 360 onclick="location.href='../info/news.rss'" 361 361 tooltip="Subscribe to news from this BASE server" 362 style="float: right; margin-top: 0.15em;"362 style="float: right; xmargin-top: 0.15em;" 363 363 /> 364 364 <% … … 367 367 </h3> 368 368 </div> 369 <div id="news " class="absolutefull news welcomesection" style="top: 1.75em;">369 <div id="newsSection" class="absolutefull news welcomesection" style="top: 1.75em;"> 370 370 <% 371 371 if (news.size() == 0) … … 395 395 396 396 <div class="absolutefull" style="left: 0.5em; right: 1em; top: auto; height: 14em; bottom: 1em;"> 397 <div class="absolutefull" style="height: 1.75em; overflow: hidden;" ">398 <h3 style="height: 100%;"><base:icon image="diskusage.png" />Disk usage</h3>399 </div> 400 <div id="quota " class="absolutefull welcomesection" style="top: 1.75em;">397 <div class="absolutefull" style="height: 1.75em; overflow: hidden;"> 398 <h3 style="height: 100%;"><base:icon image="diskusage.png" style="margin-right: 3px;"/>Disk usage</h3> 399 </div> 400 <div id="quotaSection" class="absolutefull welcomesection" style="top: 1.75em;"> 401 401 <% 402 402 if (quotaGroup != null)
Note: See TracChangeset
for help on using the changeset viewer.