Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: release_13_0_10 ] [ release_13_0_30 ] [ release_13_0_40 ] [ release_13_1_0 ]

001 /****************************/
002 /*** User stuff goes here ***/
003 /****************************/
004 
005 /* This is an example message of the day file. 
006 Normally you'll just want to play with theDate, theMessage 
007 and level parameters. You can add HTML tags in theMessage. e.g. <br /> etc.*/
008 
009 theDate    = "25th April 2006";
010 theMessage = "This is the message that will be displayed.";
011 level      = 1; /* 0 = normal, 1 = important */
012 
013 /*************************************************/
014 /*** Do not touch what follows unless you want ***/ 
015 /*** to change the web page appearance         ***/
016 /*************************************************/
017 
018 if (level==0){
019 message_style = 'font-family:arial;font-size:10pt;font-weight:plain;color:black;background-color:#cccccc';
020 }
021 else{
022 message_style = 'font-family:arial;font-size:10pt;font-weight:bold;color:red;background-color:#cccccc';
023 }
024 document.write(
025   '<div align="center">\n'
026 + '   <table width="600" border="0" cellspacing="0" cellpadding="4">\n'
027 + '      <tr align ="center" style="' + message_style + '">\n'
028 + '         <td>' + theDate + '</td>\n'
029 + '      </tr>\n'
030 + '      <tr align="center" style="' + message_style + '">\n'
031 + '         <td>' + theMessage + '</td>\n'
032 + '      </tr>\n'
033 + '   </table>\n'
034 + '</div>'
035 );

source navigation ] diff markup ] identifier search ] general search ]

This page was automatically generated by the LXR engine. Valid HTML 4.01!