Пример #1
0
						</tr>
					</table>
					<button tybe="submit">新增</button>
				</form>
			</div>
		</section>
		
		<nav id="nav">
			<div class="logo-area">
			</div>
			<?php 
/*
 * Retrive the list of years and for each year get a list of albums
 */
$expand_first = false;
$years = $db->get_year_list();
while ($year = $years->fetchArray()) {
    ?>
			<div class="block year" id="<?php 
    echo $year['year'];
    ?>
" onclick="expand(<?php 
    echo $year['year'];
    ?>
)">
				<a href="#year-<?php 
    echo $year['year'];
    ?>
"><?php 
    echo $year['year'];
    ?>