Subversion Repositories general

Rev

Rev 1244 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1244 Rev 1252
1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
2
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
3
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
3
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
4
 
4
 
5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
6
<html>
6
<html>
7
 
7
 
8
<head>
8
<head>
9
  <title><bean:write name="entry" property="title" /></title>
9
  <title><bean:write name="entry" property="title" /></title>
10
  <link href="res/styles.css" rel="stylesheet">
10
  <link href="res/styles.css" rel="stylesheet">
11
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
11
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
12
</head>
12
</head>
13
 
13
 
14
<body bgcolor="white" id="slide">
14
<body bgcolor="white" id="slide">
15
 
15
 
16
<div id="divActivity">
16
<div id="divActivity">
17
  <div id="divImageActivity">
17
  <div id="divImageActivity">
18
    <table border="0" cellspacing="0" cellpadding="0" width="185">
18
    <table border="0" cellspacing="0" cellpadding="0" width="185">
19
      <tr>
19
      <tr>
20
        <td colspan="3" width="185" class="ImagePaneHeader">Image activities</td>
20
        <td colspan="3" width="185" class="ImagePaneHeader">Image activities</td>
21
      </tr>
21
      </tr>
22
 
22
 
23
    <logic:present name="index" property="path">
23
    <logic:present name="index" property="path">
24
      <tr>
24
      <tr>
25
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
25
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
26
        <td width="183" class="ImagePaneRow"><a
26
        <td width="183" class="ImagePaneRow"><a
27
          href="index.do?path=<bean:write name="index" property="path" />" class="ImagePaneRow"><img
27
          href="index.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="index" property="path" />" class="ImagePaneRow"><img
28
          src="res/FolderUp.gif" border="0" align="absmiddle"
28
          src="res/FolderUp.gif" border="0" align="absmiddle"
29
          style="margin-right: 5px;"/>Back to index page</a></td>
29
          style="margin-right: 5px;"/>Back to index page</a></td>
30
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
30
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
31
      </tr>
31
      </tr>
32
    </logic:present>
32
    </logic:present>
33
 
33
 
34
    <logic:notEmpty name="nextEntry" property="path">
34
    <logic:notEmpty name="nextEntry" property="path">
35
      <tr>
35
      <tr>
36
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
36
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
37
        <td width="183" class="ImagePaneRow"><a
37
        <td width="183" class="ImagePaneRow"><a
38
          <logic:equal name="nextEntry" property="isDir" value="true">
38
          <logic:equal name="nextEntry" property="isDir" value="true">
39
            href="index.do?path=<bean:write name="nextEntry" property="path" />"
39
            href="index.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="nextEntry" property="path" />"
40
          </logic:equal>
40
          </logic:equal>
41
          <logic:equal name="nextEntry" property="isDir" value="false">
41
          <logic:equal name="nextEntry" property="isDir" value="false">
42
            href="page.do?path=<bean:write name="nextEntry" property="path" />"
42
            href="page.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="nextEntry" property="path" />"
43
          </logic:equal>
43
          </logic:equal>
44
          class="ImagePaneRow"><img
44
          class="ImagePaneRow"><img
45
          src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next image</a></td>
45
          src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next image</a></td>
46
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
46
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
47
      </tr>
47
      </tr>
48
    </logic:notEmpty>
48
    </logic:notEmpty>
49
 
49
 
50
    <logic:notEmpty name="prevEntry" property="path">
50
    <logic:notEmpty name="prevEntry" property="path">
51
      <tr>
51
      <tr>
52
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
52
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
53
        <td width="183" class="ImagePaneRow"><a
53
        <td width="183" class="ImagePaneRow"><a
54
          <logic:equal name="prevEntry" property="isDir" value="true">
54
          <logic:equal name="prevEntry" property="isDir" value="true">
55
            href="index.do?path=<bean:write name="prevEntry" property="path" />"
55
            href="index.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="prevEntry" property="path" />"
