adding zend project folders into old campcaster.
This commit is contained in:
parent
56abfaf28e
commit
7ef0c18b26
4045 changed files with 1054952 additions and 0 deletions
29
application/views/scripts/search/display.phtml
Normal file
29
application/views/scripts/search/display.phtml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
|
||||
$this->form->setAction($this->url());
|
||||
echo $this->form;
|
||||
?>
|
||||
<span id="search_add">Add</span>
|
||||
<span id="search_submit">Submit</span>
|
||||
|
||||
<?php
|
||||
if($this->files) {
|
||||
?>
|
||||
<table id="library_display">
|
||||
<tr>
|
||||
<th><span class="title">Title</span></th>
|
||||
<th><span class="artist">Artist</span></th>
|
||||
<th><span class="album">Album</span></th>
|
||||
<th><span class="track">Track</span></th>
|
||||
<th><span class="length">Length</span></th>
|
||||
</tr>
|
||||
<?php
|
||||
echo $this->partialLoop('library/libraryTablePartial.phtml', $this->files);
|
||||
?>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
else {
|
||||
echo "<div>No Results</div>";
|
||||
}
|
||||
?>
|
1
application/views/scripts/search/index.phtml
Normal file
1
application/views/scripts/search/index.phtml
Normal file
|
@ -0,0 +1 @@
|
|||
<br /><br /><center>View script for controller <b>Forms</b> and script/action name <b>index</b></center>
|
1
application/views/scripts/search/newfield.ajax.phtml
Normal file
1
application/views/scripts/search/newfield.ajax.phtml
Normal file
|
@ -0,0 +1 @@
|
|||
<?php echo $this->field; ?>
|
1
application/views/scripts/search/newfield.phtml
Normal file
1
application/views/scripts/search/newfield.phtml
Normal file
|
@ -0,0 +1 @@
|
|||
<br /><br /><center>View script for controller <b>Forms</b> and script/action name <b>newfield</b></center>
|
Loading…
Add table
Add a link
Reference in a new issue