當前位置: 首頁>>代碼示例>>PHP>>正文


PHP Page::setPageTitle方法代碼示例

本文整理匯總了PHP中Page::setPageTitle方法的典型用法代碼示例。如果您正苦於以下問題:PHP Page::setPageTitle方法的具體用法?PHP Page::setPageTitle怎麽用?PHP Page::setPageTitle使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在Page的用法示例。


在下文中一共展示了Page::setPageTitle方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - License');
$page->setNavIdentifier('download');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="download.php">Download</a> - License</div>


<p>HPCG is available for download under a <a href="http://opensource.org/licenses/BSD-3-Clause">New BSD License</a>.</p>

<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:20,代碼來源:license.php

示例2: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Software Design');
$page->setNavIdentifier('about');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="about.php">About</a> - Software Design</div>

<p> HPCG is a self-contained C++ program with MPI and OpenMP support.</p>

<br/>


<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:22,代碼來源:software_design.php

示例3: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Contact');
$page->setNavIdentifier('home');
$y = <<<END
    th { text-align: left; padding-right: 1em; vertical-align: top; 
      padding-bottom: 1em; }
    td { vertical-align: top; padding-bottom: 1em; }
END;
$page->setInlineStyles($y);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="default.php">Home</a> - Contact</div>

<table cellspacing="0" cellpadding="0">

<tr><th>Primary Contacts:</th>
<td><a href="http://www.netlib.org/utk/people/JackDongarra/">Jack Dongarra</a></td></tr>
<td><a href="http://www.cs.sandia.gov/~maherou">Michael Heroux,</a></td>
<td><a href="http://web.eecs.utk.edu/~luszczek/">Piotr Luszczek</a></td></tr>

</table>

<?php 
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:31,代碼來源:contact.php

示例4: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Developer Tools');
$page->setNavIdentifier('resources');
$x = <<<END
    table.lists th { text-align: left; padding: .5em 2em .5em 0; 
      border-bottom: 1px solid #999; }
    table.lists td { padding: .5em 2em .5em 0; border-bottom: 1px solid #999; }
END;
$page->setInlineStyles($x);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="resources.php">Resources</a> - Developer Tools</div>

<p>Please contact the project leader for access to HPCG developer tools.</p>
<p>Once you have an account on software.sandia.gov and are a member of the Unix groups HPCGDevelopers and HPCGUsers, you can obtain a working copy of the archive using the following command (note this is a single command, even if it appears to be two):</p>
<p>svn checkout svn+ssh://username@software.sandia.gov/space/sandiasvn/private/hpcg/trunk HPCG</p>

<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:27,代碼來源:developer_tools.php

示例5: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('SC14 BOF');
$page->setNavIdentifier('events');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="events.php">Events</a> - SC14 Birds-of-a-Feather</div>

<p> SC'14 New Orleans, LA, USA, Location and Time TBD</p>

<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:19,代碼來源:HPCG_BOF.php

示例6: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Documentation');
$page->setNavIdentifier('resources');
$x = <<<END
    table.docs td { padding: .5em 2em .5em 0; border-bottom: 1px solid #999; }
    ul.docs li { padding-bottom: 1em; }
END;
$page->setInlineStyles($x);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="resources.php">Resources</a> - Documentation</div>

<p>Reference Documentation for HPCG source files is <a href="html/index.html">here.</a></p>

<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:24,代碼來源:documentation.php

示例7: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - News');
$page->setNavIdentifier('home');
$y = <<<END
    div#contentMain li { padding-bottom: 1em; }
END;
$page->setInlineStyles($y);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="default.php">Home</a> - News</div>

<strong>Thursday, June 26th, 2014</strong> - First list of HPCG ranking results <a href=results.php">released</a>.
<br/><br/>

<strong>Monday, June 3nd, 2014</strong> - HPCG Benchmark Release 2.4 fixes a floating point operation count issue that persisted from Release 2.2.
 Release 2.3 is <a href="download.php">available for download</a>.  See the <a href="release_notes.php">release notes</a> for more information.<br/><br/>

<strong>Monday, June 2nd, 2014</strong> - HPCG Benchmark Release 2.3 fixes a floating point operation count issue in Release 2.2.
 Release 2.3 is <a href="download.php">available for download</a>.  See the <a href="release_notes.php">release notes</a> for more information.<br/><br/>

<strong>Wednesday, May 27th, 2014</strong> - HPCG Benchmark Release 2.2, with 
reduced penalty for optimization overhead cost, is now <a href="download.php">available for download</a>.  See the <a href="release_notes.php">release notes</a> for more information.<br/><br/>
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:30,代碼來源:news.php

示例8: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Packages');
$page->setNavIdentifier('packages');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb">Packages</div>

    <ul>
	<li><b>Versions of HPCG:</b></li>
    <ul>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.4.tar.gz">HPCG 2.4 Reference code (June 3, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.3.tar.gz">HPCG 2.3 Reference code (June 2, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.2.tar.gz">HPCG 2.2 Reference code (May 27, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.1.tar.gz">HPCG 2.1 Reference code (January 31, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-2.0.tar.gz">HPCG 2.0 Reference code (January 28, 2014)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-1.1.tar.gz">HPCG 1.1 Reference code (November 26, 2013)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-1.0.tar.gz">HPCG 1.0 Reference code (November 19, 2013)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-0.5.tar.gz">HPCG 0.5 Reference code (October 25, 2013)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-0.4.tar.gz">HPCG 0.4 Reference code (October 21, 2013)</a>
     <li><b>Reference:</b> <a href="downloads/hpcg-0.3.tar.gz">HPCG 0.3 Reference code (September 25, 2013)</a>
      </ul>
    </ul>
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:30,代碼來源:packages.php

示例9: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Results');
$page->setNavIdentifier('results');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb">Results</div>

<h3>HPCG Benchmark Results</h3>


<p><a href=2014-06-hpcg-list.pdf> HPCG Performance Rankings, ISC'14, Leipzig, Germany, 26 June 2014</a></p>

      
<br/>


<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:26,代碼來源:results.php

示例10: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Events');
$page->setNavIdentifier('events');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb">Events</div>


<p>Past HPCG-related events.</p>
<ul>
<li><a href="http://www.netlib.org/utk/people/JackDongarra/SLIDES/sc13-top500-hpcg-FINAL.pdf"> HPCG Overview Talk from SC'13 TOP 500 BOF.(.pdf)</a></li>
<li> <a href="https://www.orau.gov/hpcg2014/default.htm">DOE ASCR HPCG Workshop</a>, March 25, 2014, Washington, DC, USA.</li>
<li> <a href="http://www.isc-events.com/isc14_ap/presentationdetails.htm?t=presentation&o=22&a=select&ra=sessiondetails"> HPCG Presentation at ISC'14</a> ISC'14, June 26, 2014 , Leipzig, Germany.</li>
</ul>

<p>Upcoming HPCG-related events.</p>
<ul>
<li> <a href="http://supercomputing.org"> HPCG BOF at SC'14 (Proposed)</a> SC'14, November, 2014 , New Orleans, LA.</li>
</ul>


<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:31,代碼來源:events.php

示例11: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Team');
$page->setNavIdentifier('about');
$y = <<<END
    th { text-align: left; padding-right: 1em; }
END;
$page->setInlineStyles($y);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="about.php">About</a> - Team</div>

<table cellspacing="0" cellpadding="0">

<tr><th>Leaders:&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp </th>
<td><a href="http://www.cs.sandia.gov/~maherou/">Mike Heroux</a>,
<a href="http://www.netlib.org/utk/people/JackDongarra/"> Jack Dongarra</a>,
<a href="http://web.eecs.utk.edu/~luszczek/"> Piotr Luszczek</a></td></tr>

</tr>
</table>
</br>

<?php 
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:31,代碼來源:team.php

示例12: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Research');
$page->setNavIdentifier('about');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="about.php">About</a> - Research</div>

<p>Research results will be posted here as available.</p>


<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:20,代碼來源:research.php

示例13: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Publications/Presentations');
$page->setNavIdentifier('resources');
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="resources.php">Resources</a> - Publications/Presentations</div>

<ul class="docs">
<li><a href="doc/HPCG-Benchmark.pdf"> Toward a New Metric for Ranking High Performance Computing Systems (.pdf)</a></li>
<li><a href="doc/HPCG-Specification.pdf"> HPCG Technical Specification (.pdf)</a></li>
<li><a href="http://www.netlib.org/utk/people/JackDongarra/SLIDES/sc13-top500-hpcg-FINAL.pdf"> HPCG Overview Talk from SC'13 TOP 500 BOF.(.pdf)</a></li>
<li><a href="http://www.netlib.org/utk/people/JackDongarra/SLIDES/hpcg-isc-0614.pdf"> HPCG: One Year Later, from ISC'14.(.pdf)</a></li>
</ul>

<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:24,代碼來源:publications.php

示例14: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Mail Lists');
$page->setNavIdentifier('resources');
$x = <<<END
    table.lists th { text-align: left; padding: .5em 2em .5em 0; 
      border-bottom: 1px solid #999; }
    table.lists td { padding: .5em 2em .5em 0; border-bottom: 1px solid #999; }
END;
$page->setInlineStyles($x);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="resources.php">Resources</a> - Mail Lists</div>

<p>HPCG maintains two main lists that are open to the public. The
hpcg-announce list provides a convenient mechanism for distributing
announcements from the development team to the user community. The hpcg-users
list provides a discussion forum for users.
<!--  Both lists are public lists in
that email traffic on the lists is archived here on the open web.-->
</p>

<table class="lists" cellspacing="0" cellpadding="0">
<tr><th>Announce list:</th>
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:31,代碼來源:mail_lists.php

示例15: Page

<?php

include 'common/page.php';
$page = new Page();
$page->setPathToWebRoot('');
$page->setPageTitle('HPCG - Applications');
$page->setNavIdentifier('about');
$x = <<<END
    img.app { float: right; padding: 10px 10px 20px 20px; }
END;
$page->setInlineStyles($x);
?>

<?php 
include 'common/header.html';
?>

<div class="breadcrumb"><a href="about.php">About</a> - Applications</div>

<h3>Applications</h3>

    <p><b>Current activities:</b>

We have released HPCG Version 2.4 for general availability.
	
  </p><br/><br/>

<?php 
include 'common/footer.html';
開發者ID:xymeow,項目名稱:hpcg-ustc,代碼行數:29,代碼來源:applications.php


注:本文中的Page::setPageTitle方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。