Menu

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

Download this file

359 lines (308 with data), 15.2 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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
#!/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__ = 1189741979.707705
__CHEETAH_genTimestamp__ = 'Thu Sep 13 23:52:59 2007'
__CHEETAH_src__ = 'PSSessionPageView.tmpl'
__CHEETAH_srcLastModified__ = 'Mon Sep 10 15:19:34 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 PSSessionPageView(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
if VFFSL(SL,"show_page",True): # generated from line 2, col 1
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>Interview Session</title>\r
</head>\r
\r
<body onload="load_session_page()">\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> &gt; <a href="/topengine/startPSSession">New Interview Session</a>\r
\r
</div>\r
\r
<div class="main">\t\t\r
\r
<div class="content">\r
\r
<h1>Testing Interview Rules</h1>\r
\r
<p>\r
This page allows you to test your Rules that you setup for an Interview.\r
</p>\r
\r
<div id="error_div" class="errmsg">''')
_v = VFFSL(SL,"err_msg",True) # '$err_msg' on line 48, col 60
if _v is not None: write(_filter(_v, rawExpr='$err_msg')) # from line 48, col 60.
write('''</div>\r
<div id="status_div" class="statmsg">''')
_v = VFFSL(SL,"status_msg",True) # '$status_msg' on line 49, col 62
if _v is not None: write(_filter(_v, rawExpr='$status_msg')) # from line 49, col 62.
write('''</div>\r
<input type="hidden" name="top_status" id="top_status" value="ready"/>\r
\r
<div id="ps_session_div">\r
''')
write(''' <p>\r
<table border="0" class="ps_session">\r
<tr class="ps_session_pane">\r
\r
<!-- First collumn: Categories -->\r
<td class="ps_filter_terms">\r
<input class="ps_c1_button" id="ps_show_all_nodes_button" type="button" value="Show All Terms" onclick="ps_show_all_nodes_fn(\'\')"/>\r
<div id="all_categories_table_div" class="ps_c1_datatable">\r
<table>\r
<thead>\r
<tr><th>Category Name</th></tr>\r
</thead>\r
<tbody>\r
<tr><td/></tr>\r
''')
for category in VFFSL(SL,"all_categories_itor",True): # generated from line 68, col 33
write(''' <tr><td>''')
_v = VFN(VFFSL(SL,"category",True),"get_name",False)() # '$category.get_name()' on line 69, col 45
if _v is not None: write(_filter(_v, rawExpr='$category.get_name()')) # from line 69, col 45.
write('''</td></tr>\r
''')
write(''' </tbody>\r
</table>\r
</div>\r
\r
</td>\r
<td class="ps_select_terms">\r
\r
<!-- collumn: select Terms as answer from ps query result set -->\r
<div id="query_nodes_table_div" class="ps_c2_datatable">\r
<table>\r
<thead>\r
<tr>\r
<th>Term Name</th>\r
</tr>\r
</thead>\r
<tbody>\r
<tr><td/></tr>\r
''')
for nsc in VFFSL(SL,"query_result_itor",True): # generated from line 88, col 33
tname = VFN(VFFSL(SL,"nsc",True),"get_name",False)()
write(''' <tr><td>''')
_v = VFFSL(SL,"tname",True) # '$tname' on line 90, col 45
if _v is not None: write(_filter(_v, rawExpr='$tname')) # from line 90, col 45.
write('''</td></tr>\r
''')
write(''' </tbody>\r
</table>\r
</div>\r
\r
<!-- Buttons to Add Terms -->\r
<input id="psq_tname" type="hidden" name="tname" value=""/>\r
<input class="ps_c21_button" id="confirm_button" type="button" value="Confirm Term" disabled="y" onclick="ps_assert_node_fn(\'psq_tname\', \'confirm_action\')"/>\r
<input class="ps_c22_button" id="negate_button" type="button" value="Negate Term" disabled="y" onclick="ps_assert_node_fn(\'psq_tname\', \'negate_action\')"/>\r
</td>\r
</tr>\r
</table>\r
</p>\r
<p>\r
<div id="infer_nodes_table_div" class="ps_r2_datatable">\r
<table width="100%">\r
<thead>\r
<tr>\r
<th>Term Name</th>\r
<th>Activation</th>\r
</tr>\r
</thead>\r
<tbody>\r
<tr><td/><td/></tr>\r
''')
for nsc in VFFSL(SL,"infer_result_itor",True): # generated from line 115, col 21
write(''' <tr>\r
<td width="75%">''')
_v = VFN(VFFSL(SL,"nsc",True),"get_name",False)() # '$nsc.get_name()' on line 117, col 45
if _v is not None: write(_filter(_v, rawExpr='$nsc.get_name()')) # from line 117, col 45.
write('''</td>\r
''')
if VFN(VFFSL(SL,"nsc",True),"is_has_node",False)(): # generated from line 118, col 29
if VFN(VFFSL(SL,"nsc",True),"is_asserted_node",False)(): # generated from line 119, col 33
write(''' <td width="25%">Confirmed</td>\r
''')
else: # generated from line 121, col 33
write(''' <td width="25%">Inferred</td>\r
''')
else: # generated from line 124, col 29
write(''' <td width="25%">Negated</td>\r
''')
write(''' </tr>\r
''')
write(''' </tbody>\r
</table>\r
</div>\r
\r
<!-- Buttons to remove Terms from session -->\r
<input id="psi_tname" type="hidden" name="tname" value=""/>\r
<input class="ps_r2_button" id="remove_button" type="button" value="Remove Term from Session" disabled="y" onclick="ps_assert_node_fn(\'psi_tname\', \'remove_action\')"/>\r
</p>\r
\r
''')
if VFFSL(SL,"show_page",True): # generated from line 138, col 1
write(''' </div>\r
\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">&nbsp;</div>\r
\r
</div>\r
\r
<div class="footer">
<span class="left">
&copy; 2007 <a href="http://www.dufresneconsulting.com">Dufresne Consulting LLC</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <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>\r
''')
########################################
## 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_PSSessionPageView= 'respond'
## END CLASS DEFINITION
if not hasattr(PSSessionPageView, '_initCheetahAttributes'):
templateAPIClass = getattr(PSSessionPageView, '_CHEETAH_templateClass', Template)
templateAPIClass._addCheetahPlumbingCodeToClass(PSSessionPageView)
# 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=PSSessionPageView()).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.