1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
2 pageEncoding="ISO-8859-1"
5 taglib prefix="s" uri="/struts-tags"
7 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
11 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
12 <title><s:text name="name.module"/></title>
13 <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css">
14 <script language="JavaScript">
16 function checkin (message) {
17 // --------------------------
18 if (confirm(message)) {
19 window.location = "checkin-scenario";
28 =============================================================================================================================
30 <jsp:include page="/jsp/menubar.jsp">
31 <jsp:param name="menu" value="study" />
35 =============================================================================================================================
37 <jsp:include page="/jsp/titlebar.jsp">
38 <jsp:param name="entity" value="study" />
39 <jsp:param name="disable" value="true" />
43 =============================================================================================================================
46 <jsp:include page="/jsp/toolbar.jsp">
47 <jsp:param name="tools" value="back" />
49 <div id=top-spacer></div>
50 <jsp:include page="/jsp/menuitem.jsp">
51 <jsp:param name="menu" value="open" />
53 <jsp:include page="/jsp/studyProperties.jsp" />
57 =============================================================================================================================
62 <s:text name="title.prop.scenario">
63 <s:param><s:property value="%{title}"/></s:param>
66 <div id=article-body class=text>
68 <!-- Scenario checked-out (not editable)
69 --> <s:if test="%{isCheckedout()}">
73 <s:text name="message.checkedout">
74 <s:param><s:property value="%{author.displayName}"/></s:param>
75 <s:param><s:property value="%{lastModificationDate}"/></s:param>
76 <s:param><s:property value="%{author.firstName}"/></s:param>
80 <tr height=10><td></td></tr>
83 <a href="mailto:<s:property value="author.mailAddress"/>?subject=<s:property value="subject"/>">
84 <input type="button" name="mailto" value="<s:text name="button.mailto"><s:param><s:property value="%{author.firstName}"/></s:param></s:text>"/>
87 <td> <s:text name="label.or"/> </td>
89 <input type="button" name="checkin" value="<s:text name="button.checkin"/>" onClick="checkin('<s:text name="message.checkin"/>')"/>
95 <!-- Scenario ckecked-in (editable)
97 <form name="property" action="valid-rename" method="post">
100 <td><s:text name="field.scenariotitle"/>*: </td>
102 <input type=text size="25" name=title value="<s:property value="title"/>">
105 <input type="submit" name="save" value="<s:text name="button.save"/>"/>