whatsnew

檔案資訊

  • 位置:whatsnew/index.html
  • 備註:已完成

檔案內容

修改 (編輯本頁)

<?php
    // The $body_* variables are for compatibility with pre-existing css
    $page_title = 'Firefox 更新完畢';
    $body_id    = 'whatsnew';
    $body_class = 'portal-page';

    $extra_headers = <<<EXTRA_HEADERS
    <link rel="stylesheet" type="text/css" href="/style/tignish/whatsnew-page.css" media="screen" />
    <script type="text/javascript" src="/js/whats-new-page.js"></script>
EXTRA_HEADERS;
    $extra_feature = <<<EXTRA_FEATURE
<div id="tab-close"><p>按下這個分頁的關閉鈕,便可前往您設定的首頁。</p></div>
EXTRA_FEATURE;

    @include_once "{$config['file_root']}/{$lang}/includes/header-portal-pages.inc.php";
?>

<div id="main-feature">
    <h2 id="main-feature-title">您已經裝好了最新版的 Firefox。</h2>
    <p id="main-feature-contents">感謝您的耐心等待,這個更新版能讓您更放心、安全地遨遊網路。</p>
    <script type="text/javascript">// <![CDATA[
    //localization note: message 1 will display the version number at the end of the string, hence the trailing space
    //ex: You’re now running Firefox 3.1

    var userversion = '<?=LATEST_FIREFOX_VERSION?>';
    var message1 = '您現在執行的是 Firefox ';
    var message2 = '基於安全考量,我們建議您下載<a href="/<?=$lang?>/firefox/">最新、也最棒的版本</a>。';

    whatsNewMessage();
    // ]]></script>
</div>

<div id="main-content">
    <div>
            <h3>Firefox:網際衝浪最安全的選擇</h3>
            <p>全球數千位社群專家每日幫助我們找出可能影響您網際資訊安全的問題,而維護您的資料安全當然是我們最關心的事。<a href="/<?=$lang?>/firefox/security/">瞭解我們的安全相關程序</a></p>
    </div>
    <div>
        <h3>Firefox 威力解放</h3>
            <p>請閱讀「新手上路」,裡面有更多關於 Firefox 的使用技巧,讓你解放它的所有威力!<a href="/<?=$lang?>/firefox/central/">新手上路</a></p>
    </div>

    <p class="changelog">這個版本有何新鮮事? <a href="../releasenotes/">請看版本資訊</a>。</p>
</div>

<?php
    @include_once "{$config['file_root']}/{$lang}/includes/footer-portal-pages.inc.php";
?>

修改 (編輯本頁)

討論

Add a New Comment
or Sign in as Wikidot user
(will not be published)
- +
Creative Commons License
本站文字除特別聲明者外,係採創用 CC 姓名標示-相同方式分享 2.5 台灣授權條款授權,另請閱讀首頁的版權說明