Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<base href="<++>"<+ target="<++>"+>/>
|
||||
@@ -0,0 +1,3 @@
|
||||
<body id="${1}">
|
||||
${2}
|
||||
</body>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div id="${1}">
|
||||
${2}
|
||||
</div>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">${1}
|
||||
@@ -0,0 +1,5 @@
|
||||
<form action="${1:action}" method="${2:post}" accept-charset="utf-8">
|
||||
${3}
|
||||
|
||||
<p><input type="submit" value="Continue →"/></p>
|
||||
</form>
|
||||
@@ -0,0 +1 @@
|
||||
<h1 id="${1}">${2}</h1>
|
||||
@@ -0,0 +1,5 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
|
||||
<title>${1:Page Title}</title>
|
||||
${2}
|
||||
</head>
|
||||
@@ -0,0 +1 @@
|
||||
<a href="${1}">${2}</a>
|
||||
@@ -0,0 +1 @@
|
||||
<!--[if IE ${1:6}]>${2}<![endif]-->${3}
|
||||
@@ -0,0 +1 @@
|
||||
<img src="${1}"${2} />
|
||||
@@ -0,0 +1 @@
|
||||
<input type="${1:text/submit/hidden/button}" name="${2}" value="${3:value}" id="${4:$2}"/>${5}
|
||||
@@ -0,0 +1,2 @@
|
||||
<label for="${1:input_id}">${2}</label>
|
||||
<input type="${3:text/submit/hidden/button}" name="${4:$1}" value="${5:value}" id="${6:$1}"/>${7}
|
||||
@@ -0,0 +1 @@
|
||||
<label for="${1:id}">${2:label_text}</label>
|
||||
@@ -0,0 +1 @@
|
||||
<link rel="${1:stylesheet}" href="${2:path-to-stylesheet}.css" type="text/css" media="${3:screen}" charset="${4:utf-8}"/>${5}
|
||||
@@ -0,0 +1 @@
|
||||
<a href="mailto:<+email+><+?subject=<+feedback+>+>"><+email me+></a>
|
||||
@@ -0,0 +1 @@
|
||||
<meta name="${1:name}" content="${2:content}"/>
|
||||
@@ -0,0 +1 @@
|
||||
<option value="${1}">${2}</option>
|
||||
@@ -0,0 +1 @@
|
||||
<script src="${1:url}" type="text/javascript" charset="utf-8"></script>${2}
|
||||
@@ -0,0 +1,5 @@
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
//<![CDATA[
|
||||
${1}
|
||||
//]]>
|
||||
</script>
|
||||
@@ -0,0 +1,3 @@
|
||||
<select name="${1}" id="${2}">
|
||||
${3}
|
||||
</select>
|
||||
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
|
||||
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>${1:Page Title}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
${2}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
|
||||
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>${1:Page Title}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta name="keywords" content=""/>
|
||||
<meta name="description" content=""/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
${2}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,3 @@
|
||||
<style type="text/css" media="screen">
|
||||
${1}
|
||||
</style>
|
||||
@@ -0,0 +1,3 @@
|
||||
<${1:div}${2}>
|
||||
${3}
|
||||
</$1>${4}
|
||||
@@ -0,0 +1,3 @@
|
||||
<table class="${1}">
|
||||
${2}
|
||||
</table>
|
||||
@@ -0,0 +1,9 @@
|
||||
<table<+ width="<+100%+>" border="<+0+>" cellspacing="<+0+>" cellpadding="<+5+>"<++>+>>
|
||||
<tr>
|
||||
<th><++></th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -0,0 +1 @@
|
||||
<textarea name="${1:Name}" rows="${2:8}" cols="${2:40}">${3}</textarea>
|
||||
Reference in New Issue
Block a user