Add even more of the source
This should be about everything needed to build so far?
This commit is contained in:
parent
af3619d4fa
commit
849723c9cf
547 changed files with 149239 additions and 0 deletions
35
WebAdmin/WebAdminHtml/listbox2.html
Normal file
35
WebAdmin/WebAdminHtml/listbox2.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>new listbox test</title>
|
||||
<meta name="generator" content="BBEdit 6.5.2">
|
||||
<style type="text/css">
|
||||
|
||||
.list-item
|
||||
{
|
||||
display: block;
|
||||
width: 236px;
|
||||
font-family: Monaco, monospace;
|
||||
font-size: 10px;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body background="images/stripes_gray.gif">
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="2" bgcolor="#8C93AD">
|
||||
<tr>
|
||||
<td><table border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td class=list-item onmousedown="this.style.background = '#D7D7E6'"><img src="images/mp3_file.gif" width="16" height="16" hspace="2" vspace="2" align="middle">one</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=list-item onmousedown="this.style.background = '#D7D7E6'"><img src="images/mp3_file.gif" width="16" height="16" hspace="2" vspace="1" align="middle">two</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue