Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F772752
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 1, 5:13 PM
Size
9 KB
Mime Type
text/x-diff
Expires
Mon, Feb 3, 5:13 PM (1 d, 6 h)
Engine
blob
Format
Raw Data
Handle
554216
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/unlabeled/unlabeled-1.2.64/themes/default/my_info/myinfo_form.tpl
===================================================================
--- branches/unlabeled/unlabeled-1.2.64/themes/default/my_info/myinfo_form.tpl (nonexistent)
+++ branches/unlabeled/unlabeled-1.2.64/themes/default/my_info/myinfo_form.tpl (revision 1021)
@@ -0,0 +1,115 @@
+ <FORM method="POST" NAME="acctinfo" ACTION="<inp:m_form_action _Form="m_acctinfo" />">
+ <table width="98%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2" class="bgr-updatefill"><img src="img/s.gif" width="300" height="1" alt="" /><br /></td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <table border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td><h2><inp:m_language _Phrase="lu_login_information" /></h2></td>
+ <td><img src="img/s.gif" width="10" height="1" alt="" /><br /></td>
+ <td class="tips">(<span class="error">*</span><inp:m_language _Phrase="lu_required_field" />)</td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="error"><inp:m_list_form_errors _Form="m_acctinfo" _ItemTemplate="misc/form_error.tpl" /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="username" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" _langtext="lu_username" /> <span class="error">*</span></td>
+ <td class="field-content-input">
+ <inp:m_form_value _Form="m_acctinfo" _field="username" />
+ <inp:m_form_input type="hidden" class="input" _field="username" _Form="m_acctinfo" _Required="1" /><br />
+ </td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="password" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" _langtext="lu_password" /> </td>
+ <td class="field-content-input"><inp:m_form_input type="password" class="input" _field="password" _Form="m_acctinfo" _Required="0" style="width:135px;" /><br /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="passwordverify" _langtext="lu_password_again" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /></td>
+ <td class="field-content-input"><inp:m_form_input type="password" class="input" _field="passwordverify" _Form="m_acctinfo" _Required="0" style="width:135px;" /><br /></td>
+ </tr>
+ <tr>
+ <td colspan="2"><h2><inp:m_language _Phrase="lu_contact_information" /></h2></td>
+ <tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="dob" _langtext="lu_pp_dob" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /> <span class="error">*</span></td>
+ <td class="field-content-input"><inp:include _Template="my_info/myinfo_dob.tpl" /><br /></td>
+ </tr>
+
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="firstname" _langtext="lu_pp_firstname" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /> <span class="error">*</span></td>
+ <td class="field-content-input"><inp:m_form_input _field="firstname" _Form="m_acctinfo" _Required="1" type="text" class="input" style="width:135px;" /><br /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="lastname" _langtext="lu_pp_lastname" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /></td>
+ <td class="field-content-input"><inp:m_form_input _field="lastname" _Form="m_acctinfo" type="text" class="input" style="width:135px;" /><br /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="phone" _langtext="lu_pp_phone" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /></td>
+ <td class="field-content-input"><inp:m_form_input _field="phone" _Form="m_acctinfo" type="text" class="input" style="width:135px;" /><br /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="email" _langtext="lu_pp_email" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /> <span class="error">*</span></td>
+ <td class="field-content-input"><inp:m_form_input _field="email" _Required="1" _Form="m_acctinfo" type="text" class="input" style="width:135px;" /><br /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="street" _langtext="lu_pp_street" _Template="misc/form_prompt.tpl" _ErrorTemplate="form_prompt_error" /></td>
+ <td class="field-content-input"><inp:m_form_input _field="street" _Form="m_acctinfo" type="text" class="input" style="width:135px;" /><br /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="city" _langtext="lu_pp_city" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /></td>
+ <td class="field-content-input"><inp:m_form_input _field="city" _Form="m_acctinfo" type="text" class="input" style="width:135px;" /><br /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="state" _langtext="lu_pp_state" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /></td>
+ <td class="field-content-input"><inp:m_form_input _field="state" _Form="m_acctinfo" type="text" class="input" style="width:135px;" /><br /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_form_prompt _Form="m_acctinfo" _Field="zip" _langtext="lu_pp_zip" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /></td>
+ <td class="field-content-input"><inp:m_form_input _field="zip" _Form="m_acctinfo" type="text" class="input" style="width:50px;" /><br /></td>
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_language _Phrase="lu_country"/>:</td>
+ <td class="field-content-input">
+ <SELECT name="country" class="input" style="width:135px;">
+ <inp:lang_include _Language="english" _Template="my_info/english_countries.tpl" />
+ </SELECT>
+ </td>
+
+ </tr>
+ <tr>
+ <td CLASS="field-name"><inp:m_language _Phrase="lu_min_pw_reset_interval"/>:</td>
+ <td class="field-content-input">
+ <SELECT name="MinPwResetDelay" class="input" style="width:135px;">
+ <inp:m_form_option _Field="MinPwResetDelay" _Form="m_acctinfo" _value="300" _PlainText="5" />
+ <inp:m_form_option _Field="MinPwResetDelay" _Form="m_acctinfo" _value="600" _PlainText="10" />
+ <inp:m_form_option _Field="MinPwResetDelay" _Form="m_acctinfo" _value="900" _PlainText="15" />
+ <inp:m_form_option _Field="MinPwResetDelay" _Form="m_acctinfo" _value="1800" _PlainText="30" />
+ <inp:m_form_option _Field="MinPwResetDelay" _Form="m_acctinfo" _value="3600" _PlainText="60" />
+ </SELECT>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><img src="img/s.gif" width="1" height="20" alt="" /><br /></td>
+ </tr>
+
+ <!-- buttons -->
+ <tr>
+ <td class="field-name"> </td>
+ <td class="field-content">
+ <img src="img/s.gif" width="1" height="15" alt="" /><br /> <img src="img/s.gif" width="1" height="3" alt="" /><br />
+ <INPUT type="submit" name="buttons[]" value="<inp:m_language _Phrase="lu_update" />" class="button">
+ <INPUT type="button" name="cancel" value="<inp:m_language _Phrase="lu_cancel" />" class="button" onClick="javascript:history.back();">
+ </td>
+ </tr>
+ <!-- end buttons -->
+ <tr>
+ <td colspan="2" class="bgr-updatefill"><img src="img/s.gif" width="300" height="1" alt="" /><br /></td>
+ </tr>
+ </table>
+ </FORM>
Property changes on: branches/unlabeled/unlabeled-1.2.64/themes/default/my_info/myinfo_form.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Event Timeline
Log In to Comment