2010-07-01 16:48:07 -07:00
|
|
|
|
|
|
|
<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" >
|
2010-07-16 23:14:37 -07:00
|
|
|
<input type="hidden" name="type" value="wall" />
|
2010-07-01 16:48:07 -07:00
|
|
|
<input type="hidden" name="profile_uid" value="$profile_uid" />
|
2010-07-16 23:14:37 -07:00
|
|
|
<input type="hidden" name="return" value="$return_path" />
|
2010-07-01 16:48:07 -07:00
|
|
|
|
2010-07-06 05:07:28 -07:00
|
|
|
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea>
|
2010-07-01 16:48:07 -07:00
|
|
|
|
|
|
|
</div>
|
|
|
|
<div id="profile-jot-submit-wrapper" >
|
|
|
|
<input type="submit" id="profile-jot-submit" name="submit" value="Submit" />
|
2010-07-12 23:08:07 -07:00
|
|
|
<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper');" /></div>
|
2010-07-12 19:53:56 -07:00
|
|
|
<div id="profile-jot-perms-end"></div>
|
|
|
|
<div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
|
2010-07-01 16:48:07 -07:00
|
|
|
</div>
|
|
|
|
<div id="profile-jot-end"></div>
|
2010-07-05 21:39:55 -07:00
|
|
|
</form>
|
2010-07-01 16:48:07 -07:00
|
|
|
</div>
|