X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fprinter_friendly_top.php;h=7375ac86b790ad39655e511e1cc9538a38303d6d;hb=a3e3ddc4cff97cb19c4b6b09f1d9e4d7fced4b78;hp=a8e48fd0a6b82d25c404641aad623efbbbf81f6f;hpb=15e6162eacc97158393bc75aed3afeb7b19c24a6;p=squirrelmail.git diff --git a/src/printer_friendly_top.php b/src/printer_friendly_top.php index a8e48fd0..7375ac86 100644 --- a/src/printer_friendly_top.php +++ b/src/printer_friendly_top.php @@ -12,49 +12,35 @@ * $Id$ */ -/*****************************************************************/ -/*** THIS FILE NEEDS TO HAVE ITS FORMATTING FIXED!!! ***/ -/*** PLEASE DO SO AND REMOVE THIS COMMENT SECTION. ***/ -/*** + Base level indent should begin at left margin, as ***/ -/*** the require_once below looks. ***/ -/*** + All identation should consist of four space blocks ***/ -/*** + Tab characters are evil. ***/ -/*** + all comments should use "slash-star ... star-slash" ***/ -/*** style -- no pound characters, no slash-slash style ***/ -/*** + FLOW CONTROL STATEMENTS (if, while, etc) SHOULD ***/ -/*** ALWAYS USE { AND } CHARACTERS!!! ***/ -/*** + Please use ' instead of ", when possible. Note " ***/ -/*** should always be used in _( ) function calls. ***/ -/*** Thank you for your help making the SM code more readable. ***/ -/*****************************************************************/ - require_once('../src/validate.php'); require_once('../functions/strings.php'); require_once('../config/config.php'); require_once('../src/load_prefs.php'); require_once('../functions/page_header.php'); +require_once('../functions/html.php'); - displayHtmlHeader( _("Printer Friendly"), - "\n", FALSE ); +displayHtmlHeader( _("Printer Friendly"), + "\n", FALSE ); - echo "\n" . - //'
'. - '
'. +echo "\n" . + //'
'. + html_tag( 'div', + ''. '
'. ' '. - ''. + ''. '
'. - '
'. - //'
'. - ''. - "\n"; + '
', + 'right' ); + //'
'. + ''. "\n"; ?>