Exemplo n.º 1
0
						<h3 class="glow"><?php 
    echo $band->getName();
    ?>
</h3>
					</a>
					<hr>
					<p><?php 
    echo $band->getDesc();
    ?>
</p>
					<a target="_blank" href="<?php 
    echo $band->getLink();
    ?>
"><span class="dull">zur Homepage</span></a>
					<?php 
    if ($band->getSoundcloud() != null) {
        ?>
					<iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/<?php 
        echo $band->getSoundcloud();
        ?>
"></iframe>
					<?php 
    }
    ?>
				</div>

			</li>
			
			<?php 
}
?>
			<textarea id="band_desc" class="band_input" rows="5" name="desc" placeholder="kurze Bandbeschreibung eintippen" required /><?php 
echo $band->getDesc();
?>
</textarea>
		</li>
		<li>
			<label for="band_link">Link:</label>
			<input id="band_link" class="band_input" type="url" value="<?php 
echo $band->getLink();
?>
" name="link" autocomplete="off" placeholder="Url mit 'http://' eingeben"  required />
		</li>
		<li>
			<label for="band_soundcloud">Soundcloud:</label>
			<input id="band_soundcloud" class="band_input" type="text" value="<?php 
echo $band->getSoundcloud();
?>
" name="soundcloud" autocomplete="off" placeholder="Soundcloud-Embed-Link oder 8-stellige Zahl eingeben" />
		</li>
		<li>
			<label for="band_thumb">Thumbnail: </label><br>
			<img src="<?php 
echo $band->getThumb();
?>
">
			<?php 
echo $band->getThumb();
?>
			<input id="band_thumb" class="band_input file_input" type="file" name="thumbnail" />
		</li>
		<li>