Check-in [147c7e750c]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Some syntaxis erros where fixed.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 147c7e750c40e99f4143e6f8cceed04394bb3169
User & Date: cr79387 2013-10-17 15:45:52.223
Context
2013-10-18
18:26
Avoiden obtrusion and not losing styles Leaf check-in: c1cde28b68 user: cr79387 tags: trunk
2013-10-17
15:45
Some syntaxis erros where fixed. check-in: 147c7e750c user: cr79387 tags: trunk
2013-10-16
20:26
Initial Version check-in: fa19852a02 user: cr79387 tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to HowTo.html.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
    body { font-family:arial, verdana}
  .codigo{ color:#C00000;}	   
</style>
</head>
<body >
<div style="margin-left:50px;margin-right=50px;">
<br />
 <font color='blue'><h1 align="center">PreprecessorJS</h1></font>
 <br />
 <p>
 PreprecessorJS is a simple parser to transform simple tokens into &lt;script&gt;&lt;/script&gt; tags, and
 rewrites the generated markup,or better said is a kind of preprocessor like php, jsp, asp but using the native
 javascript as language.</p>
 
 <h2>Example:</h2>
 
 The default pair of tokens used for <font color="#009966">preprocessorJS</font> (PJS) are <b>"{?" and "?}" </b> and for assignament <b>{?=([JavascriptVar]) ?}</b> inside these tokens should go javascript code.
 You can change the pair of tokens inside the preprocessorJS.js changing openToken,assignamentToken and closeToken variables.<br />
 
 <br />
 <br />
 So for example:<br />
 <br />
 <div class="codigo">
<

<
<












|




|








1


2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

<head>


<style type="text/css">
    body { font-family:arial, verdana}
  .codigo{ color:#C00000;}	   
</style>
</head>
<body >
<div style="margin-left:50px;margin-right=50px;">
<br />
 <font color='blue'><h1 align="center">PreprecessorJS</h1></font>
 <br />
 <p>
 PreprecessorJS is a simple parser to transform simple tokens into &lt;script&gt;&lt;/script&gt; tags, and
 rewrites the generated markup,or better said is a kind of preprocessor like PHP, JSP, ASP but using the native
 javascript as language.</p>
 
 <h2>Example:</h2>
 
 The default pair of tokens used for <font color="#009966">preprocessorJS</font> (PJS) are <b>"{?" and "?}" </b> and for assignament <b>{?=(<nowiki>[JavascriptVar]</nowiki>) ?}</b> inside these tokens should go javascript code.
 You can change the pair of tokens inside the preprocessorJS.js changing openToken,assignamentToken and closeToken variables.<br />
 
 <br />
 <br />
 So for example:<br />
 <br />
 <div class="codigo">
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
 Finally in this version, you can have just GET parameters comming from a HTML Form.
 Using the array <b>parms['parName']</b> where 'parName' is the parameter corresponding to the
 name of the elements in your form.<br />
 var name=
 
 <div class="codigo">
 {?  <br />
   &nbsp;&nbsp;&nbsp;&nbsp;var name=params['theName'];<br />
 ?}<br />
 </div>
 <br />
 
 <br />
 This is licenced under Apache 2.0<br />
 <br />







|







56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
 Finally in this version, you can have just GET parameters comming from a HTML Form.
 Using the array <b>parms['parName']</b> where 'parName' is the parameter corresponding to the
 name of the elements in your form.<br />
 var name=
 
 <div class="codigo">
 {?  <br />
   &nbsp;&nbsp;&nbsp;&nbsp;var name=params<nowiki>['theName']</nowiki>;<br />
 ?}<br />
 </div>
 <br />
 
 <br />
 This is licenced under Apache 2.0<br />
 <br />
85
86
87
88
89
90
91
92
<br /> 
<p>
 This script was developed by <a href="mailto:carlosru@factware.info">carlosru@factware.info </a>, please use Fossil site.
 To rise bugs, and ask for a user to contribute to the project.
 </p>
</div>
</body>
</html>







|
82
83
84
85
86
87
88
89
<br /> 
<p>
 This script was developed by <a href="mailto:carlosru@factware.info">carlosru@factware.info </a>, please use Fossil site.
 To rise bugs, and ask for a user to contribute to the project.
 </p>
</div>
</body>
</nowiki>