Menu

[r3]: / py_top_web_client_01 / PSSessionDivView.py  Maximize  Restore  History

Download this file

249 lines (203 with data), 11.6 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
#!/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()
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.