예제 #1
0
    ?>

</select>
ÔÂ
<select name="d" size="1" id="d" style="font-size: 9pt">
  <?php 
    echo selectStepOptions(array('start' => 1, 'end' => 31, 'selected' => $this->_tpl_vars['_thisDay']), $this);
    ?>

</select>
ÈÕ(¹«ÀúÉúÈÕ)
<input name="Input2" type="submit" value="²éѯ" class="bot01"   /><input name="act" type="hidden" value="xzcx"><?php 
    if (isset($_REQUEST['act']) && $_REQUEST['act'] == 'xzcx') {
        ?>
&nbsp;²éѯ½á¹û:<?php 
        echo is_array($_tmp = is_array($_tmp = is_array($_tmp = is_array($_tmp = is_array($_tmp = $_REQUEST['y']) ? $this->_run_mod_handler('cat', true, $_tmp, "-") : smarty_modifier_cat($_tmp, "-")) ? $this->_run_mod_handler('cat', true, $_tmp, $_REQUEST['m']) : smarty_modifier_cat($_tmp, $_REQUEST['m'])) ? $this->_run_mod_handler('cat', true, $_tmp, "-") : smarty_modifier_cat($_tmp, "-")) ? $this->_run_mod_handler('cat', true, $_tmp, $_REQUEST['d']) : smarty_modifier_cat($_tmp, $_REQUEST['d'])) ? $this->_run_mod_handler('Constellation', true, $_tmp) : Constellation($_tmp);
        ?>
</form>
<?php 
    }
}
?>
</TD>
      </tr>
      <tr>
        <TD align="left" class=new style="PADDING-BOTTOM: 1px"><span class="red">ÐÇ×ùÏê½â</span>¡¤<a href="?m=2&sm=1&flag=4&astro=°×Ñò×ù">ĵÑò×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=½ðÅ£×ù">½ðÅ£×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=Ë«×Ó×ù">Ë«×Ó×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=¾Þз×ù">¾Þз×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=ʨ×Ó×ù">ʨ×Ó×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=´¦Å®×ù">´¦Å®×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=Ìì³Ó×ù">Ìì³Ó×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=ÌìЫ×ù">ÌìЫ×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=ÉäÊÖ×ù">ÉäÊÖ×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=ħôÉ×ù">ħôÉ×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=ˮƿ×ù">ˮƿ×ù</a>¡¤<a href="?m=2&sm=1&flag=4&astro=Ë«Óã×ù">Ë«Óã×ù</a></TD>
      </tr>
    </TBODY>
  </TABLE>
  <table width="100%" border="0" cellspacing="1" cellpadding="0" class="b1" style="table-layout:fixed;word-wrap:break-word;">
    <tbody>
예제 #2
0
파일: index.php 프로젝트: cwcw/cms
    case 4:
        //iq
    //iq
    case 5:
        //mingren
    //mingren
    case 6:
        //shibai
    //shibai
    case 7:
        //shili
    //shili
    case 8:
        //wu
        require_once dirname(__FILE__) . '/astro_common.php';
        break;
    case 9:
        //xzyc
        require_once dirname(__FILE__) . '/xzyc.php';
        break;
    default:
        if ((int) date('Y', time() + 30 * 24 * 60 * 60) > $thisYear) {
            $thisYear = date('Y', time() + 30 * 24 * 60 * 60);
            $smarty->assign('_thisYear', $thisYear);
        }
        $smarty->assign('includePage', 'astro/index.php');
        break;
}
if ($xing != "") {
    $smarty->assign('myxz', Constellation($nian1 . "-" . $yue1 . "-" . $ri1));
}
예제 #3
0
파일: index.php 프로젝트: cwcw/cms
<?php

$Sql = "select * from #.hdrl where gn = ?";
$result = $db->query($Sql, array($nowDate));
$rs = $db->fetchArray($result);
$smarty->assign('nn', $rs["nn"]);
$smarty->assign('suici', $rs["suici"]);
$smarty->assign('cong', $rs["cong"]);
$smarty->assign('yi', $rs["yi"]);
$smarty->assign('ji', $rs["ji"]);
$smarty->assign('rs', $rs);
$smarty->assign('weeklyInfo', $weeklyInfo);
if ($nian1 && $yue1 && $ri1) {
    $smarty->assign('xingzuo', Constellation($nian1 . "-" . $yue1 . "-" . $ri1));
}
$smarty->assign('includePage', 'index.php');
예제 #4
0
파일: xzyc.php 프로젝트: cwcw/cms
<?php

$smarty->assign('includePage', 'astro/xzyc.php');
$yctype = strtolower(isset($_REQUEST['type']) ? $_REQUEST['type'] : 'today');
$xz = isset($_REQUEST['xz']) ? $_REQUEST['xz'] : '';
if ($xing != "") {
    $myxz = Constellation($nian1 . '-' . $yue1 . '-' . $ri1);
} else {
    $myxz = "ĵÑò×ù";
}
switch (strtolower($yctype)) {
    case "nextday":
        $table = '#.xzysnextday';
        $update_date = date('Y-m-d 00:00:00', $nowTime);
        $inc_file = 'sinaUpdateTomorrow.php';
        break;
    case "week":
        $table = '#.xzysweek';
        $update_date = date('Y-m-d 00:00:W', $nowTime);
        $inc_file = 'sinaUpdateWeek.php';
        break;
    case "month":
        $table = '#.xzysmonth';
        $update_date = date('Y-m-01 00:00:00', $nowTime);
        $inc_file = 'sinaUpdateMonth.php';
        break;
    case "year":
        $table = '#.xzysyear';
        $update_date = date('Y-01-01 00:00:00', $nowTime);
        $inc_file = 'sinaUpdateYear.php';
        break;