#!/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.0rc7'
__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 7)
__CHEETAH_genTime__ = 1178684593.589889
__CHEETAH_genTimestamp__ = 'Wed May 9 00:23:13 2007'
__CHEETAH_src__ = 'PSSessionDivView.tmpl'
__CHEETAH_srcLastModified__ = 'Mon May 7 10:57:17 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 PSSessionDivView(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('''<div id="ps_session_div">
<p>
<table border="0" class="ps_session">
<tr>
<td class="ps_filter_terms">
<!-- First collumn: Categories -->
<input class="xs_button" id="ps_show_all_nodes_button" type="button" value="Show All Terms" onclick="ps_show_all_nodes_fn('')"/>
<div id="all_categories_table_div" class="xs_datatable">
<table>
<thead>
<tr><th>Category Name</th></tr>
</thead>
<tbody>
''')
if VFN(VFFSL(SL,"all_categories_itor",True),"is_end",False)(): # generated from line 16, col 33
write(' <tr><td/></tr>\r\n')
else: # generated from line 18, col 33
for t3 in VFFSL(SL,"all_categories_itor",True): # generated from line 19, col 37
write(' <tr><td>')
_v = VFN(VFN(VFFSL(SL,"t3",True),"get_subject",False)(),"get_name",False)() # '$t3.get_subject().get_name()' on line 20, col 49
if _v is not None: write(_filter(_v, rawExpr='$t3.get_subject().get_name()')) # from line 20, col 49.
write('</td></tr>\r\n')
write(''' </tbody>
</table>
</div>
</td>
<td class="ps_select_terms">
<!-- collumn: select Terms as answer from ps query result set -->
<div id="query_nodes_table_div" class="s_datatable">
<table>
<thead>
<tr>
<th>Term Name</th>
</tr>
</thead>
<tbody>
<tr><td/></tr>
''')
if VFFSL(SL,"is_new_session",True): # generated from line 40, col 29
for t3 in VFFSL(SL,"all_nodes_rdf_index_itor",True): # generated from line 41, col 33
tname = VFN(VFN(VFFSL(SL,"t3",True),"get_subject",False)(),"get_name",False)()
if VFFSL(SL,"filter_query_result",True): # generated from line 43, col 37
if VFN(VFFSL(SL,"topPSModel.meta_graph",True),"contains",False)(VFFSL(SL,"tname",True), "top:is_category", VFFSL(SL,"cname_filter",True)): # generated from line 44, col 41
write(' <tr>\r\n <td>')
_v = VFFSL(SL,"tname",True) # '$tname' on line 46, col 53
if _v is not None: write(_filter(_v, rawExpr='$tname')) # from line 46, col 53.
write('</td>\r\n </tr>\r\n')
else: # generated from line 49, col 37
write(' <tr>\r\n <td>')
_v = VFFSL(SL,"tname",True) # '$tname' on line 51, col 49
if _v is not None: write(_filter(_v, rawExpr='$tname')) # from line 51, col 49.
write('</td>\r\n </tr>\r\n')
else: # generated from line 55, col 29
for nsc in VFFSL(SL,"query_result_itor",True): # generated from line 56, col 33
tname = VFN(VFFSL(SL,"nsc",True),"get_index_name",False)()
if VFFSL(SL,"filter_query_result",True): # generated from line 58, col 37
if VFN(VFFSL(SL,"topPSModel.meta_graph",True),"contains",False)(VFFSL(SL,"tname",True), "top:is_category", VFFSL(SL,"cname_filter",True)): # generated from line 59, col 41
write(' <tr>\r\n <td>')
_v = VFFSL(SL,"tname",True) # '$tname' on line 61, col 53
if _v is not None: write(_filter(_v, rawExpr='$tname')) # from line 61, col 53.
write('</td>\r\n </tr>\r\n')
else: # generated from line 64, col 37
write(' <tr>\r\n <td>')
_v = VFFSL(SL,"tname",True) # '$tname' on line 66, col 49
if _v is not None: write(_filter(_v, rawExpr='$tname')) # from line 66, col 49.
write('</td>\r\n </tr>\r\n')
write(''' </tbody>
</table>
</div>
<!-- Buttons to Add Terms -->
<input id="psq_tname" type="hidden" name="tname" value=""/>
<input class="s_button" id="confirm_button" type="button" value="Confirm Selected Term" disabled="y" onclick="ps_assert_node_fn('psq_tname', 'confirm_action')"/>
<input class="s_button" id="negate_button" type="button" value="Negate Selected Term" disabled="y" onclick="ps_assert_node_fn('psq_tname', 'negate_action')"/>
</td>
</tr>
</table>
</p>
<p>
<div id="infer_nodes_table_div" class="s_datatable">
<table>
<thead>
<tr>
<th>Term Name</th>
<th>Activation</th>
</tr>
</thead>
<tbody>
<tr><td/><td/></tr>
''')
if not VFFSL(SL,"is_new_session",True): # generated from line 94, col 21
for nsc in VFFSL(SL,"infer_result_itor",True): # generated from line 95, col 25
write(' <tr>\r\n <td>')
_v = VFN(VFFSL(SL,"nsc",True),"get_index_name",False)() # '$nsc.get_index_name()' on line 97, col 37
if _v is not None: write(_filter(_v, rawExpr='$nsc.get_index_name()')) # from line 97, col 37.
write('</td>\r\n')
if VFN(VFFSL(SL,"nsc",True),"is_has_node",False)(): # generated from line 98, col 33
if VFN(VFFSL(SL,"nsc",True),"is_asserted_node",False)(): # generated from line 99, col 37
write(' <td>Confirmed</td>\r\n')
else: # generated from line 101, col 37
write(' <td>Inferred</td>\r\n')
else: # generated from line 104, col 33
write(' <td>Negated</td>\r\n')
write(' </tr>\r\n')
write(''' </tbody>
</table>
</div>
<!-- Buttons to remove Terms from session -->
<input id="psi_tname" type="hidden" name="tname" value=""/>
<input class="s_button" id="remove_button" type="button" value="Remove Term from Session" disabled="y" onclick="ps_assert_node_fn('psi_tname', 'remove_action')"/>
</p>
</div>
''')
########################################
## 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_PSSessionDivView= 'respond'
## END CLASS DEFINITION
if not hasattr(PSSessionDivView, '_initCheetahAttributes'):
templateAPIClass = getattr(PSSessionDivView, '_CHEETAH_templateClass', Template)
templateAPIClass._addCheetahPlumbingCodeToClass(PSSessionDivView)
# 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=PSSessionDivView()).run()