#!/usr/bin/env python
##################################################
## DEPENDENCIES
import sys
import os
import os.path
from os.path import getmtime, exists
import time
import types
import __builtin__
from Cheetah.Version import MinCompatibleVersion as RequiredCheetahVersion
from Cheetah.Version import MinCompatibleVersionTuple as RequiredCheetahVersionTuple
from Cheetah.Template import Template
from Cheetah.DummyTransaction import DummyTransaction
from Cheetah.NameMapper import NotFound, valueForName, valueFromSearchList, valueFromFrameOrSearchList
from Cheetah.CacheRegion import CacheRegion
import Cheetah.Filters as Filters
import Cheetah.ErrorCatchers as ErrorCatchers
##################################################
## MODULE CONSTANTS
try:
True, False
except NameError:
True, False = (1==1), (1==0)
VFFSL=valueFromFrameOrSearchList
VFSL=valueFromSearchList
VFN=valueForName
currentTime=time.time
__CHEETAH_version__ = '2.0rc8'
__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)
__CHEETAH_genTime__ = 1189741978.5468891
__CHEETAH_genTimestamp__ = 'Thu Sep 13 23:52:58 2007'
__CHEETAH_src__ = 'PSTermsView.tmpl'
__CHEETAH_srcLastModified__ = 'Mon Sep 10 15:20:43 2007'
__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
raise AssertionError(
'This template was compiled with Cheetah version'
' %s. Templates compiled before version %s must be recompiled.'%(
__CHEETAH_version__, RequiredCheetahVersion))
##################################################
## CLASSES
class PSTermsView(Template):
##################################################
## CHEETAH GENERATED METHODS
def __init__(self, *args, **KWs):
Template.__init__(self, *args, **KWs)
if not self._CHEETAH__instanceInitialized:
cheetahKWArgs = {}
allowedKWs = 'searchList namespaces filter filtersLib errorCatcher'.split()
for k,v in KWs.items():
if k in allowedKWs: cheetahKWArgs[k] = v
self._initCheetahInstance(**cheetahKWArgs)
def respond(self, trans=None):
## CHEETAH: main method generated for this template
if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
trans = self.transaction # is None unless self.awake() was called
if not trans:
trans = DummyTransaction()
_dummyTrans = True
else: _dummyTrans = False
write = trans.response().write
SL = self._CHEETAH__searchList
_filter = self._CHEETAH__currentFilter
########################################
## START - generated method body
write('''<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\r
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
<html>\r
\r
<head>\r
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>\r
<link rel="stylesheet" type="text/css" href="/static/default.css" media="screen"/>\r
<link rel="stylesheet" type="text/css" href="/static/datatable.css">\r
<link rel="stylesheet" type="text/css" href="/static/psearch.css">\r
\r
<script type="text/javascript" src="/static/json.js"></script>\r
<script type="text/javascript" src="/static/utilities.js"></script>\r
<script type="text/javascript" src="/static/container-min.js"></script>\r
<script type="text/javascript" src="/static/datasource-beta-min.js"></script>\r
<script type="text/javascript" src="/static/datatable-beta-min.js"></script>\r
\r
<script type="text/javascript" src="/static/dci.js"></script>\r
<script type="text/javascript" src="/static/psearch.js"></script>\r
\r
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />\r
<title>Tags for Interviews</title>\r
</head>\r
\r
<body onload="load_nodes_table(\'terms_table_div\', \'rt_button\', \'rt_tname\', 1)">\r
\r
<div class="outer-container">\r
\r
<div class="inner-container">\r
<div class="header">
<div class="title">
<span class="sitename"><a href="/topengine/">Top Engine</a></span>
<div class="slogan">Semantic Web Engine for the Enterprise</div>
</div>
</div>
<div class="path">\r
\r
<a href="/topengine/">Home</a> > <a href="/topengine/viewTerms">View Tags</a>\r
\r
</div>\r
\r
<div class="main">\t\t\r
\r
<div class="content">\r
\r
<h1>Tags</h1>\r
\r
<p>\r
The following Tags are available for managing the rules of your interviews:\r
</p>\r
\r
<div id="error_div" class="errmsg">''')
_v = VFFSL(SL,"err_msg",True) # '$err_msg' on line 47, col 60
if _v is not None: write(_filter(_v, rawExpr='$err_msg')) # from line 47, col 60.
write('''</div>\r
<div id="status_div" class="statmsg">''')
_v = VFFSL(SL,"status_msg",True) # '$status_msg' on line 48, col 62
if _v is not None: write(_filter(_v, rawExpr='$status_msg')) # from line 48, col 62.
write('''</div>\r
<input type="hidden" name="top_status" id="top_status" value="ready"/>\r
\r
''')
if VFN(VFFSL(SL,"all_nodes_index_itor",True),"is_end",False)(): # generated from line 51, col 25
write(''' <p>\r
No Tags exist yet, you can add one below.\r
</p>\r
''')
write(''' <table border="0">\r
<tr>\r
<td>\r
<div id="terms_table_div" class="datatable">\r
<table>\r
<thead>\r
<tr>\r
<th>Tag Name</th>\r
<th>Skip?</th>\r
</tr>\r
</thead>\r
<tbody>\r
<tr><td/><td/></tr>\r
''')
for node_index in VFFSL(SL,"all_nodes_index_itor",True): # generated from line 69, col 49
name = VFN(VFFSL(SL,"node_index",True),"get_name",False)()
write(''' <tr>\r
<td>''')
_v = VFFSL(SL,"name",True) # '$name' on line 72, col 61
if _v is not None: write(_filter(_v, rawExpr='$name')) # from line 72, col 61.
write('''</td>\r
''')
if VFN(VFFSL(SL,"node_index",True),"is_skip_pattern_activation",False)(): # generated from line 73, col 57
write(''' <td>Yes</td>\r
''')
else: # generated from line 75, col 57
write(''' <td>No</td>\r
''')
write(''' </tr>\r
''')
write(''' </tbody>\r
</table>\r
</div>\r
</td>\r
<td>\r
<form action="/topengine/removeTerm" method="get">\r
<input type="hidden" name="tname" id="rt_tname" value=""/>\r
<input class="dt_button" id="rt_button" type="submit" value="Remove" disabled="y"/>\r
</form>\r
</td>\r
</tr>\r
<tr>\r
<td colspan="2">\r
<div class="add_datatable">\r
<form action="/topengine/addTerm" method="get">\r
<input type="hidden" name="view" value="terms_view"/>\r
<label class="reqlabel" for="at_tname">Add Tag:</label>\r
<input class="text_input" type="text" name="tname" id="at_tname" value=""/>\r
<input type="submit" value="Add"/>\r
</form>\r
</div>\r
</td>\r
</tr>\r
</table>\r
\r
<p/><p/>\r
<h2>Tag Details</h2>\r
<div id="term_details_div">\r
<p>\r
This section will display the details of the Tag that is selected in the table above.\r
</p>\r
</div>\r
</div>\r
\r
<div class="navigation">\r
<h2>Models</h2>
<ul>
<li><a href="/topengine/importOWLModel">Import OWL Model</a></li>
<li><a href="/topengine/modelSummary">View Asserted Model Summary</a></li>
<li><a href="/topengine/viewModelHierarchy?htype=asserted">View/Browse Asserted Model</a></li>
<li><a href="/topengine/validateModel">Validate Current Model</a></li>
<li><a href="/topengine/inferredModelSummary">Validated Model Summary</a></li>
<li><a href="/topengine/viewModelHierarchy?htype=inferred">View/Browse Inferred Model</a></li>
<li><a href="/topengine/viewRawTriples">View Model\'s Triples</a></li>
</ul>
<h2>Interviews Configuration</h2>
<ul>
<li><a href="/topengine/importKB?ktype=kbase">Import Knowledge Base</a></li>
<li><a href="/topengine/newKB">New Knowledge Base</a></li>
<li><a href="/topengine/exportKB">Export Knowledge Base</a></li>
<li><a href="/topengine/viewCategories">Tag Categories</a></li>
<!-- <li><a href="/topengine/viewTerms">User Tags</a></li> -->
<li><a href="/topengine/viewRules?iw_rules=f">User Rules</a></li>
<li><a href="/topengine/startPSSession">Testing Rules</a></li>
<li><a href="/topengine/viewInterviews">Interviews</a></li>
<li><a href="/topengine/viewRules?iw_rules=t">Interview Rules</a></li>
<li><a href="/topengine/viewPSMetaGraphTriples">View KB Triples</a></li>
<li><a href="/topengine/viewPSGraphTriples">View Session Triples</a></li>
</ul>
<h2>Interview Sessions</h2>
<ul>
<li><a href="/topengine/importKB?ktype=ksession">Import Interview Session</a></li>
<li><a href="/topengine/startInterviewSession">Start Interview Session</a></li>
</ul>
</div>\r
<div class="clearer"> </div>\r
\r
</div>\r
\r
<div class="footer">
<span class="left">
© 2007 <a href="http://www.dufresneconsulting.com">Dufresne Consulting LLC</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> & <a href="http://validator.w3.org/check?uri=referer">XHTML</a>
</span>
<span class="right">
<a href="http://templates.arcsin.se">Website template</a> by <a href="http://arcsin.se">Arcsin</a>
</span>
<div class="clearer"></div>
</div>
\r
</div>\r
</div>\r
</body>\r
</html>''')
########################################
## END - generated method body
return _dummyTrans and trans.response().getvalue() or ""
##################################################
## CHEETAH GENERATED ATTRIBUTES
_CHEETAH__instanceInitialized = False
_CHEETAH_version = __CHEETAH_version__
_CHEETAH_versionTuple = __CHEETAH_versionTuple__
_CHEETAH_genTime = __CHEETAH_genTime__
_CHEETAH_genTimestamp = __CHEETAH_genTimestamp__
_CHEETAH_src = __CHEETAH_src__
_CHEETAH_srcLastModified = __CHEETAH_srcLastModified__
_mainCheetahMethod_for_PSTermsView= 'respond'
## END CLASS DEFINITION
if not hasattr(PSTermsView, '_initCheetahAttributes'):
templateAPIClass = getattr(PSTermsView, '_CHEETAH_templateClass', Template)
templateAPIClass._addCheetahPlumbingCodeToClass(PSTermsView)
# CHEETAH was developed by Tavis Rudd and Mike Orr
# with code, advice and input from many other volunteers.
# For more information visit http://www.CheetahTemplate.org/
##################################################
## if run from command line:
if __name__ == '__main__':
from Cheetah.TemplateCmdLineIface import CmdLineIface
CmdLineIface(templateObj=PSTermsView()).run()