Skip to content

Instantly share code, notes, and snippets.

@fabriziomachado
Created November 10, 2011 20:35
Show Gist options
  • Save fabriziomachado/1356127 to your computer and use it in GitHub Desktop.
Save fabriziomachado/1356127 to your computer and use it in GitHub Desktop.
application/views/jobs/index.php
<div id="content">
<div class="span-15">
<h1>Resized Photos</h1>
<h2>Your photos are resized in the background. Press F5 to see has been resized</h2>
<? # render_partial('jobs/_list_files.php', array('files' => $files)); ?>
</div>
<div class="span-8 last" style="background-color:#c9c1a7;padding:20px;">
<h1>Upload new photo</h1>
<?= render_partial('jobs/_form_upload.php'); ?>
</div>
<div class="span-23">
<?if($files) echo render_partial('jobs/_photo.php', null, $files ); ?>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment