Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391855
profile_edit.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
profile_edit.tpl
View Options
<!-- Calls dojo -->
<script src="/js/dojo/dojo/dojo.js" type="text/javascript"
djConfig="isDebug: false, parseOnLoad: true"></script>
<script type="text/javascript">
dojo.require("dijit.form.Form");
dojo.require("dijit.form.CheckBox");
dojo.require("dijit.form.Button");
function SetWidgetFont(id, font)
{
//
TODO
:
document
.
getElementById
(
id
).
style
.
font
=
font
;
}
</script>
<!-- Edit profile -->
<div class="grid_11 alpha profile">
<div class="profile_id clearfix">
<h1 class="profile_nick" id="UserLongname">
{
$USERNAME
}
</h1>
</div>
<div class="profile_separator"></div>
<div class="profile_text">
<form action="" class="search_form" name="faerie" method="post">
<h2>
{
#ProfileTextTitle#
}
</h2>
<textarea style="font-family: Calibri" id="ProfileText" rows="16" cols="72" name="text" class="text">
{
$PROFILE_TEXT
}
</textarea><br />
<div class="row" style="background-color: white; color: black;">
<span>
{
#ProfileFont#
}{
#_t#
}
</span>
<input type="radio" name="fixedwidth" id="fixedwidthNo" value="0" dojoType="dijit.form.RadioButton"
{
if
!
$PROFILE_FIXEDWIDTH
}
checked
{
/if
}
onclick="SetWidgetFont('ProfileText', 'Calibri')" />
<label for="fixedwidthNo"><span style="font-family: Calibri, Arial; font-weight: 100; font-size: 1.25em;">
{
#Calibri#
}
</span></label>
<input type="radio" name="fixedwidth" id="fixedwidthYes" value="1" dojoType="dijit.form.RadioButton"
{
if
$PROFILE_FIXEDWIDTH
}
checked=
{
/if
}
onclick="SetWidgetFont('ProfileText', 'FixedSys')" />
<label for="fixedwidthYes"><span style="font-family: Fixedsys, Fixed; font-weight: 100;">
{
#FixedSys#
}
</span></label>
</div>
<div class="row">
<button dojoType="dijit.form.Button" iconClass="dijitEditorIcon dijitEditorIconSave" type=submit onclick="document.forms[0].submit()">
{
#SaveProfile#
}
</button>
<noscript>
<input type="submit" value="
{
#SaveProfile#
}
{
#JavaScriptSafeMessage#
}
" />
</noscript>
</div>
</form>
</div>
</div>
<!-- Faerie content -->
<div class="grid_5 omega">
<div class="sidebar_border"></div>
<div id="sidebar">
<div class="border_top"></div>
<div class="sidebar_content">
<h2>
{
#EditMyPage#
}
</h2>
<ul>
<li>
{
#EditProfile#
}
</li>
<li><a href="
{
$URL_USER
}
/edit/account">
{
#EditAccount#
}
</a></li>
<li><a href="
{
$URL_USER
}
/edit/photos">
{
if
$PICS
}{
#ManagePhotos#
}{
else
}{
#AddPhoto#
}{
/if
}
</a></li>
</ul>
</div>
<div class="border_bottom"></div>
</div>
</div>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Feb 22, 20:24 (1 d, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24266
Default Alt Text
profile_edit.tpl (3 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment