[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <?php decorate_with(sfLoader::getTemplatePath('default', 'defaultLayout.php')) ?> 2 3 <div class="sfTMessageContainer sfTMessage"> 4 <?php echo image_tag('/sf/sf_default/images/icons/ok48.png', array('alt' => 'ok', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?> 5 <div class="sfTMessageWrap"> 6 <h1>Symfony Project Created</h1> 7 <h5>Congratulations! You have successfully created your symfony project.</h5> 8 </div> 9 </div> 10 <dl class="sfTMessageInfo"> 11 <dt>Project setup successful</dt> 12 <dd>This project uses the symfony libraries. If you see no image in this page, you may need to configure your web server so that it gains access to the <code>symfony_data/web/sf/</code> directory.</dd> 13 14 <dt>This is a temporary page</dt> 15 <dd>This page is part of the symfony <code>default</code> module. It will disappear as soon as you define a <code>homepage</code> route in your <code>routing.yml</code>.</dd> 16 17 <dt>What's next</dt> 18 <dd> 19 <ul class="sfTIconList"> 20 <li class="sfTDatabaseMessage">Create your data model</li> 21 <li class="sfTColorMessage">Customize the layout of the generated templates</li> 22 <li class="sfTLinkMessage"><?php echo link_to('Learn more from the online documentation', 'http://www.symfony-project.com/content/documentation.html') ?></li> 23 </ul> 24 </dd> 25 </dl>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |