/[webpac]/trunk/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 /trunk/openisis/foo.oip

Parent Directory Parent Directory | Revision Log Revision Log


Revision 239 - (show annotations)
Mon Mar 8 17:49:13 2004 UTC (20 years ago) by dpavlin
File size: 333 byte(s)
including openisis 0.9.0 into webpac tree

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