X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsignout.php;h=7088c7c9110493dbca420f8fed19d923a47fd430;hb=c75490c1b4ee2e2f88b44d0143e70898ba1607e3;hp=ebf2fa6e0d69904b00daf908d3a29d10172800a2;hpb=441f2d33bad826a0278aafe63e58d0b3c81b6e0c;p=squirrelmail.git diff --git a/src/signout.php b/src/signout.php index ebf2fa6e..7088c7c9 100644 --- a/src/signout.php +++ b/src/signout.php @@ -1,71 +1,116 @@ + + + + + + - - + <?php echo $org_title . ' - ' . _("Signout"); ?> + + +

', - $theme_css); - echo "\n"; - } - echo "$title - Signout\n"; - echo "\n"; - echo "

"; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo "
"; - echo " "; - echo _("Sign Out"); - echo ""; - echo "
"; - echo "
"; - echo _("You have been successfully signed out."); - echo "
"; - echo ""; - echo _("Click here to log back in."); - echo "

"; - echo "
"; - echo "
"; - echo "
"; - echo "

"; +$plugin_message = concat_hook_function('logout_above_text'); +echo +html_tag( 'table', + html_tag( 'tr', + html_tag( 'th', _("Sign Out"), 'center' ) , + '', $color[0], 'width="100%"' ) . + $plugin_message . + html_tag( 'tr', + html_tag( 'td', _("You have been successfully signed out.") . + '
' . + _("Click here to log back in.") . '
' , + 'center' ) , + '', $color[4], 'width="100%"' ) . + html_tag( 'tr', + html_tag( 'td', '
', 'center' ) , + '', $color[0], 'width="100%"' ) , +'center', $color[4], 'width="50%" cols="1" cellpadding="2" cellspacing="0" border="0"' ) ?> - - + +