"Fossies" - the Fresh Open Source Software Archive 
Member "openmailadmin-1.0.1/templates/shadow/regexp/admin.tpl" (7 Mar 2006, 1595 Bytes) of package /linux/privat/old/openmailadmin-1.0.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <span class="quasi_btn" id="admin_show"><?= txt('30') ?> »</span>
2 <div id="admin_panel">
3 <br />
4 <table border="0" cellpadding="1" cellspacing="1">
5 <tr>
6 <td class="ed" width="180"><b><?= txt('20') ?></b></td>
7 <td class="ed" width="400">
8 <ul class="ed">
9 <li><?= $input->radio('action', 'probe') ?><?= txt('37') ?></li>
10 <li><?= $input->radio('action', 'new') ?> <?= txt('21') ?></li>
11 <?php if(count($regexp) > 0) { ?>
12 <li><?= $input->radio('action', 'dest') ?><?= txt('23') ?></li>
13 <li><?= $input->radio('action', 'active') ?><?= txt('24') ?></li>
14 <li><?= $input->radio('action', 'delete') ?><?= txt('22') ?></li>
15 <?php } ?>
16 </ul>
17 </td>
18 </tr>
19 <tr>
20 <td class="ed"><b><?= txt('38') ?></b></td>
21 <td class="ed"><?= $input->_generate('text', 'probe', null, array('class' => 'textwhite', 'style' => 'width: 98%', 'maxlength' => '255')) ?></td>
22 </tr>
23 <tr>
24 <td class="ed"><b><?= txt('35') ?></b></td>
25 <td class="ed"><?= $input->_generate('text', 'reg_exp', null, array('class' => 'textwhite', 'style' => 'width: 98%', 'maxlength' => '255')) ?></td>
26 </tr>
27 <tr>
28 <td class="ed"><b><?= txt('19') ?></b><?= txt('25') ?></td>
29 <td class="ed">
30 <?= $input->checkbox('dest_is_mbox', '1') ?> <?= txt('5') ?> <b><?= txt('26') ?>:</b><br />
31 <?= $input->textarea('dest', 5) ?>
32 </td>
33 </tr>
34 <tr>
35 <td class="ed"><span class="quasi_btn" id="admin_hide">« <?= txt('60') ?></span></td>
36 <td class="ed" align="right"><?= $input->hidden('frm', 'virtual_regexp') ?><?= $input->submit(txt('27'))?> </td>
37 </tr>
38 </table>
39 </div>
40 </form>
41 <br />