mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 08:47:46 +02:00
commit for Lars:
1) ajax proposal: proof of concept using xajax in felamimail to work without page reloads 2) also implemented IMAP ACL for cyrus and php5 (still needs some work)
This commit is contained in:
14
phpgwapi/js/dhtmlxtree/samples/xml.asp
Normal file
14
phpgwapi/js/dhtmlxtree/samples/xml.asp
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
<%
|
||||
Response.ContentType="text/xml"
|
||||
|
||||
Dim url_id
|
||||
Dim intCurrPos
|
||||
url_var=request.querystring("id")
|
||||
|
||||
Response.Write "<tree id='"+url_var+"'>"
|
||||
For intCurrPos = 0 To 4
|
||||
Response.Write "<item child='1' id='"+url_var+CStr(intCurrPos)+"' text='Item "+url_var+"-"+CStr(intCurrPos)+"'></item>"
|
||||
Next
|
||||
Response.Write "</tree>"
|
||||
%>
|
Reference in New Issue
Block a user