Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1243 → Rev 1244

/PhotoAlbum/trunk/webapp/index.jsp
2,152 → 2,187
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
 
<head>
<link href="res/styles.css" rel="stylesheet">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<logic:empty name="current" property="title">
<title>Index</title>
</logic:empty>
<logic:notEmpty name="current" property="title">
<title>Index of <bean:write name="current" property="title" /></title>
<title><bean:write name="current" property="title" /></title>
</logic:notEmpty>
</head>
 
<body bgcolor="white">
<body bgcolor="white" id="index">
 
<logic:empty name="current" property="title">
<h1>Index</h1>
</logic:empty>
<logic:notEmpty name="current" property="title">
<h1>Index of <bean:write name="current" property="title" /></h1>
</logic:notEmpty>
<script language="javascript">
if (navigator.userAgent.indexOf('Gecko')!=-1)
document.write('<style>\ndiv.Photo {\n display: table-cell;\n}\n</style>');
</script>
 
<div id="divMainHeader">
<logic:empty name="current" property="title">Index</logic:empty>
<logic:notEmpty name="current" property="title"><bean:write name="current" property="title" /></logic:notEmpty>
<logic:notEmpty name="current" property="subtitle">
<p><bean:write name="current" property="subtitle" filter="false" /></p>
<div id="divMainSubtitle"><bean:write name="current" property="subtitle" filter="false" /></div>
</logic:notEmpty>
</div>
 
<logic:notEmpty name="current" property="comment">
<p><bean:write name="current" property="comment" filter="false" /></p>
</logic:notEmpty>
<div id="divMain">
 
<p>
Directory:
<logic:empty name="prevEntry" property="path">
&lt;&lt;
</logic:empty>
<logic:notEmpty name="prevEntry" property="path">
<logic:equal name="prevEntry" property="isDir" value="true">
<a href="index.do?path=<bean:write name="prevEntry" property="path" />">&lt;&lt;</a>
</logic:equal>
<logic:equal name="prevEntry" property="isDir" value="false">
<a href="page.do?path=<bean:write name="prevEntry" property="path" />">&lt;&lt;</a>
</logic:equal>
</logic:notEmpty>
<logic:iterate name="index" id="row">
<logic:iterate name="row" id="entry">
<logic:present name="entry">
<logic:equal name="entry" property="isDir" value="true">
 
<logic:notPresent name="top" property="path">
&nbsp;
</logic:notPresent>
<logic:present name="top" property="path">
<a href="index.do?path=<bean:write name="top" property="path" />">Index</a>
</logic:present>
<div class="Photo" align="center">
<div class="imgBorder" align="center"><a href="index.do?path=<bean:write name="entry" property="path" />"><img src="dir.do?path=<bean:write name="entry" property="path" />"
alt="<bean:write name="entry" property="title" />"
width="<bean:write name="entry" property="width" />"
height="<bean:write name="entry" property="height" />"
border="0"/></a></div><a href="index.do?path=<bean:write name="entry" property="path" />"
class="Photo">
<bean:write name="entry" property="title" />
<logic:notEmpty name="entry" property="subtitle">
<br><bean:write name="entry" property="subtitle" filter="false" />
</logic:notEmpty>
</a>
</div>
 
<logic:empty name="nextEntry" property="path">
&gt;&gt;
</logic:empty>
<logic:notEmpty name="nextEntry" property="path">
<logic:equal name="nextEntry" property="isDir" value="true">
<a href="index.do?path=<bean:write name="nextEntry" property="path" />">&gt;&gt;</a>
</logic:equal>
<logic:equal name="nextEntry" property="isDir" value="false">
<a href="page.do?path=<bean:write name="nextEntry" property="path" />">&gt;&gt;</a>
</logic:equal>
</logic:notEmpty>
</p>
</logic:equal>
<logic:equal name="entry" property="isDir" value="false">
 
