mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 16:11:59 +01:00
70 lines
3.8 KiB
Smarty
70 lines
3.8 KiB
Smarty
<div id="searchpopup1" style="position: absolute; top: 22px; right: 303px; border: 1px solid #999999; display: none; background: #f8f8f8; color: #000000; font-weight: bold; padding: 15px; z-index: 1;">
|
|
|
|
<input type="hidden" name="xsearchtype" id="xsearchtype" value="simple" />
|
|
|
|
<input type="hidden" name="xsort" id="xsort" value="date" />
|
|
<input type="hidden" name="xorder" id="xorder" value="0" />
|
|
<input type="hidden" name="xref" id="xref" value="" />
|
|
|
|
<div style="position: absolute; right: 10px; top: 5px; margin: 10px; " onclick="javascript:document.getElementById('searchpopup1').style.display = 'none'; return false; "> X </div>
|
|
|
|
<div id="ss1">
|
|
|
|
<div class="row">
|
|
<div class="cell1"></div>
|
|
<div class="cell2"></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="cell1"><?php print $text_from; ?>:</div>
|
|
<div class="cell2"><input type="text" class="text" name="xfrom" id="xfrom" value="<?php if(isset($from)) { print $from; } ?>" /></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="cell1"><?php print $text_to; ?>:</div>
|
|
<div class="cell2"><input type="text" class="text" name="xto" id="xto" value="<?php if(isset($to)) { print $to; } ?>" /></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="cell1"><?php print $text_subject; ?>:</div>
|
|
<div class="cell2"><input type="text" class="text" name="xsubject" id="xsubject" value="<?php if(isset($subject)) { print $subject; } ?>" /></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="cell1"><?php print $text_body; ?>:</div>
|
|
<div class="cell2"><input type="text" class="text" name="xbody" id="xbody" value="<?php if(isset($body)) { print $body; } ?>" /></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="cell1"><?php print $text_tags; ?>:</div>
|
|
<div class="cell2"><input type="text" class="text" name="xtag" id="xtag" value="<?php if(isset($tag)) { print $tag; } ?>" /></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="cell1"><?php print $text_notes; ?>:</div>
|
|
<div class="cell2"><input type="text" class="text" name="xnote" id="xnote" value="<?php if(isset($note)) { print $note; } ?>" /></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="cell1"><?php print $text_attachment; ?>:</div>
|
|
<div class="cell2" style="text-align: left;"><input type="checkbox" class="checkbox" style="margin:0;" name="xhas_attachment" id="xhas_attachment" <?php if(isset($has_attachment) && $has_attachment == 1) { ?>checked="checked"<?php } ?> /></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="cell1"><?php print $text_date; ?>: </div>
|
|
<div class="cell2"><input type="text" name="date1" id="date1" size="11" value="<?php if(isset($date1)) { print $date1; } ?>" /> <input type="text" name="date2" id="date2" size="11" value="<?php if(isset($date2)) { print $date2; } ?>" /></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="cell1"></div>
|
|
<div class="cell2" style="text-align: left;">
|
|
<button id="button_search" class="active" style="width: 100px; margin: 0px;" onclick="script:a = document.getElementById('prefix'); if(a) a.value='x'; load_search_results('<?php print SEARCH_HELPER_URL; ?>', assemble_search_term(count), 0); document.getElementById('searchpopup1').style.display = 'none'; document.getElementById('_search').value='';"><?php print $text_search; ?></button> <input type="button" class="advsecondary" onclick="javascript:reset_simple_form(); return false;" value="<?php print $text_cancel; ?>" />
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|