restructuring classic snippets dir to conform to new parenting specs

This commit is contained in:
capitaomorte
2009-12-25 18:04:52 +00:00
parent 00b09abd3b
commit 0b7efad7ab
12 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <table ...>...</table>
# --
<table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
$0
</table>

View File

@@ -0,0 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <td>...</td>
# --
<td$1>$2</td>

View File

@@ -0,0 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <th>...</th>
# --
<th$1>$2</th>

View File

@@ -0,0 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <tr>...</tr>
# --
<tr>
$0
</tr>