[project-babel commit] r301 - trunk/htdocs/core

0 views
Skip to first unread message

codesite...@google.com

unread,
Nov 9, 2007, 10:25:52 AM11/9/07
to v2ex-...@googlegroups.com
Author: v2ex.livid
Date: Fri Nov 9 07:25:41 2007
New Revision: 301

Modified:
trunk/htdocs/core/V2EXCore.php
trunk/htdocs/core/WeblogCore.php

Log:
This update is for my mom.

Modified: trunk/htdocs/core/V2EXCore.php
==============================================================================
--- trunk/htdocs/core/V2EXCore.php (original)
+++ trunk/htdocs/core/V2EXCore.php Fri Nov 9 07:25:41 2007
@@ -10369,7 +10369,7 @@
$User = $this->User->vxGetUserInfo(1);
}
echo('<div id="single">');
- echo('<div class="blank">');
+ echo('<div class="blank" align="left">');
_v_ico_silk('html');
echo(' JavaScript 输出我的 ING 中的最新活动');
_v_hr();
@@ -11489,7 +11489,7 @@
echo(' <a href="/blog/theme/' . $_weblog['blg_id'] . '.vx">' . $this->lang->blog_theme() . '</a>');
echo('&nbsp;&nbsp;|&nbsp;&nbsp;');
_v_ico_silk('cog_edit');
- echo(' <a href="/blog/config/' . $_weblog['blg_id'] . '.vx">' .
$this->lang->blog_settings() . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a
href="http://' . BABEL_WEBLOG_SITE . '/' . $_weblog['blg_name'] . '/"
target="_blank">' . $this->lang->blog_view() . '</a> <img
src="/img/ext.png" align="absmiddle" /></span></div>');
+ echo(' <a href="/blog/config/' . $_weblog['blg_id'] . '.vx">' .
$this->lang->blog_settings() . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a
href="http://' . BABEL_WEBLOG_SITE . '/' .
$_weblog['blg_name'] . '/?.rand=' . rand(11,99) . '"
target="_blank">' . $this->lang->blog_view() . '</a> <img
src="/img/ext.png" align="absmiddle" /></span></div>');
echo('<table width="98%" cellpadding="0" cellspacing="0" border="0">');
echo('<tr>');
echo('<td width="114" rowspan="3" align="left">');
@@ -12106,7 +12106,7 @@
echo(' <a href="/blog/theme/' . $Weblog->blg_id . '.vx">' . $this->lang->blog_theme() . '</a>');
echo('&nbsp;&nbsp;|&nbsp;&nbsp;');
_v_ico_silk('cog_edit');
- echo(' <a href="/blog/config/' . $Weblog->blg_id . '.vx">' .
$this->lang->blog_settings() . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a
href="http://' . BABEL_WEBLOG_SITE . '/' . $Weblog->blg_name . '/"
target="_blank">' . $this->lang->blog_view() . '</a> <img
src="/img/ext.png" align="absmiddle" /></span></div>');
+ echo(' <a href="/blog/config/' . $Weblog->blg_id . '.vx">' .
$this->lang->blog_settings() . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a
href="http://' . BABEL_WEBLOG_SITE . '/' .
$Weblog->blg_name . '/?.rand=' . rand(11, 99) . '" target="_blank">' .
$this->lang->blog_view() . '</a> <img src="/img/ext.png"
align="absmiddle" /></span></div>');
echo('<table width="98%" cellpadding="0" cellspacing="0" border="0">');
echo('<tr>');
echo('<td width="114" rowspan="3" align="left">');
@@ -12249,7 +12249,7 @@
echo(' <a href="/blog/theme/' . $Weblog->blg_id . '.vx">' . $this->lang->blog_theme() . '</a>');
echo('&nbsp;&nbsp;|&nbsp;&nbsp;');
_v_ico_silk('cog_edit');
- echo(' <a href="/blog/config/' . $Weblog->blg_id . '.vx">' .
$this->lang->blog_settings() . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a
href="http://' . BABEL_WEBLOG_SITE . '/' . $Weblog->blg_name . '/"
target="_blank">' . $this->lang->blog_view() . '</a> <img
src="/img/ext.png" align="absmiddle" /></span></div>');
+ echo(' <a href="/blog/config/' . $Weblog->blg_id . '.vx">' .
$this->lang->blog_settings() . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a
href="http://' . BABEL_WEBLOG_SITE . '/' .
$Weblog->blg_name . '/?.rand=' . rand(11, 99) . '" target="_blank">' .
$this->lang->blog_view() . '</a> <img src="/img/ext.png"
align="absmiddle" /></span></div>');
echo('<table width="98%" cellpadding="0" cellspacing="0" border="0">');
echo('<tr>');
echo('<td width="114" rowspan="3" align="left">');
@@ -12396,7 +12396,7 @@
echo(' <a href="/blog/theme/' . $Weblog->blg_id . '.vx">' . $this->lang->blog_theme() . '</a>');
echo('&nbsp;&nbsp;|&nbsp;&nbsp;');
_v_ico_silk('cog_edit');
- echo(' <a href="/blog/config/' . $Weblog->blg_id . '.vx">' .
$this->lang->blog_settings() . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a
href="http://' . BABEL_WEBLOG_SITE . '/' . $Weblog->blg_name . '/"
target="_blank">' . $this->lang->blog_view() . '</a> <img
src="/img/ext.png" align="absmiddle" /></span></div>');
+ echo(' <a href="/blog/config/' . $Weblog->blg_id . '.vx">' .
$this->lang->blog_settings() . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a
href="http://' . BABEL_WEBLOG_SITE . '/' .
$Weblog->blg_name . '/?.rand=' . rand(11, 99) . '" target="_blank">' .
$this->lang->blog_view() . '</a> <img src="/img/ext.png"
align="absmiddle" /></span></div>');
echo('<table width="98%" cellpadding="0" cellspacing="0" border="0">');
echo('<tr>');
echo('<td width="114" rowspan="3" align="left">');

Modified: trunk/htdocs/core/WeblogCore.php
==============================================================================
--- trunk/htdocs/core/WeblogCore.php (original)
+++ trunk/htdocs/core/WeblogCore.php Fri Nov 9 07:25:41 2007
@@ -625,7 +625,7 @@

$end = microtime(true);
$elapsed = $end - $start;
- $_SESSION['babel_message_weblog'] = _vo_ico_silk('tick') . ' 博客
网站 ' . make_plaintext($Weblog->blg_title) . ' 基于 ' .
$Weblog->blg_theme . ' 主题重新构建成功,' . $files . ' 个文
件共写入了 ' . $bytes . ' 字节,共耗时 <small>' .
$elapsed . '</small> 秒,<a href="http://' .
BABEL_WEBLOG_SITE . '/' . $Weblog->blg_name . '" class="t"
target="_blank">现在查看</a> <img src="/img/ext.png"
align="absmiddle" />';
+ $_SESSION['babel_message_weblog'] = _vo_ico_silk('tick') . ' 博客
网站 ' . make_plaintext($Weblog->blg_title) . ' 基于 ' .
$Weblog->blg_theme . ' 主题重新构建成功,' . $files . ' 个文
件共写入了 ' . $bytes . ' 字节,共耗时 <small>' .
$elapsed . '</small> 秒,<a href="http://' .
BABEL_WEBLOG_SITE . '/' . $Weblog->blg_name . '/?.rand=' . rand(11,
99) . '" class="t" target="_blank">现在查看</a> <img
src="/img/ext.png" align="absmiddle" />';
}
}

Reply all
Reply to author
Forward
0 new messages