echo '<tr><td width="300">Comment <span class="tip"><small>Some HTML is OK.</small></span></td></tr>'; echo '<tr><td width="500" colspan="2"><textarea class="ml" rows="10" name="bec_body"></textarea></td></tr>'; if (!$User->vxIsLogin()) { echo '<tr><td width="500" colspan="2" align="left"><span class="info">'; if ($_default['remember']) { echo '<input checked="checked" class="cb" type="checkbox" name="remember" />'; } else { echo '<input class="cb" type="checkbox" name="remember" />'; } echo ' <small>Remember me on this computer.</info></td></tr>'; } else { echo '<input type="hidden" name="remember" value="on" />'; } echo '<tr><td width="500" colspan="2" align="left">'; _v_btn_f('Post', 'form_blog_comment'); echo '</td></tr>'; echo '</form>'; echo '</table>'; echo '</div>'; } } else { echo '<div class="form"><span class="info">'; _v_ico_silk('information'); if ($error_friend) { echo ' Comment for this entry is only available to the author\'s friends on <a href="http://' . BABEL_DNS_NAME . '/" target="_blank">' . Vocabulary::site_name . '</a>.</span></div>'; } else { echo ' Comment for this entry is closed.</span></div>'; } } } echo '</body></html>';
public static function vxAddAbout() { /* Start: About Add */ _v_b_l_s(); _v_ico_silk('add'); echo ' 关于 ADD <span class="tip_i"><small>alpha</small></span>'; echo '<br /><br />'; echo '<span class="tip">'; echo 'ADD 是一个帮助你收藏和整理网址的工具。'; _v_hr(); echo '<span class="tip"><small>Keep your useful links</small> | 同类优质服务 <span class="tip_i"><img src="/img/favicons/delicious.png" align="absmiddle" /><a href="http://del.icio.us/" target="_blank"> del.icio.us <img src="/img/ext.png" align="absmiddle" border="0" /> </a></span></span>'; echo '</span>'; _v_d_e(); /* End: About Add */ }
<td align="left" width="100" height="25"><input type="text" class="sl" /></td> </tr> <tr> <td align="right" width="60" height="25"></td> <td align="left" width="100" height="25"> <input type="button" value="发送邀请" /> </td> </tr> </table> </div> </div> </div> <div id="main"> <div id="timeline"> <div class="top_right"><?php _v_ico_silk('feed'); ?> <a href="#;">通过 RSS 订阅</a></div> <h1>Everything</h1> <div class="sub"><span class="tip"><small>Timeline of the latest topics and ING updates of mine and my friends.</small></span> <div class="toolbar"> <?php _v_ico_tango_16('actions/document-new'); echo ' <a href="#;">发布新消息</a>'; echo ' '; _v_ico_tango_16('actions/appointment-new'); echo ' <a href="#;">创建新事件</a>'; echo ' '; _v_ico_tango_16('actions/view-refresh'); echo ' <a href="#;" onclick="location.reload();">刷新</a>'; ?>
public function vxShop() { require_once 'core/ApplicationManagerCore.php'; $_applications = ApplicationManager::getApplications(); ApplicationManager::loadApplications($_applications); _v_m_s(); _v_b_l_s(); _v_ico_map(); echo ' <a href="/">' . Vocabulary::site_name . '</a> > ' . $this->lang->shop(); _v_d_e(); _v_b_l_s(); // Introduction _v_ico_silk('information'); echo ' 你可以在 ' . Vocabulary::SITE_NAME . ' Shop 买到各种有用的在线应用程序和资料,一切都在持续更新中。'; _v_d_e(); _v_b_l_s(); // Shop echo '<span class="text_large">Buy</span>'; _v_hr(); $i = 0; foreach ($_applications as $application) { $i++; echo '<table cellpadding="0" cellspacing="0" border="0" width="700">'; echo '<tr>'; echo '<td width="150" height="130" align="left" valign="middle">'; echo '<img src="/' . ApplicationManager::APPLICATION_REPOSITORY . '/' . $application . '/icon.png" />'; echo '</td>'; echo '<td width="400" align="left" valign="top">'; echo '<span style="color: #999; font-size: 18px;">'; eval('echo app_' . $application . '::name;'); echo '</span>'; echo '<span class="tip">'; echo '<br /><br />'; eval('echo app_' . $application . '::description;'); echo '</span>'; echo '<br /><br />'; echo '<span class="tip_i">售价</span> <strong>'; eval('echo app_' . $application . '::price;'); echo ' 铜币</strong> <span class="tip_i">类型</span> <strong>应用</strong>'; echo '</td>'; echo '<td width="150" align="center">'; _v_btn_l('购买', '/buy'); echo '</td>'; echo '</tr>'; echo '</table>'; _v_hr(); } _v_d_e(); _v_b_l_s(); // Information for Developers _v_ico_silk('cog'); echo ' 如果你熟悉程序开发,希望开发能够被放到 ' . Vocabulary::SITE_NAME . ' Shop 中进行出售的物品,请参考 Project Babel 的 SimpleStorage 实现。'; _v_d_e(); _v_d_e(); }
<div class="blank"> <?php if ($_ing) { include BABEL_PREFIX . '/res/ing_sources.php'; echo '<span style="font-size: 14px;">'; echo '<img src="' . $_ing['img_p'] . '" align="absmiddle" class="portrait" />'; echo ' ' . format_ubb($_ing['ing_doing']) . '</span>'; _v_hr(); echo '<div align="right"><span class="tip_i">by <a href="/u/' . $_ing['usr_nick_url'] . '" class="t">' . $_ing['usr_nick_plain'] . '</a> at <small class="fade">' . date('Y-n-j G:i:s T', $_ing['ing_created']) . '</small><small> from ' . $_sources[$_ing['ing_source']] . ' | Powered by <a href="/ing">' . Vocabulary::site_name . '::ING</a></small></span></div>'; } else { echo '<span class="tip_i">'; _v_ico_silk('hourglass'); echo ' 指定的 <a href="/ing" class="t">' . Vocabulary::site_name . '::ING</a> 项目不存在 | '; _v_ico_silk('house'); echo ' <a href="/" class="t">返回首页</a> | '; _v_ico_silk('user_go'); echo ' <a href="/signup.html" class="t">注册</a> | '; _v_ico_silk('key'); echo ' <a href="/login" class="t">登录</a></span>'; } ?> </div> </td> <td width="200" height="60%"></td> </tr> <tr> <td height="20%" colspan="3"></td> </tr> </table> </body> </html>