<p>
Pages:
<logic:equal name="firstPage" property="isCurrent" value="true">
&lt;&lt;
</logic:equal>
<logic:equal name="firstPage" property="isCurrent" value="false">
<a href="index.do?path=<bean:write name="indexForm" property="path" />">&lt;&lt;</a>
</logic:equal>
<div class="Photo" align="center">
<div class="imgBorder" align="center"><a href="page.do?path=<bean:write name="entry" property="path" />"><img src="small.do?path=<bean:write name="entry" property="path" />"
alt="<bean:write name="entry" property="title" />"
width="<bean:write name="entry" property="width" />"
height="<bean:write name="entry" property="height" />"
border="0"/></a></div><a href="page.do?path=<bean:write name="entry" property="path" />"
class="Photo">
<bean:write name="entry" property="title" />
<logic:notEmpty name="entry" property="subtitle">
<br><bean:write name="entry" property="subtitle" filter="false" />
</logic:notEmpty>
</a>
</div>
</logic:equal>
</logic:present>
</logic:iterate>
 
<script language="JavaScript">
if (navigator.userAgent.indexOf('Gecko')!=-1)
document.writeln('<br/>');
</script>
 
</logic:iterate>
 
<logic:equal name="severalPages" value="true">
<table style="width:610px" border=0>
<tr>
 
<logic:notPresent name="prevPage">
&lt;
<td align=left class="IndexPage" style="width:150px">&nbsp;</td>
</logic:notPresent>
<logic:present name="prevPage">
<a href="index.do?path=<bean:write name="indexForm" property="path" />&amp;page=<bean:write name="prevPage" property="number" />">&lt;</a>
<td align=left class="IndexPage" style="width:150px"><a href="index.do?path=<bean:write name="indexForm" property="path" />&amp;page=<bean:write name="prevPage" property="number" />" class="ImagePaneRow"><img
src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous page</a></td>
</logic:present>
 
<td align=center class="IndexPage">
&sdot;
<logic:iterate name="pages" id="p">
<logic:equal name="p" property="isCurrent" value="true">
<bean:write name="p" property="displayNumber" />
<span style="color:black"><bean:write name="p" property="displayNumber" /></span>
</logic:equal>
<logic:equal name="p" property="isCurrent" value="false">
<a href="index.do?path=<bean:write name="indexForm" property="path" />&amp;page=<bean:write name="p" property="number" />"><bean:write name="p" property="displayNumber" /></a>
<a href="index.do?path=<bean:write name="indexForm" property="path" />&amp;page=<bean:write name="p" property="number" />" class="ImagePaneRow"><bean:write name="p" property="displayNumber" /></a>
</logic:equal>
&sdot;
</logic:iterate>
</td>
 
<logic:notPresent name="nextPage">
&gt;
<td align=right class="IndexPage" style="width:150px">&nbsp;</td>
</logic:notPresent>
<logic:present name="nextPage">
<a href="index.do?path=<bean:write name="indexForm" property="path" />&amp;page=<bean:write name="nextPage" property="number" />">&gt;</a>
<td align=right class="IndexPage" style="width:150px"><a href="index.do?path=<bean:write name="indexForm" property="path" />&amp;page=<bean:write name="nextPage" property="number" />" class="ImagePaneRow"><img
src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next page</a></td>
</logic:present>
 
<logic:equal name="lastPage" property="isCurrent" value="true">
&gt;&gt;
</tr>
</table>
</logic:equal>
<logic:equal name="lastPage" property="isCurrent" value="false">
<a href="index.do?path=<bean:write name="indexForm" property="path" />&amp;page=<bean:write name="lastPage" property="number" />">&gt;&gt;</a>
</logic:equal>
</p>
 
<table border=1 width=100%>
<logic:iterate name="index" id="row">
<tr>
<logic:iterate name="row" id="entry">
<logic:present name="entry">
<logic:equal name="entry" property="isDir" value="true">
<td width=20%>
<a href="index.do?path=<bean:write name="entry" property="path" />">
<img src="dir.do?path=<bean:write name="entry" property="path" />"
alt="<bean:write name="entry" property="title" />"
width="<bean:write name="entry" property="width" />"
height="<bean:write name="entry" property="height" />"
border=0><br>
<bean:write name="entry" property="title" />
<logic:notEmpty name="entry" property="subtitle">
<br><bean:write name="entry" property="subtitle" filter="false" />
</logic:notEmpty>
</a>
</div>
 
<div id="divActivity">
<div id="divImageActivity">
<table border="0" cellspacing="0" cellpadding="0" width="185">
<tr>
<td colspan="3" width="185" class="ImagePaneHeader">Image activities</td>
</tr>
 
<logic:present name="top" property="path">
<tr>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="ImagePaneRow"><a href="index.do?path=<bean:write name="top" property="path" />"
class="ImagePaneRow"><img
src="res/FolderUp.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Up one level</a></td>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</logic:present>
 
<logic:present name="nextPage">
<tr>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="ImagePaneRow"><a href="index.do?path=<bean:write name="indexForm" property="path" />&amp;page=<bean:write name="nextPage" property="number" />" class="ImagePaneRow"><img
src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next page</a></td>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</logic:present>
 
<logic:present name="prevPage">
<tr>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="ImagePaneRow"><a href="index.do?path=<bean:write name="indexForm" property="path" />&amp;page=<bean:write name="prevPage" property="number" />" class="ImagePaneRow"><img
src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous page</a></td>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</logic:present>
 
<tr>
<td width="185" colspan="3" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</table>
</div>
 
<div id="divInfoActivity">
<table border="0" cellspacing="0" cellpadding="0" width="185">
<tr>
<td colspan="3" width="185" class="InfoPaneHeader">Information</td>
</tr>
<tr>
<td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="InfoPaneRow">
<logic:notEmpty name="current" property="comment">
<p><bean:write name="current" property="comment" filter="false" /></p>
</logic:notEmpty>
<br>
</td>
</logic:equal>
<logic:equal name="entry" property="isDir" value="false">
<td width=20%>
<a href="page.do?path=<bean:write name="entry" property="path" />">
<img src="small.do?path=<bean:write name="entry" property="path" />"
alt="<bean:write name="entry" property="title" />"
width="<bean:write name="entry" property="width" />"
height="<bean:write name="entry" property="height" />"
border=0><br>
<bean:write name="entry" property="title" />
<logic:notEmpty name="entry" property="subtitle">
<br><bean:write name="entry" property="subtitle" filter="false" />
</logic:notEmpty>
</a>
</td>
</logic:equal>
</logic:present>
<logic:notPresent name="entry">
<td width=20%>&nbsp;</td>
</logic:notPresent>
</logic:iterate>
</tr>
</logic:iterate>
</table>
<td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
<tr>
<td width="185" colspan="3" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</table>
</div>
</div>
 
</body>
 
</html>
 
/PhotoAlbum/trunk/webapp/page.jsp
2,64 → 2,111
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
 
<head>
<title><bean:write name="entry" property="title" /></title>
<link href="res/styles.css" rel="stylesheet">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
 
<body bgcolor="white">
<body bgcolor="white" id="slide">
 
<h1><bean:write name="entry" property="title" /></h1>
<div id="divActivity">
<div id="divImageActivity">
<table border="0" cellspacing="0" cellpadding="0" width="185">
<tr>
<td colspan="3" width="185" class="ImagePaneHeader">Image activities</td>
</tr>
 
<logic:notEmpty name="entry" property="subtitle">
<p><bean:write name="entry" property="subtitle" /></p>
</logic:notEmpty>
<logic:present name="index" property="path">
<tr>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="ImagePaneRow"><a
href="index.do?path=<bean:write name="index" property="path" />" class="ImagePaneRow"><img
src="res/FolderUp.gif" border="0" align="absmiddle"
style="margin-right: 5px;"/>Back to index page</a></td>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</logic:present>
 
<logic:notEmpty name="entry" property="comment">
<p><bean:write name="entry" property="comment" /></p>
</logic:notEmpty>
<logic:notEmpty name="nextEntry" property="path">
<tr>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="ImagePaneRow"><a
<logic:equal name="nextEntry" property="isDir" value="true">
href="index.do?path=<bean:write name="nextEntry" property="path" />"
</logic:equal>
<logic:equal name="nextEntry" property="isDir" value="false">
href="page.do?path=<bean:write name="nextEntry" property="path" />"
</logic:equal>
class="ImagePaneRow"><img
src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next image</a></td>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</logic:notEmpty>
 
