Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F883306
ship.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
982 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>Your notes</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="Save note" />
</form>
</div>
</div>
<script>
//Sets the focus on note textarea
document.getElementById('ShipNote').focus();
</script>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Apr 4, 23:01 (1 d, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25670
Default Alt Text
ship.tpl (982 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment