forked from extern/egroupware
updated case & quoting of HTML tag attributes; added ALT tag for IMGs
This commit is contained in:
parent
dbfd796382
commit
0656bc925a
@ -1,36 +1,36 @@
|
||||
<!-- BEGIN navbar_header -->
|
||||
<TABLE class=box height="90%" cellSpacing=0 cellPadding=1 width="100%" bgColor=#ffffff border=0>
|
||||
<TABLE class="box" height="90%" cellspacing="0" cellpadding="1" width="100%" bgcolor="#ffffff" border="0">
|
||||
<TR>
|
||||
<TD vAlign=top>
|
||||
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0>
|
||||
<TD valign="top">
|
||||
<TABLE cellspacing="0" cellpadding="0" width="100%" bgcolor="#ffffff" border="0">
|
||||
<TR>
|
||||
<TD width=185 rowSpan=2 align="center" vAlign=top class=toppannel><a href="http://{logo_url}" target="_blank"><IMG src="{logo_file}" border="0" title="{logo_title}"></a></TD>
|
||||
<TD width="185" rowspan="2" align="center" valign="top" class="toppannel"><a href="http://{logo_url}" target="_blank"><IMG src="{logo_file}" border="0" title="{logo_title}" alt="{logo_title}"></a></TD>
|
||||
<TD colspan="2" valign="top" background="{img_root}/panel.png" style="background-repeat: repeat-x;">
|
||||
<TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 background="{img_root}/panel.png" bgColor="#ffffff">
|
||||
<TABLE width="100%" border="0" cellpadding="0" cellspacing="0" background="{img_root}/panel.png" bgcolor="#ffffff">
|
||||
<TR valign="center">
|
||||
<TD width="1%"></TD>
|
||||
<!-- <TD align=center width="10%"><a href="{home_link}"><img src="{img_root}/home.jpg" width="60" height="62" border="0"></TD></a>-->
|
||||
<!-- <TD align="center" width="10%"><a href="{home_link}"><img src="{img_root}/home.jpg" width="60" height="62" border="0"></TD></a>-->
|
||||
{app_icons}
|
||||
<TD width="1%"></TD>
|
||||
</TR>
|
||||
<TR valign="top" bgcolor="#ffffff">
|
||||
<TD width="1%"></TD>
|
||||
<!-- <TD align=center class="mainnote"><a href="{home_link}">{lang_home}</a></TD>-->
|
||||
<!-- <TD align="center" class="mainnote"><a href="{home_link}">{lang_home}</a></TD>-->
|
||||
{app_titles}
|
||||
<TD width="1%" colspan="100"></TD>
|
||||
</TR>
|
||||
</TABLE></TD>
|
||||
<TD width=15 rowSpan=2 vAlign=top class=toppannel></TD>
|
||||
<TD width="15" rowspan="2" valign="top" class="toppannel"></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD align=left vAlign=top>{user_info}</TD>
|
||||
<TD align=right vAlign=top>{current_users}</TD>
|
||||
<TD align="left" valign="top">{user_info}</TD>
|
||||
<TD align="right" valign="top">{current_users}</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
|
||||
<TR vAlign=top>
|
||||
<TD width=15></TD>
|
||||
<TD vAlign=top width=1>
|
||||
<TABLE cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<TR valign="top">
|
||||
<TD width="15"></TD>
|
||||
<TD valign="top" width="1">
|
||||
|
||||
<!-- start blocks -->
|
||||
<!-- END navbar_header -->
|
||||
@ -39,27 +39,27 @@
|
||||
<!-- BEGIN navbar_footer -->
|
||||
<BR>
|
||||
</TD>
|
||||
<TD width=15><img src={img_root}/spacer.gif width=15></TD>
|
||||
<TD width="15"><img src="{img_root}/spacer.gif" width="15" alt=""></TD>
|
||||
<TD>
|
||||
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
|
||||
<TABLE cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<TR>
|
||||
<TD vAlign=top height="100%"> <TABLE align="center" class=box cellSpacing=1 cellPadding=0 width="100%" border=0>
|
||||
<TD valign="top" height="100%"> <TABLE align="center" class="box" cellspacing="1" cellpadding="0" width="100%" border="0">
|
||||
<TR>
|
||||
<TD height=23 colSpan=2 align="center" class=articletitle>{current_app_title}</TD>
|
||||
<TD height="23" colspan="2" align="center" class="articletitle">{current_app_title}</TD>
|
||||
</TR>
|
||||
<TR align="center">
|
||||
<TD height=20 colSpan=2 class=mainnote>
|
||||
<TD height="20" colspan="2" class="mainnote">
|
||||
<!-- END navbar_footer -->
|
||||
|
||||
|
||||
<!-- BEGIN extra_blocks_header -->
|
||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 width="100%" border=0>
|
||||
<TABLE class="sidebox" cellspacing="1" cellpadding="0" width="100%" border="0">
|
||||
<TR>
|
||||
<TD class=sideboxtitle align=middle height=28>{lang_title}</TD>
|
||||
<TD class="sideboxtitle" align="middle" height="28">{lang_title}</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD class=sideboxcontent>
|
||||
<TABLE class=sideboxtext cellSpacing=0 cellPadding=0 width="100%" border=0 valign="top">
|
||||
<TD class="sideboxcontent">
|
||||
<TABLE class="sideboxtext" cellspacing="0" cellpadding="0" width="100%" border="0" valign="top">
|
||||
<!-- END extra_blocks_header -->
|
||||
|
||||
|
||||
@ -75,8 +75,8 @@
|
||||
|
||||
<!-- BEGIN extra_block_row -->
|
||||
<TR>
|
||||
<TD vAlign=top align=middle>{icon_or_star} </TD>
|
||||
<TD width="100%" height="20" align=left vAlign=top><A href="{item_link}">{lang_item}</A></TD>
|
||||
<TD valign="top" align="middle">{icon_or_star} </TD>
|
||||
<TD width="100%" height="20" align="left" valign="top"><A href="{item_link}">{lang_item}</A></TD>
|
||||
</TR>
|
||||
<!-- END extra_block_row -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user