Clean up of the main table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@35 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2e2b4e59db
commit
25a694f0cc
@ -106,7 +106,7 @@ $bulgif = "$TOPDIR/images/h3bg_new.gif";
|
||||
$minusgif = "$TOPDIR/images/minus-sign.gif";
|
||||
$plusgif = "$TOPDIR/images/plus-sign.gif";
|
||||
|
||||
echo '<div id=nav><table border=1 cellpadding=0 cellspacing=1 width=70>';
|
||||
echo '<div id=nav><table border=0 cellpadding=0 cellspacing=1 width=70>';
|
||||
|
||||
//Console section
|
||||
insertInner('open', 1,'Console', 'constab', $currentLink, array(
|
||||
@ -117,16 +117,16 @@ insertInner('open', 1,'Console', 'constab', $currentLink, array(
|
||||
));
|
||||
|
||||
// xCAT Cluster section
|
||||
?>
|
||||
<TR><TD id="menu_level1">
|
||||
<P title="<?php echo $colTxt; ?>" onclick="toggleSection(this,'clustab')" ondblclick="toggleSection(this,'clustab')">
|
||||
<IMG src=<?php echo $minusgif ?> id='clustab-im'> xCAT Cluster
|
||||
echo <<<EOS
|
||||
<TR><TD id=menu_level1>
|
||||
<P class=NoPadding title="$colTxt" onclick="toggleSection(this,'clustab')" ondblclick="toggleSection(this,'clustab')">
|
||||
<IMG class=NoPadding src="$minusgif" id='clustab-im'> xCAT Cluster
|
||||
</P></TD></TR>
|
||||
<TR><TD>
|
||||
<TABLE id='clustab' cellpadding=0 cellspacing=0 width="100%"><TBODY>
|
||||
<TR><TD id="menu_level3"><A href="csmconfig"><IMG src='<?php echo "$TOPDIR/images/h3bg_new.gif" ?>'> Settings</A></TD></TR>
|
||||
<TR><TD id=menu_level3><A href="csmconfig"><IMG src='$TOPDIR/images/h3bg_new.gif'> Settings</A></TD></TR>
|
||||
EOS;
|
||||
|
||||
<?php
|
||||
insertInner('open', 2,'Installation', 'installtab', $currentLink, array(
|
||||
'softmaint' => array("$TOPDIR/softmaint", 'MS Software'),
|
||||
'addnodes' => array("$TOPDIR/addnodes.php", 'Add Nodes'),
|
||||
@ -203,9 +203,9 @@ $plusgif = "$TOPDIR/images/plus-sign.gif";
|
||||
|
||||
echo <<<EOS
|
||||
<TR><TD id=$menu_level>
|
||||
<P title="$hoverTxt" onclick="toggleSection(this,'$id')" ondblclick="toggleSection(this,'$id')">
|
||||
<IMG src=$gif id=$id-im> $title</P></TD></TR>
|
||||
<TR><TD >
|
||||
<P class=NoPadding title="$hoverTxt" onclick="toggleSection(this,'$id')" ondblclick="toggleSection(this,'$id')">
|
||||
<IMG class=NoPadding src=$gif id=$id-im> $title</P></TD></TR>
|
||||
<TR><TD width="100%">
|
||||
<TABLE id=$id width="100%" cellpadding="0" cellspacing="0" border=0 style=$style>
|
||||
EOS;
|
||||
|
||||
|
BIN
xCAT-web/images/background.gif
Normal file
BIN
xCAT-web/images/background.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
@ -55,14 +55,15 @@ tr.indent td { padding:0px 0 0px 10px; }
|
||||
}
|
||||
|
||||
#menu_level1 {
|
||||
float: left;
|
||||
/* float: left; */
|
||||
color: white; /* #3F5B7F; */
|
||||
/* background: #C2CEDE; */
|
||||
font-weight: bold;
|
||||
font-size:12px;
|
||||
width: 100%;
|
||||
height:100%;
|
||||
/* height:100%; */
|
||||
padding: 0px 5px 0px 0px;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
/* menu_level1 rows are not links or lists, they are collapseable sections...
|
||||
#menu_level1 li { list-style: none; }
|
||||
@ -75,13 +76,13 @@ tr.indent td { padding:0px 0 0px 10px; }
|
||||
*/
|
||||
|
||||
#menu_level2 {
|
||||
float: left;
|
||||
/* float: left; */
|
||||
color: white; /* #3F5B7F; */
|
||||
/* background: #BDBDBD ; */
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
padding: 0px 5px 0px 3px;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
/* menu_level2 rows are not links or lists, they are collapseable sections...
|
||||
#menu_level2 li { list-style: none; }
|
||||
@ -113,7 +114,7 @@ tr.indent td { padding:0px 0 0px 10px; }
|
||||
#menu_level3 a:link, a:visited {
|
||||
display: block;
|
||||
/* color: #3F5B7F; width: 110px; font-weight: bold; background: #CCCCCC; */
|
||||
height:100%;
|
||||
/* height:100%; */
|
||||
text-decoration: none;
|
||||
}
|
||||
#menu_level3 a img { border: 0 none; }
|
||||
|
@ -105,7 +105,7 @@ TABLE {font-size : 10pt; font-family : Arial;}
|
||||
.Font8 {font-size : 8pt;}
|
||||
.Boxed { border: 1px solid gray; }
|
||||
.NoMargin { margin: 0px; }
|
||||
.NoPadding { padding: 0px; margin: 0px; }
|
||||
.NoPadding { padding: 0px; margin: 0px; border: 0px none white; }
|
||||
.Hidden { visibility : hidden ;}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user