General Actions:
Log-in
Wiki:
Courses
▼
:
Document Index
»
Space:
Admin
▼
:
Document Index
»
Page:
ExportFromDate
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Export of the Wiki from a specific date
Wiki source code of
Export of the Wiki from a specific date
Last modified by
Hal Eden
on 2010/08/19 07:32
Content
·
Comments
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: 1 Export of the Wiki from a specific date 2: 3: <form action=""> 4: #if(!$request.date) 5: #set($date = "2008-07-01 00:00:00") 6: #set($versions = "1") 7: #set($backup = "1") 8: #set($start = "") 9: #set($end = "") 10: #else 11: #set($date = $request.date) 12: #set($versions = $request.versions) 13: #set($backup = $request.backup) 14: #set($start = $request.start) 15: #set($end = $request.end) 16: #end 17: Space: <input type="text" name="space" value="$!request.space" /> 18: <br /> 19: Date: <input type="text" name="date" value="$date" /> 20: <br /> 21: Start: <input type="text" name="start" value="$start" /> 22: <br /> 23: End: <input type="text" name="end" value="$end" /> 24: <br /> 25: <input type="checkbox" name="versions" value="1" #if($versions) checked #end /> With History 26: <br /> 27: <input type="checkbox" name="backup" value="1" #if($backup) checked #end /> Backup pack (author and date preserved) 28: <br /> 29: <input type="checkbox" name="confirm" value="1" #if($request.confirm) checked #end/> Confirm 30: <br /> 31: <input type="submit" value="Export" /> 32: </form> 33: <br /> 34: <br /> 35: #if($request.date) 36: #set($exp = $xwiki.parseGroovyFromPage("Admin.ExportFromDateGroovy")) 37: $exp.export($context,$xwiki,$request,$response) 38: #end
Welcome
Welcome to this XWiki!
Quick Links
DSSF 2008
DCNM 2009
HCCF 2010
Document Index
Sandbox
My Recent Modifications
ASSIGNMENTNAME