diff options
Diffstat (limited to 'view/jot-plain.tpl')
-rw-r--r-- | view/jot-plain.tpl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/view/jot-plain.tpl b/view/jot-plain.tpl deleted file mode 100644 index e3d2fa687..000000000 --- a/view/jot-plain.tpl +++ /dev/null @@ -1,15 +0,0 @@ - -<div id="profile-jot-wrapper" > -<p id="profile-jot-desc" > -What's on your mind? -</p> -<form id="profile-jot-form" action="item" method="post" > -<input type="hidden" name="type" value="jot" /> -<textarea rows="5" cols="64" id="profile-jot-text" name="body" ></textarea> - -</div> -<div id="profile-jot-submit-wrapper" > -<input type="submit" id="profile-jot-submit" name="submit" value="Submit" onclick="doCheck();" /> -</div> -</div> -<div id="profile-jot-end"></div> |