<p>
<logic:empty name="prevEntry" property="path">
&lt;&lt;
</logic:empty>
<logic:notEmpty name="prevEntry" property="path">
<logic:equal name="prevEntry" property="isDir" value="true">
<a href="index.do?path=<bean:write name="prevEntry" property="path" />">&lt;&lt;</a>
</logic:equal>
<logic:equal name="prevEntry" property="isDir" value="false">
<a href="page.do?path=<bean:write name="prevEntry" property="path" />">&lt;&lt;</a>
</logic:equal>
</logic:notEmpty>
<logic:notEmpty name="prevEntry" property="path">
<tr>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="ImagePaneRow"><a
<logic:equal name="prevEntry" property="isDir" value="true">
href="index.do?path=<bean:write name="prevEntry" property="path" />"
</logic:equal>
<logic:equal name="prevEntry" property="isDir" value="false">
href="page.do?path=<bean:write name="prevEntry" property="path" />"
</logic:equal>
class="ImagePaneRow"><img
src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous image</a></td>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</logic:notEmpty>
 
<logic:notPresent name="index" property="path">
&nbsp;
</logic:notPresent>
<logic:present name="index" property="path">
<a href="index.do?path=<bean:write name="index" property="path" />">Index</a>
</logic:present>
<tr>
<td width="185" colspan="3" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</table>
</div>
 
<logic:empty name="nextEntry" property="path">
&gt;&gt;
</logic:empty>
<logic:notEmpty name="nextEntry" property="path">
<logic:equal name="nextEntry" property="isDir" value="true">
<a href="index.do?path=<bean:write name="nextEntry" property="path" />">&gt;&gt;</a>
</logic:equal>
<logic:equal name="nextEntry" property="isDir" value="false">
<a href="page.do?path=<bean:write name="nextEntry" property="path" />">&gt;&gt;</a>
</logic:equal>
</logic:notEmpty>
</p>
<div id="divInfoActivity">
<table border="0" cellspacing="0" cellpadding="0" width="185" ID="Table1">
<tr>
<td colspan="3" width="185" class="InfoPaneHeader">Information</td>
</tr>
 
<p><a href="origin.do?path=<bean:write name="entry" property="path" />"
><img src="medium.do?path=<bean:write name="entry" property="path" />"
alt="<bean:write name="entry" property="title" />"
width="<bean:write name="entry" property="width" />"
height="<bean:write name="entry" property="height" />"
border=0></a></p>
<tr>
<td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="InfoPaneRow">
<logic:notEmpty name="entry" property="comment">
<bean:write name="entry" property="comment" />
</logic:notEmpty>
</td>
<td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
 
<tr>
<td width="185" colspan="3" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
</tr>
</table>
</div>
</div>
 
<div id="divMainSlideHeader"><bean:write name="entry" property="title" />
<logic:notEmpty name="entry" property="subtitle">
<div id="divMainSlideSubtitle"><bean:write name="entry" property="subtitle" /></div>
</logic:notEmpty>
</div>
<div id="divMain" align="center">
<a href="origin.do?path=<bean:write name="entry" property="path" />" target="_blank"><img
src="medium.do?path=<bean:write name="entry" property="path" />"
alt="<bean:write name="entry" property="title" />"
width="<bean:write name="entry" property="width" />"
height="<bean:write name="entry" property="height" />"
border=0></a></p>
<br>
</div>
 
</body>
 
</html>
/PhotoAlbum/trunk/webapp/res/InfoPaneHeaderOpenOlive.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/ImagePaneHeaderOpenBlue.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/InfoPaneHeaderOpen.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/MainBGOlive.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/ImageLarge.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/MainBG.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/Back.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/Slideshow.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/InfoPaneHeaderOpenBlue.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/Forward.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/MainBGBlue.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/styles.css
0,0 → 1,198
body {
background-color: #FFFFFF;
background-image: url(MainBGBlue.gif);
background-position: bottom right;
background-repeat: no-repeat;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 11px;
color: #000000;
}
 
#divActivity {
position: absolute;
top: 0px;
left: 0px;
width: 209px;
height: 100%;
background-color: #7AA1E6;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7AA1E6', EndColorStr='#6375D6');
}
#divImageActivity {
position: relative;
top: 12px;
left: 12px;
width: 185px;
}
#divInfoActivity {
position: relative;
top: 28px;
left: 12px;
width: 185px;
}
#divJAlbum {
font-family: Tahoma, sans-serif;
color: #333333;
font-size: 11px;
position: absolute;
bottom: 3px;
left: 0px;
width: 209px;
text-align: center;
}
 
#divMainHeader {
position: absolute;
top: 10px;
left: 230px;
height: 48px;
background-image: url(FolderLarge.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 40px;
padding-top: 2px;
font-family: Tahoma, sans-serif;
font-weight: bold;
font-size: 15px;
color: #000000;
}
 
#divMainSlideHeader {
position: absolute;
top: 10px;
left: 230px;
height: 32px;
background-image: url(ImageLarge.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 40px;
padding-top: 2px;
font-family: Tahoma, sans-serif;
font-weight: bold;
font-size: 15px;
color: #000000;
}
 
#divMain {
position: absolute;
top: 56px;
left: 230px;
}
 
div.Photo {
padding: 3px;
display: inline;
width: 96px;
height: 132px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 1px;
color: #000000;
vertical-align: top;
}
div.imgBorder {
width: 94px;
height: 94px;
border: 1px solid #E0DFE3;
background-color: #FFFFFF;
overflow: hidden;
}
 
a.Photo {
border: 0px;
margin: 0px;
padding: 0px;
color: #000000;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}
 
div.fileTitle {
border: 0px;
margin: 0px;
padding: 0px;
color: #202020;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}
 
td.ImagePaneHeader {
background-image: url(ImagePaneHeaderOpenBlue.gif);
background-position: top left;
background-repeat: no-repeat;
font-family: Tahoma, sans-serif;
font-weight: bold;
padding-left: 33px;
padding-top: 9px;
font-size: 11px;
color: #FFFFFF;
height: 32px;
}
td.ImagePaneRow {
background-color: #EFF3FF;
font-family: Tahoma, sans-serif;
font-weight: normal;
padding-left: 12px;
padding-top: 2px;
font-size: 11px;
height: 20px;
color: #215DC6;
}
td.IndexPage {
font-family: Tahoma, sans-serif;
font-weight: normal;
padding-left: 12px;
padding-top: 2px;
font-size: 11px;
height: 20px;
color: #215DC6;
}
a.ImagePaneRow {
color: #215DC6;
text-decoration: none;
}
a.ImagePaneRow:hover {
color: #6696E6;
text-decoration: underline;
}
td.ImagePaneFrame {
background-color: #FFFFFF;
}
 
td.InfoPaneHeader {
background-image: url(InfoPaneHeaderOpenBlue.gif);
background-position: top left;
background-repeat: no-repeat;
font-family: Tahoma, sans-serif;
font-weight: bold;
padding-left: 12px;
padding-top: 0px;
font-size: 11px;
color: #215DC6;
height: 23px;
}
td.InfoPaneRow {
background-color: #D6DFF7;
font-family: Tahoma, sans-serif;
font-weight: normal;
padding-left: 12px;
padding-top: 2px;
font-size: 11px;
height: 20px;
color: #000000;
}
a.InfoPaneRow {
color: #000000;
text-decoration: none;
}
a.InfoPaneRow:hover {
color: #000000;
text-decoration: underline;
}
td.InfoPaneFrame {
background-color: #FFFFFF;
}
/PhotoAlbum/trunk/webapp/res/1x1.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/JAlbum.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/folder.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/OrderPrints.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/movie.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/FolderUp.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/ImagePaneHeaderOpenOlive.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/ImagePaneHeaderOpen.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/FolderLarge.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property