Commit 10da4620 authored by Jim Fulton's avatar Jim Fulton

Added PrincipiaSearchSource to support searching.

parent 83013266
"""Document object"""
__version__='$Revision: 1.59 $'[11:-2]
__version__='$Revision: 1.60 $'[11:-2]
from Globals import HTML, HTMLFile, MessageDialog
from string import join,split,strip,rfind,atoi,lower
......@@ -232,6 +232,8 @@ class Document(cDocumentTemplate.cDocument, HTML, Explicit,
message='Your changes have been saved',
action ='manage_main')
def PrincipiaSearchSource(self): return self.read()
default_html="""<!--#var standard_html_header-->
<H2><!--#var title_or_id--> <!--#var document_title--></H2>
<P>This is the <!--#var document_id--> Document in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment