Merge https://github.com/redmatrix/hubzilla into pending_merge
This commit is contained in:
commit
6d4fe5c56f
@ -606,7 +606,7 @@ function install_hubzilla_plugins {
|
||||
echo "# 2. run" >> $plugin_install
|
||||
echo "# cd /var/www/html/.homeinstall" >> $plugin_install
|
||||
echo "# ./hubzilla-setup.sh" >> $plugin_install
|
||||
echo "https://gitlab.com/zot/ownmapp.git ownMap" >> $plugin_install
|
||||
echo "https://gitlab.com/zot/ownmapp.git ownMapp" >> $plugin_install
|
||||
echo "https://gitlab.com/zot/hubzilla-chess.git chess" >> $plugin_install
|
||||
fi
|
||||
# install plugins
|
||||
|
@ -686,7 +686,7 @@ function profiles_content(&$a) {
|
||||
'$banner' => t('Edit Profile Details'),
|
||||
'$submit' => t('Submit'),
|
||||
'$viewprof' => t('View this profile'),
|
||||
'$editvis' => t('Edit visibility'),
|
||||
'$editvis' => t('Edit visibility'),
|
||||
'$coverpic' => t('Change Cover Photo'),
|
||||
'$profpic' => t('Change Profile Photo'),
|
||||
'$cr_prof' => t('Create a new profile using these settings'),
|
||||
@ -698,26 +698,6 @@ function profiles_content(&$a) {
|
||||
'$lbl_gender' => t('Your Gender'),
|
||||
'$lbl_marital' => t('Marital Status'),
|
||||
'$lbl_sexual' => t('Sexual Preference'),
|
||||
'$lbl_homepage' => t('Homepage URL'),
|
||||
'$lbl_politic' => t('Political Views'),
|
||||
'$lbl_religion' => t('Religious Views'),
|
||||
'$lbl_pubkey' => t('Keywords'),
|
||||
'$lbl_likes' => t('Likes'),
|
||||
'$lbl_dislikes' => t('Dislikes'),
|
||||
'$lbl_ex2' => t('Example: fishing photography software'),
|
||||
'$lbl_pubdsc' => t("Used in directory listings"),
|
||||
'$lbl_about' => t('Tell us about yourself...'),
|
||||
'$lbl_hobbies' => t('Hobbies/Interests'),
|
||||
'$lbl_social' => t('Contact information and Social Networks'),
|
||||
'$lbl_channels' => t('My other channels'),
|
||||
'$lbl_music' => t('Musical interests'),
|
||||
'$lbl_book' => t('Books, literature'),
|
||||
'$lbl_tv' => t('Television'),
|
||||
'$lbl_film' => t('Film/dance/culture/entertainment'),
|
||||
'$lbl_love' => t('Love/romance'),
|
||||
'$lbl_work' => t('Work/employment'),
|
||||
'$lbl_school' => t('School/education'),
|
||||
'$disabled' => (($is_default) ? 'onclick="return false;" style="color: #BBBBFF;"' : ''),
|
||||
'$baseurl' => $a->get_baseurl(true),
|
||||
'$profile_id' => $r[0]['id'],
|
||||
'$profile_name' => array('profile_name', t('Profile Name'), $r[0]['profile_name'], '', '*'),
|
||||
@ -732,7 +712,7 @@ function profiles_content(&$a) {
|
||||
'$locality' => array('locality', t('Locality/City'), $r[0]['locality']),
|
||||
'$region' => array('region', t('Region/State'), $r[0]['region']),
|
||||
'$postal_code' => array('postal_code', t('Postal/Zip Code'), $r[0]['postal_code']),
|
||||
'$country_name' => array('country', t('Country'), $r[0]['country_name']),
|
||||
'$country_name' => array('country_name', t('Country'), $r[0]['country_name']),
|
||||
'$gender' => gender_selector($r[0]['gender']),
|
||||
'$gender_min' => gender_selector_min($r[0]['gender']),
|
||||
'$marital' => marital_selector($r[0]['marital']),
|
||||
@ -741,24 +721,24 @@ function profiles_content(&$a) {
|
||||
'$howlong' => array('howlong', t('Since (date)'), ($r[0]['howlong'] === NULL_DATE ? '' : datetime_convert('UTC',date_default_timezone_get(),$r[0]['howlong']))),
|
||||
'$sexual' => sexpref_selector($r[0]['sexual']),
|
||||
'$sexual_min' => sexpref_selector_min($r[0]['sexual']),
|
||||
'$about' => $r[0]['about'],
|
||||
'$homepage' => $r[0]['homepage'],
|
||||
'$about' => array('about', t('Tell us about yourself'), $r[0]['about']),
|
||||
'$homepage' => array('homepage', t('Homepage URL'), $r[0]['homepage']),
|
||||
'$hometown' => array('hometown', t('Hometown'), $r[0]['hometown']),
|
||||
'$politic' => $r[0]['politic'],
|
||||
'$religion' => $r[0]['religion'],
|
||||
'$keywords' => $r[0]['keywords'],
|
||||
'$likes' => $r[0]['likes'],
|
||||
'$dislikes' => $r[0]['dislikes'],
|
||||
'$music' => $r[0]['music'],
|
||||
'$book' => $r[0]['book'],
|
||||
'$tv' => $r[0]['tv'],
|
||||
'$film' => $r[0]['film'],
|
||||
'$interest' => $r[0]['interest'],
|
||||
'$romance' => $r[0]['romance'],
|
||||
'$work' => $r[0]['work'],
|
||||
'$education' => $r[0]['education'],
|
||||
'$contact' => $r[0]['contact'],
|
||||
'$channels' => $r[0]['channels'],
|
||||
'$politic' => array('politic', t('Political Views'), $r[0]['politic']),
|
||||
'$religion' => array('religion', t('Religious Views'), $r[0]['religion']),
|
||||
'$keywords' => array('keywords', t('Keywords used in directory listings'), $r[0]['keywords'], t('Example: fishing photography software')),
|
||||
'$likes' => array('likes', t('Likes'), $r[0]['likes']),
|
||||
'$dislikes' => array('dislikes', t('Dislikes'), $r[0]['dislikes']),
|
||||
'$music' => array('music', t('Musical interests'), $r[0]['music']),
|
||||
'$book' => array('book', t('Books, literature'), $r[0]['book']),
|
||||
'$tv' => array('tv', t('Television'), $r[0]['tv']),
|
||||
'$film' => array('film', t('Film/dance/culture/entertainment'), $r[0]['film']),
|
||||
'$interest' => array('interest', t('Hobbies/Interests'), $r[0]['interest']),
|
||||
'$romance' => array('romance',t('Love/romance'), $r[0]['romance']),
|
||||
'$work' => array('work', t('Work/employment'), $r[0]['work']),
|
||||
'$education' => array('education', t('School/education'), $r[0]['education']),
|
||||
'$contact' => array('contact', t('Contact information and Social Networks'), $r[0]['contact']),
|
||||
'$channels' => array('channels', t('My other channels'), $r[0]['channels']),
|
||||
'$extra_fields' => $extra_fields,
|
||||
));
|
||||
|
||||
|
8
view/css/mod_profiles.css
Normal file
8
view/css/mod_profiles.css
Normal file
@ -0,0 +1,8 @@
|
||||
#profile-upload-form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#profile-upload-choose {
|
||||
padding: 7px 10px;
|
||||
width: 100%;
|
||||
}
|
@ -260,34 +260,6 @@ footer {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#profile-edit-links {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
#profile-edit-links .btn {
|
||||
margin: 0 10px 15px 0;
|
||||
}
|
||||
|
||||
.profile-import {
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.profile-import b {
|
||||
color: $link_colour;
|
||||
}
|
||||
|
||||
.profile-import input {
|
||||
color: $font_colour;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#profile-edit-drop-link {
|
||||
color: #FFF;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.fn {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
|
@ -1,330 +1,235 @@
|
||||
<div class="generic-content-wrapper">
|
||||
<div class="section-title-wrapper">
|
||||
<div class="dropdown pull-right" id="profile-edit-links">
|
||||
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<i class="icon-caret-down"></i>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="profile_photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a>
|
||||
</li>
|
||||
{{if $is_default}}
|
||||
<li class="nav-item">
|
||||
<a href="cover_photo" id="cover-photo_upload-link" title="{{$coverpic}}">{{$coverpic}}</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
<li class="nav-item">
|
||||
<a href="profile/{{$profile_id}}/view" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a>
|
||||
</li>
|
||||
{{if ! $is_default}}
|
||||
<li class="nav-item">
|
||||
<a href="profperm/{{$profile_id}}" id="profile-edit-view-link" title="{{$editvis}}">{{$editvis}}</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{if $profile_clone_link}}
|
||||
<li class="divider"></li>
|
||||
<li class="nav-item">
|
||||
<a href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{if $exportable}}
|
||||
<li class="divider"></li>
|
||||
<li class="nav-item">
|
||||
<a href="profiles/export/{{$profile_id}}">{{$lbl_export}}</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="#" onClick="openClose('profile-upload-form'); return false;">{{$lbl_import}}</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{if ! $is_default}}
|
||||
<li class="divider"></li>
|
||||
<li class="nav-item">
|
||||
<a href="{{$profile_drop_link}}" id="profile-edit-drop-link" title="{{$del_prof}}" onclick="return confirmDelete();"><i class="icon-trash"></i> {{$del_prof}}</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
<ul>
|
||||
</div>
|
||||
<h2>{{$banner}}</h2>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="section-content-tools-wrapper" id="profile-upload-form">
|
||||
<label id="profile-upload-choose-label" for="profile-upload-choose" >{{$lbl_import}}</label>
|
||||
<input id="profile-upload-choose" type="file" name="userfile">
|
||||
</div>
|
||||
<div class="section-content-wrapper">
|
||||
<form id="profile-edit-form" name="form1" action="profiles/{{$profile_id}}" enctype="multipart/form-data" method="post" >
|
||||
{{if $is_default}}
|
||||
<div class="section-content-info-wrapper">{{$default}}</div>
|
||||
{{/if}}
|
||||
<div id="profile-edit-wrapper" >
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
|
||||
<div class="section-title-wrapper"><h2>{{$banner}}</h2></div>
|
||||
{{include file="field_input.tpl" field=$profile_name}}
|
||||
|
||||
<div class="section-content-wrapper">
|
||||
<form id="profile-edit-form" name="form1" action="profiles/{{$profile_id}}" enctype="multipart/form-data" method="post" >
|
||||
{{include file="field_input.tpl" field=$name}}
|
||||
|
||||
<div id="profile-edit-links">
|
||||
<span class="btn btn-default"><a href="profile_photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a></span>
|
||||
{{if $is_default}}<span class="btn btn-default"><a href="cover_photo" id="cover-photo_upload-link" title="{{$coverpic}}">{{$coverpic}}</a></span>{{/if}}
|
||||
<span class="btn btn-default"><a href="profile/{{$profile_id}}/view" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></span>
|
||||
{{if ! $is_default}}<span class="btn btn-default"><a href="profperm/{{$profile_id}}" id="profile-edit-view-link" title="{{$editvis}}">{{$editvis}}</a></span>{{/if}}
|
||||
{{if $profile_clone_link}}<span class="btn btn-default"><a href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a></span>{{/if}}
|
||||
{{if $exportable}}<br /><span class="btn btn-default"><a href="profiles/export/{{$profile_id}}" target="_blank">{{$lbl_export}}</a></span>
|
||||
<span class="btn btn-default profile-import"><b>{{$lbl_import}}</b> <input type="file" name="userfile" class="profile-import" ></span>
|
||||
{{/if}}
|
||||
{{if ! $is_default}}<span class="btn btn-danger"><a href="{{$profile_drop_link}}" id="profile-edit-drop-link" title="{{$del_prof}}" onclick="return confirmDelete();" {{$disabled}} >{{$del_prof}}</a></span>{{/if}}
|
||||
</div>
|
||||
|
||||
|
||||
<div id="profile-edit-links-end"></div>
|
||||
|
||||
{{if $is_default}}
|
||||
<div class="section-content-info-wrapper">{{$default}}</div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
<div id="profile-edit-wrapper" >
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
|
||||
{{include file="field_input.tpl" field=$profile_name}}
|
||||
|
||||
{{include file="field_input.tpl" field=$name}}
|
||||
|
||||
{{if $fields.pdesc}}
|
||||
{{include file="field_input.tpl" field=$pdesc}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.gender}}
|
||||
<div id="profile-edit-gender-wrapper" class="form-group field select" >
|
||||
<label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}} </label>
|
||||
{{if $advanced}}
|
||||
{{$gender}}
|
||||
{{else}}
|
||||
{{$gender_min}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div id="profile-edit-gender-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.dob}}
|
||||
{{$dob}}
|
||||
{{/if}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$hide_friends}}
|
||||
|
||||
<div class="form-group" >
|
||||
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
{{if $fields.address}}
|
||||
{{include file="field_input.tpl" field=$address}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.locality}}
|
||||
{{include file="field_input.tpl" field=$locality}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.postal_code}}
|
||||
{{include file="field_input.tpl" field=$postal_code}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.region}}
|
||||
{{include file="field_input.tpl" field=$region}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.country_name}}
|
||||
{{include file="field_input.tpl" field=$country_name}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.hometown}}
|
||||
{{include file="field_input.tpl" field=$hometown}}
|
||||
{{/if}}
|
||||
|
||||
<div class="form-group" >
|
||||
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
{{if $fields.marital }}
|
||||
<div id="profile-edit-marital-wrapper" class="form-group field" >
|
||||
<label id="profile-edit-marital-label" for="profile-edit-marital" ><span class="heart">♥</span> {{$lbl_marital}}</label>
|
||||
{{if $advanced}}
|
||||
{{$marital}}
|
||||
{{else}}
|
||||
{{$marital_min}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
{{if $fields.with}}
|
||||
{{include file="field_input.tpl" field=$with}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.howlong}}
|
||||
{{include file="field_input.tpl" field=$howlong}}
|
||||
{{/if}}
|
||||
|
||||
<div class="clear"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.homepage}}
|
||||
<div id="profile-edit-homepage-wrapper" class="form-group field" >
|
||||
<label id="profile-edit-homepage-label" for="profile-edit-homepage" >{{$lbl_homepage}} </label>
|
||||
<input type="text" class="form-control" size="32" name="homepage" id="profile-edit-homepage" value="{{$homepage}}" />
|
||||
</div>
|
||||
<div id="profile-edit-homepage-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.sexual}}
|
||||
<div id="profile-edit-sexual-wrapper" class="form-group field" >
|
||||
<label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label>
|
||||
{{$sexual}}
|
||||
</div>
|
||||
<div id="profile-edit-sexual-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.politic}}
|
||||
<div id="profile-edit-politic-wrapper" class="form-group field" >
|
||||
<label id="profile-edit-politic-label" for="profile-edit-politic" >{{$lbl_politic}} </label>
|
||||
<input class="form-control" type="text" size="32" name="politic" id="profile-edit-politic" value="{{$politic}}" />
|
||||
</div>
|
||||
<div id="profile-edit-politic-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.religion}}
|
||||
<div id="profile-edit-religion-wrapper" class="form-group field" >
|
||||
<label id="profile-edit-religion-label" for="profile-edit-religion" >{{$lbl_religion}} </label>
|
||||
<input type="text" class="form-control" size="32" name="religion" id="profile-edit-religion" value="{{$religion}}" />
|
||||
</div>
|
||||
<div id="profile-edit-religion-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.keywords}}
|
||||
<div id="profile-edit-pubkeywords-wrapper" class="form-group field" >
|
||||
<label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >{{$lbl_pubkey}} </label>
|
||||
<input type="text" class="form-control" size="32" name="keywords" id="profile-edit-pubkeywords" title="{{$lbl_ex2}}" value="{{$keywords}}" />
|
||||
</div>
|
||||
<span class="help-block">{{$lbl_pubdsc}}</span>
|
||||
<div id="profile-edit-pubkeywords-end"></div>
|
||||
{{/if}}
|
||||
|
||||
<br /><br />
|
||||
|
||||
{{if $fields.about}}
|
||||
<div id="about-jot-wrapper" class="form-group field" >
|
||||
<p id="about-jot-desc" >
|
||||
{{$lbl_about}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="profile-about-text" name="about" >{{$about}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="about-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.contact}}
|
||||
<div id="contact-jot-wrapper" class="form-group field" >
|
||||
<p id="contact-jot-desc" >
|
||||
{{$lbl_social}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="contact-jot-text" name="contact" >{{$contact}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="contact-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
{{if $fields.interest}}
|
||||
<div id="interest-jot-wrapper" class="form-group field" >
|
||||
<p id="interest-jot-desc" >
|
||||
{{$lbl_hobbies}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="interest-jot-text" name="interest" >{{$interest}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="interest-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.likes}}
|
||||
<div id="likes-jot-wrapper" class="form-group field" >
|
||||
<p id="likes-jot-desc" >
|
||||
{{$lbl_likes}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="likes-jot-text" name="likes" >{{$likes}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="likes-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.dislikes}}
|
||||
<div id="dislikes-jot-wrapper" class="form-group field" >
|
||||
<p id="dislikes-jot-desc" >
|
||||
{{$lbl_dislikes}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="dislikes-jot-text" name="dislikes" >{{$dislikes}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="dislikes-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.channels}}
|
||||
<div id="channels-jot-wrapper" class="form-group field" >
|
||||
<p id="channels-jot-desc" >
|
||||
{{$lbl_channels}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="channels-jot-text" name="channels" >{{$channels}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="channels-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.music}}
|
||||
<div id="music-jot-wrapper" class="form-group field" >
|
||||
<p id="music-jot-desc" >
|
||||
{{$lbl_music}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="music-jot-text" name="music" >{{$music}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="music-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.book}}
|
||||
<div id="book-jot-wrapper" class="form-group field" >
|
||||
<p id="book-jot-desc" >
|
||||
{{$lbl_book}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="book-jot-text" name="book" >{{$book}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="book-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.tv}}
|
||||
<div id="tv-jot-wrapper" class="form-group field" >
|
||||
<p id="tv-jot-desc" >
|
||||
{{$lbl_tv}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="tv-jot-text" name="tv" >{{$tv}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="tv-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.film}}
|
||||
<div id="film-jot-wrapper" class="form-group field" >
|
||||
<p id="film-jot-desc" >
|
||||
{{$lbl_film}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="film-jot-text" name="film" >{{$film}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="film-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
{{if $fields.romance}}
|
||||
<div id="romance-jot-wrapper" class="form-group field" >
|
||||
<p id="romance-jot-desc" >
|
||||
{{$lbl_love}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="romance-jot-text" name="romance" >{{$romance}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="romance-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.work}}
|
||||
<div id="work-jot-wrapper" class="form-group field" >
|
||||
<p id="work-jot-desc" >
|
||||
{{$lbl_work}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="work-jot-text" name="work" >{{$work}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="work-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.education}}
|
||||
<div id="education-jot-wrapper" class="form-group field" >
|
||||
<p id="education-jot-desc" >
|
||||
{{$lbl_school}}
|
||||
</p>
|
||||
|
||||
<textarea class="form-control" rows="10" cols="72" id="education-jot-text" name="education" >{{$education}}</textarea>
|
||||
|
||||
</div>
|
||||
<div id="education-jot-end"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $extra_fields}}
|
||||
{{foreach $extra_fields as $field }}
|
||||
{{include file="field_input.tpl" field=$field}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
<div class="profile-edit-submit-wrapper" >
|
||||
<input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
|
||||
</div>
|
||||
<div class="profile-edit-submit-end"></div>
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{{if $fields.pdesc}}
|
||||
{{include file="field_input.tpl" field=$pdesc}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.gender}}
|
||||
<div id="profile-edit-gender-wrapper" class="form-group field select" >
|
||||
<label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}}</label>
|
||||
{{if $advanced}}
|
||||
{{$gender}}
|
||||
{{else}}
|
||||
{{$gender_min}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.dob}}
|
||||
{{$dob}}
|
||||
{{/if}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$hide_friends}}
|
||||
|
||||
<div class="form-group" >
|
||||
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
{{if $fields.address}}
|
||||
{{include file="field_input.tpl" field=$address}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.locality}}
|
||||
{{include file="field_input.tpl" field=$locality}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.postal_code}}
|
||||
{{include file="field_input.tpl" field=$postal_code}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.region}}
|
||||
{{include file="field_input.tpl" field=$region}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.country_name}}
|
||||
{{include file="field_input.tpl" field=$country_name}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.hometown}}
|
||||
{{include file="field_input.tpl" field=$hometown}}
|
||||
{{/if}}
|
||||
|
||||
<div class="form-group" >
|
||||
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
{{if $fields.marital }}
|
||||
<div id="profile-edit-marital-wrapper" class="form-group field" >
|
||||
<label id="profile-edit-marital-label" for="profile-edit-marital" ><span class="heart">♥</span> {{$lbl_marital}}</label>
|
||||
{{if $advanced}}
|
||||
{{$marital}}
|
||||
{{else}}
|
||||
{{$marital_min}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
{{if $fields.with}}
|
||||
{{include file="field_input.tpl" field=$with}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.howlong}}
|
||||
{{include file="field_input.tpl" field=$howlong}}
|
||||
{{/if}}
|
||||
<div class="clear"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.homepage}}
|
||||
{{include file="field_input.tpl" field=$homepage}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.sexual}}
|
||||
<div id="profile-edit-sexual-wrapper" class="form-group field" >
|
||||
<label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}}</label>
|
||||
{{$sexual}}
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.politic}}
|
||||
{{include file="field_input.tpl" field=$politic}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.religion}}
|
||||
{{include file="field_input.tpl" field=$religion}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.keywords}}
|
||||
{{include file="field_input.tpl" field=$keywords}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.about}}
|
||||
{{include file="field_textarea.tpl" field=$about}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.contact}}
|
||||
{{include file="field_textarea.tpl" field=$contact}}
|
||||
{{/if}}
|
||||
|
||||
|
||||
{{if $fields.interest}}
|
||||
{{include file="field_textarea.tpl" field=$interest}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.likes}}
|
||||
{{include file="field_textarea.tpl" field=$likes}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.dislikes}}
|
||||
{{include file="field_textarea.tpl" field=$dislikes}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.channels}}
|
||||
{{include file="field_textarea.tpl" field=$channels}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.music}}
|
||||
{{include file="field_textarea.tpl" field=$music}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.book}}
|
||||
{{include file="field_textarea.tpl" field=$book}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.tv}}
|
||||
{{include file="field_textarea.tpl" field=$tv}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.film}}
|
||||
{{include file="field_textarea.tpl" field=$film}}
|
||||
{{/if}}
|
||||
|
||||
|
||||
{{if $fields.romance}}
|
||||
{{include file="field_textarea.tpl" field=$romance}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.work}}
|
||||
{{include file="field_textarea.tpl" field=$work}}
|
||||
{{/if}}
|
||||
|
||||
{{if $fields.education}}
|
||||
{{include file="field_textarea.tpl" field=$education}}
|
||||
{{/if}}
|
||||
|
||||
{{if $extra_fields}}
|
||||
{{foreach $extra_fields as $field }}
|
||||
{{include file="field_input.tpl" field=$field}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
<div class="form-group" >
|
||||
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user