56
          </logic:equal>
56
          </logic:equal>
57
          <logic:equal name="prevEntry" property="isDir" value="false">
57
          <logic:equal name="prevEntry" property="isDir" value="false">
58
            href="page.do?path=<bean:write name="prevEntry" property="path" />"
58
            href="page.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="prevEntry" property="path" />"
59
          </logic:equal>
59
          </logic:equal>
60
          class="ImagePaneRow"><img
60
          class="ImagePaneRow"><img
61
          src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous image</a></td>
61
          src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous image</a></td>
62
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
62
        <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
63
      </tr>
63
      </tr>
64
    </logic:notEmpty>
64
    </logic:notEmpty>
65
 
65
 
66
      <tr>
66
      <tr>
67
        <td width="185" colspan="3" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
67
        <td width="185" colspan="3" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
68
      </tr>
68
      </tr>
69
    </table>
69
    </table>
70
  </div>
70
  </div>
71
 
71
 
72
  <div id="divInfoActivity">
72
  <div id="divInfoActivity">
73
    <table border="0" cellspacing="0" cellpadding="0" width="185" ID="Table1">
73
    <table border="0" cellspacing="0" cellpadding="0" width="185" ID="Table1">
74
      <tr>
74
      <tr>
75
        <td colspan="3" width="185" class="InfoPaneHeader">Information</td>
75
        <td colspan="3" width="185" class="InfoPaneHeader">Information</td>
76
      </tr>
76
      </tr>
77
 
77
 
78
      <tr>
78
      <tr>
79
        <td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
79
        <td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
80
        <td width="183" class="InfoPaneRow">
80
        <td width="183" class="InfoPaneRow">
81
        <logic:notEmpty name="entry" property="comment">
81
        <logic:notEmpty name="entry" property="comment">
82
          <bean:write name="entry" property="comment" />
82
          <bean:write name="entry" property="comment" />
83
        </logic:notEmpty>
83
        </logic:notEmpty>
84
        </td>
84
        </td>
85
        <td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
85
        <td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
86
      </tr>
86
      </tr>
87
 
87
 
88
      <tr>
88
      <tr>
89
        <td width="185" colspan="3" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
89
        <td width="185" colspan="3" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
90
      </tr>
90
      </tr>
91
    </table>
91
    </table>
92
  </div>
92
  </div>
93
</div>
93
</div>
94
 
94
 
95
<div id="divMainSlideHeader"><bean:write name="entry" property="title" />
95
<div id="divMainSlideHeader"><bean:write name="entry" property="title" />
96
<logic:notEmpty name="entry" property="subtitle">
96
<logic:notEmpty name="entry" property="subtitle">
97
  <div id="divMainSlideSubtitle"><bean:write name="entry" property="subtitle" /></div>
97
  <div id="divMainSlideSubtitle"><bean:write name="entry" property="subtitle" /></div>
98
</logic:notEmpty>
98
</logic:notEmpty>
99
</div>
99
</div>
100
<div id="divMain" align="center">
100
<div id="divMain" align="center">
101
  <a href="origin.do?path=<bean:write name="entry" property="path" />" target="_blank"><img
101
  <a href="origin.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="entry" property="path" />" target="_blank"><img
102
    src="medium.do?path=<bean:write name="entry" property="path" />"
102
    src="medium.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="entry" property="path" />"
103
    alt="<bean:write name="entry" property="title" />"
103
    alt="<bean:write name="entry" property="title" />"
104
    width="<bean:write name="entry" property="width" />"
104
    width="<bean:write name="entry" property="width" />"
105
    height="<bean:write name="entry" property="height" />"
105
    height="<bean:write name="entry" property="height" />"
106
    border=0></a></p>
106
    border=0></a></p>
107
  <br>
107
  <br>
108
</div>
108
</div>
109
 
109
 
110
</body>
110
</body>
111
 
111
 
112
</html>
112
</html>