DiaColloDB-WWW
view release on metacpan or search on metacpan
share/htdocs/index.ttk view on Meta::CPAN
<option value="html" [% qformat == 'html' ? 'selected="1"' : '' %]>HTML</option>
<option value="text" [% qformat == 'text' ? 'selected="1"' : '' %]>Text</option>
<option value="json" [% qformat == 'json' ? 'selected="1"' : '' %]>JSON</option>
<option value="sto" [% qformat == 'sto' ? 'selected="1"' : '' %]>Storable</option>
</select>
</td>
<!-- -->
<td class="jr" title="Trim globally (vs. locally for each date-slice)?">
<label class="hl2" for="in_global">global:</label>
<input class="hi2" id="in_global" type="checkbox" name="global" value="1" [% qglobal ? 'checked="1"' : '' %]/>
</td>
<td/>
</tr>
<!-- -->
<tr title="Space- or comma-separated list of aggregation parameters \$ATTR or \$ATTR={VAL1,...,VALn} or \$ATTR=/REGEX/[gimsx]*">
<td><label class="hl1" for="in_groupby">groupby:</label></td>
<td colspan="1"><input class="hi1" id="in_groupby" type="text" name="groupby" size="42" value="[% qgroupby |html %]"/></td>
<td id="td_onepass" class="jr" title="Use fast but incorrect f2 acquisition method (native collocations only)?">
<label class="hl2" for="in_onepass">1pass:</label>
<input class="hi2" id="in_onepass" type="checkbox" name="1pass" value="1" [% qonepass ? 'checked="1"' : '' %]/>
</td>
<td class="jr" title="Enable debugging mode?">
<label class="hl2" for="in_debug">debug:</label>
<input class="hi2" id="in_debug" type="checkbox" name="debug" value="1" [% qdebug ? 'checked="1"' : '' %] onchange="setupDebugTable()"/>
</td>
<td/>
</tr>
</tbody></table>
<input type="hidden" id="in_eps" name="eps" value="[% qeps %]"/>
</form>
<div class="debugInfo" title="Debugging information">
<table><tbody>
<tr><th>qcanon:</th><td title="DEBUG: qcanon: canonical form of parsed query" id="debug_qcanon"/></tr>
<tr><th>qtemplate:</th><td title="DEBUG: qtemplate: DDC query template for generated KWIC-links" id="debug_qtemplate"/></tr>
</tbody></table>
</div>
<div class="linkbar">[% PROCESS "dc-links.ttk" %]</div>
</div>
<div class="content">
<div class="rawURL"><b>Raw URL:</b> <a id="rawLink" href="[% uprofile_rel |html %]" style="display:none">[% uprofile_abs |html %]</a></div>
<div id="statusRel">
<div id="status" class="status" title="(click to dismiss)">
<img class="icon"></img>
<span class="msg">Loading...</span>
</div>
</div>
<div id="errorDiv" style="display:none;"></div>
<pre id="profileDataText" style="display:none;"></pre>
<div id="profileDataHtml" style="display:none;"></div>
<div id="profileDataD3" style="display:none;">
<div id="d3icons">
<a id="exportBtn" title="Download SVG snapshot of current data display canvas." onclick="d3exportSvg()"><img src="[% root_dir %]images/download-24px.png"/></a>
<a id="kbicon">
<img src="[% root_dir %]images/keyboard-24px.png"/>
<img id="kbiconx" src="[% root_dir %]images/redx-20px.png"/>
</a>
<a id="curspeed" title="Current playback speed (double-click to reset; (shift+)up/down arrow, (shift+)number key to change)">1x</a>
</div>
<!--
<div id="d3transport"><div id="d3buttons"></div><div id="d3slider"></div></div>
<div id="d3main"><div id="d3legend"></div><div id="d3body"></div></div>
-->
<!--<div id="d3content"></div>-->
</div>
<div id="profileDataChart" style="display:none;"></div>
<div id="profileDataPopup" title="Popup dialog" style="display:none;"></div>
</div>
<!--/div.content-->
<span style="font-family:Impact; color:transparent;">t</span>
[% SET html_foot = root_dir _ "html-foot.ttk" %]
[% PROCESS $html_foot linkbar=0 linkttk="dc-links.ttk" %]
<script type="text/javascript">ttk_elapsed = [% cdb.t_elapsed.json %];</script>
</div>
<!--/div.outer-->
</body>
</html>
[%#--
;; Local Variables:
;; mode: nxml
;; coding: utf-8
;; End:
%]
( run in 1.789 second using v1.01-cache-2.11-cpan-0d23b851a93 )