source: companies/celepar/news_admin/templates/celepar/fckeditor/to_delete/_samples/lasso/sampleposteddata.lasso @ 763

Revision 763, 1.4 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1[//lasso
2/*
3 * FCKeditor - The text editor for internet
4 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
5 *
6 * Licensed under the terms of the GNU Lesser General Public License:
7 *              http://www.opensource.org/licenses/lgpl-license.php
8 *
9 * For further information visit:
10 *              http://www.fckeditor.net/
11 *
12 * "Support Open Source software. What about a donation today?"
13 *
14 * File Name: sampleposteddata.lasso
15 *      Sample page.
16 *
17 * File Authors:
18 *              Jason Huck (jason.huck@corefive.com)
19 *              Jim Michaels (jmichae3@yahoo.com)
20 */
21]
22<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
23<html>
24        <head>
25                <title>FCKeditor - Samples - Posted Data</title>
26                <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
27                <meta name="robots" content="noindex, nofollow">
28                <link href="../sample.css" rel="stylesheet" type="text/css" />
29        </head>
30        <body>
31                <h1>FCKeditor - Samples - Posted Data</h1>
32                This page lists all data posted by the form.
33                <hr>
34                <table width="100%" border="1" cellspacing="0" bordercolor="#999999">
35                        <tr style="FONT-WEIGHT: bold; COLOR: #dddddd; BACKGROUND-COLOR: #999999">
36                                <td nowrap>Field Name&nbsp;&nbsp;</td>
37                                <td>Value</td>
38                        </tr>
39[iterate(client_postparams, local('this'))]
40                        <tr>
41                                <td valign="top" nowrap><b>[#this->first]</b></td>
42                                <td width="100%">[#this->second]</td>
43                        </tr>
44[/iterate]
45                </table>
46        </body>
47</html>
Note: See TracBrowser for help on using the repository browser.