Changeset 317
- Timestamp:
- 06/12/09 17:11:10 (9 months ago)
- Files:
-
- 1 modified
-
codexwiki/trunk/src/layouts/Layout.word.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codexwiki/trunk/src/layouts/Layout.word.cfm
r303 r317 29 29 <cfheader name="Content-Disposition" value="inline; filename=#fileTitle#.doc"> 30 30 <cfoutput> 31 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// 32 www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 33 <html xmlns="http://www.w3.org/1999/xhtml"> 34 <head> 35 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 36 </head> 31 37 <body style="background: none;"> 32 <!--- Render Custom HTML --->33 #rc.oCustomHTML.getafterBodyStart()#34 <div>35 #renderView()#36 </div>37 <!--- Render Custom HTML --->38 #rc.oCustomHTML.getbeforeBodyEnd()#38 <!--- Render Custom HTML ---> 39 #rc.oCustomHTML.getafterBodyStart()# 40 <div> 41 #renderView()# 42 </div> 43 <!--- Render Custom HTML ---> 44 #rc.oCustomHTML.getbeforeBodyEnd()# 39 45 </body> 46 </html> 40 47 </cfoutput>
