mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 00:44:00 +01:00
first full commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
_header = '''
|
||||
<html>
|
||||
<head>
|
||||
<title>headphones</title>
|
||||
<link rel="stylesheet" type="text/css" href="data/css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">'''
|
||||
|
||||
_logobar = '''
|
||||
<div class="logo"><a href="/"><img src="data/images/headphoneslogo.png">headphones</div><a>
|
||||
<div class="search"><form action="findArtist" method="GET" align="right">
|
||||
<input type="text" value="Add an artist" onfocus="if
|
||||
(this.value==this.defaultValue) this.value='';" name="name" />
|
||||
<input type="submit" /></form></div><br />
|
||||
'''
|
||||
|
||||
_nav = '''<div class="nav">
|
||||
<a href="/">HOME</a>
|
||||
<a href="/upcoming">UPCOMING</a>
|
||||
<a href="/manage">MANAGE</a>
|
||||
<a href="/history">HISTORY</a>
|
||||
<a href="/config">SETTINGS</a>
|
||||
<a href="/shutdown"><font color="red">SHUTDOWN</font></a>
|
||||
</div>'''
|
||||
|
||||
_footer = '''
|
||||
</div><div class="footer"></div>
|
||||
</body>
|
||||
</html>'''
|
||||
Reference in New Issue
Block a user