<script language="Javascript"> <!-- document.write("{$out}"); //--></script> EOP; } // {{{ 非JavaScriptのソート HTMLを表示 if ($lines) { // JavaScriptソートなら <noscript> if (!$sortNoJs) { ?> <noscript><?php } ?> <strong>お気に板の並び替え</strong><?php // PC(NetFront以外)なら if (!$_conf['ktai'] && !UA::isNetFront()) { ?> (<a href="<?php eh($_SERVER['SCRIPT_NAME']); ?> ">JavaScript版はこちら</a>)<?php } ?> <table><?php foreach ($lines as $l) { if (preg_match('/^\\t?(.+?)\\t(.+?)\\t(.+?)$/', rtrim($l), $matches)) { $itaj = rtrim($matches[3]); $host = $matches[1]; $bbs = $matches[2]; _printEditSortTrHtml($host, $bbs, $itaj); }