DiaColloDB-WWW
view release on metacpan or search on metacpan
share/htdocs/index.ttk view on Meta::CPAN
[% FILTER null %]
[% SET root_dir = "../"; ##-- dstar root dir %]
[%
#------------------------------------------------------------
# globals
PROCESS "dc-common.ttk"
%]
[% SET html_title = (diacollo_standalone ? ("DiaCollo: " _ root_title) : (root_title _ ": DiaCollo")) %]
[% END FILTER null %]
[% cdb.cgi('header','-type'=>'text/html') %]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>[% html_title %]</title>
[% PROCESS "dc-html-head.ttk" favicon_url=diacollo_icon %]
<script id="diacolloResponseData" type="text/javascript">
dcpData = null; //-- populated dynamically to enable GUI functionality when using browser "Save As" function
</script>
<script type="text/javascript">
\$(document).ready(dqReady);
</script>
</head>
<body>
<div class="outer">
[% PROCESS diacolloBanner %]
<div class="headers">
[% PROCESS diacolloHeaderLogo %]
<h1>[% html_title %]</h1>
<form id="dqForm" method="get">
<table class="headerTable"><tbody>
<!-- -->
<tr title="Target token DDC query or space- or comma-separated list LEMMA or /REGEX/ or \$ATTR={VAL1,...,VALn} or \$ATTR=/REGEX/[gimsx]*">
<td><label class="hl1" for="in_query">query:</label></td>
<td colspan="3"><input class="hi1" id="in_query" type="text" name="query" size="82" value="[% qquery |html %]"/></td>
<td title="Submit request"><input class="hi1" type="submit" name="_s" value="submit"/></td>
</tr>
<!-- -->
<tr title="Compare vs. DDC query or space- or comma-separated list LEMMA or /REGEX/ or \$ATTR={VAL1,...,VALn} or \$ATTR=/REGEX/[gimsx]*" class="diffpar">
<td><label class="hl1" for="in_bquery">~query:</label></td>
<td colspan="3"><input class="hi1" id="in_bquery" type="text" name="bquery" size="82" value="[% qbquery |html %]"/></td>
<td/>
</tr>
<!-- -->
<tr title="Target date(s) as space-separated LIST or /REGEX/ or range MIN:MAX (inclusive)">
<td><label class="hl1" for="in_date">date(s):</label></td>
<td><input class="hi1" id="in_date" type="text" name="date" size="21" value="[% qdate |html %]"/></td>
<!-- -->
<td title="Aggregate dates into intervals of SLICE years; 0 (zero) requests a date-independent profile" >
<label class="hl2" for="in_slice">slice:</label>
<input class="hi2" id="in_slice" type="text" name="slice" size="8" value="[% qslice |html %]"/>
</td>
<td/>
<td/>
</tr>
<!-- -->
<tr title="Compare vs. date(s) as space-separated LIST or /REGEX/ or range MIN:MAX (inclusive)" class="diffpar">
<td><label class="hl1" for="in_bdate">~date(s):</label></td>
<td><input class="hi1" id="in_bdate" type="text" name="bdate" size="21" value="[% qbdate |html %]"/></td>
<!-- -->
<td title="Compare vs. dates aggregated into intervals of SLICE years (0: global)" >
<label class="hl2" for="in_bslice">~slice:</label>
<input class="hi2" id="in_bslice" type="text" name="bslice" size="8" value="[% qbslice |html %]"/>
</td>
<td/>
<td/>
</tr>
<!-- -->
<tr title="Profile scoring function">
<td><label class="hl1" for="in_score">score:</label></td>
<td>
<select id="in_score" class="hi1" name="score">
( run in 1.275 second using v1.01-cache-2.11-cpan-39bf76dae61 )