14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
<%@page import="com.tenwa.doc.action.WordAction"%>
|
|
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%>
|
|
<%
|
|
|
|
String attrid=CurPage.getAttribute("attrid");//
|
|
|
|
|
|
%>
|
|
<%
|
|
out.println(WordAction.getWordHtml(attrid));
|
|
%>
|
|
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |