-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.erb
47 lines (38 loc) · 1.26 KB
/
index.html.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<%=
link_to @title,
{:controller => 'svn'},
:action => 'index',
:class => 'small'
%>
<%= flash_message %>
<%# use an iframe to disply this page %>
<%# svn_wc_tree 0.0.1 %>
<%= javascript_include_tag "svn_wc_tree/jquery-1.3.2.js" %>
<%= javascript_include_tag "svn_wc_tree/jquery.cookie.js" %>
<%= javascript_include_tag "svn_wc_tree/jquery.blockUI-2.31.js" %>
<%= javascript_include_tag "svn_wc_tree/source/jquery.tree.js" %>
<%= javascript_include_tag "svn_wc_tree/source/plugins/jquery.tree.checkbox.js" %>
<%= javascript_include_tag "svn_wc_tree/source/plugins/jquery.tree.contextmenu.js" %>
<%= javascript_include_tag "svn_wc_tree/svw.js" %>
<%= stylesheet_link_tag "svn_wc_tree/svw.css" %>
<%# end svn_wc_tree 0.0.1 %>
<br /><br />
<input type='hidden' id="svn_local_repo_root" value='' />
<!-- start: show results from svn actions -->
<div id="show_hide_container" class="disp_no">
<a id="hide_n_show">[-]</a>
</div>
<!-- <div id="svn_action_results" class="disp_no"> -->
<div id="svn_action_results"></div>
<!-- end: show results from svn actions -->
<table>
<tbody>
<tr>
<td>
<div class="demo" id="svn_repo_entries_tree" style="height:100%"></div>
</td>
</tr>
</tbody>
</table>
</body>
</html>