Cleaning up indentation.

This commit is contained in:
James Taylor
2008-01-09 01:56:49 +00:00
parent 9df2ee3166
commit 7912aa05ff
+33 -25
View File
@@ -17,42 +17,50 @@
<div id="background"></div>
## Layer iframes over backgrounds
<div id="masthead">
<iframe name="galaxy_masthead" src="$h.url_for( 'masthead' )" width="38" height="100%" frameborder="0" scroll="no" style="margin: 0; border: 0 none; width: 100%; height: 38px; overflow: hidden;"> </iframe>
<iframe name="galaxy_masthead" src="$h.url_for( 'masthead' )" width="38" height="100%" frameborder="0" scroll="no" style="margin: 0; border: 0 none; width: 100%; height: 38px; overflow: hidden;"> </iframe>
</div>
<div id="left">
<table class="column-layout" cellpadding="0" cellspacing="0" border="0" height="100%" width="100%">
<tr class="panel-header">
<td class="panel-header">
<div class="panel-header" unselectable="on">
<div class="panel-title">Tools</div>
</div>
</td>
</tr><tr>
<td height="100%" class="panel-body menu-bg">
<iframe name="galaxy_tools" src="$h.url_for( 'tool_menu' )" width="100%" height="100%" frameborder="0" style="margin: 0; border: 0 none; height: 100%;"> </iframe>
</td></tr></table>
<table class="column-layout" cellpadding="0" cellspacing="0" border="0" height="100%" width="100%">
<tr class="panel-header">
<td class="panel-header">
<div class="panel-header" unselectable="on">
<div class="panel-title">Tools</div>
</div>
</td>
</tr>
<tr>
<td height="100%" class="panel-body menu-bg">
<iframe name="galaxy_tools" src="$h.url_for( 'tool_menu' )" width="100%" height="100%" frameborder="0" style="margin: 0; border: 0 none; height: 100%;"> </iframe>
</td>
</tr>
</table>
</div>
<div id="left-border"><div id="left-border-inner" style="display: none;"></div></div>
<div id="center">
<table class="column-layout" cellpadding="0" cellspacing="0" border="0" height="100%" width="100%">
<tr height="100%" style="height: 100%"><td height="100%" style="height: 100%;">
<iframe name="galaxy_main" id="galaxy_main" width="100%" height="100%" frameborder="0" style="margin: 0; border: 0 none; width: 100%; height: 100%;" src="${h.url_for( '/static/welcome.html' )}"> </iframe>
</td></tr>
<tr height="100%" style="height: 100%">
<td height="100%" style="height: 100%;">
<iframe name="galaxy_main" id="galaxy_main" width="100%" height="100%" frameborder="0" style="margin: 0; border: 0 none; width: 100%; height: 100%;" src="${h.url_for( '/static/welcome.html' )}"> </iframe>
</td>
</tr>
</table>
</div>
<div id="right-border"><div id="right-border-inner" style="display: none;"></div></div>
<div id="right">
<table class="column-layout" cellpadding="0" cellspacing="0" border="0" height="100%" width="100%">
<tr class="panel-header">
<td class="panel-header">
<div class="panel-header" unselectable="on">
<div class="panel-title">History (<a href="$h.url_for( action='history_options' )" target="galaxy_main">options</a>)</div>
</div>
</td>
</tr><tr height="100%">
<td height="100%" style="height: 100%;" class="panel-body menu-bg">
<iframe name="galaxy_history" width="100%" height="100%" frameborder="0" style="margin: 0; border: 0 none; height: 100%;" src="$h.url_for( action='history' )"></iframe>
</td></tr></table>
<tr class="panel-header">
<td class="panel-header">
<div class="panel-header" unselectable="on">
<div class="panel-title">History (<a href="$h.url_for( action='history_options' )" target="galaxy_main">options</a>)</div>
</div>
</td>
</tr>
<tr height="100%">
<td height="100%" style="height: 100%;" class="panel-body menu-bg">
<iframe name="galaxy_history" width="100%" height="100%" frameborder="0" style="margin: 0; border: 0 none; height: 100%;" src="$h.url_for( action='history' )"></iframe>
</td>
</tr>
</table>
</div>
## Scripts can be loaded later since they progressively add features to
## the panels, but do not change layout