File: /var/www/ilya/data/www/irkboard.ru/cache/cacheid_6/skin_blog_list.php
<?php
/*--------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD */
/* CACHE FILE: Skin set id: 2 */
/* CACHE FILE: Generated: Sat, 16 Dec 2006 04:15:57 GMT */
/* DO NOT EDIT DIRECTLY - THE CHANGES WILL NOT BE */
/* WRITTEN TO THE DATABASE AUTOMATICALLY */
/*--------------------------------------------------*/
class skin_blog_list_6 {
var $ipsclass;
//===========================================================================
// <ips:ActiveUsers:desc:>
//===========================================================================
function ActiveUsers($active="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="formsubtitle" colspan="2">{$active[TOTAL]} {$this->ipsclass->lang['blog_active_users']}</td>
</tr>
<tr>
<td class="row1" width="1%"><{F_ACTIVE}></td>
<td class="row2">
<b>{$active[GUESTS]}</b> {$this->ipsclass->lang['guests']}, <b>{$active[MEMBERS]}</b> {$this->ipsclass->lang['public_members']} <b>{$active[ANON]}</b> {$this->ipsclass->lang['anon_members']}
<div class="thin">{$active[NAMES]}</div>
{$active['links']}
</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:blog_showstats:desc:>
//===========================================================================
function blog_showstats($text="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<!-- Blog Stats -->
<div class="borderwrap">
<div class="maintitle">
<p><{CAT_IMG}> {$this->ipsclass->lang['blog_stats']}</p>
</div>
<div class="subtitlediv">
EOF;
//startif
if ( $this->ipsclass->vars['blog_enable_rating'] )
{
$IPBHTML .= <<<EOF
<a href="{$this->ipsclass->base_url}automodule=blog&req=top10&max_results=10&sort_key=blog_rating&sort_order=desc">{$this->ipsclass->lang['top10_rated']}</a> ·
EOF;
}//endif
$IPBHTML .= <<<EOF
<a href="{$this->ipsclass->base_url}automodule=blog&req=top10&max_results=10&sort_key=blog_num_views&sort_order=desc">{$this->ipsclass->lang['top10_viewed']}</a> ·
<a href="{$this->ipsclass->base_url}automodule=blog&req=top10&max_results=10&sort_key=blog_num_comments&sort_order=desc">{$this->ipsclass->lang['top10_commented']}</a> ·
<a href="{$this->ipsclass->base_url}automodule=blog&req=top10&max_results=10&sort_key=blog_num_entries&sort_order=desc">{$this->ipsclass->lang['top10_bloggers']}</a>
</div>
<table cellspacing="1" class="ipbtable">
<!--BLOG.ACTIVEUSERS-->
<tr>
<td class="formsubtitle" colspan="2">{$this->ipsclass->lang['blog_stats']}</td>
</tr>
<tr>
<td class="row1" width="1%"><{F_STATS}></td>
<td class="row2">$text</td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>
<br />
<!-- Blog Stats -->
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_end:desc:>
//===========================================================================
function bloglist_end($links="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<form name="sortform" action="{$this->ipsclass->base_url}automodule=blog" method="post">
<div class="borderwrap">
<div class="maintitle">
<div><{CAT_IMG}> {$this->ipsclass->lang['title_search']}</div>
</div>
<div class="tablepad" align="center">
<table cellspacing='0' cellpadding='4' width='100%' class="ipbtable">
<tr>
<td width='50%' valign='top'>
<fieldset>
<legend><b>{$this->ipsclass->lang['s_name']}</b></legend>
<select class='forminput' name='name_box'>
<option value='begins'>{$this->ipsclass->lang['s_begins']}</option>
<option value='contains'>{$this->ipsclass->lang['s_contains']}</option>
</select> <input class='forminput' type='text' size='25' name='name' value='{$this->ipsclass->input['name']}' />
</fieldset>
</td>
<td width="50%" valign="top">
<fieldset>
<legend><strong>{$this->ipsclass->lang['s_blogname']}</strong></legend>
<input class='forminput' type='text' size='50' name='blogname' value='{$this->ipsclass->input['blogname']}' />
</fieldset>
</td>
</tr>
</table>
</div>
<div align="center" class="formsubtitle">{$this->ipsclass->lang['sorting_text']} <input type="submit" value="{$this->ipsclass->lang['sort_submit']}" class="button" /></div>
</div>
</form>
<br />
EOF;
//startif
if ( $links )
{
$IPBHTML .= <<<EOF
<div align="left">{$links}</div>
<br />
EOF;
}//endif
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_end_favourites:desc:>
//===========================================================================
function bloglist_end_favourites($colspan="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="darkrow1" colspan="{$colspan}"><b>{$this->ipsclass->lang['bloglist_end_favourites']}</b></td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_end_pinned:desc:>
//===========================================================================
function bloglist_end_pinned($colspan="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="darkrow1" colspan="{$colspan}"><b>{$this->ipsclass->lang['bloglist_end_pinned']}</b></td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_no_results:desc:>
//===========================================================================
function bloglist_no_results($colspan="8") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="row2" colspan="{$colspan}" align="center">{$this->ipsclass->lang['bloglist_no_results']}</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_page_end:desc:>
//===========================================================================
function bloglist_page_end($auth_key="",$colspan="8",$listmod="") {
$IPBHTML = "";
//--starthtml--//
//startif
if ( $listmod )
{
$IPBHTML .= <<<EOF
<tr>
<td colspan="{$colspan}" align="right" nowrap="nowrap" class="darkrow1">
<form name="modform" method="post" action="{$this->ipsclass->base_url}">
<input type="hidden" name="automodule" value="blog" />
<input type="hidden" name="req" value="blogmmod" />
<input type="hidden" name="auth_key" value="{$auth_key}" />
<input type="hidden" value="{$this->ipsclass->input['selectedbids']}" name="selectedbids"" />
<select name="blogact">
EOF;
}//endif
//startif
if ( $this->ipsclass->member['g_is_supmod'] or $this->ipsclass->member['_blogmod']['moderate_can_pin'] )
{
$IPBHTML .= <<<EOF
<option value="pin">{$this->ipsclass->lang['blog_pin']}</option>
<option value="unpin">{$this->ipsclass->lang['blog_unpin']}</option>
EOF;
}//endif
//startif
if ( $this->ipsclass->member['g_is_supmod'] or $this->ipsclass->member['_blogmod']['moderate_can_disable'] )
{
$IPBHTML .= <<<EOF
<option value="disable">{$this->ipsclass->lang['blog_disable']}</option>
<option value="enable">{$this->ipsclass->lang['blog_enable']}</option>
EOF;
}//endif
//startif
if ( $listmod )
{
$IPBHTML .= <<<EOF
</select>
<input type="submit" name="gobutton" value="{$this->ipsclass->lang['blog_go']}" class="button" />
</form>
</td>
</tr>
EOF;
}//endif
$IPBHTML .= <<<EOF
</table>
<div class="catend"><!-- no content --></div>
</div>
<br />
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_page_header:desc:>
//===========================================================================
function bloglist_page_header($pages="",$sort_orders="",$sort_pics="") {
$IPBHTML = "";
//--starthtml--//
//startif
if ( $pages != "" )
{
$IPBHTML .= <<<EOF
<br />
<div>{$pages}</div>
EOF;
}//endif
$IPBHTML .= <<<EOF
<br />
<div class='borderwrap'>
<div class="maintitle">
<div><{CAT_IMG}> {$this->ipsclass->lang['blog_list']}</div>
</div>
<table cellspacing="1" class="ipbtable">
<tr>
<th colspan="2" width="25%" nowrap="nowrap"><a href="javascript: do_sort( 'blog_name', '{$sort_orders['blog_name']}');">{$this->ipsclass->lang['bloglist_name']} {$sort_pics['blog_name']}</a></th>
<th width="12%" nowrap="nowrap"><a href="javascript: do_sort( 'members_display_name', '{$sort_orders['members_display_name']}');">{$this->ipsclass->lang['bloglist_member']} {$sort_pics['members_display_name']}</a></th>
<th align="center" width="8%" nowrap="nowrap"><a href="javascript: do_sort( 'blog_num_entries', '{$sort_orders['blog_num_entries']}');">{$this->ipsclass->lang['blog_num_entries']} {$sort_pics['blog_num_entries']}</a></th>
<th align="center" width="8%" nowrap="nowrap"><a href="javascript: do_sort( 'blog_num_views', '{$sort_orders['blog_num_views']}');">{$this->ipsclass->lang['blog_num_views']} {$sort_pics['blog_num_views']}</a></th>
<th align="center" width="20%" nowrap="nowrap"><a href="javascript: do_sort( 'blog_last_date', '{$sort_orders['blog_last_date']}');">{$this->ipsclass->lang['blog_last_entry']} {$sort_pics['blog_last_date']}</a></th>
<th align="center" width="10%" nowrap="nowrap"><a href="javascript: do_sort( 'blog_num_comments', '{$sort_orders['blog_num_comments']}');">{$this->ipsclass->lang['blog_num_comments']} {$sort_pics['blog_num_comments']}</a></th>
<th align="center" width="20%" nowrap="nowrap"><a href="javascript: do_sort( 'blog_last_comment', '{$sort_orders['blog_last_comment']}');">{$this->ipsclass->lang['blog_last_comment']} {$sort_pics['blog_last_comment']}</a></th>
EOF;
//startif
if ( $this->ipsclass->vars['blog_enable_rating'] )
{
$IPBHTML .= <<<EOF
<th align="center" width="1%" nowrap="nowrap"><a href="javascript: do_sort( 'blog_rating', '{$sort_orders['blog_rating']}');">{$this->ipsclass->lang['blog_rating']} {$sort_pics['blog_rating']}</a></th>
EOF;
}//endif
//startif
if ( $this->ipsclass->member['g_blog_ismod'] )
{
$IPBHTML .= <<<EOF
<th width="1%" align="center"> </th>
EOF;
}//endif
$IPBHTML .= <<<EOF
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_rsstags:desc:>
//===========================================================================
function bloglist_rsstags($title="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<link rel="alternate" type="application/rss+xml" title="{$title}" href="{$this->ipsclass->base_url}automodule=blog&req=syndicate" />
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_show_extrow:desc:>
//===========================================================================
function bloglist_show_extrow($blog="",$rowclass="",$shaded="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<!-- Entry for {$blog['blog_id']} -->
<tr>
<td class='{$rowclass['2']}{$shaded}' width="1%">{$blog['icon']}</td>
<td class='{$rowclass['2']}{$shaded}'><div style="float:right;">{$blog['favicon']}</div><strong><a href="{$blog['url']}
EOF;
//startif
if ( $this->ipsclass->vars['blog_exturl_newwindow'] )
{
$IPBHTML .= <<<EOF
" target="_blank
EOF;
}//endif
$IPBHTML .= <<<EOF
">{$blog['blog_name']}</a></strong><br /><span class='desc'>{$blog['blog_desc']}</span></td>
<td class='{$rowclass['2']}{$shaded}'><strong>{$blog['owner']}</strong></td>
<td class='{$rowclass['1']}{$shaded}' align="center">-</td>
<td class='{$rowclass['1']}{$shaded}' align="center">-</td>
<td class='{$rowclass['2']}{$shaded}'>{$this->ipsclass->lang['ext_blog_hits']} {$blog['blog_num_exthits']}</td>
<td class='{$rowclass['1']}{$shaded}' align="center">-</td>
<td class='{$rowclass['2']}{$shaded}'>-</td>
EOF;
//startif
if ( $this->ipsclass->vars['blog_enable_rating'] )
{
$IPBHTML .= <<<EOF
<td class='row1{$shaded}' align="center" nowrap="nowrap">--</td>
EOF;
}//endif
//startif
if ( $this->ipsclass->member['g_blog_ismod'] and $blog['bidon'] == 1 )
{
$IPBHTML .= <<<EOF
<td align="center" class="{$rowclass['2']}{$shaded}"><a href="#" title="{$this->ipsclass->lang['click_for_mod']}" onclick="blog_toggle_bid('{$blog['blog_id']}'); return false;"><img name="img{$blog['blog_id']}" src="{$this->ipsclass->vars['ipb_img_url']}{$this->ipsclass->vars['img_url']}/topic_selected.gif" /></a></td>
EOF;
}//endif
//startif
if ( $this->ipsclass->member['g_blog_ismod'] and $blog['bidon'] == 0 )
{
$IPBHTML .= <<<EOF
<td align="center" class="{$rowclass['2']}{$shaded}"><a href="#" title="{$this->ipsclass->lang['click_for_mod']}" onclick="blog_toggle_bid('{$blog['blog_id']}'); return false;"><img name="img{$blog['blog_id']}" src="{$this->ipsclass->vars['ipb_img_url']}{$this->ipsclass->vars['img_url']}/topic_unselected.gif" /></a></td>
EOF;
}//endif
$IPBHTML .= <<<EOF
</tr>
<!-- End of Entry -->
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_show_row:desc:>
//===========================================================================
function bloglist_show_row($blog="",$rowclass="",$shaded="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<!-- Entry for {$blog['blog_id']} -->
<tr>
<td class='{$rowclass['2']}{$shaded}' width="1%">{$blog['icon']}</td>
<td class='{$rowclass['2']}{$shaded}'><div style="float:right;">{$blog['favicon']}</div><strong><a href="{$blog['url']}">{$blog['blog_name']}</a></strong><br /><span class='desc'>{$blog['blog_desc']}</span></td>
<td class='{$rowclass['2']}{$shaded}'><strong>{$blog['owner']}</strong></td>
<td class='{$rowclass['1']}{$shaded}' align="center">{$blog['blog_num_entries']}</td>
<td class='{$rowclass['1']}{$shaded}' align="center">{$blog['blog_num_views']}</td>
<td class='{$rowclass['2']}{$shaded}'><span class='desc'>{$blog['blog_last_date']}</span><br /><a href="{$blog['url']}showentry={$blog['blog_last_entry']}" title="{$this->ipsclass->lang['list_goto_entry']} {$blog['blog_last_entrytitle']}">{$blog['blog_last_entryname']}</a></td>
<td class='{$rowclass['1']}{$shaded}' align="center">{$blog['blog_num_comments']}</td>
<td class='{$rowclass['2']}{$shaded}'><span class='desc'>
EOF;
//startif
if ( $blog['blog_last_comment_name'] )
{
$IPBHTML .= <<<EOF
<a href="{$blog['url']}showentry={$blog['blog_last_comment_entry']}&show=lastcomment"><{LAST_POST}></a>
EOF;
}//endif
$IPBHTML .= <<<EOF
{$blog['blog_last_comment_date']}</span><br />
<b>{$this->ipsclass->lang['blog_comment_in']}</b> <a href="{$blog['url']}showentry={$blog['blog_last_comment_entry']}&show=newcomment" title="{$this->ipsclass->lang['list_goto_entry']} {$blog['blog_last_comment_entrytitle']}">{$blog['blog_last_comment_entryname']}</a><br />
<b>{$this->ipsclass->lang['blog_comment_by']}</b> {$blog['last_commenter']}</td>
EOF;
//startif
if ( $this->ipsclass->vars['blog_enable_rating'] && $blog['blog_rating_count']>$this->ipsclass->vars['blog_rating_treshhold'] )
{
$IPBHTML .= <<<EOF
<td class='{$rowclass['1']}{$shaded}' align="center" nowrap="nowrap">{$blog['blog_rating']} {$this->ipsclass->lang['rate_out_of']}<br />{$blog['blog_rate_img']}<br />{$this->ipsclass->lang['rate_votes']} {$blog['blog_rating_count']}</td>
EOF;
}//endif
//startif
if ( $this->ipsclass->vars['blog_enable_rating'] && $blog['blog_rating_count']<=$this->ipsclass->vars['blog_rating_treshhold'] )
{
$IPBHTML .= <<<EOF
<td class='{$rowclass['1']}{$shaded}' align="center" nowrap="nowrap">--</td>
EOF;
}//endif
//startif
if ( $this->ipsclass->member['g_blog_ismod'] and $blog['bidon'] == 1 )
{
$IPBHTML .= <<<EOF
<td align="center" class="{$rowclass['2']}{$shaded}"><a href="#" title="{$this->ipsclass->lang['click_for_mod']}" onclick="blog_toggle_bid('{$blog['blog_id']}'); return false;"><img name="img{$blog['blog_id']}" src="{$this->ipsclass->vars['ipb_img_url']}{$this->ipsclass->vars['img_url']}/topic_selected.gif" /></a></td>
EOF;
}//endif
//startif
if ( $this->ipsclass->member['g_blog_ismod'] and $blog['bidon'] == 0 )
{
$IPBHTML .= <<<EOF
<td align="center" class="{$rowclass['2']}{$shaded}"><a href="#" title="{$this->ipsclass->lang['click_for_mod']}" onclick="blog_toggle_bid('{$blog['blog_id']}'); return false;"><img name="img{$blog['blog_id']}" src="{$this->ipsclass->vars['ipb_img_url']}{$this->ipsclass->vars['img_url']}/topic_unselected.gif" /></a></td>
EOF;
}//endif
$IPBHTML .= <<<EOF
</tr>
<!-- End of Entry -->
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_start:desc:>
//===========================================================================
function bloglist_start() {
$IPBHTML = "";
//--starthtml--//
//startif
if ( $this->ipsclass->member['g_blog_ismod'] )
{
$IPBHTML .= <<<EOF
<script type="text/javascript">
//<![CDATA[
var unselectedbutton = "{$this->ipsclass->vars['ipb_img_url']}{$this->ipsclass->vars['img_url']}/topic_unselected.gif";
var selectedbutton = "{$this->ipsclass->vars['ipb_img_url']}{$this->ipsclass->vars['img_url']}/topic_selected.gif";
var lang_gobutton = "{$this->ipsclass->lang['blog_go']}";
function blog_toggle_bid( bid )
{
saved = new Array();
clean = new Array();
add = 1;
//-----------------------------------
// Get form info
//-----------------------------------
tmp = document.modform.selectedbids.value;
saved = tmp.split(",");
//-----------------------------------
// Remove bit if exists
//-----------------------------------
for( i = 0 ; i < saved.length; i++ )
{
if ( saved[i] != "" )
{
if ( saved[i] == bid )
{
add = 0;
}
else
{
clean[clean.length] = saved[i];
}
}
}
//-----------------------------------
// Add?
//-----------------------------------
if ( add )
{
clean[ clean.length ] = bid;
eval("document.img"+bid+".src=selectedbutton");
}
else
{
eval(" document.img"+bid+".src=unselectedbutton");
}
newvalue = clean.join(',');
my_setcookie( 'modbids', newvalue, 0 );
document.modform.selectedbids.value = newvalue;
newcount = stacksize(clean);
document.modform.gobutton.value = lang_gobutton + '(' + newcount + ')';
return false;
}
//]]>
</script>
EOF;
}//endif
$IPBHTML .= <<<EOF
<script type="text/javascript">
//<![CDATA[
function do_sort( sort_key, sort_order )
{
document.sortform.sort_key.value = sort_key;
document.sortform.sort_order.value = sort_order;
document.sortform.submit();
}
//]]>
</script>
<table cellspacing="0" class="newslink">
<tr>
<td align="left" valign="middle">
EOF;
//startif
if ( $this->ipsclass->member['g_blog_allowcreate']+$this->ipsclass->member['g_blog_allowlocal']>0 and $this->ipsclass->member['has_blog'] != 1 )
{
$IPBHTML .= <<<EOF
<a href="{$this->ipsclass->base_url}automodule=blog&req=ucp_main">{$this->ipsclass->lang['blog_create']}</a> ·
EOF;
}//endif
$IPBHTML .= <<<EOF
<a href="{$this->ipsclass->base_url}automodule=blog&req=lastentries">{$this->ipsclass->lang['blog_last_10_entries']}</a>
EOF;
//startif
if ( $this->ipsclass->vars['blog_allow_rss'] )
{
$IPBHTML .= <<<EOF
· <a href="{$this->ipsclass->base_url}automodule=blog&req=syndicate">{$this->ipsclass->lang['blog_rss_all']}</a>
EOF;
}//endif
//startif
if ( $this->ipsclass->member['id'] )
{
$IPBHTML .= <<<EOF
· <a href="{$this->ipsclass->base_url}automodule=blog&req=markallread">{$this->ipsclass->lang['blog_markallread']}</a>
EOF;
}//endif
$IPBHTML .= <<<EOF
</td>
<td align="right" valign="middle">
<form action="{$this->ipsclass->base_url}automodule=blog&req=search&blogid=all" method="post">
<input type="text" size="35" name="keywords" onfocus="this.value=''" value="{$this->ipsclass->lang['blog_enter_search']}" />
<input class="button" type="image" src="{$this->ipsclass->vars['ipb_img_url']}{$this->ipsclass->vars['img_url']}/login-button.gif" />
</form>
</td>
</tr>
</table>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:bloglist_top10_header:desc:>
//===========================================================================
function bloglist_top10_header() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<br />
<div class='borderwrap'>
<div class="maintitle">
<div><{CAT_IMG}> {$this->ipsclass->lang['top10_title']}</div>
</div>
<table cellspacing="1">
<tr>
<th colspan="2" width="25%" nowrap="nowrap">{$this->ipsclass->lang['bloglist_name']}</th>
<th width="12%" nowrap="nowrap">{$this->ipsclass->lang['bloglist_member']}</th>
<th align="center" width="8%" nowrap="nowrap">{$this->ipsclass->lang['blog_num_entries']}</th>
<th align="center" width="8%" nowrap="nowrap">{$this->ipsclass->lang['blog_num_views']}</th>
<th align="center" width="20%" nowrap="nowrap">{$this->ipsclass->lang['blog_last_entry']}</th>
<th align="center" width="10%" nowrap="nowrap">{$this->ipsclass->lang['blog_num_comments']}</th>
<th align="center" width="20%" nowrap="nowrap">{$this->ipsclass->lang['blog_last_comment']}</th>
EOF;
//startif
if ( $this->ipsclass->vars['blog_enable_rating'] )
{
$IPBHTML .= <<<EOF
<th align="center" width="1%" nowrap="nowrap">{$this->ipsclass->lang['blog_rating']}</th>
EOF;
}//endif
//startif
if ( $this->ipsclass->member['g_blog_ismod'] )
{
$IPBHTML .= <<<EOF
<th width="1%" align="center"> </th>
EOF;
}//endif
$IPBHTML .= <<<EOF
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
}
/*--------------------------------------------------*/
/*<changed bits>
</changed bits>*/
/* END OF FILE */
/*--------------------------------------------------*/
?>