-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml.tpl
More file actions
112 lines (108 loc) · 2.03 KB
/
html.tpl
File metadata and controls
112 lines (108 loc) · 2.03 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
a::<!:
<!-- $end$ -->
a::<%:
<% $end$ %>
a:anchor:<a:
<a href="$end$"></a>
a:anchor name:<a:
<a name="$end$"></a>
a::<b:
<b>$end$</b>
a:body:<b:
<body>
$end$
</body>
a::<c:
<code>$end$</code>
a::<d:
<div>$end$
</div>
a::<f:
<font face="$end$"></font>
a:html / head / body:<h:
<html>
<head>
$end$
</head>
<body>
</body>
</html>
a:h1:<h:
<h1>$end$</h1>
a:h2:<h:
<h2>$end$</h2>
a:h3:<h:
<h3>$end$</h3>
a:h4:<h:
<h4>$end$</h4>
a::<i:
<img src="$end$">
a::<in:
<input type="$end$">
a::<l:
<li>$end$</li>
a::<m:
<meta name="$end$" content="">
a::<p:
<pre>$end$</pre>
a::<s:
<style type="text/css">
$end$
</style>
a:stylesheet link:<l:
<link rel="stylesheet" href="$end$">
a:script (inline):<sc:
<script type="text/javascript">
$end$
</script>
a:script (src):<sc:
<script type="text/javascript" src="$end$"></script>
a::<sp:
<span>$end$</span>
a:table:<t:
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td>$end$</td>
</tr>
</table>
a::<ti:
<title>$end$</title>
a::<td:
<td>$end$</td>
a::<tr:
<tr>$end$</tr>
a::<u:
<ul>
<li>$end$</li>
</ul>
a::<o:
<ol>
<li>$end$</li>
</ol>
a:header:<head:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="new" content="$DAY$-$MONTH$-$YEAR$">
<meta name="updated" content="$DAY$-$MONTH$-$YEAR$">
<meta name="author" content="ics#cap">
<meta name="rev_author" content="ics#cap">
<meta http-equiv="pragma" content="NO-CACHE">
<meta http-equiv="expires" content="-1">
<meta name="alternate_title" content="TITLE">
</head>
a:white body:<b:
<body bgcolor="#ffffff" link="#5c00a3" vlink="#5c00a3" alink="#5c00a3">
$end$
</body>
a::ru:
runat="Server"
a::but:
<asp:Button id="$end$" Text="" runat="server" OnClick="submit" />
a::tex:
<asp:TextBox id="$end$" runat="server" />
a::lab:
<asp:label id="$end$" runat="server" />
a:type javascript:ty:
type="text/javascript"
a:type vbscript:ty:
type="type/vbscript"