/[webpac]/trunk2/openisis/foo.oip
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk2/openisis/foo.oip

Parent Directory Parent Directory | Revision Log Revision Log


Revision 337 - (show annotations)
Thu Jun 10 19:22:40 2004 UTC (19 years, 9 months ago) by dpavlin
File size: 333 byte(s)
new trunk for webpac v2

1 #!/opt/openisis/oip
2 <html>
3 <%! int i;
4 static void foo () {
5 /* as an extension over common JSP-behaviour,
6 a global %! block *ending* with !% introduces
7 literal-printing code to be added outside of main
8 */
9 !%>
10 lala
11 <%!
12 }
13 %>
14 <%
15 for ( i=0; i<3; i++ ) {
16 %>
17 bla <%=i%> blub <%="%f",i/3.%>
18 <%
19 }
20 foo();
21 %>
22 <%!
23 int j;
24 %>
25 </html>

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26