[ Index ]

PHP Cross Reference of Akelos Framework

title

Body

[close]

/utils/generators/scaffold/sintags_templates/ -> view_show.tpl (source)

   1  <div id="sidebar">
   2    <h1>_{Tasks}:</h1>
   3    <ul>
   4      <li><?php  echo '<%='?> link_to _('Edit this <?php  echo AkInflector::humanize($singular_name)?>'), :action => 'edit', :id => <?php  echo $singular_name?>.id %></li>
   5      <li><?php  echo '<%='?> link_to _('Back to overview'), :action => 'listing' %></li>
   6    </ul> 
   7  </div>
   8  
   9  <div id="content">
  10    <h1>_{<?php  echo AkInflector::humanize($plural_name)?>}</h1>
  11  
  12    <div class="show">
  13      <?php  echo '<?php  '?>$content_columns = array_keys($<?php  echo $model_name?>->getContentColumns()); ?>
  14      {loop content_columns}
  15        <label><?php  echo '<%='?> translate( humanize( content_column ) ) %>:</label> <span class="static"><?php  echo '<?php  echo '?> $<?php  echo $singular_name?>->get($content_column) ?></span><br />
  16      {end}
  17    </div>
  18  </div>


Generated: Mon Oct 27 12:43:49 2008 Cross-referenced by PHPXref 0.6