Subversion Repositories general

Rev

Rev 1243 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ 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" id="slide">

<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="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="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>

    <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>

      <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" ID="Table1">
      <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="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>