Filename | -Size | -Type | -Last Modified | -
Hamilton G. Chua (ham@solutiongrove.com)
+ September 2007
+ v0.8d
What's New :
+v0.8d
+Set Up
+Install ajax-filestorage-ui thru acs-admin/install.
+Before you can use ajaxfs-ui with your file storage instance, you need to make a few modifications to file-storage/www/index.adp. The code for index.adp is shown below and the changes that you must add are in red .
+
+<master>
<property name="title">@folder_name@</property>
<property name="header">@folder_name@</property>
<property name="context">@context;noquote@</property>
<property name="displayed_object_id">@folder_id;noquote@</property>
+<include src="/packages/ajax-filestorage-ui/lib/ajaxfs-include" package_id="@package_id@" folder_id="@folder_id@" layoutdiv="fscontainer">
+
+<div id="fscontainer">
+<table>
<tr>
<td>
<if @up_url@ not nil>
<a href="@up_url@" class="button">#file-storage.index_page_navigate_up_folder#</a>
</if>
</td>
<td>
<if @project_url@ not nil>
<a href="@project_url@">#file-storage.back_to_project#: @project_name@</a>
</if>
</td>
</tr>
</table>
<include src="folder-chunk" folder_id="@folder_id@"
n_past_days="@n_past_days@" allow_bulk_actions="1" return_url="@return_url@">
</div>
+
+<div style="clear:both"></div>
+<p>@notification_chunk;noquote@</p>
+
+
+
Index: openacs-4/packages/ajax-filestorage-ui/www/resources/ajaxfs-min.js
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ajax-filestorage-ui/www/resources/ajaxfs-min.js,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/ajax-filestorage-ui/www/resources/ajaxfs-min.js 8 Sep 2007 14:32:55 -0000 1.1
@@ -0,0 +1,968 @@
+function readCookie(_1){
+var ca=document.cookie.split(";");
+var _3=_1+"=";
+for(var i=0;i