<?xml version="1.0" encoding="utf-8"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta http-equiv="Cache-Control" content="no-cache"/></head>
<card id="main" title="3G星座">

<p>

选择转换方法:<br/>
<select name="t">
    <option value="0">阳转阴</option>
    <option value="1">阴转阳</option>    
</select><br/>
闰月前后:<br/>
<select name="r">
    <option value="0">闰月前</option>
    <option value="1">闰月后</option>    
</select><br/>

日期:<br/>
<input title="年" format="*N" size="4" name="y" emptyok="true" maxlength="4" />年
<input title="月" format="*N" size="4" name="m" emptyok="true" maxlength="4" />月
<input title="日" format="*N" size="4" name="d" emptyok="true" maxlength="4" />日

<anchor>确认<go href="astro_convert_true.aspx?sid=" method="post">
<postfield name="t" value="$(t)"/>
<postfield name="y" value="$(y)"/>
<postfield name="m" value="$(m)"/>
<postfield name="d" value="$(d)"/>
<postfield name="r" value="$(r)"/>
<postfield name="wid" value="0"/>
</go></anchor><br />

注：本工具提供1922年1月1日至2011年12月31日的日历转换！在阴历转换成阳历的时候，由于存在闰月的可能，所以要选择闰月前后，闰月当月也算是闰月后<br/>
<a href="index.aspx?sid=&amp;wid=0">返回星座频道</a><br/>
<a href='http://wap.3g.cn/index.aspx?chid=18&amp;sid='>3G门户首页</a>-<a href='http://paike.3g.cn/index.aspx?chid=23&amp;moid=5&amp;sid='>导航</a>-<a href='http://paike.3g.cn/index.aspx?chid=23&amp;moid=8&amp;sid='>搜索</a><br/>
<img src='images/clock.gif' alt='.' />3G报时13:46</p>
</card>
</wml>