Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F883704
motd_add.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
motd_add.tpl
View Options
<!-- MOTD preview code -->
<script>
function updateWall ()
{
wallTextValue
=
document
.
getElementById
(
"WallText"
).
value
;
wallText
=
wallTextValue
?
wallTextValue
:
"{#DummyPlaceholder#}"
;
document
.
getElementById
(
"wall_message"
).
innerHTML
=
wallText
;
}
</script>
<!-- Add something on the MOTD -->
<h1>
{
#PushMessage#
}
</h1>
<form method="post">
<label for="WallAddText">
{
#TextToAdd#
}{
#_t#
}
</label><br />
<input type="text" maxlength="80" size="80" id="WallText" name="text" onblur="updateWall();" onkeyup="updateWall();" onchange="updateWall();" />
<input type="submit" value="
{
#Push#
}
" />
</form>
<em>
{
#TextToAddWarning#
}
</em>
<h2>
{
#Rendering#
}
</h2>
<div class="grid_4 alpha">
<p><em>
{
#RenderingWhere#
}
</em></p>
</div>
<div class="grid_12 omega">
<div class="wall">
<p>
<span id="wall_message">
{
#DummyPlaceholder#
}
</span>
<br /><span class="wall_info">-- <a href="
{
get_url
(
'who'
,
$CurrentPerso
->
nickname
)
}
">
{
$CurrentPerso
->
name
}
</a></span>
</p>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Apr 5, 23:30 (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24180
Default Alt Text
motd_add.tpl (1 KB)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment