Created
November 10, 2011 20:35
-
-
Save fabriziomachado/1356127 to your computer and use it in GitHub Desktop.
application/views/jobs/index.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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