blob: e68d7d26dce9e5ee3bbaaaa12d0d51c898b9b025 [file] [log] [blame]
<% @heading = "About" %>
<% @overview = "<strong>#{ENV['EPFWIKI_APP_NAME']} $VERSION$</strong> ($BUILDID$)<br>Designed to be used together with Eclipse Process Framework (EPF) <br>Copyright (c) 2006 LogicaCMG Result Centre" %>
<div class="sectionHeading"><%= "About " + ENV['EPFWIKI_APP_NAME'] %></div>
<div class="sectionContent">
<table cellpadding="0" cellspacing="0" border="0" class="sectionTable">
<tr valign="top">
<td scope="row" class="sectionTableCell">
<p>EPF Wiki is Wiki technology designed to be used together with Eclipse Process Framework (EPF). This offers the best of two distinct worlds: the worlds of Wikis and powerfull process frameworks. It combines a modular method construction approach and the flexibility and ease of use that is the defining characteristic of a wiki.
</p>
<p>EPF Wiki is an innovation that adds wiki functions to the hypertext process descriptions created with EPF.
</p>
</td>
</tr>
</table>
</div>
<%= render_partial 'properties' %>
<% if cadmin? %>
<div class="sectionHeading">Releases</div>
<div class="sectionContent">
<table cellpadding="0" cellspacing="0" border="0" class="sectionTable">
<tr>
<td class="sectionTableCell">
<table width="100%">
<tr>
<th>Release</th>
<th>BuildID</th>
<th>Database Schema</th>
<th>Action</th>
</tr>
<% if @releases %>
<% for release in @releases %>
<tr>
<td><%= release[1] %></td>
<td><%= release[2] %></td>
<td><%= release[3] %></td>
<td>
<%= start_form_tag :action => 'online_update' %><input type="submit" value="Deploy" <%= "disabled" if RAILS_ENV == "development" %>><input name="release" type="hidden" value="<%= release[0] %>"/><%= end_form_tag %>
</td>
</tr>
<% end %>
<% end %>
</table>
<%= start_form_tag({:action => 'upload_release'}, :multipart => true) %>
<table>
<tr>
<th align="right"><label for="file">Release ZIP</label>
</th>
<td><%= file_field 'site', 'file' %>
</td>
</tr>
<tr>
<th align="right" valign="top">
</th>
<td> <%= submit_tag "upload" %>
</td>
</tr>
</table>
<%= end_form_tag %>
</td>
</tr>
</table>
</div>
<%= render_partial "logfiles" %>
<div class="sectionHeading">Statistics</div>
<div class="sectionContent">
<table cellpadding="0" cellspacing="0" border="0" class="sectionTable">
<tr valign="top">
<td scope="row" class="sectionTableCell">
<pre>
<%= render_partial "stats" %>
</pre>
</td>
</tr>
</table>
</div>
<div class="sectionHeading">Change Log</div>
<div class="sectionContent">
<table cellpadding="0" cellspacing="0" border="0" class="sectionTable">
<tr valign="top">
<td scope="row" class="sectionTableCell">
<%= simple_format(IO.readlines(ENV['EPFWIKI_ROOT_DIR'] + "CHANGELOG").join) %>
</td>
</tr>
</table>
</div>
<% end %>