Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391778
ship.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
952 B
Subscribers
None
ship.tpl
View Options
<!-- Ship CSS -->
<style>
.content textarea
{
background
-
color
:
inherit
;
color
:
white
;
border
:
dashed
#
343434
2
px
;
width
:
100
%;
background
-
image
:
url
(
"/img/zed/opaque_20.png"
);
}
</style>
<!-- Ship content -->
<div class="content_wrapper">
<h1>
{
$ship
->
name
}
</h1>
<div class="content">
<p>Lorem ipsum dolor</p>
<h2>
{
#PersonalNotes#
}
</h2>
<form method="POST">
<input type="hidden" name="action" value="ship.setnote">
<textarea id="ShipNote" name="note" rows="8" onfocus="set_opacity(this.id, 20)" onBlur="set_opacity(this.id, 0)">
{
$note
}
</textarea>
<br />
<input type="submit" value="
{
#SaveNote#
}
" />
</form>
</div>
</div>
<script>
//Sets the focus on note textarea
document.getElementById('ShipNote').focus();
</script>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Feb 22, 20:24 (1 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23431
Default Alt Text
ship.tpl (952 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment