File name: welboard2/skin/gradation2/notice.fom (1,308 bytes) Text file viewer v1.2
    1 : {&¢Ò
    2 :   /* file: notice.fom¢Ò
    3 :      author: ¼­±¤Çö¢Ò
    4 : ¢Ò
    5 :      Copyright (c) 2001/03/25 by Wesoft¢Ò
    6 :      All Rights Reserved.¢Ò
    7 :   */¢Ò
    8 : ¢Ò
    9 :   bgcnt=0, range= 128, base= 96;¢Ò
   10 :   WIDTH= "100%";¢Ò
   11 : }¢Ò
   12 : <!-- {$PROGRAM_NAME} {$PROGRAM_VERSION} -->{?*!print_header,{!goto skip_header}}¢Ò
   13 : <link rel=stylesheet type="text/css" href="jscss/notice.css">¢Ò
   14 : <script src="jscss/notice.js" language="javascript"></script>¢Ò
   15 : <script language="javascript">¢Ò
   16 : <!--¢Ò
   17 :   mover_color= "{$list_mover_bgcolor}";¢Ò
   18 :   win_width= {$notice_view_width};¢Ò
   19 :   win_height= {$notice_view_height};¢Ò
   20 : //-->¢Ò
   21 : </script>{:skip_header}¢Ò
   22 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH}¢Ò
   23 :  style="border-width:1px;border-color:#b8b8b8;border-right:none;border-bottom:none">¢Ò
   24 : {!repeat,$pagerec}{&¢Ò
   25 :    bgcnt++;¢Ò
   26 :    rate= fix(real(bgcnt) / pagerec * range);¢Ò
   27 :    bgcolor= sprintf("%02X", rate+base);¢Ò
   28 :    bgcolor2= sprintf("%02X", range-rate+base);¢Ò
   29 :    BGC= "#" ~ bgcolor2 ~ bgcolor2 ~ bgcolor;¢Ò
   30 :    if(subject=="") vsubject= "&nbsp;";¢Ò
   31 :     else vsubject= "<a href='javascript:' onClick=\"Op('"~db~"'," ~ selno ~ ","¢Ò
   32 :                  ~ vno ~ ")\" title='" ~ fcontent ~ "'>" ~ subject ~ "</a>";¢Ò
   33 :  }¢Ò
   34 : <tr bgcolor='{$BGC}' onmouseover="mover(this)" onmouseout="mout(this,'{$BGC}')">¢Ò
   35 :  <td nowrap id=lb>{$icon}{$vsubject}</td>¢Ò
   36 :  <td nowrap id=lb width=40 align=right>{$wdtime}</td>¢Ò
   37 : </tr>¢Ò
   38 : {!endrep}¢Ò
   39 : </table>¢Ò
File name: welboard2/skin/gradation2/notice.fom (1,308 bytes) Wesoft Corp. ¨Ï 2001 All rights reserved.