forked from fxbois/web-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.psp
33 lines (33 loc) · 850 Bytes
/
test.psp
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<style>
.dialog INPUT[type=button]:hover,
.btn { color:#0aa; }
@media (min-with:900px) {
div[name="btn"] {
height:10px; /* comment */ }
}
</style>
<script>
var name = "fxbois";
function hello() {
alert("hello " + name); // comment
}
</script>
</head>
<body>
<ul class="main" id=x1
data-content="hello">
<?php foreach ($datas as $key => $value): ?>
<li><?=Helper::format($value)?></li>
<?php endforeach; ?>
</ul>
<div><?=$obj->show(array('url' => DOC_URL,
'port' => "xx $var zz"))?><img src=""/></div>
<section><span-custom>hello</span-custom>
<span>world – and é</span><!-- comment -->
</section>
</body>
</html>