示例#1
0
    ?>
</td>
		        	<td><?php 
    echo $u->getUserEmail();
    ?>
</td>
		        	<td><?php 
    echo $u->getUserNotify() == 1 ? 'Notify' : '';
    ?>
</td></td>
		        	<td><?php 
    echo $u->getApiKey();
    ?>
</td>

		        
		    	</tr> 
			</tbody>
		</table>
	</div>
	<div class="modal-footer">
        <button type="button" class="btn btn-default left" data-dismiss="modal">Close</button>
        <?php 
    WEB::_deletePrompt('user', $u->getUserId(), "You will be deleting only a user.");
    ?>
        <?php 
    WEB::_updatePrompt('user', $u->getUserId());
    ?>
	</div>
<?php 
}
示例#2
0
		      					<p class="view_more">More Details</p>
		          				<p class="big_name"><?php 
            echo $bandList[$i]['band_name'];
            ?>
</p>
		      				</div>
						</div>
					</a>
	          	</li>
			<?php 
        }
        ?>
      	</ul>

      <?php 
    }
    ?>


	</div>
	<div class="modal-footer">
        <button type="button" class="btn btn-default left" data-dismiss="modal">Close</button>
        <?php 
    WEB::_deletePrompt('performer', $p->getPerformerId(), "You will be deleting only a performer. You will be only allowed to delete a performer if they don't have an associated band");
    ?>
        <?php 
    WEB::_updatePrompt('performer', $p->getPerformerId());
    ?>
	</div>
<?php 
}
示例#3
0
</td>
					<td><?php 
    echo $r->getRecordCondition();
    ?>
</td>
					<td><?php 
    echo $r->getRecordLength();
    ?>
</td>
					<td><?php 
    echo $r->getGenreName();
    ?>
</td>
				</tr>
			</tbody>
		</table>
	</div>
	<div class="modal-footer">
        <button type="button" class="btn btn-default left" data-dismiss="modal">Close</button>
        <?php 
    WEB::_deletePrompt('record', $r->getRecordId(), "You will be deleting only a record.");
    ?>
        <?php 
    WEB::_updatePrompt('record', $r->getRecordId());
    ?>
        <?php 
    WEB::_inquirePrompt($r->getRecordId());
    ?>
	</div>
<?php 
}
示例#4
0
		<table class="table">
      		<thead>
		        <tr>
					<th>Founded Year</th>
					<th>Parent Company</th>
		        </tr>
	      	</thead>
			<tbody>
				<tr>
					<td><?php 
    echo WEB::_date($l->getLabelFoundedYear());
    ?>
</td>
					<td><?php 
    echo $l->getLabelParentCompany();
    ?>
</td>
			</tbody>
		</table>
	</div>
	<div class="modal-footer">
        <button type="button" class="btn btn-default left" data-dismiss="modal">Close</button>
        <?php 
    WEB::_deletePrompt('label', $l->getLabelId(), "You will be only deleting a label.");
    ?>
        <?php 
    WEB::_updatePrompt('label', $l->getLabelId());
    ?>
	</div>
<?php 
}
示例#5
0
"  />
		      				<div class="desc">
		      					<p class="view_more">More Details</p>
		          				<p class="big_name"><?php 
            echo $performerList[$i]['performer_name'];
            ?>
</p>
		      				</div>
						</div>
					</a>
	          	</li>
			<?php 
        }
        ?>
      	</ul>
       <?php 
    }
    ?>

	</div>
	<div class="modal-footer">
        <button type="button" class="btn btn-default left" data-dismiss="modal">Close</button>
        <?php 
    WEB::_deletePrompt('band', $bd->getBandId(), "You will be deleting just a band.");
    ?>
        <?php 
    WEB::_updatePrompt('band', $bd->getBandId());
    ?>
	</div>
<?php 
}