File: simpletemplate.tpl

package info (click to toggle)
php-xml-htmlsax3 3.0.0%2Bcvs01112007-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 160 kB
  • ctags: 327
  • sloc: php: 1,060; xml: 152; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> <var name="title"> </title>
</head>

<body>
<h1><var name="title"></h1>

<font
    color='blue'
    size = "3"
    face=Verdana>

    <var name="para1">

</font>

<br     />

<var name="para2">

<br     />

<form>
    <select>
        <option selected>Selected Option - note the attribute
    </select>
</form>

<?php
// PI Handler deals with this
echo "Hello World!"
?>

<%
// JASP handler deals with this
document.write("Hello World!");
%>

</list>
</body>
</html>