Commit 4578263420328a506e2a0ddfb262cc1fb30ef7ab

Authored by Adriano Vieira
1 parent 4cf8001c
Exists in master and in 1 other branch 3.1

Atualização do "trunk"

- exclusão de arquivo obsoleto


git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@251 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing 1 changed file with 0 additions and 208 deletions   Show diff stats
instalador/templates/install_tmplExamples.tmpl
... ... @@ -1,208 +0,0 @@
1   -<cacicInstall:comment>
2   -/**
3   - * @version $Id: index.php 2007-02-08 22:20 harpiain $
4   - * @package Cacic-Installer
5   - * @subpackage Instalador
6   - * @author Adriano dos Santos Vieira <harpiain at gmail.com>
7   - * @copyright Copyright (C) 2007 Adriano dos Santos Vieira. All rights reserved.
8   - * @license GNU/GPL, see LICENSE.php
9   - * CACIC-Install is free software and parts of it may contain or be derived from the
10   - * GNU General Public License or other free or open source software licenses.
11   - * See COPYRIGHT.php for copyright notices and details.
12   - * @description Templates para para o Instalador do CACIC
13   - */
14   -</cacicInstall:comment>
15   -
16   -<cacicInstall:tmpl name="tmplFile2Import">
17   - <form method="post" enctype="multipart/form-data" action="" name="frmFile2Import">
18   - <table style="text-align: left; width: 60%;" border="1" cellpadding="2" cellspacing="2">
19   - <tbody>
20   - <tr>
21   - <th colspan="2">Informe o nome do arquivo a importar <small>(*.act)</small></th>
22   - </tr>
23   - <tr>
24   - <td><input name="filename" type="file" size=60 title="Apenas arquivos com extensão ACT."></td>
25   - <td><input value="Importar" name="importfile" type="submit" title="Apenas arquivos com extensão ACT."></td>
26   - </tr>
27   - </tbody>
28   - </table>
29   - </form>
30   -</cacicInstall:tmpl>
31   -
32   -<cacicInstall:tmpl name="tmplPipeline">
33   - <form method="post" action="" name="frmPipiline">
34   - <table border=1 width=60%>
35   - <theader>
36   - <tr>
37   - <th colspan="2">Informações para personalizar os dados apresentados</th>
38   - </tr>
39   - </theader>
40   - <tr>
41   - <td>Unidade:</td>
42   - <td>
43   - <input name="unidade" type="text" size=10 title="Unidade a ser listada." value={UNIDADE}>
44   - </td>
45   - </tr>
46   - <tr>
47   - <td>Período <small>(dd/mm/yyyy)</small>:</td>
48   - <td>
49   - <input name="periodo_ini" type="text" size=10 title="Data inicial do período a listar." value={PERIODO_INI}>
50   - a
51   - <input name="periodo_fim" type="text" size=10 title="Data final do período a listar." value={PERIODO_FIM}>
52   - </td>
53   - </tr>
54   - <tr>
55   - <td>
56   - </td>
57   - </tr>
58   - <tr>
59   - <td>Filtrar tempo de conexão
60   - </td>
61   - <td> >=
62   - <input name="hilight_time" type="text" size=2 title="Tempo de conexão a destacar." value={HILIGHT_TIME}> h
63   - </td>
64   - </tr>
65   - <tr>
66   - <td colspan=2>
67   - <input value="Atualizar dados" name="atualizadados" type="submit" title="Atualiza visão atual dos dados armazenados.">
68   - </td>
69   - </tr>
70   - <!--tr>
71   - <td colspan=2>
72   - <input style="color: green; font-size:16px;" value="Calcular" name="calculardw" type="submit" title="Processar dados para análise.">
73   - </td>
74   - </tr-->
75   - <tr>
76   - <td colspan=2>
77   - </td>
78   - </tr>
79   - </table>
80   - </form>
81   - <hr>
82   -</cacicInstall:tmpl>
83   -
84   -<cacicInstall:tmpl name="tmplExcluirDados">
85   - <form method="post" action="" name="frmExcluiDados">
86   - <table border=1 width=60%>
87   - <tr>
88   - <td>Excluir dados do dia <small>(dd/mm/yyyy)</small>:</td>
89   - <td>
90   - <input name="excluir_dia" type="text" size=10 title="Informe o dia dos dados a excluir." value={EXCLUIR_DIA}>
91   - </td>
92   - </tr>
93   - <tr>
94   - <td colspan=2>
95   - <input value="Excluir dados" name="excluidados" type="submit" title="Exclui todos os dados armazenados.">
96   - </td>
97   - </tr>
98   - </table>
99   - </form>
100   -</cacicInstall:tmpl>
101   -
102   -<cacicInstall:tmpl name="tmplRelatorioHeader">
103   - <table border=1 width=100% class="sortable" bgcolor="#666666">
104   - <tr>
105   - <th>Radius - Análise de LOG (IpDiscado)</th>
106   - </tr>
107   - <tfoot>
108   - <tr>
109   - <td style="color: white"><small>* Clique no título da coluna para ordená-la.</small></td>
110   - </tr>
111   - </tfoot>
112   - </table>
113   - <table border=1 width=100% class="sortable" id="relHDet_id">
114   - <theader>
115   - <tr>
116   - <th>Usuario</th>
117   - <th>Inicio</th>
118   - <th>Fim</th>
119   - <th>Tempo conectado <small>(h)</small></th>
120   - <th>DRT</th>
121   - </tr>
122   - </theader>
123   -</cacicInstall:tmpl>
124   -
125   -<cacicInstall:tmpl name="tmplRelatorioRows">
126   - <tr style='{STYLE}'>
127   - <td>{USUARIO}</td>
128   - <td align="center">{CONECT_INI}</td>
129   - <td align="center">{CONECT_FIM}</td>
130   - <td align="center">{TEMPO_TOTAL}</td>
131   - <td align="center">{DRT}</td>
132   - </tr>
133   -</cacicInstall:tmpl>
134   -
135   -<cacicInstall:tmpl name="tmplRelatorioFooter">
136   - </table>
137   -</cacicInstall:tmpl>
138   -
139   -<cacicInstall:tmpl name="tmplRelatorioDWHeader">
140   - <table border=1 width=100% class="sortable" bgcolor="#666666">
141   - <tr>
142   - <th>Radius - Análise de LOG (IpDiscado)</th>
143   - </tr>
144   - <tfoot>
145   - <tr>
146   - <td style="color: white"><small>* Clique no título da coluna para ordená-la.</small></td>
147   - </tr>
148   - </tfoot>
149   - </table>
150   - <form method="post" action="" name="frmRelatorioDW">
151   - <table border=1 width=100% class="sortable" id="relHDet_id">
152   - <theader>
153   - <tr>
154   - <th>DRT</th>
155   - <th>Usuario</th>
156   - <th>Data</th>
157   - <th>Tempo conectado <small>(h)</small></th>
158   - </tr>
159   - </theader>
160   -</cacicInstall:tmpl>
161   -
162   -<cacicInstall:tmpl name="tmplRelatorioDWRows">
163   - <tr style='{STYLE}'>
164   - <td align="center">{DRT}</td>
165   - <td>{USUARIO}</td>
166   - <td align="center">
167   - <a href="javascript:return false;" onclick="return false; setForm(frmRelatorioDW, 'showUserDet', '{USUARIO}_{CONECT_INI}'); javascript:document.frmRelatorioDW.submit(); " title="Ver detalhes do dia (não disponivel ainda).">
168   - {CONECT_INI}
169   - </a>
170   - <input type="hidden" name=showUserDet[{USUARIO}] value="" />
171   - </td>
172   - <td align="center">{TEMPO_TOTAL}</td>
173   - </tr>
174   -</cacicInstall:tmpl>
175   -
176   -<cacicInstall:tmpl name="tmplRelatorioDWFooter">
177   - </table>
178   - </form>
179   -</cacicInstall:tmpl>
180   -
181   -<cacicInstall:comment>
182   -Mensagens do Instalador
183   -</cacicInstall:comment>
184   -<cacicInstall:tmpl name="tmplStatusBar">
185   - <div class="statusbar">
186   - <fieldset>
187   - <legend> Mensagem: </legend>
188   - <table>
189   - <tbody>
190   - <tr>
191   - <td>
192   - {MSG_STATUS}
193   - </td>
194   - </tr>
195   - </tbody>
196   - </table>
197   - </fieldset>
198   - </div>
199   -</cacicInstall:tmpl>
200   -
201   -<cacicInstall:comment>
202   -RODAPE do Instalador
203   -</cacicInstall:comment>
204   -<cacicInstall:tmpl name="tmplPageFooter">
205   -<div id="frmData"></div>
206   - </body>
207   -</html>
208   -</cacicInstall:tmpl>